Subject: Re: HEADS UP: Package removal candidates
To: None <tech-pkg@NetBSD.org>
From: Eric Haszlakiewicz <erh@NetBSD.org>
List: tech-pkg
Date: 12/05/2005 22:44:42
On Mon, Dec 05, 2005 at 08:58:23PM +0100, Thomas Klausner wrote:
> On Mon, Dec 05, 2005 at 01:12:22AM -0600, Eric Haszlakiewicz wrote:
> Copying files to Apache libexec Directory...
> /bin/sh ..//libtool --mode=install /bin/cp mod_jk.la /usr/pkg/libexec/mod_jk.so
> /bin/cp .libs/mod_jk.so.0.0 /usr/pkg/libexec/mod_jk.so.0.0
> (cd /usr/pkg/libexec && rm -f mod_jk.so.0 && ln -s mod_jk.so.0.0 mod_jk.so.0)
> (cd /usr/pkg/libexec && rm -f mod_jk.so && ln -s mod_jk.so.0.0 mod_jk.so)
> (cd /usr/pkg/libexec && rm -f mod_jk.so && ln -s mod_jk.so.0.0 mod_jk.so)
> /bin/cp .libs/mod_jk.lai /usr/pkg/libexec/mod_jk.la
> /bin/cp .libs/mod_jk.a /usr/pkg/libexec/mod_jk.a
> ranlib /usr/pkg/libexec/mod_jk.a
> chmod 644 /usr/pkg/libexec/mod_jk.a
hmm.. I build with apache2, and it works ok. Having apache2 causes apxs
to be used to install, which in turn uses /usr/pkg/bin/libtool instead of
../libtool. Even that doesn't seem to work entirely correctly, since it
says it installs the .a and .la files, but it actually doesn't.
Looks like I need to take a closer look at what's going on there.
> > > www/jakarta-tomcat4 erh
> > >
> > > PLIST problem. ISTR this is some tar problem?
> > >
> > > pkg_create: can't stat `/usr/pkg/tomcat4/webapps/to'
> > Yes, this is a problem with tar. The solution is probably just to
> > update the build machine. What is it running?
>
> 3.0. If that release doesn't contain the tar bug fix, we should
> really work around the problem in the package somehow...
what!?! That problem was supposed to be fixed ages ago! It certainly
_should_ be in 3.0. Unfortunately I didn't fix the bug, nor do I remember
who did, so I don't know what the fix was to check if it's there.
eric