pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50639: XAW_TYPE=3d fail
The following reply was made to PR pkg/50639; it has been noted by GNATS.
From: Leonardo Taccari <leot%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/50639: XAW_TYPE=3d fail
Date: Sun, 10 Jan 2016 21:03:20 +0100
Dear Christoph,
bad%bsd.de@localhost writes:
> >Number: 50639
> >Category: pkg
> >Synopsis: build failures because of XAW_TYPE=3D3d
> >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:
> [...]
> >Description:
> =
> X11_TYPE=3Dmodular
> XAW_TYPE=3D3d
> =
> 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
> [...]
> =3D> Checking file-check results for libotf-0.9.13nb3
> ERROR: ************************************************************
> ERROR: The following files are in the PLIST but not in /pkg_comp/obj/pkg=
src/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 f=
iles 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=3Dmodular >>/etc/mk.conf
> echo XAW_TYPE=3D3d >>/etc/mk.conf
> =
> cd graphics/libotf && make
> cd print/xdvik && make
> [...]
It seems that both graphics/libotf and print/xdvik search for Xaw
in the configure script hardcode headers paths and libraries
(respectively in ${WRKSRC}/configure.ac and
${WRKSRC}/m4/xdvi-check-xaw.m4).
Can you please change ``.include "../../mk/xaw.buildlink3.mk"'' in both
pkgsrc/graphics/libotf/options.mk and pkgsrc/print/xdvik/Makefile to:
``.include "../../x11/libXaw/buildlink3.mk"''?
Another important aspect is... Has anyone previously built
graphics/libotf or print/xdvik with XAW_TYPE=3D3d (i.e. is it a recent
regression or they have not worked with libXaw3d anyway)?
Thank you in advance!
Ciao,
L.
Home |
Main Index |
Thread Index |
Old Index