cups-base broken on amd64?

FreeBSD 8.0 Release amd64. Ports updated as of today. Compiling print/cups-base results in the following error:

Code:
Linking ipp...
cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/local/lib -Wl,-R/usr/local/lib  -pie -fPIE -Wall -Wno-format-y2k -fPIC 
-Os -g -fstack-protector -o ipp ipp.o libbackend.a -lcups -L/usr/local/lib -lgnutls    -pthread -lm -lcrypt
/usr/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
/usr/lib/crt1.o: could not read symbols: Bad value
gmake[1]: *** [ipp] Error 1
gmake[1]: Leaving directory `/data/ports/print/cups-base/work/cups-1.4.2/backend'
gmake: *** [all] Error 1
*** Error code 1

Stop in /data/ports/print/cups-base.

Any help would be much appreciated.
 
Verified that the problem is fixed. Updated ports with

Code:
portsnap fetch update

and successfully built cups-base and cups-image.

Thanks, dinoex@!
 
Cups-base would not build here (i386)
doing ALL of the below worked:
Code:
1... make rmconfig
2... make patch
3... edit Makedefs.in to remove one parameter (per
freebsd-questions list)
4... launch sh subshell
5... make build
Not sure if the "code" tags apply unless I complete
the instructions...
 
Back
Top