Subject: Re: vorbis-tools package broken?
To: Keith Mastin <kmastin@beechtree.ca>
From: SAR <sar@computer.org>
List: netbsd-help
Date: 09/01/2002 09:59:26
On Sun, 1 Sep 2002 04:22:04 -0400 (EDT)
Keith Mastin <kmastin@beechtree.ca> wrote:
> >I just tried to install the vorbis-tools 1.0.0.8 package. I
> >think it's broken.
> >
> >I'm running NetBSD 1.5.2 on x86. I updated /usr/pkgsrc from
> >CVS less than ten minutes ago.
> >
> >After running "make install" in
> >/usr/pkgsrc/audio/vorbis-tools, I saw the following:
> >
> >
> >===> Registering installation for vorbis-tools-1.0.0.8
> >pkg_create: can't stat `/usr/pkg/bin/ogg123'
> >pkg_create: can't stat `/usr/pkg/man/man1/ogg123.1'
> >pkg_create: can't stat
> >`/usr/pkg/share/doc/vorbis-tools-1.0/ogg123rc-example'
> >
> >
> >I had a look in
> >/usr/pkgsrc/audio/vorbis-tools/work/vorbis-tools-1.0/ogg123.
> >It does not look like anything in this directory was even
> >compiled. I looked at other directories under
> >work/vorbis-tools and I can see the results of successful
> >compilations there.
> >
> >I tried running make in the ogg123 directory, but nothing
> >happened. I'm not good enough with makefiles to debug this
> >one.
> >
> >Any suggestions on how to proceed?
>
> First off, read the man page for make. Consider it a must.
Kieth,
Thanks for the reply. The make man page does not document
automake/autoconf generated files. I know enough about automake
and autoconf to recognize their products, but not enough to debug
them.
> I would "make clean" (to clear the make configs you've done
> already), then "make", then "make install" again to see if that
> works. Get back to us if it doesn't.
I should have included the following in my first message.
Did the pkg_delete, make clean, make, make reinstall before
asking for help. I also did a cvs update in /usr/pkgsrc and a
make update in vorbis-tools to see if there were dependency
problems before asking for help.
All vorbis tools, except ogg123, are correctly installed by this
package. The make install output I included in my original
message indicated that ogg123 was not compiled, even though the
package tried to install it.
Anyway, did all of the above again this morning. I also did a
make distclean and cvs update in /usr/pkgsrc. I still get the
same results.
Here is part of the end of my last make install in
audio/vorbis-tools:
===> Registering installation for vorbis-tools-1.0.0.8
pkg_create: can't stat `/usr/pkg/bin/ogg123'
pkg_create: can't stat `/usr/pkg/man/man1/ogg123.1'
pkg_create: can't stat `/usr/pkg/share/doc/vorbis-tools-1.0/ogg123rc-example'
SAR
sar@computer.org