Re: More build problems: portmaster and portupgrade not properly working.

2008-09-11 Thread hv


Am 10.09.2008 um 05:46 schrieb Desmond Chapman:
...
install  -o root -g wheel -m 555 /usr/ports/ports-mgmt/portmaster/ 
work/portmaster.sh /usr/local/sbin/portmaster
install  -o root -g wheel -m 444 /usr/ports/ports-mgmt/portmaster/ 
files/portmaster.8 /usr/local/man/man8

===   Compressing manual pages for portmaster-1.25
===   Registering installation for portmaster-1.25
# portmaster
portmaster: Command not found.

...

How can I have it installed and it doesn't work?
Man pages are there, the binary doesn't seem to be.


Also make sure that  your PATH Variable contains  /usr/local/sbin.
Setting the PATH depends on your shell.
Tip: echo $PATH shows the current content of this variable.

Regards
--
Henry Vogt [EMAIL PROTECTED] (Fon: ++49-7071-601-511, Fax: -826)
Campus Max-Planck-Institute, Spemannstr. 32-41, Tübingen, Germany



PGP.sig
Description: This is a digitally signed message part


More build problems: portmaster and portupgrade not properly working.

2008-09-09 Thread Desmond Chapman

Here are more problems

===  Cleaning for portupgrade-2.3.1,2
# cd /
# portupgrade -a
portupgrade: Command not found.
# cd /usr/ports
# portupgrade -a
portupgrade: Command not found.
# man portupgrade
Formatting page, please wait...Done.
PORTUPGRADE(1)  FreeBSD General Commands Manual PORTUPGRADE(1)



# cd ports-mgmt/portmaster
# make depends
# make config
=== No options to configure
# make clean install clean
===  Cleaning for portmaster-1.25
===  Vulnerability check disabled, database not found
===  Extracting for portmaster-1.25
===  Patching for portmaster-1.25
===  Configuring for portmaster-1.25
===  Installing for portmaster-1.25
===   Generating temporary packing list
===  Checking if ports-mgmt/portmaster already installed
install  -o root -g wheel -m 555 
/usr/ports/ports-mgmt/portmaster/work/portmaster.sh /usr/local/sbin/portmaster
install  -o root -g wheel -m 444 
/usr/ports/ports-mgmt/portmaster/files/portmaster.8 /usr/local/man/man8
===   Compressing manual pages for portmaster-1.25
===   Registering installation for portmaster-1.25
# portmaster
portmaster: Command not found.
# man portmaster
Formatting page, please wait...Done.
PORTMASTER(8)   FreeBSD System Manager's Manual  PORTMASTER(8)



How can I have it installed and it doesn't work?
Man pages are there, the binary doesn't seem to be.
_
Stay up to date on your PC, the Web, and your mobile phone with Windows Live.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: More build problems: portmaster and portupgrade not properly working.

2008-09-09 Thread N. Raghavendra
At 2008-09-10T03:46:52Z, Desmond Chapman wrote:

 ===   Registering installation for portmaster-1.25
 # portmaster
 portmaster: Command not found.

After installing a command, do

# rehash

before invoking the installed command.  See tcsh(1).

Raghavendra.

-- 
N. Raghavendra [EMAIL PROTECTED] | http://www.retrotexts.net/
Harish-Chandra Research Institute   | http://www.mri.ernet.in/
See message headers for contact and OpenPGP information.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]