Current-Users archive

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

Re: build failure on amd64



FWIW, the following seems to work for me. It likely is not the "correct"
fix...


Index: Makefile
===================================================================
RCS file: /cvsroot/src/tools/Makefile,v
retrieving revision 1.183
diff -u -p -r1.183 Makefile
--- Makefile    18 Dec 2015 18:56:33 -0000      1.183
+++ Makefile    18 Dec 2015 23:18:38 -0000
@@ -102,13 +102,13 @@ SUBDIR+= cap_mkdb crunchgen ctags gencat
                makewhatis mtree nbperf .WAIT uudecode
 .endif

-SUBDIR+= cat rpcgen join lorder m4 mkdep sortinfo tsort .WAIT yacc .WAIT awk .WAIT lex
+SUBDIR+= cat rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex

 .if ${TOOLS_BUILDRUMP} == "no"
 SUBDIR += .WAIT texinfo \
        .WAIT tic \
        .WAIT pax \
-       .WAIT ${TOOLCHAIN_BITS} \
+       .WAIT ${TOOLCHAIN_BITS} sortinfo \
        ${DTRACE_BITS} \
                asn1_compile cksum compile_et db \
                file lint1 slc \


On Sat, 19 Dec 2015, Paul Goyette wrote:

I just got the following error while running build.sh (manually line wrapped for readability)

--- beforedepend ---
/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-install \
-d /build/netbsd-local/tools/x86_64/amd64/include/nbinclude
/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-install \
-d /build/netbsd-local/tools/x86_64/amd64/include/nbinclude/sys
/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-install \
-d /build/netbsd-local/tools/x86_64/amd64/include/nbinclude/ufs
cd /build/netbsd-local/src/tools/sortinfo/../../sys/arch &&       \
/build/netbsd-local/tools/x86_64/amd64/bin/nbpax -s /include\\/// \
-rw <long list of *.h files omitted here>                         \
/build/netbsd-local/tools/x86_64/amd64/include/nbinclude
sh: /build/netbsd-local/tools/x86_64/amd64/bin/nbpax: not found
*** [beforedepend] Error code 127

nbmake[2]: stopped in /build/netbsd-local/src/tools/sortinfo
1 error

nbmake[2]: stopped in /build/netbsd-local/src/tools/sortinfo

*** Failed target:  dependall-sortinfo


Is there perhaps a sequencing issue that requires nbpax tool to be
build before using it for sortinfo?



+------------------+--------------------------+------------------------+
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:      |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+------------------+--------------------------+------------------------+


+------------------+--------------------------+------------------------+
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:      |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+------------------+--------------------------+------------------------+


Home | Main Index | Thread Index | Old Index