Date: Fri, 27 Jan 2006 12:13:07 +0200 From: Danny Braniss <danny@cs.huji.ac.il> To: Kris Kennaway <kris@obsecurity.org> Cc: freebsd-amd64@FreeBSD.org Subject: Re: amd64/92410: calloc.c missing from Makefile.inc Message-ID: <E1F2QbL-00028S-W3@cs1.cs.huji.ac.il> In-Reply-To: Message from Kris Kennaway <kris@obsecurity.org> of "Fri, 27 Jan 2006 10:00:21 GMT." <200601271000.k0RA0Lpc001300@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> The following reply was made to PR amd64/92410; it has been noted by GNATS. > > From: Kris Kennaway <kris@obsecurity.org> > To: Bruce Becker <hostmaster@whois.gts.net> > Cc: freebsd-gnats-submit@FreeBSD.org > Subject: Re: amd64/92410: calloc.c missing from Makefile.inc > Date: Fri, 27 Jan 2006 04:57:56 -0500 > > --ZGiS0Q5IWpPtfppv > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Fri, Jan 27, 2006 at 09:21:44AM +0000, Bruce Becker wrote: > >=20 > > >Number: 92410 > > >Category: amd64 > > >Synopsis: calloc.c missing from Makefile.inc > > >Confidential: no > > >Severity: critical > > >Priority: high > > >Responsible: freebsd-amd64 > > >State: open > > >Quarter: =20 > > >Keywords: =20 > > >Date-Required: > > >Class: sw-bug > > >Submitter-Id: current-users > > >Arrival-Date: Fri Jan 27 09:30:08 GMT 2006 > > >Closed-Date: > > >Last-Modified: > > >Originator: Bruce Becker > > >Release: 6.0 > > >Organization: > > G.T.S. > > >Environment: > > FreeBSD vhcst.web.ca 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 22 23:25:4= > 9 EST 2006 root@tarantula:/usr/obj/usr/src/sys/TARANTULA amd64 > >=20 > > >Description: > > =20 > > Make buildworld failed with missing reference to calloc at link of atrun > > You omitted the error. It's probably caused by something on your end, > since 6.0-STABLE in fact builds just fine. it's happening to me too: (cvs'ed about one hour ago) export MAKEOBJDIRPREFIX=/r+d/obj/bsd cd /r+d/6.0/src; make TARGET_ARCH=amd64 buildworld ... ===> libexec/atrun (all) cc -O2 -fno-strict-aliasing -pipe -DATJOB_DIR=\"/var/at/jobs/\" -DLFILE=\"/var/at/jobs/.lockfile\" -DLOADAVG_MX=1.5 -DATSPOOL_DIR=\"/var/at/spool\" -DVERSION=\"2.9\" -DDAEMON_UID=1 -DDAEMON_GID=1 -DDEFAULT_BATCH_QUEUE=\'E\' -DDEFAULT_AT_QUEUE=\'c\' -DPERM_PATH=\"/var/at/\" -I/r+d/6.0/src/libexec/atrun/../../usr.bin/at -I/r+d/6.0/src/libexec/atrun -c /r+d/6.0/src/libexec/atrun/atrun.c cc -O2 -fno-strict-aliasing -pipe -DATJOB_DIR=\"/var/at/jobs/\" -DLFILE=\"/var/at/jobs/.lockfile\" -DLOADAVG_MX=1.5 -DATSPOOL_DIR=\"/var/at/spool\" -DVERSION=\"2.9\" -DDAEMON_UID=1 -DDAEMON_GID=1 -DDEFAULT_BATCH_QUEUE=\'E\' -DDEFAULT_AT_QUEUE=\'c\' -DPERM_PATH=\"/var/at/\" -I/r+d/6.0/src/libexec/atrun/../../usr.bin/at -I/r+d/6.0/src/libexec/atrun -c /r+d/6.0/src/libexec/atrun/gloadavg.c cc -O2 -fno-strict-aliasing -pipe -DATJOB_DIR=\"/var/at/jobs/\" -DLFILE=\"/var/at/jobs/.lockfile\" -DLOADAVG_MX=1.5 -DATSPOOL_DIR=\"/var/at/spool\" -DVERSION=\"2.9\" -DDAEMON_UID=1 -DDAEMON_GID=1 -DDEFAULT_BATCH_QUEUE=\'E\' -DDEFAULT_AT_QUEUE=\'c\' -DPERM_PATH=\"/var/at/\" -I/r+d/6.0/src/libexec/atrun/../../usr.bin/at -I/r+d/6.0/src/libexec/atrun -o atrun atrun.o gloadavg.o /r+d/obj/bsd/r+d/6.0/src/tmp/usr/lib/libc.so: undefined reference to `calloc' *** Error code 1 Stop in /r+d/6.0/src/libexec/atrun.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1F2QbL-00028S-W3>