public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* libiberty and regex.* updated
@ 2001-10-30 15:34 Milan Zamazal
  2001-11-01  7:14 ` Yngve Svendsen
  2001-12-11  7:58 ` Milan Zamazal
  0 siblings, 2 replies; 10+ messages in thread
From: Milan Zamazal @ 2001-10-30 15:34 UTC (permalink / raw)
  To: GNU GNATS discussion

I've updated the quite old versions of libiberty and regex.[ch] to newer
versions.  GNATS compiles fine on my system after the update, but this
may not apply to other, especially non-GNU, systems.  If you can, please
try to compile the current GNATS CVS snapshot on your favorite system
and report any contingent problems.

Thanks,

Milan Zamazal

-- 
real programmer?  don't get me started.  if you need to hide your
pathetic excuse for a carreer behind super-macho languages like C, C++,
and/or Perl instead of writing clean, maintainable, efficient code, you
aren't much of a real programmer in my view.  -- Erik Naggum in comp.emacs

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: libiberty and regex.* updated
  2001-10-30 15:34 libiberty and regex.* updated Milan Zamazal
@ 2001-11-01  7:14 ` Yngve Svendsen
  2001-11-01 14:02   ` Lars Henriksen
  2001-12-11 15:28   ` Yngve Svendsen
  2001-12-11  7:58 ` Milan Zamazal
  1 sibling, 2 replies; 10+ messages in thread
From: Yngve Svendsen @ 2001-11-01  7:14 UTC (permalink / raw)
  To: Milan Zamazal, GNU GNATS discussion

At 00:15 11.12.2001 +0100, Milan Zamazal wrote:
>I've updated the quite old versions of libiberty and regex.[ch] to newer
>versions.  GNATS compiles fine on my system after the update, but this
>may not apply to other, especially non-GNU, systems.  If you can, please
>try to compile the current GNATS CVS snapshot on your favorite system
>and report any contingent problems.

Got the following when compiling on Sun Solaris 7 with GCC 2.95.2:

#gmake all

gmake -C libiberty
gmake[1]: Entering directory `/usr/local/src/gnats-1200/gnats/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
   mkdir pic; \
else true; fi
touch stamp-picdir
gmake[1]: *** No rule to make target `include/libiberty.h', needed by 
`argv.o'.  Stop.
gmake[1]: Leaving directory `/usr/local/src/gnats-1200/gnats/libiberty'
gmake: *** [libiberty/libiberty.a] Error 2


Yngve Svendsen
Gnatsweb maintainer


_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: libiberty and regex.* updated
  2001-11-01  7:14 ` Yngve Svendsen
@ 2001-11-01 14:02   ` Lars Henriksen
  2001-11-02  5:55     ` Milan Zamazal
  2001-12-12  9:06     ` Lars Henriksen
  2001-12-11 15:28   ` Yngve Svendsen
  1 sibling, 2 replies; 10+ messages in thread
From: Lars Henriksen @ 2001-11-01 14:02 UTC (permalink / raw)
  To: help-gnats; +Cc: Milan Zamazal, Yngve Svendsen

Same result on Compaq Tru64 UNIX (OSF1) 5.1 with GCC 3.0.2.

Lars Henriksen

On Wed, Dec 12, 2001 at 12:25:37AM +0100, Yngve Svendsen wrote:
> At 00:15 11.12.2001 +0100, Milan Zamazal wrote:
> >I've updated the quite old versions of libiberty and regex.[ch] to newer
> >versions.  GNATS compiles fine on my system after the update, but this
> >may not apply to other, especially non-GNU, systems.  If you can, please
> >try to compile the current GNATS CVS snapshot on your favorite system
> >and report any contingent problems.
> 
> Got the following when compiling on Sun Solaris 7 with GCC 2.95.2:
> 
> #gmake all
> 
> gmake -C libiberty
> gmake[1]: Entering directory `/usr/local/src/gnats-1200/gnats/libiberty'
> if [ x"" != x ] && [ ! -d pic ]; then \
>    mkdir pic; \
> else true; fi
> touch stamp-picdir
> gmake[1]: *** No rule to make target `include/libiberty.h', needed by 
> `argv.o'.  Stop.
> gmake[1]: Leaving directory `/usr/local/src/gnats-1200/gnats/libiberty'
> gmake: *** [libiberty/libiberty.a] Error 2
> 

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: libiberty and regex.* updated
  2001-11-01 14:02   ` Lars Henriksen
@ 2001-11-02  5:55     ` Milan Zamazal
  2001-11-02  6:05       ` Lars Henriksen
  2001-12-12 15:06       ` Milan Zamazal
  2001-12-12  9:06     ` Lars Henriksen
  1 sibling, 2 replies; 10+ messages in thread
From: Milan Zamazal @ 2001-11-02  5:55 UTC (permalink / raw)
  To: Lars Henriksen; +Cc: help-gnats, Yngve Svendsen

