I'll be attaching the updated ebuild for p7zip 9.04 beta. Tested on amd64 and x86. Reproducible: Always Steps to Reproduce: No steps to reproduce. New ebuild. Actual Results: A new version of p7zip is installed. - The hardlink patch is no longer needed because the make file in the new version is already fixed by the maintainer. - I recreated the makefile patch for the new version to work.
Created attachment 216351 [details] The new ebuild for p7zip 9.04 beta Almost nothing is changed, just removed the hardlink patch.
Created attachment 216352 [details, diff] makefile patch for p7zip 9.04
I hope this would be helpful and soon we'll see the new ebuild in ~unstable :)
Compiles fine on x86 with marginally sane CXXFLAGS (-O3 -fomit-frame-pointer -march=core2 -pipe -findirect-inlining -ftree-switch-conversion -mssse3 -mcx16 -mfpmath=sse) and recent gcc (gcc (Gentoo 4.4.2 p1.0) 4.4.2) and passes tests and benching from the commandline. Can't test the wxWidgets bits right now. Second for getting this in tree ASAP.
Created attachment 218120 [details] 9.04-makefile.patch Apparently, your makefile-patch doesn't work as it has no path in it. See attached one, this should work.
(In reply to comment #5) > Created an attachment (id=218120) [details] > 9.04-makefile.patch > > Apparently, your makefile-patch doesn't work as it has no path in it. See > attached one, this should work. > Both the ebuild and the patch worked out-of-the-box for me. ~x86-- I can post emerge --info if that would be useful for determining why my server is magical...
*** Bug 276613 has been marked as a duplicate of this bug. ***
Thanks for reporting and patches.