Cannot build guile-chickadee.

2018-06-19 Thread Ricardo Wurmus
Hi there, I’m trying to get Chickadee packaged. Attached is a package definition. The build fails when chickadee/render/shapes.scm is supposed to be compiled: --8<---cut here---start->8--- … GEN chickadee/render/shapes.go Backtrace: 19

Re: Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.

2018-06-19 Thread Pierre Neidhardt
I've rooted out the issue: it comes from gsettings-desktop-schemas. The warnings appear whenever the package is installed. I tried updating it to 3.28.0 (latest version) but the warnings remain. Should we report this upstream? -- Pierre Neidhardt signature.asc Description: PGP signature

Re: gst-plugins-base: Test suite failed: FAIL: elements/opus

2018-06-19 Thread Nicolas Goaziou
Hello, Pierre Neidhardt writes: > I can't update my packages `guix package -u`, gst-plugins-base fails: [...] > FAIL: elements/opus > === > > Running suite(s): opus > 33%: Checks: 6, Failures: 0, Errors: 4 > gstcheck.c:596:E:general:test_opus_encode_nothing:0: (after this

Re: ld cannot find crti.o

2018-06-19 Thread Andrew Miloradovsky
Yes, I managed to get over many issues by means of running `opam install …` within `guix environment --ad-hoc gcc-toolchain …`. Thanks. There's one more strange thing though: `cc` isn't defined. How do I make it pointing to e.g. `gcc`? On 06/19/2018 12:54 PM, Pierre Neidhardt wrote: > Have you

Re: ld cannot find crti.o

2018-06-19 Thread Pierre Neidhardt
Have you tried installing gcc-toolchain? (It should supersede gcc and glibc.) -- Pierre Neidhardt signature.asc Description: PGP signature

gst-plugins-base: Test suite failed: FAIL: elements/opus

2018-06-19 Thread Pierre Neidhardt
I can't update my packages `guix package -u`, gst-plugins-base fails: --8<---cut here---start->8--- make check-TESTS make[3]: Entering directory '/tmp/guix-build-gst-plugins-base-1.14.1.drv-0/gst-plugins-base-1.14.1/tests/check' make[4]: Entering directory

ld cannot find crti.o

2018-06-19 Thread Andrew Miloradovsky
Hi. In order to install Lwt via OPAM, I've just naively installed GCC via `guix package --install gcc`; but, while attempting to compile anything, I get the error that ~/.guix-profile/bin/ld cannot find crti.o. I then tried to install Glibc explicitly, just in case, but the result is just the

Re: Can't configure guix, no guile-sqlite3

2018-06-19 Thread Pierre Neidhardt
OK, I get it now. I had missed that message about the PATH. I think those kinds of breakage would deserve some proper annoucements, either on the mailing list or on the website. What do you people think? -- Pierre Neidhardt Nothing is easier than to denounce the evildoer; nothing is more

Re: Can't configure guix, no guile-sqlite3

2018-06-19 Thread swedebugia
Hi On June 19, 2018 12:32:43 PM GMT+02:00, Pierre Neidhardt wrote: > >> What is your path? >/home/ambrevar/.guix-profile/bin >/home/ambrevar/.guix-profile/sbin >/run/setuid-programs >/run/current-system/profile/bin >/run/current-system/profile/sbin This lacks the path to the guix pulled with

Re: Can't configure guix, no guile-sqlite3

2018-06-19 Thread Thorsten Wilms
On 18.06.2018 21:58, Ludovic Courtès wrote: Add this commit, the ‘guix’ package definitely has ‘guile-sqlite3’ as an input. Could you run ‘guix edit guix’ to double-check? "guile-sqlite3" appears twice within (define-public guix), inside (add-after 'install 'wrap-program ...) and also

Re: Can't configure guix, no guile-sqlite3

2018-06-19 Thread Pierre Neidhardt
> What is your path? /home/ambrevar/.guix-profile/bin /home/ambrevar/.guix-profile/sbin /run/setuid-programs /run/current-system/profile/bin /run/current-system/profile/sbin > I pulled the same commit as Thorsten and had to upgrate my path manually to > be able to use the guix that was pulled.

Re: Can't configure guix, no guile-sqlite3

2018-06-19 Thread swedebugia
Hi On June 18, 2018 10:12:03 PM GMT+02:00, Pierre Neidhardt wrote: > >I have a similar issue. > >> which guix >/run/current-system/profile/bin/guix What is your path? I pulled the same commit as Thorsten and had to upgrate my path manually to be able to use the guix that was pulled. Please