Changes between Initial Version and Version 1 of Ticket #38932


Ignore:
Timestamp:
Apr 25, 2013, 9:26:28 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Thanks. In the future, please use WikiFormatting in your ticket descriptions and avoid setting the Priority field.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38932

    • Property Keywords installation removed
    • Property Priority changed from High to Normal
    • Property Component changed from ports to base
  • Ticket #38932 – Description

    initial v1  
    55After unpacking the 2.1.3 source download, I issue the following:
    66
    7 > ./configure --prefix=$HOME/macports  --enable-readline --with-install-user=$USER  --with-install-group="CORP\Domain Users"
     7{{{
     8./configure --prefix=$HOME/macports  --enable-readline --with-install-user=$USER  --with-install-group="CORP\Domain Users"
     9}}}
    810
    911This works.  When I get to do "make install", I get the following output:
    1012
     13{{{
    1114===> making install in doc
    1215/usr/bin/install -c -d -o nbkjmov -g "CORP\Domain Users" -m 0755 /Users/nbkjmov/macports
     
    1619make[1]: *** [install] Error 1
    1720make: *** [install] Error 1
     21}}}
    1822
    1923FYI, I tried to fix the issue myself.  E.g., I tried to edit ./Mk/macports.autoconfig.mk and I made sure the DSTGRP was set properly:
    2024
     25{{{
    2126DSTGRP                  = "CORP\Domain Users"
     27}}}
    2228
    2329I added the double quotes.  But still, the "make install" fails.