From: Doug Barton on 13 Aug 2010 04:51 On 08/13/2010 00:26, Boris Samorodov wrote: > Hi All, > > ----- > # portmaster --version > > ===>>> Version 3.0 > # portmaster tmux > > ===>>> Currently installed version: tmux-1.2_1 > ===>>> Port directory: /usr/ports/sysutils/tmux > > ===>>> Gathering distinfo list for installed ports > > ===>>> Launching 'make checksum' for sysutils/tmux in background > ===>>> Gathering dependency list for sysutils/tmux from ports > ===>>> Launching child to update /m/ports/devel/libevent > tmux-1.2_1 >> /m/ports/devel/libevent > > ===>>> No valid installed port, or port directory given > ===>>> Try portmaster --help > > > ===>>> Update for /m/ports/devel/libevent failed > ===>>> Aborting update > > Terminated > # ls -l /usr/ports > lrwxr-xr-x 1 root wheel 9 Oct 2 2009 /usr/ports -> /m/ports/ I have a similar setup where the actual ports tree lives at /usr/local/ports, and for testing sometimes I use a symlink in /usr, OR sometimes I set PORTSDIR to /usr/local/ports. If I do either, I can't reproduce the error above. However if I do both, I can. Any chance you're setting PORTSDIR in your make.conf? Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Boris Samorodov on 13 Aug 2010 05:00 On Fri, 13 Aug 2010 01:51:07 -0700 Doug Barton wrote: > On 08/13/2010 00:26, Boris Samorodov wrote: > > Hi All, > > > > ----- > > # portmaster --version > > > > ===>>> Version 3.0 > > # portmaster tmux > > > > ===>>> Currently installed version: tmux-1.2_1 > > ===>>> Port directory: /usr/ports/sysutils/tmux > > > > ===>>> Gathering distinfo list for installed ports > > > > ===>>> Launching 'make checksum' for sysutils/tmux in background > > ===>>> Gathering dependency list for sysutils/tmux from ports > > ===>>> Launching child to update /m/ports/devel/libevent > > tmux-1.2_1 >> /m/ports/devel/libevent > > > > ===>>> No valid installed port, or port directory given > > ===>>> Try portmaster --help > > > > > > ===>>> Update for /m/ports/devel/libevent failed > > ===>>> Aborting update > > > > Terminated > > # ls -l /usr/ports > > lrwxr-xr-x 1 root wheel 9 Oct 2 2009 /usr/ports -> /m/ports/ > I have a similar setup where the actual ports tree lives at > /usr/local/ports, and for testing sometimes I use a symlink in /usr, OR > sometimes I set PORTSDIR to /usr/local/ports. If I do either, I can't > reproduce the error above. However if I do both, I can. Any chance > you're setting PORTSDIR in your make.conf? ----- # echo $PORTSDIR PORTSDIR: Undefined variable. # ----- -- WBR, bsam _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Boris Samorodov on 13 Aug 2010 05:03 On Fri, 13 Aug 2010 13:00:49 +0400 Boris Samorodov wrote: > On Fri, 13 Aug 2010 01:51:07 -0700 Doug Barton wrote: > > On 08/13/2010 00:26, Boris Samorodov wrote: > > > Hi All, > > > > > > ----- > > > # portmaster --version > > > > > > ===>>> Version 3.0 > > > # portmaster tmux > > > > > > ===>>> Currently installed version: tmux-1.2_1 > > > ===>>> Port directory: /usr/ports/sysutils/tmux > > > > > > ===>>> Gathering distinfo list for installed ports > > > > > > ===>>> Launching 'make checksum' for sysutils/tmux in background > > > ===>>> Gathering dependency list for sysutils/tmux from ports > > > ===>>> Launching child to update /m/ports/devel/libevent > > > tmux-1.2_1 >> /m/ports/devel/libevent > > > > > > ===>>> No valid installed port, or port directory given > > > ===>>> Try portmaster --help > > > > > > > > > ===>>> Update for /m/ports/devel/libevent failed > > > ===>>> Aborting update > > > > > > Terminated > > > # ls -l /usr/ports > > > lrwxr-xr-x 1 root wheel 9 Oct 2 2009 /usr/ports -> /m/ports/ > > I have a similar setup where the actual ports tree lives at > > /usr/local/ports, and for testing sometimes I use a symlink in /usr, OR > > sometimes I set PORTSDIR to /usr/local/ports. If I do either, I can't > > reproduce the error above. However if I do both, I can. Any chance > > you're setting PORTSDIR in your make.conf? > ----- > # echo $PORTSDIR > PORTSDIR: Undefined variable. > # > ----- Wrong answer, sorry. Yes, I do define it at /etc/make.conf: ----- # grep PORTSDIR /etc/make.conf PORTSDIR= /m/ports ----- -- WBR, bsam _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Doug Barton on 13 Aug 2010 05:04 On 08/13/2010 02:03, Boris Samorodov wrote: > Yes, I do define it at /etc/make.conf: > ----- > # grep PORTSDIR /etc/make.conf > PORTSDIR= /m/ports Ok, there's your problem. Remove that and you're good to go. -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
|
Pages: 1 Prev: [portmaster] failed update Next: DEPRECATE and a master/slave port |