unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* building GNUNet
@ 2018-04-02  9:19 Catonano
  2018-04-02 10:12 ` Nils Gillmann
  0 siblings, 1 reply; 4+ messages in thread
From: Catonano @ 2018-04-02  9:19 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 2679 bytes --]

Fellow guixers,

I bilt GNUNet both on my Fedora desktop withh guix on top of Fedora AND on
my GuixSD laptop

In both cases the same problem comes up

This line works

guix build -f ./guix-env.scm

But then, if I try to build GNNet locally, like this

guix environment -f ./guix-env.scm
[env] ./bootstrap
[env] ./configure
[env] make

I get these weird warnings

libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
moved
libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
to be moved
libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
to be moved
libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
moved
libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
moved
libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
moved
libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
to be moved
libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
to be moved
libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
to be moved
libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
moved
libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
moved
libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
to be moved
libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
to be moved


literally tons of these

and after that, the line that previously worked, this one

guix build -f ./guix-env.scm

fails with this erorr message

starting phase `configure'
source directory:
"/tmp/guix-build-gnunet-dev-env-0.11-1.dev-env.drv-0/source" (relative from
build: ".")
build directory:
"/tmp/guix-build-gnunet-dev-env-0.11-1.dev-env.drv-0/source"
configure flags:
("CONFIG_SHELL=/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/bash"
"SHELL=/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/bash"
"--prefix=/gnu/store/frx76q8g144lnaqsnhrcax8wz9gvr5h2-gnunet-dev-env-0.11-1.dev-env"
"--enable-fast-install" "--build=x86_64-unknown-linux-gnu")
./configure: line 2683: config.log: Permission denied
./configure: line 2693: config.log: Permission denied
phase `configure' failed after 0.1 seconds
note: keeping build directory
`/tmp/guix-build-gnunet-dev-env-0.11-1.dev-env.drv-1'


In order to fix this I have to scrap the gnunet folder, check it out again
and reissue

guix build -f ./guix-env.scm

but if I try to build it locally again, I botch it again

Having a functional dev station for GNUNet could be useful for trying to
help them

Any help appreciated
Thanks

