Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220869 - rarian fails to compile
Summary: rarian fails to compile
Status: RESOLVED DUPLICATE of bug 196243
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 08:19 UTC by Ramon
Modified: 2008-05-08 08:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ramon 2008-05-08 08:19:19 UTC
On my system (amd64) rarian ebuilds fail to compile and end with an error.

Most likely this is caused by an error in the makefile patching

Output:
/usr/bin/nm -B  .libs/librarian_la-rarian-main.o .libs/librarian_la-rarian-reg-utils.o .libs/librarian_la-rarian-language.o .libs/librarian_la-rarian-utils.o .libs/librarian_la-rarian-info.o .libs/librarian_la-rarian-man.o .libs/rarian-omf.o .libs/tinyxml.o .libs/tinyxmlparser.o .libs/tinystr.o .libs/tinyxmlerror.o  |  | /bin/sed 's/.* //' | sort | uniq > .libs/librarian.exp
../libtool: eval: line 4359: syntax error near unexpected token `|'
../libtool: eval: line 4359: `/usr/bin/nm -B  .libs/librarian_la-rarian-main.o .libs/librarian_la-rarian-reg-utils.o .libs/librarian_la-rarian-language.o .libs/librarian_la-rarian-utils.o .libs/librarian_la-rarian-info.o .libs/librarian_la-rarian-man.o .libs/rarian-omf.o .libs/tinyxml.o .libs/tinyxmlparser.o .libs/tinystr.o .libs/tinyxmlerror.o  |  | /bin/sed 's/.* //' | sort | uniq > .libs/librarian.exp'

As you can see the make file generates a pipe-statement with an empty part between two pipe symbols. libtool correctly fails to parse this
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2008-05-08 08:24:27 UTC

*** This bug has been marked as a duplicate of bug 196243 ***