Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110273 - revdep fails to output proper order
Summary: revdep fails to output proper order
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-23 14:59 UTC by Roger
Modified: 2005-10-24 20:36 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 Roger 2005-10-23 14:59:53 UTC
After upgrading to dev-db/mysql-4.1.14,  revdep-rebuild puts
net-libs/libwww-5.4.0-r3 after app-text/tetex-2.0.2-r5  Rebuilding
app-text/tetex in this order creates:
"undefined reference to `mysql_connect' & 'mysql_create_db'.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




To resolve, rebuild net-libs/libwww first and then app-text tetex.
Comment 1 Paul Varner (RETIRED) gentoo-dev 2005-10-23 16:05:09 UTC
Which version of gentoolkit do you have installed?
Comment 2 Roger 2005-10-24 07:14:29 UTC
app-portage/gentoolkit-0.1.35
Comment 3 Roger 2005-10-24 07:15:38 UTC
duh. no wonder, up to version gentoolkit-2.* !

dummy me.  
Comment 4 Paul Varner (RETIRED) gentoo-dev 2005-10-24 11:48:31 UTC
Marking resolved due to the age of the revdep-rebuild script.  If you run into
the problem with gentoolkit.0.2.1*, please reopen.
Comment 5 Roger 2005-10-24 18:27:18 UTC
On my laptop, I'm seeing a similar order of tetex being compiled way sooner then
libwww.

gentoolkit-0.2.0-r2

tetex-2.0.2-r5.ebuild is showing no DEPS/RDEPS

# cat /root/.revdep-rebuild.5_order 
app-mobilephone/gammu-1.02.0
app-text/tetex-2.0.2-r5
dev-libs/xmlrpc-c-0.9.9-r1
dev-php/mod_php-4.4.0-r3
dev-php/php-4.4.0-r1
dev-python/python-gammu-0.7
mail-mta/postfix-2.1.5-r2
media-radio/gmfsk-0.6-r1
media-video/ffmpeg-0.4.9_p20050226-r5
media-video/motion-3.1.17
net-analyzer/snort-2.3.3
net-fs/samba-3.0.14a-r2
net-libs/libwww-5.4.0-r3
net-misc/ntp-4.2.0-r2
x11-libs/qt-3.3.4-r8
x11-libs/qt-embedded-3.3.4
x11-misc/xvidcap-1.1.3-r1


Comment 6 Paul Varner (RETIRED) gentoo-dev 2005-10-24 20:36:44 UTC
Do an emerge -epv world and see if tetex is listed before libwww.  If so the
problem is with the depends on the tetex ebuild in that it isn't properly
defining its dependencies.