pkgsrc-Bugs archive

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

pkg/40444: net/py-ORBit on Solaris



>Number:         40444
>Category:       pkg
>Synopsis:       net/py-ORBit on Solaris
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 21 12:50:00 +0000 2009
>Originator:     Jörn Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
SunOS spare4200 5.10 Generic_120012-14 i86pc i386 i86pc

>Description:
net/py-ORBit fails to configure and build on Solaris. configure fails due to a 
missing dependency to db4. Compilation fails due to an illegal combination of 
compiler options (at least with gcc).
>How-To-Repeat:

>Fix:
Adding

.include "../../databases/db4/buildlink3.mk"

to Makefile fixes the first problem. But I am quite sure, that the main problem 
is somewhere else:

$ pkg_info -n python24
Information for python24-2.4.5nb2:

Requires:
db4>=4.7.25.1
bzip2>=1.0.3
gettext-lib>=0.14.5
zlib>=1.2.3
openssl>=0.9.8g

but I can't find any mentioning of db4 in lang/python24. So it seems, db4 needs 
to be added as dependency to lang/python24.

The compilation problem is fixed by

CFLAGS.SunOS= -D_XPG6



Home | Main Index | Thread Index | Old Index