Log in

View Full Version : Build Error Rev 1713


cubber
11-01-2010, 09:43 PM
I am getting the following error when trying to build Rev 1713, I think it may be related to the recent perl update in gentoo.


make[1]: *** No rule to make target `/usr/lib/perl5/5.8.8/i686-linux/CORE/EXTERN.h', needed by `EQW.o'. Stop.
make[1]: Leaving directory `/usr/src/eqemu/core/trunk_1713/EQEmuServer/world'
make: *** [all] Error 2




Perl is now dev-lang/perl-5.12.2-r1 , all the other packages on my system that depend on perl were updated via the perl-cleaner, basically it rebuilt them all against the new perl. I was trying to do the same with EQEmu but it seems that it is not working with perl 5.12.x yet.... :-x

cubber
11-02-2010, 08:52 PM
Fixed it by completely deleting my sources and doing a fresh svn checkout Make clean was not fixing the issue.