[Bug ports/5216] glibc 2.7 compilation problem on alpha due to PTR_MANGLE and PTR_DEMANGLE

2008-11-26 Thread drepper at redhat dot com

--- Additional Comments From drepper at redhat dot com  2008-11-26 23:27 
---
Alpha is not in the main tree anymore since we have no maintainer.  Somebody has
to step up and volunteer to be the maintainer of the alpha ports tree or nothing
will happen.

-- 
   What|Removed |Added

 AssignedTo|rth at gcc dot gnu dot org  |roland at gnu dot org
 Status|ASSIGNED|NEW
  Component|nscd|ports


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r3200 - in glibc-package/branches/glibc-2.9/debian: . rules.d

2008-11-26 Thread aurel32
Author: aurel32
Date: 2008-11-26 10:49:07 + (Wed, 26 Nov 2008)
New Revision: 3200

Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/rules
   glibc-package/branches/glibc-2.9/debian/rules.d/tarball.mk
Log:
  [ Aurelien Jarno ]
  * New upstream release.
- This version has been tagged in the CVS, update debian/rules and 
  debian/rules.d/tarball.mk accordingly.



Modified: glibc-package/branches/glibc-2.9/debian/changelog
===
--- glibc-package/branches/glibc-2.9/debian/changelog   2008-11-26 10:26:24 UTC 
(rev 3199)
+++ glibc-package/branches/glibc-2.9/debian/changelog   2008-11-26 10:49:07 UTC 
(rev 3200)
@@ -1,5 +1,14 @@
-glibc (2.8+20080809-3) UNRELEASED; urgency=low
+glibc (2.9-0exp1) UNRELEASED; urgency=low
+ 
+  [ Aurelien Jarno ]
+  * New upstream release.
+- This version has been tagged in the CVS, update debian/rules and 
+  debian/rules.d/tarball.mk accordingly.
 
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Wed, 26 Nov 2008 11:47:50 +0100
+
+glibc (2.8+20080809-3) experimental; urgency=low
+
   [ Aurelien Jarno ]
   * New upstream release.
 - Fix conversions to ISO-2022-JP.  Closes: #466340.

Modified: glibc-package/branches/glibc-2.9/debian/rules
===
--- glibc-package/branches/glibc-2.9/debian/rules   2008-11-26 10:26:24 UTC 
(rev 3199)
+++ glibc-package/branches/glibc-2.9/debian/rules   2008-11-26 10:49:07 UTC 
(rev 3200)
@@ -58,7 +58,7 @@
 DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut 
-f 2 -d ':'))
 
 DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' 
')
-GLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/+.*//')
+GLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/-.*//')
 
 DEB_BUILDDIR ?= $(build-tree)/$(DEB_HOST_ARCH)-$(curpass)
 

Modified: glibc-package/branches/glibc-2.9/debian/rules.d/tarball.mk
===
--- glibc-package/branches/glibc-2.9/debian/rules.d/tarball.mk  2008-11-26 
10:26:24 UTC (rev 3199)
+++ glibc-package/branches/glibc-2.9/debian/rules.d/tarball.mk  2008-11-26 
10:49:07 UTC (rev 3200)
@@ -1,15 +1,14 @@
 GLIBC_PSERVER = :pserver:[EMAIL PROTECTED]:/cvs/glibc
-GLIBC_BRANCH = glibc-$(subst .,_,$(GLIBC_VERSION))-branch
-GLIBC_SNAPSHOT = $(GLIBC_VERSION)+$(shell date "+%Y%m%d")
-GLIBC_DIR = glibc-$(GLIBC_SNAPSHOT)
-DEB_ORIG = ../glibc_$(GLIBC_SNAPSHOT).orig.tar.gz
+GLIBC_TAG = glibc-$(subst .,_,$(GLIBC_VERSION))
+GLIBC_DIR = glibc-$(GLIBC_VERSION)
+DEB_ORIG = ../glibc_$(GLIBC_VERSION).orig.tar.gz
 
 get-orig-source: $(DEB_ORIG)
 $(DEB_ORIG):
-   cvs -z 9 -d $(GLIBC_PSERVER) export -d $(GLIBC_DIR) -r $(GLIBC_BRANCH) 
libc ; \
+   cvs -z 9 -d $(GLIBC_PSERVER) export -d $(GLIBC_DIR) -r $(GLIBC_TAG) 
libc ; \
cd $(GLIBC_DIR) ; \
rm -fr manual/ ; \
-   cvs -z 9 -d $(GLIBC_PSERVER) export -d ports -r $(GLIBC_BRANCH) ports ; 
\
+   cvs -z 9 -d $(GLIBC_PSERVER) export -d ports -r $(GLIBC_TAG) ports ; \
cvs -z 9 -d $(GLIBC_PSERVER) export -d linuxthreads -r HEAD 
linuxthreads/linuxthreads ; \
cvs -z 9 -d $(GLIBC_PSERVER) export -d linuxthreads_db -r HEAD 
linuxthreads/linuxthreads_db ; \
cd .. ; \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r3199 - in glibc-package/branches: . glibc-2.9 glibc-2.9/debian glibc-2.9/debian/debhelper.in

