pkgsrc-Bugs archive

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

Re: pkg/54708 (Malformed conditional in bsd.prefs.mk)



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

From: Boyd Lynn Gerber <gerberb%zenez.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: Boyd Lynn Gerber <gerberb%zenez.com@localhost>
Subject: Re: pkg/54708 (Malformed conditional in bsd.prefs.mk)
Date: Wed, 20 Nov 2019 07:45:03 -0700

 On Wednesday 2019-11-20 10:13, bsiegert%NetBSD.org@localhost wrote:
 
 > Synopsis: Malformed conditional in bsd.prefs.mk
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: bsiegert%NetBSD.org@localhost
 > State-Changed-When: Wed, 20 Nov 2019 10:13:52 +0000
 > State-Changed-Why:
 > Can you provide more information? What's with these mk/mk/bsd.prefs.mk paths?
 > Does the issue also occur when you do a clean bootstrap from the checked-out sources?
 
 I did the other after coping just the new file. Here is whay I get after 
 a fresh bootstrap
 
 
 ===> bootstrap command: ./bootstrap --prefer-pkgsrc yes
 ===> bootstrap started: Wed Nov 20 07:29:47 MST 2019
 Working directory is: /u/build/pkgsrc-xinuos/bootstrap/work
 ...
 
 ===> Installing packages
 ===> running: (cd /u/build/pkgsrc-xinuos/pkgtools/bootstrap-mk-files && 
 /u/build/pkgsrc-xinuos/bootstrap/work/bin/bmake  MAKE_JOBS=1 USE_DESTDIR=no 
 -DPKG_PRESERVE MAKECONF=/u/build/pkgsrc-xinuos/bootstrap/work/mk.conf install)
 bmake: "../../mk/../../mk/bsd.prefs.mk" line 721: Malformed conditional 
 (${PKGSRC_MKPIE:tl} == "yes" &&  ${MKPIE_SUPPORTED:Uyes:tl} == "yes" && 
 ${_OPSYS_SUPPORTS_MKPIE:Uno} == "yes")
 bmake: "../../mk/../../mk/bsd.prefs.mk" line 731: Malformed conditional 
 (${PKGSRC_MKREPRO:tl} == "yes" &&  ${MKREPRO_SUPPORTED:Uyes:tl} == "yes" && 
 ${_OPSYS_SUPPORTS_MKREPRO:Uno} == "yes")
 bmake: "../../mk/../../mk/bsd.prefs.mk" line 742: Malformed conditional 
 (${PKGSRC_USE_FORTIFY:tl} != "no" &&  ${FORTIFY_SUPPORTED:Uyes:tl} == "yes" && 
 ${_OPSYS_SUPPORTS_FORTIFY:Uno} == "yes")
 bmake: "../../mk/../../mk/bsd.prefs.mk" line 753: Malformed conditional 
 (${PKGSRC_USE_RELRO:tl} != "no" &&  ${RELRO_SUPPORTED:Uyes:tl} == "yes" && 
 ${_OPSYS_SUPPORTS_RELRO:Uno} == "yes")
 bmake: "../../mk/../../mk/bsd.prefs.mk" line 765: Malformed conditional 
 (${PKGSRC_USE_SSP:tl} != "no" &&  ${SSP_SUPPORTED:Uyes:tl} == "yes" && 
 ${_OPSYS_SUPPORTS_SSP:Uno} == "yes")
 bmake: "../../mk/../../mk/bsd.prefs.mk" line 776: Malformed conditional 
 (${PKGSRC_USE_STACK_CHECK:tl} != "no" &&  ${STACK_CHECK_SUPPORTED:Uyes:tl} == "yes" && 
 ${_OPSYS_SUPPORTS_STACK_CHECK:Uno} == "yes")
 bmake: Fatal errors encountered -- cannot continue
 bmake: stopped in /u/build/pkgsrc-xinuos/pkgtools/bootstrap-mk-files
 ===> exited with status 1
 
 Regards,
 
 -- 
 Boyd Gerber <gerberb%zenez.com@localhost> 801 849-0213
 ZENEZ   1042 East Fort Union #135, Midvale Utah  84047
 


Home | Main Index | Thread Index | Old Index