kjoonlee@blacksun:~/xiph/vorbis-tools$ make install Making install in po make[1]: Entering directory `/home/kjoonlee/xiph/vorbis-tools/po' /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/kjoonlee/share /bin/sh: .././mkinstalldirs: No such file or directory make[1]: *** [install-data-yes] Error 127 make[1]: Leaving directory `/home/kjoonlee/xiph/vorbis-tools/po' make: *** [install-recursive] Error 1 Configured with: ./autogen.sh --prefix=/home/kjoonlee && make Configured using: automake 1.8.5 autoconf 2.59 libtool 1.5.6 /bin/sh is: GNU bash, version 3.00.0(1)-release (i386-pc-linux-gnu) Copyright (C) 2004 Free Software Foundation, Inc. Environment is: Debian SID, i686 I'm not sure if that's enough information. If it isn't, I'll be eager to provide more clues. :)
On Fri, Aug 06, 2004 at 10:43:08AM +0900, Kyungjoon Lee wrote:> I'm not sure if that's enough information. If it isn't, I'll be eager > to provide more clues. :)You don't say how recent your checkout is. A bug like this was fixed about 3 days ago. Can you confirm the problem with an up-to-date working copy? -r
<20040806015150.GB18074@ghostscript.com> Message-ID: <80cc888e04080519036c15013e@mail.gmail.com> On Thu, 5 Aug 2004 18:51:50 -0700, Ralph Giles <giles@xiph.org> wrote:> On Fri, Aug 06, 2004 at 10:43:08AM +0900, Kyungjoon Lee wrote: > > > I'm not sure if that's enough information. If it isn't, I'll be eager > > to provide more clues. :) > > You don't say how recent your checkout is. A bug like this was fixed > about 3 days ago. Can you confirm the problem with an up-to-date working > copy?Yes, I see this with revision 7486. I see a lot of references to /usr/share/aclocal/ instead of /home/kjoonlee/share/aclocal/ when I run ./autogen.sh. It works for libvorbis, though, so I wonder what's the matter with vorbis-tools.
<20040806015150.GB18074@ghostscript.com> <80cc888e04080519036c15013e@mail.gmail.com> Message-ID: <20040806031629.GC18074@ghostscript.com> On Fri, Aug 06, 2004 at 11:03:24AM +0900, Kyungjoon Lee wrote:> Yes, I see this with revision 7486. > > I see a lot of references to /usr/share/aclocal/ instead of > /home/kjoonlee/share/aclocal/ when I run ./autogen.sh. It works for > libvorbis, though, so I wonder what's the matter with vorbis-tools.Could be related. Can you file a bug at bugs.xiph.org? Thomas has been working on that, but doesn't always follow the list. Thanks, -r
<20040806015150.GB18074@ghostscript.com> <80cc888e04080519036c15013e@mail.gmail.com> <20040806031629.GC18074@ghostscript.com> Message-ID: <80cc888e04080520397c6fa2b3@mail.gmail.com> On Thu, 5 Aug 2004 20:16:29 -0700, Ralph Giles <giles@xiph.org> wrote:> On Fri, Aug 06, 2004 at 11:03:24AM +0900, Kyungjoon Lee wrote: > > > Yes, I see this with revision 7486. > > > > I see a lot of references to /usr/share/aclocal/ instead of > > /home/kjoonlee/share/aclocal/ when I run ./autogen.sh. It works for > > libvorbis, though, so I wonder what's the matter with vorbis-tools. > > Could be related. Can you file a bug at bugs.xiph.org? Thomas has been > working on that, but doesn't always follow the list. > > Thanks, > -rThanks. :) Reported as http://bugs.xiph.org/show_bug.cgi?id=554
On Friday 06 August 2004 03:43, Kyungjoon Lee wrote:> kjoonlee@blacksun:~/xiph/vorbis-tools$ make install > Making install in po > make[1]: Entering directory `/home/kjoonlee/xiph/vorbis-tools/po' > /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) > echo ".././mkinstalldirs" ;; esac` /home/kjoonlee/share > /bin/sh: .././mkinstalldirs: No such file or directory > make[1]: *** [install-data-yes] Error 127 > make[1]: Leaving directory `/home/kjoonlee/xiph/vorbis-tools/po' > make: *** [install-recursive] Error 1I reported this a few days ago to this list. You need automake 1.7, with automake 1.8 it does not work. Frederik
Thomas Vander Stichele
2004-Aug-06 02:28 UTC
[Vorbis-dev] vorbis-tools build install problem
<20040806015150.GB18074@ghostscript.com> <80cc888e04080519036c15013e@mail.gmail.com> <20040806031629.GC18074@ghostscript.com> Message-ID: <1091784518.8718.4.camel@otto.amantes> Hi, On Fri, 2004-08-06 at 05:16, Ralph Giles wrote:> On Fri, Aug 06, 2004 at 11:03:24AM +0900, Kyungjoon Lee wrote: > > > Yes, I see this with revision 7486. > > > > I see a lot of references to /usr/share/aclocal/ instead of > > /home/kjoonlee/share/aclocal/ when I run ./autogen.sh. It works for > > libvorbis, though, so I wonder what's the matter with vorbis-tools.What method do you use to tell autogen that it should look in that aclocal dir ?> Could be related. Can you file a bug at bugs.xiph.org? Thomas has been > working on that, but doesn't always follow the list.I have commented on the bug. It can be fixed, but since it would affect other modules as well I'd like to solve it in a generic way by creating an svn subtree to share common build functionality. I can start by testing it out in vorbis-tools only at first if people feel uncomfortable about the idea. (The bug nr. is 555) By the way, it's not something that still needs developing; similar techniques were done in GStreamer first and now GNOME uses a similar setup. So don't worry about stability or kittens being eaten... Just give me the go :) Thomas Dave/Dina : future TV today ! - http://www.davedina.org/ <-*- thomas (dot) apestaart (dot) org -*-> If I'd rain for you It would just be water <-*- thomas (at) apestaart (dot) org -*-> URGent, best radio on the net - 24/7 ! - http://urgent.fm/
<20040806015150.GB18074@ghostscript.com> <80cc888e04080519036c15013e@mail.gmail.com> <20040806031629.GC18074@ghostscript.com> <1091784518.8718.4.camel@otto.amantes> Message-ID: <80cc888e04080603053faf96d8@mail.gmail.com> On Fri, 06 Aug 2004 11:28:38 +0200, Thomas Vander Stichele <thomas@apestaart.org> wrote:> > > I see a lot of references to /usr/share/aclocal/ instead of > > > /home/kjoonlee/share/aclocal/ when I run ./autogen.sh. It works for > > > libvorbis, though, so I wonder what's the matter with vorbis-tools. > > What method do you use to tell autogen that it should look in that > aclocal dir ?I'm not using anything besides appending --prefix=/home/kjoonlee when invoking autogen.sh. If what I'm seeing is normal behaviour, then I have no complaints. :) Cheers, Kyungjoon