In message <95c3e226-6050-2f91-debf-317d6d114...@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 <s...@freebsd.org> > To: "O. Hartmann" <ohartm...@walstatt.org> > Cc: src-committ...@freebsd.org, svn-src-all@freebsd.org, > svn-src-h...@freebsd.org > Message-ID: <95c3e226-6050-2f91-debf-317d6d114...@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.0aqhdpe5012...@repo.freebsd.org> > <20201126191949.092c9...@thor.intern.walstatt.dynvpn.de> > In-Reply-To: <20201126191949.092c9...@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-h...@freebsd.org mailing list > >> https://lists.freebsd.org/mailman/listinfo/svn-src-head > >> To unsubscribe, send any mail to "svn-src-head-unsubscr...@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.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: https://FreeBSD.org NTP: <c...@nwtime.org> Web: https://nwtime.org The need of the many outweighs the greed of the few. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"