public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/6652] --enable-oldest-abi breaks the build
       [not found] <bug-6652-131@http.sourceware.org/bugzilla/>
@ 2012-02-21  2:44 ` jsm28 at gcc dot gnu.org
  2012-09-02  9:52 ` allan at archlinux dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-21  2:44 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=6652

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at systemhalted dot
                   |                            |org
          Component|libc                        |build

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/6652] --enable-oldest-abi breaks the build
       [not found] <bug-6652-131@http.sourceware.org/bugzilla/>
  2012-02-21  2:44 ` [Bug build/6652] --enable-oldest-abi breaks the build jsm28 at gcc dot gnu.org
@ 2012-09-02  9:52 ` allan at archlinux dot org
  2012-12-19 10:51 ` schwab@linux-m68k.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: allan at archlinux dot org @ 2012-09-02  9:52 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=6652

Allan McRae <allan at archlinux dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allan at archlinux dot org

--- Comment #3 from Allan McRae <allan at archlinux dot org> 2012-09-02 09:52:10 UTC ---
The attached patch no longer works.  After making the required adjustments for
it to build (sed 's/\./_/g' to $ver and $obs, only running SHLIB_COMPAT if $obs
is defined), the testsuite fails all over the place.

I also found another much older patch for this but have not tested:
http://sourceware.org/ml/libc-alpha/2002-11/msg00165.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/6652] --enable-oldest-abi breaks the build
       [not found] <bug-6652-131@http.sourceware.org/bugzilla/>
  2012-02-21  2:44 ` [Bug build/6652] --enable-oldest-abi breaks the build jsm28 at gcc dot gnu.org
  2012-09-02  9:52 ` allan at archlinux dot org
@ 2012-12-19 10:51 ` schwab@linux-m68k.org
  2014-09-16 17:46 ` cvs-commit at gcc dot gnu.org
  2014-09-16 17:46 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2012-12-19 10:51 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=6652

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper.fsp at gmail dot    |unassigned at sourceware
                   |com                         |dot org

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/6652] --enable-oldest-abi breaks the build
       [not found] <bug-6652-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-12-19 10:51 ` schwab@linux-m68k.org
@ 2014-09-16 17:46 ` cvs-commit at gcc dot gnu.org
  2014-09-16 17:46 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-09-16 17:46 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=6652

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  af296fcdaba31c3a8062fec0b4198443bb43bd47 (commit)
      from  d330b980e9ee2349492087a279a9c7bf294f6b47 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=af296fcdaba31c3a8062fec0b4198443bb43bd47

commit af296fcdaba31c3a8062fec0b4198443bb43bd47
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Sep 16 17:45:03 2014 +0000

    Remove bitrotten --enable-oldest-abi (bug 6652).

    This patch removes the --enable-oldest-abi configure option, which has
    long been bitrotten (as reported in bug 6652).  The principle of
    removing this option was agreed in the thread starting at
    <https://sourceware.org/ml/libc-alpha/2013-07/msg00174.html>.

    Tested for x86_64 and x86 that the installed shared libraries other
    than libc.so are unchanged by this patch and that libc.so disassembly
    and symbol versions are unchanged (debug info changes because of
    changed line numbers in csu/version.c).

        [BZ #6652]
        * Makeconfig (soversions-default-setname): Remove variable.
        ($(common-objpfx)soversions.i): Don't pass default_setname to
        soversions.awk.
        * Makerules ($(common-objpfx)abi-versions.h): Don't pass
        oldest_abi to abi-versions.awk.
        * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
        * config.make.in (oldest-abi): Remove variable.
        * configure.ac (--enable-oldest-abi): Remove configure option.
        * configure: Regenerated.
        * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
        text.
        * scripts/abi-versions.awk: Do not handle oldest_abi variable.
        * scripts/soversions.awk: Do not handle default_setname variable.
        * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
        variable.
        * sysdeps/mach/hurd/configure: Regenerated.
        * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
        variable.
        * sysdeps/unix/sysv/linux/configure: Regenerated.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                            |   23 +++++++++++++++++++++++
 Makeconfig                           |    6 +-----
 Makerules                            |    2 +-
 NEWS                                 |    2 +-
 config.h.in                          |    3 ---
 config.make.in                       |    1 -
 configure                            |   21 ---------------------
 configure.ac                         |   12 ------------
 csu/version.c                        |    3 ---
 scripts/abi-versions.awk             |    9 ---------
 scripts/soversions.awk               |    2 +-
 sysdeps/mach/hurd/configure          |   10 ----------
 sysdeps/mach/hurd/configure.ac       |   10 ----------
 sysdeps/unix/sysv/linux/configure    |    6 ------
 sysdeps/unix/sysv/linux/configure.ac |    6 ------
 15 files changed, 27 insertions(+), 89 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug build/6652] --enable-oldest-abi breaks the build
       [not found] <bug-6652-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-09-16 17:46 ` cvs-commit at gcc dot gnu.org
@ 2014-09-16 17:46 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-09-16 17:46 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=6652

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
This option has been removed for 2.21.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-09-16 17:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-6652-131@http.sourceware.org/bugzilla/>
2012-02-21  2:44 ` [Bug build/6652] --enable-oldest-abi breaks the build jsm28 at gcc dot gnu.org
2012-09-02  9:52 ` allan at archlinux dot org
2012-12-19 10:51 ` schwab@linux-m68k.org
2014-09-16 17:46 ` cvs-commit at gcc dot gnu.org
2014-09-16 17:46 ` jsm28 at gcc dot gnu.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).