Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2003 16:15:02 +0100 (CET)
From:      User &Goran Lowkrantz <goran@lowkrantz.pp.se>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47409: Build of CUPS 1.1.18.0 fails if CUPS 1.1.14 installed
Message-ID:  <200301231515.h0NFF22k008886@midgard.lule2.infologigruppen.se>

next in thread | raw e-mail | index | archive | help

>Number:         47409
>Category:       ports
>Synopsis:       Build of CUPS 1.1.18.0 fails if CUPS 1.1.14 installed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 23 07:20:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     User &Goran Lowkrantz
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Infologigruppen Alfa AB
>Environment:
System: FreeBSD midgard.lule2.infologigruppen.se 4.7-STABLE FreeBSD 4.7-STABLE #7: Thu Oct 24 10:57:09 CEST 2002 root@midgard.lule2.infologigruppen.se:/usr/obj/usr/src/sys/MIDGARD i386
	
>Description:
	When building CUPS 1.1.18.0 on a mashine where CUPS 1.1.14 is already installed
	the admin.cgi program will fail to build, as an enumeration in <cups/langauge.h>
	has been extended and /usr/local/include is before the new version on the CFLAGS
	and CXXFLAGS definitions.

>How-To-Repeat:
	cd /usr/ports/print/cups-base
	make all


>Fix:

	Either delete the files in /usr/local/include/cups or change the order
	of -I values in the /usr/ports/print/cups/work/cups-1.1.18/Makedefs for
	the CFLAGS and CXXFLAGS or apply the following patch to /usr/ports/print/cups/Makefile.common.

*** Makefile.common.orig        Thu Jan 23 16:09:20 2003
--- Makefile.common     Thu Jan 23 16:09:37 2003
***************
*** 57,64 ****
                        --with-rcdir=${PREFIX}/etc/rc.d
  
  CONFIGURE_ARGS+=      CPPFLAGS="-I${PREFIX}/include"
! CONFIGURE_ARGS+=      CFLAGS="${CFLAGS} -I${PREFIX}/include"
! CONFIGURE_ARGS+=      CXXFLAGS="${CFLAGS} -I${PREFIX}/include"
  CONFIGURE_ARGS+=      DSOFLAGS="-Wl,-rpath,${PREFIX}/lib -L${PREFIX}/lib"
  CONFIGURE_ARGS+=      LDFLAGS="-L${PREFIX}/lib"
  
--- 57,64 ----
                        --with-rcdir=${PREFIX}/etc/rc.d
  
  CONFIGURE_ARGS+=      CPPFLAGS="-I${PREFIX}/include"
! CONFIGURE_ARGS+=      CFLAGS="${CFLAGS} -I.. -I${PREFIX}/include"
! CONFIGURE_ARGS+=      CXXFLAGS="${CFLAGS} -I.. -I${PREFIX}/include"
  CONFIGURE_ARGS+=      DSOFLAGS="-Wl,-rpath,${PREFIX}/lib -L${PREFIX}/lib"
  CONFIGURE_ARGS+=      LDFLAGS="-L${PREFIX}/lib"
  



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301231515.h0NFF22k008886>