graphics/netpbm fails during portupgrade

I'm having issues with this port, too... :\

When portmaster failed I removed netpbm, and tried rebuilding it. Still won't work.

Code:
===>  Configuring for netpbm-10.35.80_2
if test -d "//usr/local/include/pm.h
*** Error code 1

Stop in /usr/ports/graphics/netpbm.

I have portupgrade installed too, so I tried:

[CMD=""]pkgdb -F[/CMD]

to see what happens, same thing at the end:

Code:
===>  Configuring for netpbm-10.35.80_2
if test -d "//usr/local/include/pm.h
if:No such file or directory
*** Error code 1

Stop in /usr/ports/graphics/netpbm.
	! graphics/netpbm	(unknown build error)

What is the problem?
 
dbsd said:
I'm having issues with this port, too... :\

When portmaster failed I removed netpbm, and tried rebuilding it. Still won't work.

Code:
===>  Configuring for netpbm-10.35.80_2
if test -d "//usr/local/include/pm.h
*** Error code 1

Stop in /usr/ports/graphics/netpbm.

I have portupgrade installed too, so I tried:

[CMD=""]pkgdb -F[/CMD]

to see what happens, same thing at the end:

Code:
===>  Configuring for netpbm-10.35.80_2
if test -d "//usr/local/include/pm.h
if:No such file or directory
*** Error code 1

Stop in /usr/ports/graphics/netpbm.
	! graphics/netpbm	(unknown build error)

What is the problem?



For workaround comment out this strings in port Makefile:

Code:
#       @if [ -e ${DESTDIR}/${LOCALBASE}/include/pm.h ]; then \
#               (${ECHO_MSG} "===> Cannot build with netpbm installed, please deinstall first"; exit 1) \
#       fi
#       if test -d "${DESTDIR}/${LOCALBASE}/include/pm.h
#       end
 
Junkie said:
For workaround comment out this strings in port Makefile:

Code:
#       @if [ -e ${DESTDIR}/${LOCALBASE}/include/pm.h ]; then \
#               (${ECHO_MSG} "===> Cannot build with netpbm installed, please deinstall first"; exit 1) \
#       fi
#       if test -d "${DESTDIR}/${LOCALBASE}/include/pm.h
#       end


Thank you.
 
Back
Top