Date: Mon, 7 Oct 2002 11:05:42 -0500 (CDT) From: Charles Allen <charles.allen@angelo.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43772: xrolo port fails to build Message-ID: <20021007160542.95DC62A602@x18y240.angelo.edu>
next in thread | raw e-mail | index | archive | help
>Number: 43772 >Category: ports >Synopsis: xrolo port fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 07 09:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Charles Allen >Release: FreeBSD 4.7-RC i386 >Organization: Angelo State University >Environment: System: FreeBSD x18y240.angelo.edu 4.7-RC FreeBSD 4.7-RC #5: Sun Oct 6 17:00:42 CDT 2002 charles@x18y240.angelo.edu:/usr/obj/usr/src/sys/X18Y240 i386 Vanilla -STABLE installation, kernel, world, and ports all updated on Oct 6. >Description: The xrolo port fails to build, complaining about previous declarations of calloc and malloc. Here is the result: ===> Returning to build of xrolo-2.6 ===> xrolo-2.6 depends on shared library: X11.6 - found ===> Patching for xrolo-2.6 ===> Applying FreeBSD patches for xrolo-2.6 ===> Configuring for xrolo-2.6 mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/X11R6/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I$OPENWINHOME/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSTANDALONE -DMAILER=\"/usr/bin/mail\" -DVERSIO N=\"2.0\" -DDONT_USE_MALLOC_LIST -DUSE_MAKEDEPEND -- main.c panel .c cards.c popup.c send_mail.c soundex.c phone.c > .depend ===> Building for xrolo-2.6 cc -O -pipe -I$OPENWINHOME/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSTANDALONE -DMAILER=\"/usr/bin/mail\" -DVERSION =\"2.0\" -DDONT_USE_MALLOC_LIST -c main.c main.c:69: conflicting types for `calloc' /usr/include/stdlib.h:94: previous declaration of `calloc' main.c:69: conflicting types for `malloc' /usr/include/stdlib.h:101: previous declaration of `malloc' *** Error code 1 Stop in /usr/ports/deskutils/xrolo/work/xrolo. *** Error code 1 Stop in /usr/ports/deskutils/xrolo. >How-To-Repeat: Go to /usr/ports/deskutils/xrolo and type "make install clean" as root. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021007160542.95DC62A602>