Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190548 - `darcs push` fails after upgrading curl
Summary: `darcs push` fails after upgrading curl
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 17:42 UTC by Brendan Taylor
Modified: 2007-08-28 19:59 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 Brendan Taylor 2007-08-28 17:42:44 UTC
After upgrading from net-misc/curl-7.16.3 to 7.16.4, darcs (1.0.9) can't push changesets because it can't find libcurl.so.3

Reproducible: Always

Steps to Reproduce:
1. run "darcs push"
2. select the patches I want to push
Actual Results:  
darcs exits with "darcs: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory"


Expected Results:  
Changesets are successfully pushed.

I was originally using the Haskell overlay, but I disabled it and re-emerged all of darcs' Haskell dependencies when the problem occurred. No change.

I masked curl-7.16.4 and downgraded to the version I was using before. I attempted to push before re-emerging darcs and got the message:

"darcs: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory"

immediately (ie. it didn't even get as far as asking me what patches I want to push). Re-emerging darcs returns me to the original error.

This is on an AMD64 system, using Paludis.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-28 17:47:20 UTC
You need to run revdep-rebuild after upgrading curl, at the ebuild told you.
Comment 2 Brendan Taylor 2007-08-28 18:30:10 UTC
(In reply to comment #1)
> You need to run revdep-rebuild after upgrading curl, at the ebuild told you.

I've done that.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-08-28 18:48:12 UTC
(In reply to comment #2)
> I've done that.

Well no, you didn't. You did some half-complete attempt on manually fixing things because revdep-rebuild doesn't work with paludis. So, go figure out a replacement for it with paludis folks if the script they provide doesn't work. Not a darcs bug.
 
http://paludis.pioto.org/faq.html#revdep_rebuild
Comment 4 Brendan Taylor 2007-08-28 19:13:55 UTC
(In reply to comment #3)
> Well no, you didn't. You did some half-complete attempt on manually fixing
> things because revdep-rebuild doesn't work with paludis.

The part of revdep-rebuild that checks linking consistency and determines the list of packages that needs to be rebuilt works fine with paludis. Reemerging everything on that list is the first thing that I tried, and it fixed all the other packages that depend on curl.
Comment 5 Brendan Taylor 2007-08-28 19:59:22 UTC
Oops. It looks like it was the copy of darcs *on the system that I was pushing to* was the problem, rather than the one on my system. Sorry, Jakub.