[-- Attachment #2: Type: text/html, Size: 3722 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: building GNUNet
  2018-04-02  9:19 building GNUNet Catonano
@ 2018-04-02 10:12 ` Nils Gillmann
  2018-04-02 10:33   ` Nils Gillmann
  2018-04-02 15:06   ` Catonano
  0 siblings, 2 replies; 4+ messages in thread
From: Nils Gillmann @ 2018-04-02 10:12 UTC (permalink / raw)
  To: Catonano; +Cc: guix-devel

Catonano transcribed 6.6K bytes:
> Fellow guixers,
> 
> I bilt GNUNet both on my Fedora desktop withh guix on top of Fedora AND on
> my GuixSD laptop
> 
> In both cases the same problem comes up
> 
> This line works
> 
> guix build -f ./guix-env.scm
> 
> But then, if I try to build GNNet locally, like this
> 
> guix environment -f ./guix-env.scm
> [env] ./bootstrap
> [env] ./configure
> [env] make
> 
> I get these weird warnings
> 
> libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> to be moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> to be moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> to be moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> to be moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> to be moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> to be moved
> libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> to be moved
> 
> 
> literally tons of these
> 
> and after that, the line that previously worked, this one
> 
> guix build -f ./guix-env.scm
> 
> fails with this erorr message
> 
> starting phase `configure'
> source directory:
> "/tmp/guix-build-gnunet-dev-env-0.11-1.dev-env.drv-0/source" (relative from
> build: ".")
> build directory:
> "/tmp/guix-build-gnunet-dev-env-0.11-1.dev-env.drv-0/source"
> configure flags:
> ("CONFIG_SHELL=/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/bash"
> "SHELL=/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/bash"
> "--prefix=/gnu/store/frx76q8g144lnaqsnhrcax8wz9gvr5h2-gnunet-dev-env-0.11-1.dev-env"
> "--enable-fast-install" "--build=x86_64-unknown-linux-gnu")
> ./configure: line 2683: config.log: Permission denied
> ./configure: line 2693: config.log: Permission denied
> phase `configure' failed after 0.1 seconds
> note: keeping build directory
> `/tmp/guix-build-gnunet-dev-env-0.11-1.dev-env.drv-1'
> 
> 
> In order to fix this I have to scrap the gnunet folder, check it out again

No idea on your guix specific errors, but have you tried make clean instead
of literally deleting the repository and cloning it again?

> and reissue
> 
> guix build -f ./guix-env.scm
> 
> but if I try to build it locally again, I botch it again
> 
> Having a functional dev station for GNUNet could be useful for trying to
> help them
> 
> Any help appreciated
> Thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: building GNUNet
  2018-04-02 10:12 ` Nils Gillmann
@ 2018-04-02 10:33   ` Nils Gillmann
  2018-04-02 15:06   ` Catonano
  1 sibling, 0 replies; 4+ messages in thread
From: Nils Gillmann @ 2018-04-02 10:33 UTC (permalink / raw)
  To: Catonano, guix-devel

Nils Gillmann transcribed 3.0K bytes:
> Catonano transcribed 6.6K bytes:
> > Fellow guixers,
> > 
> > I bilt GNUNet both on my Fedora desktop withh guix on top of Fedora AND on
> > my GuixSD laptop
> > 
> > In both cases the same problem comes up
> > 
> > This line works
> > 
> > guix build -f ./guix-env.scm
> > 
> > But then, if I try to build GNNet locally, like this
> > 
> > guix environment -f ./guix-env.scm
> > [env] ./bootstrap
> > [env] ./configure
> > [env] make
> > 
> > I get these weird warnings
> > 
> > libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> > moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> > to be moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> > to be moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> > moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> > moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> > moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> > to be moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> > to be moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> > to be moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> > moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be
> > moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> > to be moved
> > libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems
> > to be moved
> > 
> > 
> > literally tons of these
> > 
> > and after that, the line that previously worked, this one
> > 
> > guix build -f ./guix-env.scm
> > 
> > fails with this erorr message
> > 
> > starting phase `configure'
> > source directory:
> > "/tmp/guix-build-gnunet-dev-env-0.11-1.dev-env.drv-0/source" (relative from
> > build: ".")
> > build directory:
> > "/tmp/guix-build-gnunet-dev-env-0.11-1.dev-env.drv-0/source"
> > configure flags:
> > ("CONFIG_SHELL=/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/bash"
> > "SHELL=/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/bash"
> > "--prefix=/gnu/store/frx76q8g144lnaqsnhrcax8wz9gvr5h2-gnunet-dev-env-0.11-1.dev-env"
> > "--enable-fast-install" "--build=x86_64-unknown-linux-gnu")
> > ./configure: line 2683: config.log: Permission denied
> > ./configure: line 2693: config.log: Permission denied
> > phase `configure' failed after 0.1 seconds
> > note: keeping build directory
> > `/tmp/guix-build-gnunet-dev-env-0.11-1.dev-env.drv-1'
> > 
> > 
> > In order to fix this I have to scrap the gnunet folder, check it out again
> 
> No idea on your guix specific errors, 

Actually yes:
First you enter an environment with guix, with the tools from the store.
Afterwards you try something in your user profile, where, taking a hard
guess here, these tools no longer exist.
As long as you don't send patches with gnu-store lines in them, working
from inside the profile is what has been suggested before I think.
Others who've been using guix profile more than I do will be able to
explain more I'm sure. I could be totally wrong.

> but have you tried make clean instead
> of literally deleting the repository and cloning it again?
> 
> > and reissue
> > 
> > guix build -f ./guix-env.scm
> > 
> > but if I try to build it locally again, I botch it again
> > 
> > Having a functional dev station for GNUNet could be useful for trying to
> > help them
> > 
> > Any help appreciated
> > Thanks
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: building GNUNet
  2018-04-02 10:12 ` Nils Gillmann
  2018-04-02 10:33   ` Nils Gillmann
@ 2018-04-02 15:06   ` Catonano
  1 sibling, 0 replies; 4+ messages in thread
From: Catonano @ 2018-04-02 15:06 UTC (permalink / raw)
  To: Catonano, guix-devel

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

2018-04-02 12:12 GMT+02:00 Nils Gillmann <ng0@n0.is>:

>
>

> No idea on your guix specific errors, but have you tried make clean instead
> of literally deleting the repository and cloning it again?
>

yes

it doesn't help

[-- Attachment #2: Type: text/html, Size: 722 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-02 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-02  9:19 building GNUNet Catonano
2018-04-02 10:12 ` Nils Gillmann
2018-04-02 10:33   ` Nils Gillmann
2018-04-02 15:06   ` Catonano

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).