Opened 8 years ago

Closed 8 years ago

#51232 closed defect (duplicate)

'make install' in user homedir fails due to funky group name

Reported by: chucko58 (Chuck Fry) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 2.3.4
Keywords: Cc:
Port:

Description

Ordinary programmers at NASA Ames do not get root privileges. So I tried to install MacPorts 2.3.4 from source in my home directory:

./configure --prefix=$HOME --with-no-root-privileges
make install

And encountered this failure:

===> making install in doc
/usr/bin/install -c -d -o cfry -g NDC\Domain Users -m 0755 "/Users/cfry"
install: NDCDomain: Invalid argument
make[1]: *** [install] Error 67
make: *** [install] Error 1
rdnzl:MacPorts-2.3.4 cfry$

Yes, my account's group name is 'NDC\Domain Users'.

tcl installed just fine prior to this.

Guess I'll have to find a sysadmin and play "Mother May I" again.

Change History (2)

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Keywords: make install failure removed

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

Duplicate of #49501.

Note: See TracTickets for help on using tickets.