Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 497990

Summary: version update issue with rebuild trigger
Product: Portage Development Reporter: Sylvain BERTRAND <sylvain.bertrand>
Component: Core - DependenciesAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://code.google.com/p/charfbuzz
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
harfbuzz-0.9.23.ebuild
harfbuzz-0.9.23.tar.xz

Description Sylvain BERTRAND 2014-01-13 12:05:43 UTC
I coded a _partial_ port in C of harfbuzz. It's a drop-in replacement of the upstream component.
Then, in an overlay, I overrided the upstream harfbuzz with mine.
It worked for a while, then lately, portage does not want to update pango since it wants to rebuild all the time the old pango (1.34.x) and my harfbuzz.
They compile and install fine.
dependency management bug?
Comment 1 Sylvain BERTRAND 2014-01-13 12:08:32 UTC
Created attachment 367774 [details]
emerge --info
Comment 2 Sylvain BERTRAND 2014-01-13 12:09:55 UTC
Created attachment 367776 [details]
harfbuzz-0.9.23.ebuild
Comment 3 Sylvain BERTRAND 2014-01-13 12:10:58 UTC
Created attachment 367778 [details]
harfbuzz-0.9.23.tar.xz
Comment 4 Sebastian Luther (few) 2014-01-13 12:24:03 UTC
This sounds like bug 497238. Could you test if portage-9999 works?
Comment 5 Sylvain BERTRAND 2014-01-13 13:26:41 UTC
I'm unable to clone the portage git repo...
Comment 6 Brian Dolbec (RETIRED) gentoo-dev 2014-01-13 19:52:35 UTC
The overlay.gentoo.org server is down.  I haven't added the github server to the
EGIT_REPO_URI yet.   Edit the ebuild into your overlay.  The backup url is:

git@github.com:gentoo/portage.git
Comment 7 Sylvain BERTRAND 2014-01-13 22:26:24 UTC
added portage-9999.ebuild to my overlay, edited the EGIT_REPO_URI to git@github.com:gentoo/portage.git, and got Permission denied (publickey).
Comment 8 Brian Dolbec (RETIRED) gentoo-dev 2014-01-13 23:07:44 UTC
ok, here is the github link.  On the right side of the page is a url box it lists https, ssh, subversion url's Try the https one.  If that works, I'll add it to the ebuild.
Comment 9 Sylvain BERTRAND 2014-01-14 11:48:46 UTC
Yep, it's fixed in portage-9999
Comment 10 Sebastian Luther (few) 2014-01-14 11:58:20 UTC

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