Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376363 - bison missing from latest stage3, causing emerge fail of other packages
Summary: bison missing from latest stage3, causing emerge fail of other packages
Status: RESOLVED DUPLICATE of bug 221311
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Stages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 14:03 UTC by Pandu E Poluan
Modified: 2011-07-25 14:58 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 Pandu E Poluan 2011-07-25 14:03:56 UTC
Bugs https://bugs.gentoo.org/show_bug.cgi?id=376343 and https://bugs.gentoo.org/show_bug.cgi?id=376071 can both be traced to missing `bison` in latest stage3 for x86.

Placing 4 stage3 files in /tmp and running `for f in *; do echo "File: $f"; tar tf $f | grep -E "bin.+bison"; done` returns:

(chroot) livecd /tmp # for f in *; do echo "File: $f"; tar tf $f | grep -E "bin.+bison"; done
File: stage3-amd64-20110708.tar.bz2
./usr/bin/yacc.bison
./usr/bin/bison
File: stage3-amd64-hardened+nomultilib-20110625.tar.bz2
./usr/bin/yacc.bison
./usr/bin/bison
File: stage3-amd64-hardened-20110625.tar.bz2
./usr/bin/yacc.bison
./usr/bin/bison
File: stage3-i686-hardened-20110719.tar.bz2
(chroot) livecd /tmp #
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-07-25 14:58:24 UTC
yeah, it was dropped in purpose.    packages simply need to be fixed to have correct deps.

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