Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299522 - compilation failed for several packages: ../libtool: eval: line 1329: unexpected EOF while looking for matching `"'
Summary: compilation failed for several packages: ../libtool: eval: line 1329: unexpec...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 21:54 UTC by Denny Reeh
Modified: 2010-01-03 22:10 UTC (History)
0 users

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


Attachments
build.log for dev-libs/libdaemon-0.13-r1 (build.log,13.12 KB, text/plain)
2010-01-03 21:57 UTC, Denny Reeh
Details
environment for dev-libs/libdaemon-0.13-r1 (environment,99.50 KB, text/plain)
2010-01-03 21:58 UTC, Denny Reeh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denny Reeh 2010-01-03 21:54:38 UTC
compilation of several packages failed with following errors:

../libtool: eval: line 1329: unexpected EOF while looking for matching `"'
../libtool: eval: line 1330: syntax error: unexpected end of file

(line numbers are different for every package)


examples for failure are x11-libs/libXaw-1.0.7 or dev-libs/libdaemon-0.13-r1



Reproducible: Always

Steps to Reproduce:
emerge libXaw or emerge libdaemon




complete build.log and environment attached
Comment 1 Denny Reeh 2010-01-03 21:57:14 UTC
Created attachment 215087 [details]
build.log for dev-libs/libdaemon-0.13-r1
Comment 2 Denny Reeh 2010-01-03 21:58:04 UTC
Created attachment 215089 [details]
environment for dev-libs/libdaemon-0.13-r1
Comment 3 Denny Reeh 2010-01-03 22:10:53 UTC
problem solved.

in /etc/environment there was a mistake:

wrong: LC_ALL="de_DE.UTF-8" 
correct: LC_ALL=de_DE.UTF-8