Subject: pkg/35290: pkgtools/xpkgwedge on Irix
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <fanch@kekpar.net>
List: pkgsrc-bugs
Date: 12/20/2006 09:30:02
>Number: 35290
>Category: pkg
>Synopsis: pkgtools/xpkgwedge on Irix
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Dec 20 09:30:02 +0000 2006
>Originator: Francois Brunel
>Release: pkgsrc-2006Q3
>Organization:
>Environment:
IP30
Irix 6.5.30
MIPSPro 7.4.1m
ABI=32
>Description:
The build of graphics/xpm fails with system includes not found.
The sgi.cf file found on Irix defines :
#define StandardIncludes -nostdinc -I$(ROOT)/usr/include
#define LdPostLib -nostdlib sgiAuxLibDirOpt -L$(ROOT)$(SHLIBDIR)
When building, pkgsrc wrappers forbid the compiler to find system
includes, and linker to find system libraries.
Deleting these lines in /usr/pkg/lib/X11/config solves this issue.
>How-To-Repeat:
>Fix: