Summary: | net-libs/libwww-5.4.0-r7 - /usr/bin/install: will not overwrite just-created `/var/tmp/portage/net-libs/libwww-5.4.0-r7/image//usr/include/w3c-libwww/HTBind.h' with `HTBind.h' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | cilly <cilly> |
Component: | New packages | Assignee: | Text-Markup Team (OBSOLETE) <text-markup+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ansla80, ap, atle.pedersen, fcoiffie, gent_bz, hwoarang, lewis+gentoo, pappy_mcfae, willard.dawson, zeekec |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.w3.org/Library/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 319443, 327693 | ||
Attachments: |
build.log of emerge =net-libs/libwww-5.4.0-r7
Do not install HTBind.h twice |
Description
cilly
2010-05-06 11:35:15 UTC
Created attachment 230581 [details]
build.log of emerge =net-libs/libwww-5.4.0-r7
complete build.log
If you scroll a few more lines up, you'll probably notice, that this looks like a parallel make failure (or perhaps it doesn't like your filesystem for some reason). No, it's something novel that doesn't issue `install' commands per target but does the whole list at once, which makes install "refuse" to update a target passed to it a second time in one go. I thought it was autoconf 2.65 related at first (bug #318533), also reported by cilly, but maybe it is not. Whatever it is that's triggering these new bugs for cilly, making them look quite severe, they are basically quite minor bugs, and easy to fix. Created attachment 231045 [details, diff]
Do not install HTBind.h twice
Jeroen can you commit your patch plz? *** Bug 328751 has been marked as a duplicate of this bug. *** (In reply to comment #5) > Jeroen can you commit your patch plz? > Seconded. (In reply to comment #7) > (In reply to comment #5) > > Jeroen can you commit your patch plz? > > > > Seconded. > Sorry folks. What Jeroen posted was not a patch. I don't think Jeroen is the maintainer. Rather, Jeroen posted the section of code where the problem is. If you look at the "patch" carefully, what you'll see is that HTBind.h appears twice. This is the problem. As a work around, you can edit /var/tmp/portage/net-libs/libwww-5.4.0-r7/work/w3c-libwww-5.4.0/Library/src/Makefile.am and remove the extra line. {I used 'nano' to edit it. Then execute: ebuild /usr/portage/net-libs/libwww/libwww-5.4.0-r7.ebuild install That will finish the install phase for you. To wrap up and be sure all linking is correct, emerge just about any other package. Or run revdep-rebuild. I'm sure there are easier ways of doing this, but I'm not a programmer so I'm not knowledgeable enough to tell you what else to do. (In reply to comment #8) > (In reply to comment #7) > > (In reply to comment #5) > > > Jeroen can you commit your patch plz? > > > > > > > Seconded. > > > > Sorry folks. What Jeroen posted was not a patch. huh... it's a patch. (In reply to comment #4) > Created an attachment (id=231045) [details] > Do not install HTBind.h twice > thanks, applied (In reply to comment #9) > (In reply to comment #8) > > (In reply to comment #7) > > > (In reply to comment #5) > > > > Jeroen can you commit your patch plz? > > > > > > > > > > Seconded. > > > > > > > Sorry folks. What Jeroen posted was not a patch. > > huh... it's a patch. > > (In reply to comment #4) > > Created an attachment (id=231045) [details] [details] > > Do not install HTBind.h twice > > > > thanks, applied > Thank you! And yes, my rather tired eyes missed the hyphen symbol. *** Bug 327377 has been marked as a duplicate of this bug. *** |