Hi there,
I ran into a weird problem: I upgraded two FreeBSD Machines to 9.1. After that, one works perfectly in terms of upgrading with portupgrade/portmaster; the other fails with the error:
E.g., for installing portupgrade:
I tried everything (checked /etc/make.conf and /etc/src.conf) and also refetched and extracted the ports-tree. Nothing helps.
Does anyone have a suggestion where the error could come from?
I ran into a weird problem: I upgraded two FreeBSD Machines to 9.1. After that, one works perfectly in terms of upgrading with portupgrade/portmaster; the other fails with the error:
Code:
install: illegal option -- l
Code:
hecking if ports-mgmt/portupgrade already installed
===> bin (install)
install -o root -g wheel -m 555 .build/pkg_fetch /usr/local/sbin/pkg_fetch
install -o root -g wheel -m 555 .build/pkg_glob /usr/local/sbin/pkg_glob
install -o root -g wheel -m 555 .build/pkg_sort /usr/local/sbin/pkg_sort
install -o root -g wheel -m 555 .build/pkgdb /usr/local/sbin/pkgdb
install -o root -g wheel -m 555 .build/pkgdu /usr/local/sbin/pkgdu
install -o root -g wheel -m 555 .build/portcvsweb /usr/local/sbin/portcvsweb
install -o root -g wheel -m 555 .build/portsclean /usr/local/sbin/portsclean
install -o root -g wheel -m 555 .build/portsdb /usr/local/sbin/portsdb
install -o root -g wheel -m 555 .build/portupgrade /usr/local/sbin/portupgrade
install -o root -g wheel -m 555 .build/portversion /usr/local/sbin/portversion
/usr/local/sbin/pkg_deinstall -> /usr/local/sbin/pkg_glob
install: illegal option -- l
usage: install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 file2
install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 ... fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** [_installlinks] Error code 64
I tried everything (checked /etc/make.conf and /etc/src.conf) and also refetched and extracted the ports-tree. Nothing helps.
Does anyone have a suggestion where the error could come from?