Project

General

Profile

Bug #1798

Updated by justin over 12 years ago

When a bulkbuild runs on Avalon (2.7/i386), I get this: 

 http://avalon.dragonflybsd.org/reports/i386/2.7/20100805.0001/gettext-lib-0.14.6/depends.log 

 The very first error is about bin/shlibtool missing.    Installing 
 libtool-base by hand, it puts shlibtool in: 

 /usr/bin/install -c -o root -g wheel -m 555 
 /usr/pkgsrc/devel/libtool-base/work/libtool-2.2.6b/shlibtool 
 /usr/pkg/bin/shlibtool 

 .. but it's not there. 

 avalon# ls /usr/pkg/bin 
 bmake             f2c               libtool 
 digest            f2c-f77           libtoolize 

 Avalon's running 2.7.2, but the bulk build is running head.    Does this 
 matter? 

 I am not sure why the file's just not there.    The other bulk builds 
 (2.6/i386 and x86_64 and 2.7.3/x86_64) do not have this issue.

Back