Summary: | app-emulation/qemu-0.11.1 with =app-text/texi2html-5.0 - texi2html: Option number is ambiguous (number-footnotes, number-sections) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Maksym <maksym.telychko> |
Component: | New packages | Assignee: | Luca Barbato <lu_zero> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bmarwell+gentoo, bug, openhs, qemu+disabled, siarhei.siamashka, slyfox, troxor0 |
Priority: | Normal | ||
Version: | autobuilds | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Build log, emerge info
new ebuild fix/ bash script |
Comment on attachment 311813 [details]
Build log, emerge info
Next time, please attach separate files.
I guess you have =app-text/texi2html-5* installed. (In reply to comment #2) > I guess you have =app-text/texi2html-5* installed. same issue here, qemu build fails on the same statment. I have app-text/texi2html-5.0-r1 installed. qemu built without errors once texi2html has been downgraded to 1.78. Maybe unmasking 5.0-r1 on amd64 and hppa was a bit early ;) I experienced the same issue with texi2html-5.0-r1, downgrading to texi2html-1.78 fixed it. I experienced the same issue and opened a bug report here. (I don't know what happened to it) I also made a forum post, you can check out the solution if you have the same problem and don't want to wait for a patch. Forgot to put link http://forums.gentoo.org/viewtopic-t-927994-highlight-.html Patched in local overlay, inline sed patch: --- /usr/portage/app-emulation/qemu/qemu-0.11.1.ebuild 2012-05-03 14:01:04.000000000 -0500 +++ qemu-0.11.1.ebuild 2012-09-05 11:31:24.227753578 -0500 @@ -52,6 +52,7 @@ sed -i -e 's:fdt="yes":fdt="no":' configure # prevent docs to get automatically installed sed -i '/$(DESTDIR)$(docdir)/d' Makefile + sed -i 's/-number/-number-sections/g' Makefile # Alter target makefiles to accept CFLAGS set via flag-o sed -i 's/^\(C\|OP_C\|HELPER_C\)FLAGS=/\1FLAGS+=/' \ Makefile Makefile.target tests/Makefile Created attachment 324474 [details]
new ebuild fix/ bash script
Thanks Troxor Zero, the fix works perfectly! For all lazy people like me :) a tar.gz script to fix the Texi2html issue which is not patched/ fixed yet.
older versions of texi2html are now gone from tree, so either apply this or CC treecleaners, thanks! Old qemu is now gone from the tree. |
Created attachment 311813 [details] Build log, emerge info * ERROR: app-emulation/qemu-0.11.1 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 85: Called src_compile * environment, line 2878: Called _eapi2_src_compile * phase-helpers.sh, line 573: Called die * The specific snippet of code: * emake || die "emake failed"