[Bug 826] New: compile failing due to gawk, head, test, wc, egrep, and grep being in different directories.
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sun Dec 4 12:55:04 PST 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=826
Bug #: 826
Summary: compile failing due to gawk, head, test, wc, egrep,
and grep being in different directories.
Classification: Unclassified
Product: IcedTea
Version: 6-hg
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: IcedTea6
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: rcook at wyrms.net
Created attachment 617
--> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=617
compile log with no symbolic links.
My distribution has gawk, head, test, wc, egrep, and grep in different
directories than the build is looking for them. If I create symbolic links to
where it is looking it builds. The only one that it doesn't fail compile if
the link is not there is grep. 1.10.4 is the same except tail is added to the
list.
ln -sfn /bin/gawk /usr/bin/gawk
ln -sfn /bin/head /usr/bin/head
ln -sfn /bin/test /usr/bin/test
ln -sfn /bin/wc /usr/bin/wc
ln -sfn /usr/bin/egrep /bin/egrep
ln -sfn /usr/bin/grep /bin/grep
I will attach the compile logs that I have.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the distro-pkg-dev
mailing list