Build fails when installing with the following error: --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/var/log/sandbox/sandbox-net-libs_-_gnet-1.1.9-32362.log" open_wr: /usr/lib/libgnet-1.1.so.0.7.2 -------------------------------------------------------------------------------- Stephen Bennett (spb) suggested that replacing "make ... install" in src_install in the ebuild with "einstall" might fix the problem. After doing this gnet seems to install fine.
As a test, I tried emerge =net-libs/gnet-1.1.9 and I get the same violation: ACCESS DENIED open_wr: /usr/lib/libgnet-1.1.so.0.7.2
i just checked the rdeps of gnet, it looks like we can remove this older version. ( or is there a reason you are using 1.1.9 ? ) Do you still have issues with 2.0.5 / 2.0.7 ?
(In reply to comment #2) > i just checked the rdeps of gnet, it looks like we can remove this older > version. > ( or is there a reason you are using 1.1.9 ? ) A piece of software that hadn't been updated for a while required that version as the 2.x versions are not backwards compatible. The program is called emcast (http://www.junglemonkey.net/emcast/). > > Do you still have issues with 2.0.5 / 2.0.7 ? > I first installed version 2.0.7 and everything worked fine, so the problem seems to be only in the 1.x versions.
Not useful for anything, please punt this version. $ pquery --expr "and(restrict_revdep('<net-libs/gnet-2'),not(restrict_revdep('>=net-libs/gnet-2')))" $
fixed in CVS