Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497990 - version update issue with rebuild trigger
Summary: version update issue with rebuild trigger
Status: RESOLVED DUPLICATE of bug 497238
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Portage team
URL: http://code.google.com/p/charfbuzz
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 12:05 UTC by Sylvain BERTRAND
Modified: 2014-01-14 11:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info,4.46 KB, application/octet-stream)
2014-01-13 12:08 UTC, Sylvain BERTRAND
Details
harfbuzz-0.9.23.ebuild (harfbuzz-0.9.23.ebuild,708 bytes, application/octet-stream)
2014-01-13 12:09 UTC, Sylvain BERTRAND
Details
harfbuzz-0.9.23.tar.xz (harfbuzz-0.9.23.tar.xz,118.71 KB, application/x-tar)
2014-01-13 12:10 UTC, Sylvain BERTRAND
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***