From owner-svn-src-all@freebsd.org Thu Nov 26 22:23:14 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83CB5472ACE; Thu, 26 Nov 2020 22:23:14 +0000 (UTC) (envelope-from se@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Chshy33G6z3kH4; Thu, 26 Nov 2020 22:23:14 +0000 (UTC) (envelope-from se@freebsd.org) Received: from Stefans-MBP-WLAN.fritz.box (p50806162.dip0.t-ipconnect.de [80.128.97.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: se/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 9F13125F36; Thu, 26 Nov 2020 22:23:13 +0000 (UTC) (envelope-from se@freebsd.org) From: Stefan Esser To: Cy Schubert Cc: "O. Hartmann" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <202011261739.0AQHdpe5012982@repo.freebsd.org> <20201126191949.092c9eba@thor.intern.walstatt.dynvpn.de> <95c3e226-6050-2f91-debf-317d6d11494f@freebsd.org> <202011262003.0AQK3BTe076596@slippy.cwsent.com> Subject: Re: svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests Message-ID: <94afc036-0c96-589b-47a4-7d9972b642cc@freebsd.org> Date: Thu, 26 Nov 2020 23:23:11 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="LNh7JZBKUks6iTmPthYYHSJRZLxtgUw39" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2020 22:23:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LNh7JZBKUks6iTmPthYYHSJRZLxtgUw39 Content-Type: multipart/mixed; boundary="UukPFASfKyppXv6KjFIjzyho2LVowmUF8"; protected-headers="v1" From: Stefan Esser To: Cy Schubert Cc: "O. Hartmann" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <94afc036-0c96-589b-47a4-7d9972b642cc@freebsd.org> Subject: Re: svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests References: <202011261739.0AQHdpe5012982@repo.freebsd.org> <20201126191949.092c9eba@thor.intern.walstatt.dynvpn.de> <95c3e226-6050-2f91-debf-317d6d11494f@freebsd.org> <202011262003.0AQK3BTe076596@slippy.cwsent.com> In-Reply-To: --UukPFASfKyppXv6KjFIjzyho2LVowmUF8 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: de-DE Content-Transfer-Encoding: quoted-printable FYI: Another "make buildworld" has succeeded on my system. I cannot reproduce the issue your report and need more information from your system, e.g. a TAR file with the contents of usr.bin/gh-bc, contrib/bc and your object directory ${.OBJDIR}. Regards, STefan Am 26.11.20 um 22:23 schrieb Stefan Esser: > Am 26.11.20 um 21:03 schrieb Cy Schubert:> But this is still a problem:= >> >> ld: error: undefined symbol: bc_lib_name >>>>> referenced by vm.c:752 (/opt/src/svn-current/contrib/bc/src/vm.c:75= 2) >>>>> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 lto.tmp:(bc_vm_boot) >> >> ld: error: undefined symbol: bc_lib >>>>> referenced by lex.c:225=20 >>>>> (/opt/src/svn-current/contrib/bc/src/lex.c:225) >>>>> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 lto.tmp:(bc_vm_boot) >>>>> referenced by lex.c:227=20 >>>>> (/opt/src/svn-current/contrib/bc/src/lex.c:227) >>>>> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 lto.tmp:(bc_vm_boot) >> cc: error: linker command failed with exit code 1 (use -v to see=20 >> invocation) >> *** [gh-bc.full] Error code 1 >=20 > I cannot reproduce this issue on my system. >=20 > The symbols are defined in files generated by gen/strgen.sh and > there was a change in the parameters passed to this script, but > I had fixed usr.bin/gh-bc/Makefile accordingly (first in the port > and then in base). >=20 > The generated file lib.c should start like this: > ----------------------------------------------------------------- > // Copyright (c) 2018-2020 Gavin D. Howard and contributors. > // Licensed under the 2-clause BSD license. > // *** AUTOMATICALLY GENERATED FROM gen/lib.bc. DO NOT MODIFY. *** >=20 > #if 1 > extern const char *bc_lib_name; >=20 > extern const char bc_lib[]; >=20 > const char *bc_lib_name =3D "gen/lib.bc"; >=20 > const char bc_lib[] =3D > "scale=3D20\n" > ----------------------------------------------------------------- >=20 > This file is generated by this rule in usr.bin/gh-bc/Makefile: >=20 > lib.c:=A0=A0=A0=A0=A0=A0=A0=A0=A0 lib.bc > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 cd ${BCDIR} && sh gen/st= rgen.sh gen/lib.bc=20 > ${.OBJDIR}/lib.c bc_lib bc_lib_name 1 1 >=20 > By a script that assigns parameters to variables: >=20 > input=3D"$1" > output=3D"$2" > name=3D"$3" > label=3D"$4" > define=3D"$5" > remove_tabs=3D"$6" >=20 > And label=3D"bc_lib_name" is used to generate lib.c as included > above (passed as 4th parameter). >=20 > I'm rebuilding a clean world, now, but I'd be surprised if it failed > after succeeding before readying the commit ... >=20 > Regards, STefan >=20 --UukPFASfKyppXv6KjFIjzyho2LVowmUF8-- --LNh7JZBKUks6iTmPthYYHSJRZLxtgUw39 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsB5BAABCAAjFiEEo3HqZZwL7MgrcVMTR+u171r99UQFAl/AKs8FAwAAAAAACgkQR+u171r99UTb PQgAyB516biVoiagMuoLx2hEWmFtSVi81YJp89y0LMutWOiQNEqo7vSjDSp8lQFIxzLvuJs3ycyb tv3LdoHVZHAJHUc/Tyxzs2DAbiUnyF5p6zhYRkUIZjnW7NVF0PF5MiWZzhMjnNOczsFPdrBvY6Ey q1UoxrPLBFXavi53Q36q9ZuJFI7cv1l5Vsll+G0tAZzu4PXJQ6EDRhkQGpGWbvDb3gqIjnc2peEE tT0JfT6jo6/hNPTTvFo8McYeiwYqAXooa+mH/xjbq3WjGZ9s+vknr+pleH5YGYEP8NaNc+bzxZLk pehxZTxhS71hnvwtgf6ZWiH1QNzRNuWacHkPJy9gQg== =Vfzz -----END PGP SIGNATURE----- --LNh7JZBKUks6iTmPthYYHSJRZLxtgUw39--