amd64/92410: calloc.c missing from Makefile.inc

Danny Braniss danny at cs.huji.ac.il
Fri Jan 27 02:13:10 PST 2006


> The following reply was made to PR amd64/92410; it has been noted by GNATS.
> 
> From: Kris Kennaway <kris at obsecurity.org>
> To: Bruce Becker <hostmaster at whois.gts.net>
> Cc: freebsd-gnats-submit at 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 at 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.




More information about the freebsd-amd64 mailing list