Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ser2net: bump to 2.9
@ 2013-07-28  6:22 Yegor Yefremov
  2013-07-28  6:26 ` Baruch Siach
  0 siblings, 1 reply; 4+ messages in thread
From: Yegor Yefremov @ 2013-07-28  6:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/ser2net/ser2net.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/ser2net/ser2net.mk b/package/ser2net/ser2net.mk
index 588571c..cc728a6 100644
--- a/package/ser2net/ser2net.mk
+++ b/package/ser2net/ser2net.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-SER2NET_VERSION = 2.8
+SER2NET_VERSION = 2.9
 SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
+SER2NET_AUTORECONF = YES
 SER2NET_LICENSE = GPLv2+
 SER2NET_LICENSE_FILES = COPYING
 
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] ser2net: bump to 2.9
  2013-07-28  6:22 [Buildroot] [PATCH] ser2net: bump to 2.9 Yegor Yefremov
@ 2013-07-28  6:26 ` Baruch Siach
  2013-07-28  7:00   ` Yegor Yefremov
  0 siblings, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2013-07-28  6:26 UTC (permalink / raw)
  To: buildroot

Hi Yegor,

On Sun, Jul 28, 2013 at 08:22:16AM +0200, Yegor Yefremov wrote:
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/ser2net/ser2net.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/ser2net/ser2net.mk b/package/ser2net/ser2net.mk
> index 588571c..cc728a6 100644
> --- a/package/ser2net/ser2net.mk
> +++ b/package/ser2net/ser2net.mk
> @@ -4,8 +4,9 @@
>  #
>  ################################################################################
>  
> -SER2NET_VERSION = 2.8
> +SER2NET_VERSION = 2.9
>  SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
> +SER2NET_AUTORECONF = YES

Please add a comment explaining why this is needed.

baruch

>  SER2NET_LICENSE = GPLv2+
>  SER2NET_LICENSE_FILES = COPYING

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] ser2net: bump to 2.9
  2013-07-28  6:26 ` Baruch Siach
@ 2013-07-28  7:00   ` Yegor Yefremov
  2013-07-28  7:06     ` Baruch Siach
  0 siblings, 1 reply; 4+ messages in thread
From: Yegor Yefremov @ 2013-07-28  7:00 UTC (permalink / raw)
  To: buildroot

On Sun, Jul 28, 2013 at 8:26 AM, Baruch Siach <baruch@tkos.co.il> wrote:
> Hi Yegor,
>
> On Sun, Jul 28, 2013 at 08:22:16AM +0200, Yegor Yefremov wrote:
>> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
>> ---
>>  package/ser2net/ser2net.mk | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/package/ser2net/ser2net.mk b/package/ser2net/ser2net.mk
>> index 588571c..cc728a6 100644
>> --- a/package/ser2net/ser2net.mk
>> +++ b/package/ser2net/ser2net.mk
>> @@ -4,8 +4,9 @@
>>  #
>>  ################################################################################
>>
>> -SER2NET_VERSION = 2.8
>> +SER2NET_VERSION = 2.9
>>  SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
>> +SER2NET_AUTORECONF = YES
>
> Please add a comment explaining why this is needed.
>
> baruch
>
>>  SER2NET_LICENSE = GPLv2+
>>  SER2NET_LICENSE_FILES = COPYING
>
> --
>      http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

That's why:

/bin/bash ./libtool --tag=CC   --mode=link gcc -Wall -g -O2   -o
ser2net controller.o dataxfer.o devcfg.o readconfig.o selector.o
ser2net.o utils.o telnet.o buffer.o  -lnsl
libtool: Version mismatch error.  This is libtool 2.4.2
Debian-2.4.2-1ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
Debian-2.4.2-1ubuntu1
libtool: and run autoconf again.
make: *** [ser2net] Error 63

Should I write something like: broken configure script?

Yegor

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] ser2net: bump to 2.9
  2013-07-28  7:00   ` Yegor Yefremov
@ 2013-07-28  7:06     ` Baruch Siach
  0 siblings, 0 replies; 4+ messages in thread
From: Baruch Siach @ 2013-07-28  7:06 UTC (permalink / raw)
  To: buildroot

Hi Yegor,

On Sun, Jul 28, 2013 at 09:00:35AM +0200, Yegor Yefremov wrote:
> On Sun, Jul 28, 2013 at 8:26 AM, Baruch Siach <baruch@tkos.co.il> wrote:
> > On Sun, Jul 28, 2013 at 08:22:16AM +0200, Yegor Yefremov wrote:
> >> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> >> ---
> >>  package/ser2net/ser2net.mk | 3 ++-
> >>  1 file changed, 2 insertions(+), 1 deletion(-)
> >>
> >> diff --git a/package/ser2net/ser2net.mk b/package/ser2net/ser2net.mk
> >> index 588571c..cc728a6 100644
> >> --- a/package/ser2net/ser2net.mk
> >> +++ b/package/ser2net/ser2net.mk
> >> @@ -4,8 +4,9 @@
> >>  #
> >>  ################################################################################
> >>
> >> -SER2NET_VERSION = 2.8
> >> +SER2NET_VERSION = 2.9
> >>  SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
> >> +SER2NET_AUTORECONF = YES
> >
> > Please add a comment explaining why this is needed.
> >
> > baruch
> >
> >>  SER2NET_LICENSE = GPLv2+
> >>  SER2NET_LICENSE_FILES = COPYING
> 
> That's why:
> 
> /bin/bash ./libtool --tag=CC   --mode=link gcc -Wall -g -O2   -o
> ser2net controller.o dataxfer.o devcfg.o readconfig.o selector.o
> ser2net.o utils.o telnet.o buffer.o  -lnsl
> libtool: Version mismatch error.  This is libtool 2.4.2
> Debian-2.4.2-1ubuntu1, but the
> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
> libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
> Debian-2.4.2-1ubuntu1
> libtool: and run autoconf again.
> make: *** [ser2net] Error 63
> 
> Should I write something like: broken configure script?

Sounds good. This will hopefully remind the next version bumper to check again 
whether this reconf is still needed.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-28  7:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-28  6:22 [Buildroot] [PATCH] ser2net: bump to 2.9 Yegor Yefremov
2013-07-28  6:26 ` Baruch Siach
2013-07-28  7:00   ` Yegor Yefremov
2013-07-28  7:06     ` Baruch Siach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox