DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

Webalizer #125

Closed bluesun08 closed 9 years ago

bluesun08 commented 9 years ago

I tried to install "Webalizer" (with option geoip and geodb) and get the following error message:

make install clean ===> License GPLv2 accepted by the user ===> Found saved configuration for webalizer-2.23.8_2 ===> webalizer-geoip-2.23.8_2 depends on file: /usr/local/sbin/pkg - found => webalizer-2.23-08-src.tgz doesn't seem to exist in /usr/distfiles/. => Attempting to fetch ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.23-08-src.tgz webalizer-2.23-08-src.tgz 100% of 524 kB 1610 kBps 00m00s => webalizer-flags.tgz doesn't seem to exist in /usr/distfiles/. => Attempting to fetch ftp://ftp.mrunix.net/pub/webalizer/webalizer-flags.tgz webalizer-flags.tgz 100% of 143 kB 1321 kBps 00m00s => webalizer-geodb-20130801.tgz doesn't seem to exist in /usr/distfiles/. => Attempting to fetch ftp://ftp.mrunix.net/pub/webalizer/geodb/webalizer-geodb-20130801.tgz fetch: ftp://ftp.mrunix.net/pub/webalizer/geodb/webalizer-geodb-20130801.tgz: File unavailable (e.g., file not found, no access) => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/webalizer-geodb-20130801.tgz fetch: http://distcache.FreeBSD.org/ports-distfiles/webalizer-geodb-20130801.tgz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /usr/distfiles/ and try again. *\ Error code 1

Stop. make[1]: stopped in /usr/dports/www/webalizer *\ Error code 1

Stop. make: stopped in /usr/dports/www/webalizer

jrmarino commented 9 years ago

This is a typical "can't fetch" error, typically seen when the hosting server drops out temporarily. It seems to fetch fine for me right now.

bluesun08 commented 9 years ago

ok thank you