| Summary: | app-text/dos2unix fails linking -lintl | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andrew John Hughes <gnu_andrew> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Andrew John Hughes
2010-03-21 23:36:42 UTC
>>> Configuring source in /var/tmp/portage/app-text/dos2unix-5.0/work/dos2unix-5.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-text/dos2unix-5.0/work/dos2unix-5.0 ...
make -j9 prefix=/usr LDFLAGS_EXTRA=-lintl
x86_64-pc-linux-gnu-gcc -DVER_REVISION=\"5.0\" -DVER_DATE=\"2010-02-16\" -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dos2unix\" -O2 -Wall -D_LARGEFILE_SOURCE -c dos2unix.c -o dos2unix.o
x86_64-pc-linux-gnu-gcc -DVER_REVISION=\"5.0\" -DVER_DATE=\"2010-02-16\" -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"unix2dos\" -O2 -Wall -D_LARGEFILE_SOURCE -c unix2dos.c -o unix2dos.o
ln -sf dos2unix.1 mac2unix.1
ln -sf unix2dos.1 unix2mac.1
x86_64-pc-linux-gnu-gcc dos2unix.o -Wl,-O1 -lintl -o dos2unix
x86_64-pc-linux-gnu-gcc unix2dos.o -Wl,-O1 -lintl -o unix2dos
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
make: *** [dos2unix] Error 1
make: *** Waiting for unfinished jobs....
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
make: *** [unix2dos] Error 1
*** This bug has been marked as a duplicate of bug 310455 *** |