Can't upgrade lzip port

illoai at gmail.com illoai at gmail.com
Thu Oct 17 03:42:38 UTC 2013


On 16 October 2013 21:05, David Newman <dnewman at networktest.com> wrote:
> After upgrading an amd64 system from 9.1-RELEASE to 9.2-RELEASE,
> 'portmaster -af' failed because it couldn't fetch a current version of
> lzip-1.14. I've pasted the error below.
>
> I tried contacting the port maintainer and ports at freebsd.org last week
> but haven't heard back. And the freebsd.org packages directory has
> lzip-1.13, not 1.14.
>
> Is there some other means of completing the ports reinstall? This system
> has at least one other port with lzip dependencies.
>
> Thanks!
>
> dn
>
> $ portmaster -af
>
> ..
>
> ===>>> Returning to dependency check for archivers/lzip
> ===>>> Dependency check complete for archivers/lzip
>
> ===>  Cleaning for lzip-1.14
> ===>  License GPLv3 accepted by the user
> ===>   lzip-1.14 depends on file: /usr/local/sbin/pkg - found
> => lzip-1.14.tar.gz doesn't seem to exist in /usr/ports/distfiles//.
> => Attempting to fetch http://nongnu.askapache.com/lzip/lzip-1.14.tar.gz
> fetch: http://nongnu.askapache.com/lzip/lzip-1.14.tar.gz: Not Found
> => Attempting to fetch
> http://mirror.lihnidos.org/GNU/savannah/lzip/lzip-1.14.tar.gz
> fetch: http://mirror.lihnidos.org/GNU/savannah/lzip/lzip-1.14.tar.gz:
> Not Found
> => Attempting to fetch
> http://ftp.twaren.net/Unix/NonGNU/lzip/lzip-1.14.tar.gz
> fetch: http://ftp.twaren.net/Unix/NonGNU/lzip/lzip-1.14.tar.gz: Not Found
> => Attempting to fetch
> ftp://ftp.twaren.net/Unix/NonGNU/lzip/lzip-1.14.tar.gz
> fetch: ftp://ftp.twaren.net/Unix/NonGNU/lzip/lzip-1.14.tar.gz: File
> unavailable (e.g., file not found, no access)
> => Attempting to fetch
> http://gnu.mirrors.pair.com/savannah/savannah/lzip/lzip-1.14.tar.gz
> fetch:
> http://gnu.mirrors.pair.com/savannah/savannah/lzip/lzip-1.14.tar.gz: Not
> Found
> => Attempting to fetch
> ftp://gnu.mirrors.pair.com/savannah/lzip/lzip-1.14.tar.gz
> fetch: ftp://gnu.mirrors.pair.com/savannah/lzip/lzip-1.14.tar.gz: File
> unavailable (e.g., file not found, no access)
> => Attempting to fetch
> http://download-mirror.savannah.gnu.org/releases/lzip/lzip-1.14.tar.gz
> fetch:
> http://download-mirror.savannah.gnu.org/releases/lzip/lzip-1.14.tar.gz:
> Not Found
> => Attempting to fetch
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lzip-1.14.tar.gz
> fetch:
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lzip-1.14.tar.gz: File
> unavailable (e.g., file not found, no access)
> => Couldn't fetch it - please try to retrieve this
> => port manually into /usr/ports/distfiles// and try again.
> *** [do-fetch] Error code 1
>
> Stop in /usr/ports/archivers/lzip.
>
> ===>>> make failed for archivers/lzip
> ===>>> Aborting update
>
> ===>>> Killing background jobs
> Terminated
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

If nothing you have depends on lzip (try "pkg info -r lzip"
or "pkg_info -r lzip", depending), just run
$ portmaster -x lzip -af

Otherwise, googling around for "lzip-1.14.tar.gz" should get you the
appropriate file(s).  Maybe.

-- 
--


More information about the freebsd-questions mailing list