Re: Automake (alpha) release request

2007-12-16 Thread Bob Proulx
Sebastian Pipping wrote: > Thanks for your replies! As I understood the Automake > release is delayed because its licensing info has not > been updated to GPLv3 yet? Actually the reverse. Because the licensing has already been updated it is now delayed. Automake installs auxiliary files into you

Re: Automake (alpha) release request

2007-12-16 Thread Sebastian Pipping
Thanks for your replies! As I understood the Automake release is delayed because its licensing info has not been updated to GPLv3 yet? If that is the case I wonder why new code depends on this. Can't you just push the licensing thing to a later release if the responsible people don't have time for

Re: "error while loading shared libraries: foo.so.0: cannot open shared object file: No such file or directory"

2007-12-16 Thread Bob Friesenhahn
On Mon, 17 Dec 2007, Laurence Darby wrote: Your email seems to contain a lot of details, but upon closer inspection the details are not of the right type. For example, you have not even identified the operating system you are using. Sorry, it's i686-pc-linux-gnu, Slackware 12.0 (mostly). Th

Re: "error while loading shared libraries: foo.so.0: cannot open shared object file: No such file or directory"

2007-12-16 Thread Laurence Darby
Laurence Darby wrote: > Alright, for reproducibility, here is a small example, > inotify-tools-3.12.tar.gz. Firstly please run > > # locate libinotifytools.so | xargs rm > > so there is zero chance of hiding the error with stale libraries > hiding somewhere on the system. I forgot: after execu

Re: "error while loading shared libraries: foo.so.0: cannot open shared object file: No such file or directory"

2007-12-16 Thread Laurence Darby
Bob Friesenhahn wrote: > > Your email seems to contain a lot of details, but upon closer > inspection the details are not of the right type. For example, you > have not even identified the operating system you are using. > Sorry, it's i686-pc-linux-gnu, Slackware 12.0 (mostly). $ uname -a

Re: "error while loading shared libraries: foo.so.0: cannot open shared object file: No such file or directory"

2007-12-16 Thread Bob Friesenhahn
On Sun, 16 Dec 2007, Laurence Darby wrote: I think this is either an automake problem or a libtool problem, (or maybe even a glibc problem) so cc'ing both lists. Please cc me on replies. My apologies in advance to those subscribed to both lists :) Far too many times, I have run ./configure &&

Re: Automake (alpha) release request

2007-12-16 Thread NightStrike
On 12/16/07, Bob Proulx <[EMAIL PROTECTED]> wrote: > NightStrike wrote: > > When you do make a release, where will be the list of new features located? > > The NEWS file is the standard location to list new features. > > The NEWS file as currently in version control can be seen here: > > http://gi

Re: Automake (alpha) release request

2007-12-16 Thread Bob Proulx
NightStrike wrote: > When you do make a release, where will be the list of new features located? The NEWS file is the standard location to list new features. The NEWS file as currently in version control can be seen here: http://git.sv.gnu.org/gitweb/?p=automake.git;a=blob;f=NEWS;hb=HEAD Bob

"error while loading shared libraries: foo.so.0: cannot open shared object file: No such file or directory"

2007-12-16 Thread Laurence Darby
Hi, I think this is either an automake problem or a libtool problem, (or maybe even a glibc problem) so cc'ing both lists. Please cc me on replies. My apologies in advance to those subscribed to both lists :) Far too many times, I have run ./configure && make && sudo make install on a new piece

Re: Automake (alpha) release request

2007-12-16 Thread NightStrike
On 12/16/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello Sebastian, > > * Sebastian Pipping wrote on Fri, Dec 14, 2007 at 08:08:41PM CET: > > > > I found out Automake does support LZMA for some time now > > but no release (not even alpha) has been made after. > > We're still waiting for >

Re: Automake (alpha) release request

2007-12-16 Thread Ralf Wildenhues
Hello Sebastian, * Sebastian Pipping wrote on Fri, Dec 14, 2007 at 08:08:41PM CET: > > I found out Automake does support LZMA for some time now > but no release (not even alpha) has been made after. We're still waiting for . Chee

Automake (alpha) release request

2007-12-16 Thread Sebastian Pipping
Hello! I found out Automake does support LZMA for some time now but no release (not even alpha) has been made after. Assuming that the current trunk is not more unstable than alpha please consider putting out a new (alpha?) release of Automake. There is no release for this year yet, would be gre

Re: How to control whether "-g" flag is passed to compiler

2007-12-16 Thread Ralf Wildenhues
Hello Oleg, * Oleg V. Zhylin wrote on Sat, Dec 15, 2007 at 02:12:23AM CET: > > I've just noticed that "-g" compiler flag is passed when my package > is building. This is documented here: Quoting from it: | If u