pkgsrc-Bugs archive

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

pkg/38557: "make update" is broken (probably buildlink3 related)



>Number:         38557
>Category:       pkg
>Synopsis:       "make update" is broken (probably buildlink3 related)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 01 12:30:01 +0000 2008
>Originator:     Matthias Scheler
>Release:        NetBSD 4.0_STABLE pkgsrc HEAD from 2008-05-01
>Organization:
Matthias Scheler                                  http://zhadum.org.uk/
>Environment:
System: NetBSD colwyn.zhadum.org.uk 4.0_STABLE NetBSD 4.0_STABLE (COLWYN) #0: 
Tue Mar 18 15:58:00 GMT 2008 
tron%colwyn.zhadum.org.uk@localhost:/src/sys/compile/COLWYN i386
Architecture: i386
Machine: i386
>Description:
I've experienced a lot of problems with "make update" recently. The symptom
is always that a package which is rebuilt because one of its dependence
got updated fails to build during the "configure" stage. If I change to
that make directory and run "make clean" (just rerunning "make configure"
doesn't work) and "make" the build succeeds.

I think this problem is related to buildlink3 because things are missing
from the buildlink directories.

>How-To-Repeat:
I can reproduce the problem at least with these two sets of packages:
cd pkgsrc/math/fftw
make install && make clean clean-depends
cd ../../lang/f2c
make update

In this case "fftw" cannot be built because "f77" isn't found.

cd pkgsrc/sysutils/vcdimager-devel 
make install && make clean clean-depends
cd ../../misc/libcdio
make update

In this case "vcdimage-devel" cannot be build because the "libcdio" headers
cannot be found.

>Fix:
None provided.



Home | Main Index | Thread Index | Old Index