Sponsored Content
Full Discussion: Darwin ports
Operating Systems OS X (Apple) Darwin ports Post 302331257 by hirohitosan on Sunday 5th of July 2009 08:31:24 AM
Old 07-05-2009
Quote:
Originally Posted by DukeNuke2
the build tools are on the os x install dvd...
thanx DukeNuke, I installed Application DVD, but still get the same messge
Code:
Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command "cd /opt/local/var/macports/sources/rsync.macports.org/release/base && ./configure --prefix=/opt/local --with-tclpackage=/Library/Tcl --with-install-user=root --with-install-group=admin --with-directory-mode=0755 && make && make install" returned error 1
Command output: checking build system type... i686-apple-darwin9.7.0
checking host system type... i686-apple-darwin9.7.0
checking target system type... i686-apple-darwin9.7.0
checking MacPorts version... 1.7.1
checking for sw_vers... sw_vers
checking Mac OS X version... 10.5.7
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/opt/local/var/macports/sources/rsync.macports.org/release/base':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

 

10 More Discussions You Might Find Interesting

1. Programming

ncurses/Darwin

I am using Darwin on Mac OS X.I.I (new to both Unix and C++). I downloaded the ncurses library from http://prdownloads.sourceforge.net/gnu-darwin/ncurses-5.2.tgz, but I don't know what to do with it now. Stuffit has expanded the archive, but I still have the original .tgz as well (if that's... (1 Reply)
Discussion started by: parmenides
1 Replies

2. UNIX for Dummies Questions & Answers

ADSL with Darwin 1.41

Hey everyone, just to let you all know "I'm an uber n00b" I'm connected to Telstra Bigpond's (Australian ISP) ADSL network, now I;m running Darwin 1.41 on an Apple Macintosh PPC computer. I don't know how to set up ADSL on this system, can someone please guide me. (3 Replies)
Discussion started by: Syphor
3 Replies

3. UNIX for Dummies Questions & Answers

Make for Mac OS X (Darwin)

Can anyone tell me where to find "make". I have performed an exhaustive search of my system using find - to no avail. (2 Replies)
Discussion started by: garb
2 Replies

4. UNIX for Dummies Questions & Answers

Darwin x86

so, what's everyone's opinion on Darwin (x86 rendition)? is it worth installing at the moment? pros? cons? comments? (5 Replies)
Discussion started by: Karma
5 Replies

5. OS X (Apple)

GNU-Darwin

Did anyone here about GNU-Darwin? http://gnu-darwin.org/ Read Bout it! And Darwin can be found here: http://www.opendarwin.org Tell me what U think (4 Replies)
Discussion started by: RedVenim
4 Replies

6. BSD

Darwin via PearPC

How can I send Ctrl+Alt+Del for Darwin running in PearPC for Linux? (1 Reply)
Discussion started by: eugrus
1 Replies

7. Linux

Darwin x86 kernel only

Is there a link somewhere someone knows about? KW (1 Reply)
Discussion started by: kwa71
1 Replies

8. OS X (Apple)

Darwin 10.4 - Gnome

Hello, I was curious about how one would go about installing gnome on darwin. As far as I know it must be harder than FreeBSD because there doesn't seem to be any ports for it. Would you have to first set up a build environment (GCC etc...) and then compile it from scratch? or is there an... (3 Replies)
Discussion started by: kpedersen
3 Replies

9. UNIX for Dummies Questions & Answers

sed -i on Darwin

This is the first time I've come across this issue sed -i 's/"//g' iscrmireturns sed: 1: "iscrmi": command i expects \ followed by textApparently the -i option is non-standard FreeBSD extensions - does that mean it's not available on Darwin? Strange (1 Reply)
Discussion started by: platz
1 Replies

10. UNIX for Dummies Questions & Answers

Shell variable is Darwin (OS X)

I'm going through my book on bash and have come to a section on Shell Variables. The editing mode variables don't seem to be there, unless I'm missing something. It says no manual entry for them -- commands like HISTCMD, HISTCONTROL, HISTIGNORE, HISTFILE, HISTFILESIZE, HISTSIZE, HISTTIMEFORMAT,... (0 Replies)
Discussion started by: Straitsfan
0 Replies
BOS_SETAUTH(8)						       AFS Command Reference						    BOS_SETAUTH(8)

NAME
       bos_setauth - Sets authorization checking requirements for all server processes

SYNOPSIS
       bos setauth -server <machine name> -authrequired (on | off)
	   [-cell <cell name>] [-noauth] [-localauth] [-help]

       bos seta -s <machine name> -a (on | off)
	   [-c <cell name>] [-n] [-l] [-h]

DESCRIPTION
       The bos setauth command enables or disables authorization checking on the server machine named by the -server argument. When authorization
       checking is enabled (the normal case), the AFS server processes running on the machine verify that the issuer of a command meets its
       privilege requirements. When authorization checking is disabled, server processes perform any action for anyone, including the unprivileged
       user "anonymous"; this security exposure precludes disabling of authorization checking except during installation or emergencies.

       To indicate to the server processes that authorization checking is disabled, the BOS Server creates the zero-length file
       /var/lib/openafs/local/NoAuth on its local disk. All AFS server processes constantly monitor for the NoAuth file's presence and do not
       check for authorization when it is present. The BOS Server removes the file when this command is used to re-enable authorization checking.

CAUTIONS
       Do not create the NoAuth file directly, except when directed by instructions for dealing with emergencies (doing so requires being logged
       in as the local superuser "root"). Use this command instead.

OPTIONS
       -server <machine name>
	   Indicates the server machine on which to enable or disable authorization checking. Identify the machine by IP address or its host name
	   (either fully-qualified or abbreviated unambiguously). For details, see bos(8).

       -authrequired (on | off)
	   Enables authorization checking if the value is "on", or disables it if the value is "off".

       -cell <cell name>
	   Names the cell in which to run the command. Do not combine this argument with the -localauth flag. For more details, see bos(8).

       -noauth
	   Assigns the unprivileged identity "anonymous" to the issuer. Do not combine this flag with the -localauth flag. For more details, see
	   bos(8).

       -localauth
	   Constructs a server ticket using a key from the local /etc/openafs/server/KeyFile file. The bos command interpreter presents the ticket
	   to the BOS Server during mutual authentication. Do not combine this flag with the -cell or -noauth options. For more details, see
	   bos(8).

       -help
	   Prints the online help for this command. All other valid options are ignored.

EXAMPLES
       The following example disables authorization checking on the machine "fs7.abc.com":

	  % bos setauth -server fs7.abc.com -authrequired off

PRIVILEGE REQUIRED
       The issuer must be listed in the /etc/openafs/server/UserList file on the machine named by the -server argument, or must be logged onto a
       server machine as the local superuser "root" if the -localauth flag is included.

SEE ALSO
       KeyFile(5), NoAuth(5), UserList(5), bos(8), bos_restart(8)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26							    BOS_SETAUTH(8)
All times are GMT -4. The time now is 09:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy