[Nix-dev] Trouble packaging gnunet-gtk

Laverne Schrock lists-laverne at schrock.email
Tue May 16 16:20:52 CEST 2017


On Mon, 2017-05-15 at 15:41 -0500, Laverne Schrock wrote:
> Hi,
> 
> I'm trying to create a gnunet-gtk package for use on NixOS. You can
> view my current progress here: https://github.com/lverns/nixpkgs/tree
> /add-gnunet-gtk.
> 
> Running `nix-build -A gnunet-gtk` in the root of the nixpkgs checkout
> fails with the last few lines of output being:
> 
>     config.status: creating contrib/gnunet_setup_about_window.glade
>     config.status: creating
>     contrib/gnunet_conversation_gtk_about_window.glade
>     config.status: creating gnunet_gtk_config.h
>     config.status: executing depfiles commands
>     config.status: executing libtool commands
>     config.status: executing po-directories commands
>     config.status: creating po/POTFILES
>     config.status: creating po/Makefile
>     configure: error: gnunet-conversation-gtk will not be built

Turns out that this error is completely unrelated to config.status so
nevermind.

    builder for ‘/nix/store/q58j232gd0jkmxg8b1z1smrj3jigj96n-gnunet-gtk-0.10.1.drv’ failed with exit code 1
    error: build of ‘/nix/store/q58j232gd0jkmxg8b1z1smrj3jigj96n-gnunet-gtk-0.10.1.drv’ failed

To try to get a better idea of what is happening, I run `nix-shell -A gnunet-gtk`. Once the shell is up, I run `unpackPhase` and cd into gnunet-gtk-0.10.1/

I can then run `configurePhase` and get the same error as above. Looking through config.log has not been enlightening (see attached). However, I can then run `./config.status` with no error. This does change config.log (see attached).

Does anyone have any idea why config.status is failing when called by the configure script but is working fine when calling it manually?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.science.uu.nl/pipermail/nix-dev/attachments/20170516/c192b833/attachment.html>


More information about the nix-dev mailing list