Re: Portupgrading cups-base gives compiler error

2007-09-30 Thread Don Read
On Sat, 29 Sep 2007 00:06:37 + Aryeh Friedman said:

 When will this be in cvsup?
 
 --Aryeh

About 30 hours ago.

localhost.root# ls -l /var/log/cvsup.log
-rw-r--r--  1 root  wheel  41979 Sep 29 03:19 /var/log/cvsup.log

localhost.root# grep cups-base /var/log/cvsup.log
 Edit ports/print/cups-base/Makefile
 Edit ports/print/cups-base/distinfo
 Delete ports/print/cups-base/files/patch-CVE-2007-3387
 Checkout ports/print/cups-base/files/patch-Makedefs.in
 Delete ports/print/cups-base/files/patch-Makefile
 Checkout ports/print/cups-base/files/patch-auth.c
 Checkout ports/print/cups-base/files/patch-configure
 Edit ports/print/cups-base/pkg-plist
localhost.root# 

Regards,
-- 
Don Read  [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrading cups-base gives compiler error

2007-09-29 Thread Frank Jahnke

The cups-base upgrade error can be fixed with a simple patch.  See

http://www.freebsd.org/cgi/query-pr.cgi?pr=116721

(I was bitten by this as well.)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Portupgrading cups-base gives compiler error

2007-09-28 Thread beni
Hi all,

I'm running 6.2-STABLE and my ports are up to date. When trying to portupgrade 
print/cups-base from 1.2.12 to 1.3.0 I am getting a compiler error. Any 
cure for this ?

Thanks !

...
echo Compiling admin.c...
Compiling admin.c...
cc  -Wshadow -Wunused -Wall -Wno-format-y2k -fPIC -Os -g -I/usr/local/include 
-I/usr/local/include -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT  -I.. -I/usr/local/include 
-O2 -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D_THREAD_SAFE -D_REENTRANT  -c 
admin.c
admin.c: In function `do_config_server':
admin.c:1364: warning: implicit declaration of function 
`cupsAdminGetServerSettings'
admin.c:1383: error: `CUPS_SERVER_REMOTE_ANY' undeclared (first use in this 
function)
admin.c:1383: error: (Each undeclared identifier is reported only once
admin.c:1383: error: for each function it appears in.)
admin.c:1421: warning: implicit declaration of function 
`cupsAdminSetServerSettings'
admin.c: In function `do_menu':
admin.c:2278: error: `CUPS_SERVER_REMOTE_ANY' undeclared (first use in this 
function)
gmake[1]: *** [admin.o] Error 1
gmake[1]: Leaving directory 
`/usr/ports/print/cups-base/work/cups-1.3.0/cgi-bin'
gmake: *** [all] Error 1
*** Error code 2

Stop in /usr/ports/print/cups-base.
*** Error code 1

Stop in /usr/ports/print/cups-base.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.79030.0 
env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cups-base-1.2.12 
UPGRADE_PORT_VER=1.2.12 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! print/cups-base (cups-base-1.2.12)(compiler error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
bsdaddict#
-- 
Beni.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrading cups-base gives compiler error

2007-09-28 Thread Aryeh Friedman
I have the same issue on 7-current

On 9/28/07, beni [EMAIL PROTECTED] wrote:
 Hi all,

 I'm running 6.2-STABLE and my ports are up to date. When trying to portupgrade
 print/cups-base from 1.2.12 to 1.3.0 I am getting a compiler error. Any
 cure for this ?

 Thanks !

 ...
 echo Compiling admin.c...
 Compiling admin.c...
 cc  -Wshadow -Wunused -Wall -Wno-format-y2k -fPIC -Os -g -I/usr/local/include 
 -I/usr/local/include -I/usr/local/include -D_LARGEFILE_SOURCE 
 -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT  -I.. -I/usr/local/include 
 -O2 -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
 -D_THREAD_SAFE -D_REENTRANT  -c
 admin.c
 admin.c: In function `do_config_server':
 admin.c:1364: warning: implicit declaration of function
 `cupsAdminGetServerSettings'
 admin.c:1383: error: `CUPS_SERVER_REMOTE_ANY' undeclared (first use in this
 function)
 admin.c:1383: error: (Each undeclared identifier is reported only once
 admin.c:1383: error: for each function it appears in.)
 admin.c:1421: warning: implicit declaration of function
 `cupsAdminSetServerSettings'
 admin.c: In function `do_menu':
 admin.c:2278: error: `CUPS_SERVER_REMOTE_ANY' undeclared (first use in this
 function)
 gmake[1]: *** [admin.o] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/print/cups-base/work/cups-1.3.0/cgi-bin'
 gmake: *** [all] Error 1
 *** Error code 2

 Stop in /usr/ports/print/cups-base.
 *** Error code 1

 Stop in /usr/ports/print/cups-base.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.79030.0
 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cups-base-1.2.12
 UPGRADE_PORT_VER=1.2.12 make
 ** Fix the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
 ! print/cups-base (cups-base-1.2.12)(compiler error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 bsdaddict#
 --
 Beni.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrading cups-base gives compiler error

2007-09-28 Thread Aryeh Friedman
When will this be in cvsup?

--Aryeh

On 9/29/07, Frank Jahnke [EMAIL PROTECTED] wrote:
 The cups-base upgrade error can be fixed with a simple patch.  See

 http://www.freebsd.org/cgi/query-pr.cgi?pr=116721

 (I was bitten by this as well.)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]