svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

Cy Schubert Cy.Schubert at cschubert.com
Thu Nov 26 20:03:17 UTC 2020


In message <95c3e226-6050-2f91-debf-317d6d11494f at freebsd.org>, Stefan Esser 
wri
tes:
> This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
> --2G5HCRtxQxuyxUK7KLlZTL2fMyBuBvAg7
> Content-Type: multipart/mixed; boundary="FsAoxbmUuUe0Y5w6qCnYUtYCPXSqZLgCr";
>  protected-headers="v1"
> From: Stefan Esser <se at freebsd.org>
> To: "O. Hartmann" <ohartmann at walstatt.org>
> Cc: src-committers at freebsd.org, svn-src-all at freebsd.org,
>  svn-src-head at freebsd.org
> Message-ID: <95c3e226-6050-2f91-debf-317d6d11494f at 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 at repo.freebsd.org>
>  <20201126191949.092c9eba at thor.intern.walstatt.dynvpn.de>
> In-Reply-To: <20201126191949.092c9eba at thor.intern.walstatt.dynvpn.de>
>
> --FsAoxbmUuUe0Y5w6qCnYUtYCPXSqZLgCr
> Content-Type: text/plain; charset=utf-8; format=flowed
> Content-Language: en-US
> Content-Transfer-Encoding: quoted-printable
>
> Am 26.11.20 um 19:19 schrieb O. Hartmann:
> >> svn-src-head at freebsd.org mailing list
> >> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> >> To unsubscribe, send any mail to "svn-src-head-unsubscribe at freebsd.org=
> "
> > Buildworld fails with  "don't know how to make bc/bc.c":
> >=20
> > =3D=3D=3D> usr.sbin/ndp (all)
> > - --- all_subdir_usr.bin ---
> > make[4]: make[4]: don't know how to make bc/bc.c. Stop
>
> Hi Oliver,
>
> thanks - I had already noticed that for some reason the Makefile
> in usr.bin/gh-bc had not been included in the commit.
>
> I just checked the command in the shell history and found that
> I have used a wrong path in the commit:
>
> $ cd /usr/svn/base/head
> $ svn ci contrib/bc usr.bin/bc
>
> And that should have been usr.bin/gh-bc ...
>
> Sorry for the breakage! I have committed the fix before seeing
> your mail ...
>
> Regards, STefan

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:752)
>>>               lto.tmp:(bc_vm_boot)

ld: error: undefined symbol: bc_lib
>>> referenced by lex.c:225 (/opt/src/svn-current/contrib/bc/src/lex.c:225)
>>>               lto.tmp:(bc_vm_boot)
>>> referenced by lex.c:227 (/opt/src/svn-current/contrib/bc/src/lex.c:227)
>>>               lto.tmp:(bc_vm_boot)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [gh-bc.full] Error code 1

make[4]: stopped in /opt/src/svn-current/usr.bin/gh-bc


-- 
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  https://FreeBSD.org
NTP:           <cy at nwtime.org>    Web:  https://nwtime.org

	The need of the many outweighs the greed of the few.




More information about the svn-src-head mailing list