View previous topic :: View next topic |
Author |
Message |
Nightbringer n00b
Joined: 11 Nov 2006 Posts: 4
|
Posted: Sat Nov 11, 2006 3:09 pm Post subject: revdep-rebuild not repairing a breakage |
|
|
Whenever I run revdep-rebuild I get the following:
Code: |
Checking dynamic linking consistency...
broken /usr/lib/perl5/site_perl/5.8.8/i686-linux/auto/DBD/mysql/mysql.so (requires libmysqlclient.so.14)
|
It doesn't propose to merge anything to fix the breakage and I've tried emerging perl and mysql again but still get the same reported breakage. |
|
Back to top |
|
|
scoon l33t
Joined: 23 Aug 2003 Posts: 747 Location: Philadelphia, PA
|
Posted: Sat Nov 11, 2006 4:02 pm Post subject: |
|
|
Hey there,
Try rebuilding perl-DBD.
-scoon _________________ Hope this helps........ |
|
Back to top |
|
|
Nightbringer n00b
Joined: 11 Nov 2006 Posts: 4
|
Posted: Sun Nov 12, 2006 4:49 pm Post subject: |
|
|
scoon wrote: | Hey there,
Try rebuilding perl-DBD.
-scoon |
I didn't see any ebuild called perl-DBD or anything in CPAN either so I tried the closest thing I saw in portage which was DBD-mysql but still no joy. I'm guessing this has something to do with my recent upgrade to MySQL 5.0.26-r1 so when I have some time in a bit I'm going to try rolling back to 4.1.21 and see if that resolves it for the time being. |
|
Back to top |
|
|
scoon l33t
Joined: 23 Aug 2003 Posts: 747 Location: Philadelphia, PA
|
Posted: Sun Nov 12, 2006 8:15 pm Post subject: |
|
|
ooops. Sorry about that. DBD-mysql is the one.
I have the perl USE flag enabled for mysql with no problems.
Code: | [ebuild R ] dev-db/mysql-5.0.26-r1 USE="berkdb -big-tables -cluster -debug -embedded -extraengine -latin1 -max-idx-128 -minimal perl (-selinux) -srvdir ssl -static" |
-scoon _________________ Hope this helps........ |
|
Back to top |
|
|
Nightbringer n00b
Joined: 11 Nov 2006 Posts: 4
|
Posted: Mon Nov 13, 2006 5:40 pm Post subject: |
|
|
scoon wrote: | ooops. Sorry about that. DBD-mysql is the one.
I have the perl USE flag enabled for mysql with no problems.
[-scoon |
Well I downgraded to mysql-4.1.21 then ran revdep-rebuild to let the system rebuild anything compiled against mysql and I am no longer getting that reported breakage. Out of curiosity what version of DBD-mysql and perl do you have installed? I'm going to try again later to upgrade mysql and see if the breakage pops up again. My use flags for mysql were basically the same as yours.
Code: |
[ebuild U ] dev-db/mysql-5.0.26-r1 [4.1.21] USE="berkdb latin1 perl ssl -big-tables -cluster -debug -embedded -extraengine -max-idx-128% -minimal (-selinux) -srvdir -static (-raid%)"
[ebuild R ] dev-lang/perl-5.8.8-r2 USE="berkdb gdbm perlsuid -build -debug -doc -ithreads"
[ebuild R ] dev-perl/DBD-mysql-2.9007
|
Anyhow I'll give the upgrade another shot here in a bit and see what happens. Something I just noticed though. At the machine I'm sitting at right now mysql-5.0.26-r1 and perl-5.8.8-r2 are installed and I've never gotten any complaints from revdep-rebuild. |
|
Back to top |
|
|
scoon l33t
Joined: 23 Aug 2003 Posts: 747 Location: Philadelphia, PA
|
Posted: Tue Nov 14, 2006 11:26 am Post subject: |
|
|
Hey there,
Versions as follows:
Code: | Calculating dependencies... done!
[ebuild R ] dev-db/mysql-5.0.26-r1 USE="berkdb -big-tables -cluster -debug -embedded -extraengine -latin1 -max-idx-128 -minimal perl (-selinux) -srvdir ssl -static" 2 kB
[ebuild R ] dev-lang/perl-5.8.8-r2 USE="berkdb -build -debug -doc gdbm ithreads -perlsuid" 0 kB
[ebuild R ] dev-perl/DBD-mysql-2.9007 0 kB |
-scoon _________________ Hope this helps........ |
|
Back to top |
|
|
|