pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/50639: XAW_TYPE=3d fail



>Number:         50639
>Category:       pkg
>Synopsis:       build failures because of XAW_TYPE=3d
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 10 17:45:01 +0000 2016
>Originator:     Christoph Badura
>Release:        NetBSD 6.1_STABLE pkgsrc from 2015-01-09
>Organization:
	
>Environment:
	
	
System: NetBSD size-isnt-everything 6.1_STABLE NetBSD 6.1_STABLE (thinkpad-500) #6: Wed Feb 11 19:35:21 MET 2015 bad@size-isnt-everything:/u/0/trees/src/netbsd-6/sys/arch/amd64/compile/thinkpad-500 amd64
Architecture: x86_64
Machine: amd64
>Description:
	
X11_TYPE=modular
XAW_TYPE=3d

Failures from the set of packages I normally build:

graphics/libotf
print/xdvik

graphics/libotf:
checking for unistd.h... (cached) yes
checking X11/Xaw/Command.h usability... no
checking X11/Xaw/Command.h presence... no
checking for X11/Xaw/Command.h... no
checking for size_t... yes
[...]
=> Checking file-check results for libotf-0.9.13nb3
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /pkg_comp/obj/pkgsrc/graphics/libotf/default/.destdir/usr/pkg:
ERROR:         /pkg_comp/obj/pkgsrc/graphics/libotf/default/.destdir/usr/pkg/bin/otfview
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/graphics/libotf

print/xdvik:
checking for XpQueryVersion in -lXp... no
checking for Xaw headers... no
configure: error: Sorry, you will need at least the Xaw header/library files to compile xdvik.  *** Error code 1
Stop.
make: stopped in /usr/pkgsrc/print/xdvik

there is no Xaw directory in .buildlink/include/X11 only Xaw3d.

>How-To-Repeat:
	

On a system without x11 sets installed do:

echo X11_TYPE=modular >>/etc/mk.conf
echo XAW_TYPE=3d >>/etc/mk.conf

cd graphics/libotf && make
cd print/xdvik && make

>Fix:
	

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index