Date: Sun, 5 Nov 2006 18:06:09 +0700 (KRAT) From: Eugene Grosbein <eugen@kuzbass.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ru@FreeBSD.org Subject: ports/105173: MAKEFLAGS breaks port build Message-ID: <200611051106.kA5B69jB028059@grosbein.pp.ru> Resent-Message-ID: <200611051110.kA5BAJ2p062523@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105173 >Category: ports >Synopsis: MAKEFLAGS breaks port build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 05 11:10:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Svyaz-Service JSC >Environment: System: FreeBSD grosbein.pp.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #19: Fri Oct 13 03:44:00 KRAST 2006 eu@grosbein.pp.ru:/mnt/home/obj/usr/local/src/sys/DADV i386 WRKDIRPREFIX=/var/tmp MAKEFLAGS=-j3 >Description: I'd like to use MAKEFLAGS=-j3 globally for my new shiny cool dual core home computer to make builds fulminant :-) The very first attempt to use it for ports/games/digger-vgl shows that FreeBSD ports aren't ready for this. Let's see: # cd /usr/ports/games/digger-vgl # env MAKEFLAGS=-j3 make WITH_SOUND=yes install install -s -o root -g wheel -m 555 /var/tmp/usr/local/ports/games/digger-vgl/work/digger-20020314/digger /usr/local/bin install: /var/tmp/usr/local/ports/games/digger-vgl/work/digger-20020314/digger: No such file or directory *** Error code 71 1 error I need to note that I have WRKDIRPREFIX=/var/tmp in /etc/make.conf and this directory is empty for now. Another attempt: # env MAKEFLAGS=-j3 make WITH_SOUND=yes all ===> WARNING: Vulnerability database out of date, checking anyway ===> Extracting for digger-20020314_1 => MD5 Checksum OK for digger-20020314.tar.gz. => SHA256 Checksum OK for digger-20020314.tar.gz. ===> Patching for digger-20020314_1 ===> Applying FreeBSD patches for digger-20020314_1 ===> digger-20020314_1 depends on file: /usr/local/bin/sdl-config - not found ===> Verifying install for /usr/local/bin/sdl-config in /usr/ports/devel/sdl12 cd: can't cd to /var/tmp/usr/local/ports/devel/sdl12/work/SDL-1.2.11 *** Error code 2 1 error *** Error code 2 1 error >How-To-Repeat: >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611051106.kA5B69jB028059>