unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* packaging ancient node issues
@ 2016-08-05 13:58 Jelle Licht
  2016-08-30 12:04 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jelle Licht @ 2016-08-05 13:58 UTC (permalink / raw)
  To: help-guix

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

Hello

Currenly I am having some difficulties trying to get an old version of Node
to build /w guix.
The package definition I am working on can be found at [0], and the tail of
the ouput
I get at [1].

The reported error is:
ld: cannot find crt1.o: No such file or directory
ld: cannot find crti.o: No such file or directory

It is a bit hard for me to find out what is happening, although it might
have something
to do with the fact that the build system is gnu-like, but actually
delegates work to a
bundled copy of waf.

Does anyone have a clue on what might be going on?
I am using guix-on-ubuntu@12.04, 64 bit, if that is relevant.

Thanks
- Jelle

[0] http://paste.lisp.org/display/322257 is the package definition that I
am tweaking
[1] http://paste.lisp.org/display/322256  for the tail of the failing build

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

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

* Re: packaging ancient node issues
  2016-08-05 13:58 packaging ancient node issues Jelle Licht
@ 2016-08-30 12:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-08-30 12:04 UTC (permalink / raw)
  To: Jelle Licht; +Cc: help-guix

Hi!

Jelle Licht <jlicht@fsfe.org> skribis:

> Currenly I am having some difficulties trying to get an old version of Node
> to build /w guix.
> The package definition I am working on can be found at [0], and the tail of
> the ouput
> I get at [1].
>
> The reported error is:
> ld: cannot find crt1.o: No such file or directory
> ld: cannot find crti.o: No such file or directory

These files are provided by glibc.  What you need to do is to make sure
GLIBC/lib is in $LIBRARY_PATH.  This happens automatically when using
the ‘gcc-toolchain’ or the ‘gnu-build-system’.

HTH!

Ludo’.

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

end of thread, other threads:[~2016-08-30 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-05 13:58 packaging ancient node issues Jelle Licht
2016-08-30 12:04 ` Ludovic Courtès

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).