>>>>> "YS" == Yngve Svendsen <yngve.svendsen@clustra.com> writes:

    YS> Got the following when compiling on Sun Solaris 7 with GCC 2.95.2:

    YS> #gmake all

    YS> gmake -C libiberty
    YS> gmake[1]: Entering directory `/usr/local/src/gnats-1200/gnats/libiberty'
    YS> if [ x"" != x ] && [ ! -d pic ]; then \
    YS>    mkdir pic; \
    YS> else true; fi
    YS> touch stamp-picdir
    YS> gmake[1]: *** No rule to make target `include/libiberty.h', needed by `argv.o'.
    YS> Stop.
    YS> gmake[1]: Leaving directory `/usr/local/src/gnats-1200/gnats/libiberty'
    YS> gmake: *** [libiberty/libiberty.a] Error 2

>>>>> "LH" == Lars Henriksen <Lars.Henriksen@netman.dk> writes:

    LH> Same result on Compaq Tru64 UNIX (OSF1) 5.1 with GCC 3.0.2.

Have you run your `cvs update' with the `-d' option?  There is a new
`include' subdirectory in `libiberty/'.

Regards,

Milan Zamazal

-- 
And why?

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: libiberty and regex.* updated
  2001-11-02  5:55     ` Milan Zamazal
@ 2001-11-02  6:05       ` Lars Henriksen
  2001-12-13  0:54         ` Lars Henriksen
  2001-12-12 15:06       ` Milan Zamazal
  1 sibling, 1 reply; 10+ messages in thread
From: Lars Henriksen @ 2001-11-02  6:05 UTC (permalink / raw)
  To: Milan Zamazal; +Cc: help-gnats, Yngve Svendsen

On Wed, Dec 12, 2001 at 10:31:38PM +0100, Milan Zamazal wrote:
> 
> Have you run your `cvs update' with the `-d' option?  There is a new
> `include' subdirectory in `libiberty/'.

Oops! Much better now ;-) Only a few warnings:

../../gnats-4/libiberty/getopt.c: In function `_getopt_initialize':
../../gnats-4/libiberty/getopt.c:396: warning: unused parameter `argc'
../../gnats-4/libiberty/getopt.c:397: warning: unused parameter `argv'

../../gnats-4/libiberty/md5.c:356:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../gnats-4/libiberty/md5.c:374:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../gnats-4/libiberty/md5.c:392:7: warning: function-like macro "FI" must be used with arguments in traditional C

Lars Henriksen

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* libiberty and regex.* updated
  2001-10-30 15:34 libiberty and regex.* updated Milan Zamazal
  2001-11-01  7:14 ` Yngve Svendsen
@ 2001-12-11  7:58 ` Milan Zamazal
  1 sibling, 0 replies; 10+ messages in thread
From: Milan Zamazal @ 2001-12-11  7:58 UTC (permalink / raw)
  To: GNU GNATS discussion

I've updated the quite old versions of libiberty and regex.[ch] to newer
versions.  GNATS compiles fine on my system after the update, but this
may not apply to other, especially non-GNU, systems.  If you can, please
try to compile the current GNATS CVS snapshot on your favorite system
and report any contingent problems.

Thanks,

Milan Zamazal

-- 
real programmer?  don't get me started.  if you need to hide your
pathetic excuse for a carreer behind super-macho languages like C, C++,
and/or Perl instead of writing clean, maintainable, efficient code, you
aren't much of a real programmer in my view.  -- Erik Naggum in comp.emacs

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: libiberty and regex.* updated
  2001-11-01  7:14 ` Yngve Svendsen
  2001-11-01 14:02   ` Lars Henriksen
@ 2001-12-11 15:28   ` Yngve Svendsen
  1 sibling, 0 replies; 10+ messages in thread
From: Yngve Svendsen @ 2001-12-11 15:28 UTC (permalink / raw)
  To: Milan Zamazal, GNU GNATS discussion

At 00:15 11.12.2001 +0100, Milan Zamazal wrote:
>I've updated the quite old versions of libiberty and regex.[ch] to newer
>versions.  GNATS compiles fine on my system after the update, but this
>may not apply to other, especially non-GNU, systems.  If you can, please
>try to compile the current GNATS CVS snapshot on your favorite system
>and report any contingent problems.

Got the following when compiling on Sun Solaris 7 with GCC 2.95.2:

#gmake all

gmake -C libiberty
gmake[1]: Entering directory `/usr/local/src/gnats-1200/gnats/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
   mkdir pic; \
else true; fi
touch stamp-picdir
gmake[1]: *** No rule to make target `include/libiberty.h', needed by 
`argv.o'.  Stop.
gmake[1]: Leaving directory `/usr/local/src/gnats-1200/gnats/libiberty'
gmake: *** [libiberty/libiberty.a] Error 2


Yngve Svendsen
Gnatsweb maintainer


_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: libiberty and regex.* updated
  2001-11-01 14:02   ` Lars Henriksen
  2001-11-02  5:55     ` Milan Zamazal
