Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Build problem
On Wed, 29 Oct 2008, Paul Goyette wrote:
On Wed, 29 Oct 2008, Martti Kuparinen wrote:
...
cleandir ===> compat/lib/librefuse
cd: can't cd to /home/src/compat/lib/librefuse
*** Failed target:  cleandir-librefuse
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case
"${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/lib/"; 
real="/
home/src/compat/lib" ;; *) this="compat/lib/${dir}/"; 
real="/home/src/compat/lib/${dir}" ;; esac; show=${this:-.}; echo 
"${target} ===> ${show%/}${1:+ (with: $@
)}"; cd "${real}" && /var/tmp/t/bin/nbmake _THISDIR_="${this}" "$@" 
${target}; }; _makedirtarget librefuse cleandir
*** Error code 2
Stop.
nbmake: stopped in /home/src/compat/lib
I looked at this a bit more, and it seems that we're trying to build a 
compat (-i386) variant of librefuse.  But it seems that pooka didn't 
finish this, since there really is no compat/lib/librefuse in the CVS 
repository.
The following patch _should_ avoid trying to descend into the 
compat/lib/librefuse directory - I'm in the process of testing it now.
Index: Makefile
===================================================================
RCS file: /cvsroot/src/compat/lib/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile    26 Oct 2008 07:38:28 -0000      1.1
+++ Makefile    29 Oct 2008 23:21:19 -0000
@@ -4,6 +4,8 @@ _CURDIR:= ${.CURDIR}
 .CURDIR:=${NETBSDSRCDIR}/lib
+MKPUFFS:=no
+
 .include "${.CURDIR}/Makefile"
 .CURDIR:= ${_CURDIR}
----------------------------------------------------------------------
|   Paul Goyette   | PGP DSS Key fingerprint: |  E-mail addresses:   |
| Customer Service | FA29 0E3B 35AF E8AE 6651 |  paul%whooppee.com@localhost   |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette%juniper.net@localhost |
----------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index