public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/24940]  New: libjava/configure uses $SED without defining it
@ 2005-11-19 12:52 debian-gcc at lists dot debian dot org
  2005-11-19 18:39 ` [Bug libgcj/24940] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-11-19 12:52 UTC (permalink / raw)
  To: java-prs

libjava/configure uses $SED without defining it. Add a check for it, or
eliminate it's use? All other configure files directly use sed.

  Matthias


-- 
           Summary: libjava/configure uses $SED without defining it
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24940


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

* [Bug libgcj/24940] libjava/configure uses $SED without defining it
  2005-11-19 12:52 [Bug libgcj/24940] New: libjava/configure uses $SED without defining it debian-gcc at lists dot debian dot org
@ 2005-11-19 18:39 ` pinskia at gcc dot gnu dot org
  2006-01-07 18:13 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-19 18:39 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-19 18:39 -------
SED comes from shlibpath.m4 which has:
# shlibpath.m4 - Define LTDL_SHLIBPATH_VAR. -*-Autoconf-*-


So isn't this really just an import from libtool?

I think you should be complaining there instead of here.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24940


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

* [Bug libgcj/24940] libjava/configure uses $SED without defining it
  2005-11-19 12:52 [Bug libgcj/24940] New: libjava/configure uses $SED without defining it debian-gcc at lists dot debian dot org
  2005-11-19 18:39 ` [Bug libgcj/24940] " pinskia at gcc dot gnu dot org
@ 2006-01-07 18:13 ` jakub at gcc dot gnu dot org
  2006-01-07 18:14 ` jakub at gcc dot gnu dot org
  2006-01-08 17:26 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-01-07 18:13 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from jakub at gcc dot gnu dot org  2006-01-07 18:13 -------
Subject: Bug 24940

Author: jakub
Date: Sat Jan  7 18:13:36 2006
New Revision: 109452

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109452
Log:
        PR libgcj/24940
        * shlibpath.m4: Replace $SED with sed.
        * configure: Rebuilt.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/configure
    trunk/libjava/shlibpath.m4


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24940


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

* [Bug libgcj/24940] libjava/configure uses $SED without defining it
  2005-11-19 12:52 [Bug libgcj/24940] New: libjava/configure uses $SED without defining it debian-gcc at lists dot debian dot org
  2005-11-19 18:39 ` [Bug libgcj/24940] " pinskia at gcc dot gnu dot org
  2006-01-07 18:13 ` jakub at gcc dot gnu dot org
@ 2006-01-07 18:14 ` jakub at gcc dot gnu dot org
  2006-01-08 17:26 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-01-07 18:14 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from jakub at gcc dot gnu dot org  2006-01-07 18:14 -------
Subject: Bug 24940

Author: jakub
Date: Sat Jan  7 18:14:24 2006
New Revision: 109453

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109453
Log:
        PR libgcj/24940
        * shlibpath.m4: Replace $SED with sed.
        * configure: Rebuilt.

Modified:
    branches/gcc-4_1-branch/libjava/ChangeLog
    branches/gcc-4_1-branch/libjava/configure
    branches/gcc-4_1-branch/libjava/shlibpath.m4


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24940


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

* [Bug libgcj/24940] libjava/configure uses $SED without defining it
  2005-11-19 12:52 [Bug libgcj/24940] New: libjava/configure uses $SED without defining it debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2006-01-07 18:14 ` jakub at gcc dot gnu dot org
@ 2006-01-08 17:26 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-01-08 17:26 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from tromey at gcc dot gnu dot org  2006-01-08 17:26 -------
Fix checked in.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24940


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

end of thread, other threads:[~2006-01-08 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-19 12:52 [Bug libgcj/24940] New: libjava/configure uses $SED without defining it debian-gcc at lists dot debian dot org
2005-11-19 18:39 ` [Bug libgcj/24940] " pinskia at gcc dot gnu dot org
2006-01-07 18:13 ` jakub at gcc dot gnu dot org
2006-01-07 18:14 ` jakub at gcc dot gnu dot org
2006-01-08 17:26 ` tromey at gcc dot gnu dot org

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).