pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/38964: lang/pcc fails to install after building from source



The following reply was made to PR pkg/38964; it has been noted by GNATS.

From: "Christopher Berardi" <cberardi24%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/38964: lang/pcc fails to install after building from source
Date: Mon, 16 Jun 2008 21:49:50 -0400

 Hello,
 
 On Mon, Jun 16, 2008 at 8:10 PM, Jeremy C. Reed <reed%reedmedia.net@localhost> 
wrote:
 >  This is known. The binaries aren't built earlier.
 >
 >  On some systems it works and sometimes it doesn't. Here it is:
 >
 >  SUBDIR=cc cpp ccom
 >
 >  all: ${SUBDIR}
 >
 >  install:
 >         cd cc && ${MAKE} install
 >         cd cpp && ${MAKE} install
 >         cd ccom && ${MAKE} install
 >
 >
 >  Should it be:
 >
 >  all:
 >        cd cc && ${MAKE}
 >        cd cpp && ${MAKE}
 >        cd ccom && ${MAKE}
 >
 >
 >  instead?
 >
 >  What is wrong with use above?
 >
 >
 
 Thank you for that. I tried to modify the Makefile, but it didn't
 quite want to work for me - so I manually went into each subdirectory,
 did Make, went to the top directory (/usr/pkgsrc/lang/pcc) and Make
 Install and it installed just fine.
 


Home | Main Index | Thread Index | Old Index