@ 2001-12-12  9:06     ` Lars Henriksen
  1 sibling, 0 replies; 10+ messages in thread
From: Lars Henriksen @ 2001-12-12  9:06 UTC (permalink / raw)
  To: help-gnats; +Cc: Milan Zamazal, Yngve Svendsen

Same result on Compaq Tru64 UNIX (OSF1) 5.1 with GCC 3.0.2.

Lars Henriksen

On Wed, Dec 12, 2001 at 12:25:37AM +0100, Yngve Svendsen wrote:
> At 00:15 11.12.2001 +0100, Milan Zamazal wrote:
> >I've updated the quite old versions of libiberty and regex.[ch] to newer
> >versions.  GNATS compiles fine on my system after the update, but this
> >may not apply to other, especially non-GNU, systems.  If you can, please
> >try to compile the current GNATS CVS snapshot on your favorite system
> >and report any contingent problems.
> 
> Got the following when compiling on Sun Solaris 7 with GCC 2.95.2:
> 
> #gmake all
> 
> gmake -C libiberty
> gmake[1]: Entering directory `/usr/local/src/gnats-1200/gnats/libiberty'
> if [ x"" != x ] && [ ! -d pic ]; then \
>    mkdir pic; \
> else true; fi
> touch stamp-picdir
> gmake[1]: *** No rule to make target `include/libiberty.h', needed by 
> `argv.o'.  Stop.
> gmake[1]: Leaving directory `/usr/local/src/gnats-1200/gnats/libiberty'
> gmake: *** [libiberty/libiberty.a] Error 2
> 

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: libiberty and regex.* updated
  2001-11-02  5:55     ` Milan Zamazal
  2001-11-02  6:05       ` Lars Henriksen
@ 2001-12-12 15:06       ` Milan Zamazal
  1 sibling, 0 replies; 10+ messages in thread
From: Milan Zamazal @ 2001-12-12 15:06 UTC (permalink / raw)
  To: Lars Henriksen; +Cc: help-gnats, Yngve Svendsen

>>>>> "YS" == Yngve Svendsen <yngve.svendsen@clustra.com> writes:

    YS> Got the following when compiling on Sun Solaris 7 with GCC 2.95.2:

    YS> #gmake all

    YS> gmake -C libiberty
    YS> gmake[1]: Entering directory `/usr/local/src/gnats-1200/gnats/libiberty'
    YS> if [ x"" != x ] && [ ! -d pic ]; then \
    YS>    mkdir pic; \
    YS> else true; fi
    YS> touch stamp-picdir
    YS> gmake[1]: *** No rule to make target `include/libiberty.h', needed by `argv.o'.
    YS> Stop.
    YS> gmake[1]: Leaving directory `/usr/local/src/gnats-1200/gnats/libiberty'
    YS> gmake: *** [libiberty/libiberty.a] Error 2

>>>>> "LH" == Lars Henriksen <Lars.Henriksen@netman.dk> writes:

    LH> Same result on Compaq Tru64 UNIX (OSF1) 5.1 with GCC 3.0.2.

Have you run your `cvs update' with the `-d' option?  There is a new
`include' subdirectory in `libiberty/'.

Regards,

Milan Zamazal

-- 
And why?

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: libiberty and regex.* updated
  2001-11-02  6:05       ` Lars Henriksen
@ 2001-12-13  0:54         ` Lars Henriksen
  0 siblings, 0 replies; 10+ messages in thread
From: Lars Henriksen @ 2001-12-13  0:54 UTC (permalink / raw)
  To: Milan Zamazal; +Cc: help-gnats, Yngve Svendsen

On Wed, Dec 12, 2001 at 10:31:38PM +0100, Milan Zamazal wrote:
> 
> Have you run your `cvs update' with the `-d' option?  There is a new
> `include' subdirectory in `libiberty/'.

Oops! Much better now ;-) Only a few warnings:

../../gnats-4/libiberty/getopt.c: In function `_getopt_initialize':
../../gnats-4/libiberty/getopt.c:396: warning: unused parameter `argc'
../../gnats-4/libiberty/getopt.c:397: warning: unused parameter `argv'

../../gnats-4/libiberty/md5.c:356:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../gnats-4/libiberty/md5.c:374:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../gnats-4/libiberty/md5.c:392:7: warning: function-like macro "FI" must be used with arguments in traditional C

Lars Henriksen

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

end of thread, other threads:[~2001-12-13  8:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-30 15:34 libiberty and regex.* updated Milan Zamazal
2001-11-01  7:14 ` Yngve Svendsen
2001-11-01 14:02   ` Lars Henriksen
2001-11-02  5:55     ` Milan Zamazal
2001-11-02  6:05       ` Lars Henriksen
2001-12-13  0:54         ` Lars Henriksen
2001-12-12 15:06       ` Milan Zamazal
2001-12-12  9:06     ` Lars Henriksen
2001-12-11 15:28   ` Yngve Svendsen
2001-12-11  7:58 ` Milan Zamazal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).