Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2001 01:40:02 -0700 (PDT)
From:      "Chris Knight" <chris@aims.com.au>
To:        freebsd-ports@FreeBSD.org
Subject:   RE: ports/30056: mod_php4 with gd selected doesn't compile.
Message-ID:  <200108250840.f7P8e2T23302@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/30056; it has been noted by GNATS.

From: "Chris Knight" <chris@aims.com.au>
To: "'Larry Rosenman'" <ler@airmail.net>
Cc: <FreeBSD-gnats-submit@freebsd.org>
Subject: RE: ports/30056: mod_php4 with gd selected doesn't compile.
Date: Sat, 25 Aug 2001 18:32:26 +1000

 Howdy,
 
 See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30028 for a temporary
 resolution to this problem.
 
 Regards,
 Chris Knight
 Systems Administrator
 AIMS Independent Computer Professionals
 Tel: +61 3 6334 6664  Fax: +61 3 6331 7032  Mob: +61 419 528 795
 Web: http://www.aims.com.au
 
 
 
 > -----Original Message-----
 > From: owner-freebsd-ports@FreeBSD.ORG
 > [mailto:owner-freebsd-ports@FreeBSD.ORG]On Behalf Of Larry Rosenman
 > Sent: Saturday, 25 August 2001 6:26
 > To: FreeBSD-gnats-submit@FreeBSD.ORG
 > Subject: ports/30056: mod_php4 with gd selected doesn't compile.
 >
 >
 >
 > >Number:         30056
 > >Category:       ports
 > >Synopsis:       mod_php4 with gd selected doesn't compile.
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       high
 > >Responsible:    freebsd-ports
 > >State:          open
 > >Quarter:
 > >Keywords:
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Fri Aug 24 13:30:00 PDT 2001
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Larry Rosenman
 > >Release:        FreeBSD 4.4-RC i386
 > >Organization:
 > Internet America, Inc.
 > >Environment:
 > System: FreeBSD ler-freebie.iadfw.net 4.4-RC FreeBSD 4.4-RC
 > #20: Fri Aug 17 15:48:23 CDT 2001
 > ler@ler-freebie.iadfw.net:/usr/obj/usr/src/sys/LER-FREEBIE i386
 >
 >
 > >Description:
 > Trying to compile ports/www/mod_php4 can't compile with gd
 > (this was from portupgrade).
 > >How-To-Repeat:
 > 	try to compile mod_php4 with gd support, receive:
 > Script started on Fri Aug 24 15:22:52 2001
 > ler-freebie# cd /usr/ports/www/mod_php4
 > ler-freebie# make
 > ===>  Building for mod_php4-4.0.6_4
 > Making all in Zend
 > Making all in main
 > Making all in ext
 > Making all in zlib
 > Making all in bcmath
 > Making all in libbcmath
 > Making all in src
 > Making all in curl
 > Making all in ftp
 > Making all in gd
 > /bin/sh /usr/ports/www/mod_php4/work/php-4.0.6/libtool
 > --silent --mode=compile cc  -I.
 > -I/usr/ports/www/mod_php4/work/php-4.0.6/ext/gd
 > -I/usr/ports/www/mod_php4/work/php-4.0.6/main
 > -I/usr/ports/www/mod_php4/work/php-4.0.6
 > -I/usr/local/include/apache
 > -I/usr/ports/www/mod_php4/work/php-4.0.6/Zend
 > -I/usr/local/include -I/usr/local/include/freetype2/freetype
 > -I/usr/local/include/gd -I/usr/local/include/c-client
 > -I/usr/local/include/pspell -I/usr/local/include/ucd-snmp
 > -I/usr/ports/www/mod_php4/work/php-4.0.6/TSRM
 > -I/usr/local/include/apache
 > -I/usr/ports/www/mod_php4/work/php-4.0.6/Zend
 > -I/usr/local/include -I/usr/local/include/freetype2/freetype
 > -I/usr/local/include/gd -I/usr/local/include/c-client
 > -I/usr/local/include/pspell -I/usr/local/include/ucd-snmp
 > -DHARD_SERVER_LIMIT=512
 > -DDOCUMENT_LOCATION="/usr/local/www/data/"
 > -DDEFAULT_PATH="/usr/local/bin:/bin:/usr/bin"
 > -DACCEPT_FILTER_NAME="httpready" -DMOD_SSL=208104 -DEAPI
 > -DEAPI_MM -DUSE_EXPAT -DSUPPORT_UTF8 -O -pipe -march=pen!
 >  tiumpro  -c gd.c
 > gd.c: In function `php_if_imagegif':
 > gd.c:1404: `gdImageGif' undeclared (first use in this function)
 > gd.c:1404: (Each undeclared identifier is reported only once
 > gd.c:1404: for each function it appears in.)
 > *** Error code 1
 >
 > Stop in /usr/ports/www/mod_php4/work/php-4.0.6/ext/gd.
 > *** Error code 1
 >
 > Stop in /usr/ports/www/mod_php4/work/php-4.0.6/ext/gd.
 > *** Error code 1
 >
 > Stop in /usr/ports/www/mod_php4/work/php-4.0.6/ext.
 > *** Error code 1
 >
 > Stop in /usr/ports/www/mod_php4/work/php-4.0.6.
 > *** Error code 1
 >
 > Stop in /usr/ports/www/mod_php4.
 > *** Error code 1
 >
 > Stop in /usr/ports/www/mod_php4.
 > *** Error code 1
 >
 > Stop in /usr/ports/www/mod_php4.
 > ler-freebie# ^Dexit
 > $ ^D
 >
 > Script done on Fri Aug 24 15:23:30 2001
 > >Fix:
 >
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 >
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-ports" in the body of the message
 >
 
 

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?200108250840.f7P8e2T23302>