Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167909 - dev-lang/erlang-11.2.3 fails to build on AMD64
Summary: dev-lang/erlang-11.2.3 fails to build on AMD64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Maintainers for Miscelleneous Language Packages [OBSOLETE]
URL:
Whiteboard:
Keywords:
: 168024 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-21 19:30 UTC by David Leverton
Modified: 2007-02-22 18:50 UTC (History)
2 users (show)

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 David Leverton 2007-02-21 19:30:55 UTC
The newest version of Erlang fails on AMD64 with

cd erts/emulator && ERL_TOP=/var/tmp/paludis/dev-lang/erlang-11.2.3/work/otp_src_R11B-3 make generate depend
make[1]: Entering directory `/var/tmp/paludis/dev-lang/erlang-11.2.3/work/otp_src_R11B-3/erts/emulator'
make -f x86_64-unknown-linux-gnu/Makefile generate
make[2]: Entering directory `/var/tmp/paludis/dev-lang/erlang-11.2.3/work/otp_src_R11B-3/erts/emulator'
make[2]: x86_64-unknown-linux-gnu/Makefile: No such file or directory
make[2]: *** No rule to make target `x86_64-unknown-linux-gnu/Makefile'.  Stop.
make[2]: Leaving directory `/var/tmp/paludis/dev-lang/erlang-11.2.3/work/otp_src_R11B-3/erts/emulator'
make[1]: *** [generate] Error 2
make[1]: Leaving directory `/var/tmp/paludis/dev-lang/erlang-11.2.3/work/otp_src_R11B-3/erts/emulator'
make: *** [depend] Error 2

(note, "unknown" instead of "pc").  Adding back the

epatch "${FILESDIR}/${PN}-10.2.6-export-TARGET.patch"

line from the previous ebuild fixes it.
Comment 1 Paul Taylor 2007-02-22 00:00:12 UTC
Confirmed; adding the patch also works for me.
Comment 2 Mike McClurg 2007-02-22 06:58:37 UTC
Confirmed.
Comment 3 Simon Stelling (RETIRED) gentoo-dev 2007-02-22 10:28:59 UTC
patch is back
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-02-22 18:50:57 UTC
*** Bug 168024 has been marked as a duplicate of this bug. ***