net/GeoIP portupgrade problem

Hello,

I'm trying to portupgrade net/GeoIP from version 1.4.8_3 to version 1.4.8_5. The port compiles without problems, but while installing the following errors occur:

Code:
--->  Installing the new version via the port
===>  Installing for GeoIP-1.4.8_5
===>   Registering installation for GeoIP-1.4.8_5
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/bin/geoiplookup): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/bin/geoiplookup6): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/bin/geoipupdate): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/lib/libGeoIP.a): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/lib/libGeoIP.la): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/lib/libGeoIP.so): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/lib/libGeoIP.so.5): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/lib/libGeoIPUpdate.a): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/lib/libGeoIPUpdate.la): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/lib/libGeoIPUpdate.so): No such file or directory
pkg-static: lstat(/usr/ports/net/GeoIP/work/stage/usr/local/lib/libGeoIPUpdate.so.0): No such file or directory
*** Error code 74

I'm a long time user of FreeBSD but I see more and more problems like this - did I miss something?

Here the information about my system:

Code:
root@bsd1dw - /usr/ports
2054 # uname -a
FreeBSD bsd1dw.bln3.siemens.de 10.0-STABLE FreeBSD 10.0-STABLE #2 r267524: Mon Jun 16 12:22:09 CEST 2014     root@bsd1dw.bln3.siemens.de:/usr/obj/usr/src/sys/GENERIC  i386

The ports tree was updated a few minutes ago using svn up && make fetchindex to revision 358914.

Does someone have an idea how to solve this?

Thanks a lot - Matthias
 
I see the same errors here. Incomplete staging, probably... Yes, it appears that it needs more work to handle staging. Programs from the apps directory needs to be installed in the Makefile, for example.
 
Thank you for reproducing the error. It seems to me that this is an issue for the port maintainer and not an error on my side.

I'll keep you informed - Matthias
 
I've sent a Makefile fix to the maintainer. It fixes the staging problem, but does not actually let the program work. I am unfamiliar with it, so it might be something simple.
 
Back
Top