vext01 / hgd

Hackathon Gunther Daemon :: Opensource Multi-User Jukebox
http://hgd.theunixzoo.co.uk
ISC License
22 stars 10 forks source link

Autogen errors on Ubuntu Lucid. #115

Closed jonentropy closed 12 years ago

jonentropy commented 12 years ago

Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 189. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 189.

Not sure if these are serious.

vext01 commented 12 years ago

On Thu, Oct 06, 2011 at 08:39:37AM -0700, Tristan Linnell wrote:

Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 189. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 189.

Not sure if these are serious.

Is libtool installed? Not that we use it.

Best Regards Edd Barrett

http://www.theunixzoo.co.uk

egelmex commented 12 years ago

One of the macros might be using it, though it should probably be checking for it.

egelmex commented 12 years ago

please send command used as well as full log. can not reproduce.

jonentropy commented 12 years ago

I only ran ./autogen.sh on a freshly cloned repo. I pasted the entire stdout.

egelmex commented 12 years ago

installed libtoolize?

jonentropy commented 12 years ago

Works when libtool is installed.