Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49545 - dev-util/boost-jam is masked on amd64, but builds just fine
Summary: dev-util/boost-jam is masked on amd64, but builds just fine
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 15:56 UTC by Cody Russell
Modified: 2004-07-04 03:40 UTC (History)
0 users

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


Attachments
Patch to ebuild - add failure if dobin fails and apply amd64 patch (boost-jam-3.1.9.ebuild.patch,828 bytes, patch)
2004-06-07 10:16 UTC, Malcolm Lashley (RETIRED)
Details | Diff
Trivial boost jam amd64 patch (boost-jam-amd64.patch,363 bytes, patch)
2004-06-07 10:17 UTC, Malcolm Lashley (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cody Russell 2004-04-30 15:56:24 UTC
dev-util/boost-jam compiles correctly on amd64.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jason Huebel (RETIRED) gentoo-dev 2004-05-25 15:24:05 UTC
Doesn't seem to install any of the binaries...
Comment 2 Jason Huebel (RETIRED) gentoo-dev 2004-06-04 10:13:14 UTC
>>> emerge (1 of 1) dev-util/boost-jam-3.1.9 to /
>>> md5 src_uri ;-) boost-jam-3.1.9.tgz
>>> Unpacking source...
>>> Unpacking boost-jam-3.1.9.tgz to /var/tmp/portage/boost-jam-3.1.9/work
>>> Source unpacked.
###
### Using 'gcc' toolset.
###
rm -rf bootstrap.gcc
mkdir bootstrap.gcc
gcc -o bootstrap.gcc/jam0 command.c compile.c execnt.c execunix.c execvms.c expand.c filent.c fileos2.c fileunix.c filevms.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c native.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c
./bootstrap.gcc/jam0 -f build.jam --toolset=gcc --toolset-root= clean
...found 1 target...
...updating 1 target...
...updated 1 target...
./bootstrap.gcc/jam0 -f build.jam --toolset=gcc --toolset-root=
...found 81 targets...
...updating 5 targets...
.mkdir. bin.linux
.cc. bin.linux/yyacc
.cc. bin.linux/mkjambase
.cc. bin.linux/jam
.link. bin.linux/bjam
...updated 5 targets...

>>> Install boost-jam-3.1.9 into /var/tmp/portage/boost-jam-3.1.9/image/ category dev-util
/usr/sbin/ebuild.sh: line 26: cd: /var/tmp/portage/boost-jam-3.1.9/work/boost-jam-3.1.9/bin.linuxamd64: No such file or directory
>>> dobin: making bjam executable...
install: cannot stat `bjam': No such file or directory
>>> dobin: making jam executable...
install: cannot stat `jam': No such file or directory
>>> dobin: making mkjambase executable...
install: cannot stat `mkjambase': No such file or directory
>>> dobin: making yyacc executable...
install: cannot stat `yyacc': No such file or directory
man:
prepallstrip:
strip:
>>> Completed installing into /var/tmp/portage/boost-jam-3.1.9/image/

>>> Merging dev-util/boost-jam-3.1.9 to /
--- /usr/
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/boost-jam-3.1.9/
>>> /usr/share/doc/boost-jam-3.1.9/html/
>>> /usr/share/doc/boost-jam-3.1.9/html/Jam.html
>>> /usr/share/doc/boost-jam-3.1.9/boost-jam.spec.gz
>>> /usr/share/doc/boost-jam-3.1.9/Porting.gz
>>> /usr/share/doc/boost-jam-3.1.9/LICENSE_1_0.txt.gz
--- /usr/bin/
>>> Regenerating /etc/ld.so.cache...
Comment 3 Malcolm Lashley (RETIRED) gentoo-dev 2004-06-07 10:16:51 UTC
Created attachment 32878 [details, diff]
Patch to ebuild - add failure if dobin fails and apply amd64 patch
Comment 4 Malcolm Lashley (RETIRED) gentoo-dev 2004-06-07 10:17:27 UTC
Created attachment 32879 [details, diff]
Trivial boost jam amd64 patch
Comment 5 Malcolm Lashley (RETIRED) gentoo-dev 2004-07-03 16:46:12 UTC
Awaiting package maintainers blessing to apply my fixes.
Comment 6 Malcolm Lashley (RETIRED) gentoo-dev 2004-07-04 03:40:53 UTC
Fixed in CVS.