2008-11-26 Thread aurel32
Author: aurel32
Date: 2008-11-26 10:26:24 + (Wed, 26 Nov 2008)
New Revision: 3199

Added:
   glibc-package/branches/glibc-2.9/
   glibc-package/branches/glibc-2.9/debian/debhelper.in/libc-alt.lintian
   glibc-package/branches/glibc-2.9/debian/debhelper.in/libc.lintian
   glibc-package/branches/glibc-2.9/debian/libc6.1.symbols.alpha
   glibc-package/branches/glibc-2.9/debian/libc6.1.symbols.ia64
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.arm
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.hppa
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.i386
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.mips
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.mipsel
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.powerpc
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.s390
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.sparc
Removed:
   glibc-package/branches/glibc-2.9/debian/debhelper.in/libc-alt.lintian
   glibc-package/branches/glibc-2.9/debian/debhelper.in/libc.lintian
   glibc-package/branches/glibc-2.9/debian/libc6.1.symbols.alpha
   glibc-package/branches/glibc-2.9/debian/libc6.1.symbols.ia64
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.arm
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.hppa
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.i386
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.mips
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.mipsel
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.powerpc
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.s390
   glibc-package/branches/glibc-2.9/debian/libc6.symbols.sparc
Log:
Start a glibc 2.9 branch



Copied: glibc-package/branches/glibc-2.9 (from rev 3197, 
glibc-package/branches/glibc-2.8)


Property changes on: glibc-package/branches/glibc-2.9
___
Name: svn:ignore
   + glibc-*
patched
patched-source
unpacked-source
Name: svn:mergeinfo
   + 

Deleted: glibc-package/branches/glibc-2.9/debian/debhelper.in/libc-alt.lintian
===
--- glibc-package/branches/glibc-2.8/debian/debhelper.in/libc-alt.lintian   
2008-11-15 18:37:13 UTC (rev 3197)
+++ glibc-package/branches/glibc-2.9/debian/debhelper.in/libc-alt.lintian   
2008-11-26 10:26:24 UTC (rev 3199)
@@ -1,21 +0,0 @@
-# libpthread must be stripped specially; GDB needs the non-dynamic 
-# symbol table in order to load the thread debugging library.
-LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.8.so
-
-# Those file are actually .o files not package in a ar archive, and
-# thus should not be stripped
-LIBC-FLAVOR: unstripped-binary-or-object .LIBDIR/libieee.a
-LIBC-FLAVOR: unstripped-binary-or-object .LIBDIR/libmcheck.a
-
-# ld.so must be executable, otherwise the system will not work
-LIBC-FLAVOR: shlib-with-executable-bit .SLIBDIR/ld-2.8.so 0755
-
-# It is normal that the ELF dynamic linker does not need any other 
-# library
-LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.8.so
-
-# It is correct for the glibc to install files in such locations
-LIBC-FLAVOR: file-in-unusual-dir lib32
-LIBC-FLAVOR: file-in-unusual-dir usr/lib32
-LIBC-FLAVOR: file-in-unusual-dir lib64
-LIBC-FLAVOR: file-in-unusual-dir usr/lib64

Copied: glibc-package/branches/glibc-2.9/debian/debhelper.in/libc-alt.lintian 
(from rev 3198, 
glibc-package/branches/glibc-2.8/debian/debhelper.in/libc-alt.lintian)
===
--- glibc-package/branches/glibc-2.9/debian/debhelper.in/libc-alt.lintian   
(rev 0)
+++ glibc-package/branches/glibc-2.9/debian/debhelper.in/libc-alt.lintian   
2008-11-26 10:26:24 UTC (rev 3199)
@@ -0,0 +1,25 @@
+# libpthread must be stripped specially; GDB needs the non-dynamic 
+# symbol table in order to load the thread debugging library.
+LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.8.so
+
+# Those file are actually .o files not package in a ar archive, and
+# thus should not be stripped
+LIBC-FLAVOR: unstripped-binary-or-object .LIBDIR/libieee.a
+LIBC-FLAVOR: unstripped-binary-or-object .LIBDIR/libmcheck.a
+
+# ld.so must be executable, otherwise the system will not work
+LIBC-FLAVOR: shlib-with-executable-bit .SLIBDIR/ld-2.8.so 0755
+
+# It is normal that the ELF dynamic linker does not need any other 
+# library
+LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.8.so
+
+# It is correct for the glibc to install files in such locations
+LIBC-FLAVOR: file-in-unusual-dir lib32
+LIBC-FLAVOR: file-in-unusual-dir usr/lib32
+LIBC-FLAVOR: file-in-unusual-dir lib64
+LIBC-FLAVOR: file-in-unusual-dir usr/lib64
+
+# glibc-private is an invalid dependency generated if someone uses a
+# private glibc API, thus it's on purpose
+LIBC-FLAVOR: symbols-declares-dependency-on-other-package glibc-private

Deleted