Bug#635192: provide O_CLOEXEC on kfreebsd-*

2013-05-31 Thread Julien Cristau
On Mon, May 13, 2013 at 09:43:48 +0200, Petr Salinger wrote:

 Hi.
 
 Both wheezy kernels (8.3 and 9.0) do support O_CLOEXEC.
 Together with enabling O_CLOEXEC we have to
 at least raise minimal kernel version to 8.3 in
 
   debian/debhelper.in/libc.preinst
   debian/sysdeps/kfreebsd.mk
 
 We have to wait before buildd receives new kernel,
 as current (squeezy one) does not suffice.
 
I don't understand why this is taking so long.  O_CLOEXEC was defined on
Linux long before all supported kernels had it, and people (used to?)
have fallback code for the case where open(O_CLOEXEC) returned EINVAL,
to do the racy fcntl dance.  I don't see why the kernel running on
buildds matters one bit for whether userland gets the define...

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130531120404.ga24...@crater1.logilab.fr



Bug#635192: provide O_CLOEXEC on kfreebsd-*

2013-05-31 Thread Aurelien Jarno
On Fri, May 31, 2013 at 02:04:06PM +0200, Julien Cristau wrote:
 On Mon, May 13, 2013 at 09:43:48 +0200, Petr Salinger wrote:
 
  Hi.
  
  Both wheezy kernels (8.3 and 9.0) do support O_CLOEXEC.
  Together with enabling O_CLOEXEC we have to
  at least raise minimal kernel version to 8.3 in
  
debian/debhelper.in/libc.preinst
debian/sysdeps/kfreebsd.mk
  
  We have to wait before buildd receives new kernel,
  as current (squeezy one) does not suffice.
  
 I don't understand why this is taking so long.  O_CLOEXEC was defined on
 Linux long before all supported kernels had it, and people (used to?)
 have fallback code for the case where open(O_CLOEXEC) returned EINVAL,

That's exactly the point, most of the fallback code has been removed.

 to do the racy fcntl dance.  I don't see why the kernel running on
 buildds matters one bit for whether userland gets the define...
 

Anyway this has just been done, so it's now just a matter of days.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130531124222.gf22...@hall.aurel32.net



Bug#635192: provide O_CLOEXEC on kfreebsd-*

2013-05-31 Thread Petr Salinger

I don't understand why this is taking so long.  O_CLOEXEC was defined on
Linux long before all supported kernels had it, and people (used to?)
have fallback code for the case where open(O_CLOEXEC) returned EINVAL,
to do the racy fcntl dance.  I don't see why the kernel running on
buildds matters one bit for whether userland gets the define...


May be they used to, but currently even eglibc itself does not have such 
fallback inside. Even inside elf loader, i.e. elf/dl-misc.c:


  int flags = O_RDONLY;
#ifdef O_CLOEXEC
  flags |= O_CLOEXEC;
#endif

The open with unknown flags fails and elf loader
does not try it again without O_CLOEXEC.

As we really want to run testsuite,
the kernel have to support O_CLOEXEC at least for open().

Petr


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.lnx.2.00.1305311417000.6...@contest.felk.cvut.cz



Bug#710521: ldd -r /usr/bin/go segfaults

2013-05-31 Thread Jakub Wilk

Package: libc6
Version: 2.17-3

Running ldd -r on /usr/bin/go (shipped by golang-go 2:1.1-1) causes a 
segfault:


$ ldd -r /usr/bin/go
linux-gate.so.1 (0xf7757000)
libpthread.so.0 = /lib/i386-linux-gnu/libpthread.so.0 (0xf7738000)
libc.so.6 = /lib/i386-linux-gnu/libc.so.6 (0xf75c3000)
/lib/ld-linux.so.2 (0xf7758000)
/usr/bin/ldd: line 116:  8528 Segmentation fault  LD_TRACE_LOADED_OBJECTS=1 
LD_WARN=yes LD_BIND_NOW=yes LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= $@


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.8-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libgcc1  1:4.8.0-9

Versions of packages libc6 recommends:
pn  libc6-i686  none

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]  1.5.50
pn  glibc-doc  none
pn  localesnone

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130531153523.ga8...@jwilk.net



Processed: tagging 635192

2013-05-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 635192 + pending
Bug #635192 [libc0.1-dev] glibc-bsd: please provide O_CLOEXEC
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
635192: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137001471412207.transcr...@bugs.debian.org



Processed: tagging 667448

2013-05-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 667448 + pending
Bug #667448 [libc0.1] pid 133(bootlogd) is using legacy pty devices - not 
logging anymore
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
667448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667448
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137001471712229.transcr...@bugs.debian.org



r5610 - in glibc-package/trunk/debian: . debhelper.in patches/kfreebsd sysdeps

2013-05-31 Thread Petr Salinger
Author: ps-guest
Date: 2013-05-31 15:38:17 + (Fri, 31 May 2013)
New Revision: 5610

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
   glibc-package/trunk/debian/sysdeps/kfreebsd.mk
Log:
bump minimal FreeBSD kernel version to 8.3, update sysdeps.diff from glibc-bsd



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2013-05-28 16:18:00 UTC (rev 
5609)
+++ glibc-package/trunk/debian/changelog2013-05-31 15:38:17 UTC (rev 
5610)
@@ -5,7 +5,10 @@
 all {Build-,}Essential and available in oldstable (Closes: #708504)
 
   [ Petr Salinger ]
-  * kfreebsd/local-sysdeps.diff: update to revision 4485 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 4511 (from glibc-bsd).
+Closes: #635192. Closes: #667448.
+  * debian/sysdeps/kfreebsd.mk, debian/debhelper.in/libc.preinst:
+bump minimal FreeBSD kernel version to 8.3.
 
  -- Adam Conrad adcon...@0c3.net  Thu, 16 May 2013 16:09:55 -0600
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===
--- glibc-package/trunk/debian/debhelper.in/libc.preinst2013-05-28 
16:18:00 UTC (rev 5609)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst2013-05-31 
15:38:17 UTC (rev 5610)
@@ -406,10 +406,10 @@
 fi
 elif [ $system = GNU/kFreeBSD ] ; then
 kernel_ver=`uname -r`
-if kfreebsd_compare_versions $kernel_ver lt 8.1
+if kfreebsd_compare_versions $kernel_ver lt 8.3
 then
 echo WARNING: this version of the GNU libc requires kernel version
-echo 8.1 or later.  Please upgrade your kernel before installing
+echo 8.3 or later.  Please upgrade your kernel before installing
 echo glibc.
 exit 1
 fi

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff  
2013-05-28 16:18:00 UTC (rev 5609)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff  
2013-05-31 15:38:17 UTC (rev 5610)
@@ -897,7 +897,7 @@
 +
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h
-@@ -0,0 +1,227 @@
+@@ -0,0 +1,226 @@
 +/* O_*, F_*, FD_* bit values for FreeBSD.
 +   Copyright (C) 1991-1992, 1997-2013 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -983,8 +983,7 @@
 +#if defined (__USE_XOPEN2K8) || defined (__USE_BSD)
 +/* Defined by POSIX 1003.1-2008; BSD default, but reserve for future use. */
 +#define   O_TTY_INIT  0x0008  /* Restore default termios 
attributes */
-+/* Defining O_CLOEXEC would break kfreebsd 8.1, see #635192 */
-+/* #defineO_CLOEXEC   0x0010 */
++#define   O_CLOEXEC   0x0010
 +#endif
 +
 +/* For now FreeBSD has synchronisity options for data and read operations.
@@ -5303,7 +5302,7 @@
 +weak_alias (__clone, clone)
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure
-@@ -0,0 +1,342 @@
+@@ -0,0 +1,432 @@
 +# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
 + # Local configure fragment for sysdeps/unix/bsd/bsd4.4/kfreebsd.
 +
@@ -5328,78 +5327,180 @@
 +fi
 +
 +
-+echo $as_me:$LINENO: checking for egrep 5
-+echo $ECHO_N checking for egrep... $ECHO_C 6
-+if test ${ac_cv_prog_egrep+set} = set; then
-+  echo $ECHO_N (cached) $ECHO_C 6
++{ $as_echo $as_me:${as_lineno-$LINENO}: checking for grep that handles long 
lines and -e 5
++$as_echo_n checking for grep that handles long lines and -e...  6; }
++if test ${ac_cv_path_GREP+set} = set; then :
++  $as_echo_n (cached)  6
 +else
-+  if echo a | (grep -E '(a|b)') /dev/null 21
-+then ac_cv_prog_egrep='grep -E'
-+else ac_cv_prog_egrep='egrep'
++  if test -z $GREP; then
++  ac_path_GREP_found=false
++  # Loop through the user's path and test for each of PROGNAME-LIST
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
++do
++  IFS=$as_save_IFS
++  test -z $as_dir  as_dir=.
++for ac_prog in grep ggrep; do
++for ac_exec_ext in '' $ac_executable_extensions; do
++  ac_path_GREP=$as_dir/$ac_prog$ac_exec_ext
++  { test -f $ac_path_GREP  $as_test_x $ac_path_GREP; } || continue
++# Check for GNU ac_path_GREP and select it if it is found.
++  # Check for GNU $ac_path_GREP
++case `$ac_path_GREP --version 21` in
++*GNU*)
++  ac_cv_path_GREP=$ac_path_GREP ac_path_GREP_found=:;;
++*)
++  ac_count=0
++  $as_echo_n 0123456789 conftest.in
++  while :
++  do
++cat conftest.in conftest.in conftest.tmp
++mv conftest.tmp conftest.in
++cp conftest.in conftest.nl
++$as_echo 'GREP'  conftest.nl
++$ac_path_GREP -e 

r5611 - in glibc-package/trunk/debian: . patches patches/any patches/kfreebsd

2013-05-31 Thread Aurelien Jarno
Author: aurel32
Date: 2013-05-31 17:29:13 + (Fri, 31 May 2013)
New Revision: 5611

Removed:
   glibc-package/trunk/debian/patches/any/local-o_cloexec.diff
   glibc-package/trunk/debian/patches/any/unsubmitted-cloexec-conditional.diff
   glibc-package/trunk/debian/patches/kfreebsd/local-freopen.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * Remove any/local-o_cloexec.diff, kfreebsd/local-freopen.diff and
any/unsubmitted-cloexec-conditional.diff (not needed anymore).



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2013-05-31 15:38:17 UTC (rev 
5610)
+++ glibc-package/trunk/debian/changelog2013-05-31 17:29:13 UTC (rev 
5611)
@@ -10,6 +10,10 @@
   * debian/sysdeps/kfreebsd.mk, debian/debhelper.in/libc.preinst:
 bump minimal FreeBSD kernel version to 8.3.
 
+  [ Aurelien Jarno ]
+  * Remove any/local-o_cloexec.diff, kfreebsd/local-freopen.diff and
+any/unsubmitted-cloexec-conditional.diff (not needed anymore).
+
  -- Adam Conrad adcon...@0c3.net  Thu, 16 May 2013 16:09:55 -0600
 
 eglibc (2.17-3) unstable; urgency=medium

Deleted: glibc-package/trunk/debian/patches/any/local-o_cloexec.diff
===
--- glibc-package/trunk/debian/patches/any/local-o_cloexec.diff 2013-05-31 
15:38:17 UTC (rev 5610)
+++ glibc-package/trunk/debian/patches/any/local-o_cloexec.diff 2013-05-31 
17:29:13 UTC (rev 5611)
@@ -1,22 +0,0 @@

- sysdeps/posix/opendir.c |2 ++
- 1 file changed, 2 insertions(+)
-
 a/sysdeps/posix/opendir.c
-+++ b/sysdeps/posix/opendir.c
-@@ -160,6 +160,7 @@
- #ifdef __ASSUME_O_CLOEXEC
- # define check_have_o_cloexec(fd) 1
- #else
-+#ifdef O_CLOEXEC
- static int
- check_have_o_cloexec (int fd)
- {
-@@ -168,6 +169,7 @@
-   return __have_o_cloexec  0;
- }
- #endif
-+#endif
- 
- 
- DIR *

Deleted: 
glibc-package/trunk/debian/patches/any/unsubmitted-cloexec-conditional.diff
===
--- glibc-package/trunk/debian/patches/any/unsubmitted-cloexec-conditional.diff 
2013-05-31 15:38:17 UTC (rev 5610)
+++ glibc-package/trunk/debian/patches/any/unsubmitted-cloexec-conditional.diff 
2013-05-31 17:29:13 UTC (rev 5611)
@@ -1,117 +0,0 @@
-diff --git a/elf/dl-load.c b/elf/dl-load.c
-index dd182c9..7ebb6ff 100644
 a/elf/dl-load.c
-+++ b/elf/dl-load.c
-@@ -1721,7 +1721,11 @@ open_verify (const char *name, struct filebuf *fbp, 
struct link_map *loader,
- #endif
- 
-   /* Open the file.  We always open files read-only.  */
--  int fd = __open (name, O_RDONLY | O_CLOEXEC);
-+  int oflags = O_RDONLY;
-+#ifdef O_CLOEXEC
-+  oflags |= O_CLOEXEC;
-+#endif
-+  int fd = __open (name, oflags);
-   if (fd != -1)
- {
-   ElfW(Ehdr) *ehdr;
-diff --git a/libio/fileops.c b/libio/fileops.c
-index 61b61b3..80767f5 100644
 a/libio/fileops.c
-+++ b/libio/fileops.c
-@@ -335,16 +335,24 @@ _IO_new_file_fopen (fp, filename, mode, is32not64)
-   if (result != NULL)
- {
- #ifndef __ASSUME_O_CLOEXEC
--  if ((fp-_flags2  _IO_FLAGS2_CLOEXEC) != 0  __have_o_cloexec = 0)
--  {
--int fd = _IO_fileno (fp);
--if (__have_o_cloexec == 0)
-+# ifdef O_CLOEXEC
-+  if (__have_o_cloexec = 0)
-+# endif
-+{
-+if ((fp-_flags2  _IO_FLAGS2_CLOEXEC) != 0)
-   {
-+int fd = _IO_fileno (fp);
- int flags = __fcntl (fd, F_GETFD);
--__have_o_cloexec = (flags  FD_CLOEXEC) == 0 ? -1 : 1;
-+# ifdef O_CLOEXEC
-+if (__have_o_cloexec == 0)
-+  __have_o_cloexec = (flags  FD_CLOEXEC) == 0 ? -1 : 1;
-+if (__have_o_cloexec  0)
-+# endif
-+  {
-+flags |= FD_CLOEXEC;
-+__fcntl (fd, F_SETFD, flags);
-+  }
-   }
--if (__have_o_cloexec  0)
--  __fcntl (fd, F_SETFD, FD_CLOEXEC);
-   }
- #endif
- 
-diff --git a/locale/loadarchive.c b/locale/loadarchive.c
-index dd70c15..4edb03e 100644
 a/locale/loadarchive.c
-+++ b/locale/loadarchive.c
-@@ -152,6 +152,10 @@ _nl_load_locale_from_archive (int category, const char 
**namep)
-   int cnt;
-   size_t ps = __sysconf (_SC_PAGE_SIZE);
-   int fd = -1;
-+  int oflags = O_RDONLY | O_LARGEFILE;
-+#ifdef O_CLOEXEC
-+  oflags |= O_CLOEXEC;
-+#endif
- 
-   /* Check if we have already loaded this locale from the archive.
-  If we previously loaded the locale but found bogons in the data,
-@@ -202,7 +206,7 @@ _nl_load_locale_from_archive (int category, const char 
**namep)
-   archmapped = headmap;
- 
-   /* The archive has never been opened.  */
--  fd = open_not_cancel_2 (archfname, O_RDONLY|O_LARGEFILE|O_CLOEXEC);
-+  fd = open_not_cancel_2 (archfname, oflags);
-   if (fd  0)
-   /* Cannot open the archive, for whatever reason.  */
-   return NULL;
-@@ -393,8 +397,7 @@ 

Bug#710439: More info

2013-05-31 Thread Lennart Sorensen
If I disable use of altivec (VMX) in pixman, then the problem goes away.
Makes sense I suppose given it was in the VMX code that it was crashing.

Trying to use valgrind on pixman's failing tests shows lots of cases
of reading or writing beyong malloc'd blocks end, but it shows that for
running under 2.17 where it doesn't crash.  Of course not crashing
doesn't mean the code is correct.

I can't figure out why libc6 2.13 has it fail and 2.17 makes it work
(without even recompiling pixman).

Of course it is still possible that pixman's altivec code is doing
something wrong.  But the buildd logs show it passing pixman building on
one of the power5+ build machines, although using 2.13-37 (not -38) libc6.
Using -37 does not make it work for me though.

-- 
Len Sorensen


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130531190233.gq11...@csclub.uwaterloo.ca



Bug#708342: marked as done (glibc_2.14 and glibc_2.15 not found)

2013-05-31 Thread Debian Bug Tracking System
Your message dated Sat, 1 Jun 2013 00:07:54 +0200
with message-id 20130531220754.gg22...@hall.aurel32.net
and subject line Re: Bug#708342: glibc_2.14 and glibc_2.15 not found
has caused the Debian Bug report #708342,
regarding glibc_2.14 and glibc_2.15 not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
708342: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708342
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: glibc-doc
Severity: critical

glibc_2.14 and glibc_2.15 not found



-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sk_SK.utf8, LC_CTYPE=sk_SK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
On Wed, May 15, 2013 at 03:48:54AM -0600, Adam Conrad wrote:
 On Wed, May 15, 2013 at 10:37:19AM +0200, Dávid Grochal wrote:
  Package: glibc-doc
  Severity: critical
  
  glibc_2.14 and glibc_2.15 not found
 
 I'm not sure, precisely, what this is a bug report about.  Could you
 elaborate on what the problem is that you're seeing?
 

No new, closing the bug.


-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net---End Message---


r5612 - in glibc-package/trunk/debian: . debhelper.in

2013-05-31 Thread Aurelien Jarno
Author: aurel32
Date: 2013-05-31 22:11:09 + (Fri, 31 May 2013)
New Revision: 5612

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc-bin.postinst
Log:
  * debhelper.in/libc-bin.postinst: remove duplicate trigger message.
Closes: #707919.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2013-05-31 17:29:13 UTC (rev 
5611)
+++ glibc-package/trunk/debian/changelog2013-05-31 22:11:09 UTC (rev 
5612)
@@ -13,6 +13,8 @@
   [ Aurelien Jarno ]
   * Remove any/local-o_cloexec.diff, kfreebsd/local-freopen.diff and
 any/unsubmitted-cloexec-conditional.diff (not needed anymore).
+  * debhelper.in/libc-bin.postinst: remove duplicate trigger message.
+Closes: #707919.
 
  -- Adam Conrad adcon...@0c3.net  Thu, 16 May 2013 16:09:55 -0600
 

Modified: glibc-package/trunk/debian/debhelper.in/libc-bin.postinst
===
--- glibc-package/trunk/debian/debhelper.in/libc-bin.postinst   2013-05-31 
17:29:13 UTC (rev 5611)
+++ glibc-package/trunk/debian/debhelper.in/libc-bin.postinst   2013-05-31 
22:11:09 UTC (rev 5612)
@@ -15,7 +15,6 @@
 if [ $1 = triggered ]; then
   LDCONFIG_NOTRIGGER=y
   export LDCONFIG_NOTRIGGER
-  echo ldconfig deferred processing now taking place
   ldconfig || ldconfig --verbose
   exit 0
 fi


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uixxr-w3...@vasks.debian.org



r5613 - in glibc-package/trunk/debian: . po

2013-05-31 Thread Aurelien Jarno
Author: aurel32
Date: 2013-05-31 22:16:20 + (Fri, 31 May 2013)
New Revision: 5613

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/po/hu.po
Log:

  * Update Hungarian debconf translation, by Nagy Elem?\195?\169r 
K?\195?\161roly. 


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2013-05-31 22:11:09 UTC (rev 
5612)
+++ glibc-package/trunk/debian/changelog2013-05-31 22:16:20 UTC (rev 
5613)
@@ -15,6 +15,7 @@
 any/unsubmitted-cloexec-conditional.diff (not needed anymore).
   * debhelper.in/libc-bin.postinst: remove duplicate trigger message.
 Closes: #707919.
+  * Update Hungarian debconf translation, by Nagy Elemér Károly. 
 
  -- Adam Conrad adcon...@0c3.net  Thu, 16 May 2013 16:09:55 -0600
 

Modified: glibc-package/trunk/debian/po/hu.po
===
--- glibc-package/trunk/debian/po/hu.po 2013-05-31 22:11:09 UTC (rev 5612)
+++ glibc-package/trunk/debian/po/hu.po 2013-05-31 22:16:20 UTC (rev 5613)
@@ -1,3 +1,6 @@
+# SZERVÁC Attila s...@321.hu,
+# Dr. Nagy Elemér Károly ekn...@omikk.bme.hu, 2013.
+#
 msgid 
 msgstr 
 Project-Id-Version: glibc\n
@@ -3,12 +6,12 @@
 Report-Msgid-Bugs-To: egl...@packages.debian.org\n
 POT-Creation-Date: 2011-10-30 11:52-0700\n
-PO-Revision-Date: 2007-04-20 10:55+0100\n
-Last-Translator: SZERVÁC Attila s...@321.hu\n
-Language-Team: Hungarian\n
+PO-Revision-Date: 2013-05-14 18:47+0200\n
+Last-Translator: Dr. Nagy Elemér Károly ekn...@omikk.bme.hu\n
+Language-Team: Hungarian debian-l10n-hungarian@lists.d.o\n
 Language: \n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
-Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=2; plural=n != 1;\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: UTF-8\n
+Plural-Forms: ???\n
 X-Poedit-Language: Hungarian\n
 X-Poedit-Country: HUNGARY\n
@@ -18,13 +21,13 @@
 #. Choices
 #: ../debhelper.in/locales.templates:1001
 msgid All locales
-msgstr Minden helyi beállítás
+msgstr Minden nyelvi beállítás
 
 #. Type: multiselect
 #. Description
 #: ../debhelper.in/locales.templates:1002
 msgid Locales to be generated:
-msgstr Létrehozandó helyi beállítások:
+msgstr Létrehozandó nyelvi beállítások:
 
 #. Type: multiselect
 #. Description
@@ -33,7 +36,7 @@
 Locales are a framework to switch between multiple languages and allow users 
 to use their language, country, characters, collation order, etc.
 msgstr 
-A helyi beállítások (locales) egy nyelveket váltó keretrendszer, mely 
+A nyelvi beállítások (locales) egy nyelveket váltó keretrendszer, mely 
 lehetővé teszi, hogy a felhasználó saját nyelvét, országát, karaktereit 
 használhassa.
 
@@ -45,7 +48,7 @@
 default, particularly for new installations. Other character sets may be 
 useful for backwards compatibility with older systems and software.
 msgstr 
-Válaszd ki, milyen helyi beállításokat hozzunk létre. UTF-8 helyi 
+Válaszd ki, milyen nyelvi beállításokat hozzunk létre. UTF-8 nyelvi 
 beállításokat érdemes alapértelmezetten választani. Más karakter-készletek 
 elavult rendszerekhez és szoftverekhez való kapcsolódáskor lehetnek jók.
 
@@ -59,7 +62,7 @@
 #. Description
 #: ../debhelper.in/locales.templates:2002
 msgid Default locale for the system environment:
-msgstr A rendszer alap helyi beállítása:
+msgstr A rendszer alap nyelvi beállítása:
 
 #. Type: select
 #. Description
@@ -69,7 +72,7 @@
 for the user. You can choose a default locale for the system from the 
 generated locales.
 msgstr 
-A Debian számos csomagja helyi beállításokat használ a szövegek a 
+A Debian számos csomagja nyelvi beállításokat használ a szövegek a 
 felhasználó számára megfelelő nyelvű megjelenítésére . Választhatsz egy 
 alapértelmezett.
 
@@ -89,7 +92,7 @@
 #. Description
 #: ../debhelper.in/libc.templates:1001
 msgid Do you want to upgrade glibc now?
-msgstr 
+msgstr Akarod most frissíteni a glibc-t?
 
 #. Type: boolean
 #. Description
@@ -103,6 +106,12 @@
 yourself is xdm - because automatic restart might disconnect your active X11 
 sessions.
 msgstr 
+Azokat a szolgáltatásokat és programokat, amelyek az NSS-t használják, újra 
+kell indítani, különben előfordulhat, hogy nem tudnak keresni vagy 
+bejelentkezni. A telepítő folyamat képes némelyik szolgáltatást (pl. ssh, 
+telnetd) újraindítani, de némelyiket nem lehet automatikusan újraindítani. 
+Egy program az xdm - ezt neked kell leállítanod és újraindítanod mert az 
+automatikus újraindítás kidobhatna a grafikus felületről.
 
 #. Type: boolean
 #. Description
@@ -111,6 +120,8 @@
 This script detected the following installed services which must be stopped 
 before the upgrade: ${services}
 msgstr 
+A program a következő, a frissítés előtt leállítandó telepített 
+szolgáltatásokat észlelte: ${services}
 
 #. Type: boolean
 #. Description
@@ -119,12 +130,14 @@
 If you want to interrupt the upgrade now 

Processed: tagging 708741

2013-05-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 708741 + pending
Bug #708741 [src:eglibc] eglibc: Build error with invalid asm on powerpcspe 
(new nearbyint*)
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
708741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708741
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137004064216916.transcr...@bugs.debian.org



Processed: tagging 693895

2013-05-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 693895 + pending
Bug #693895 [src:eglibc] eglibc: FTBFS on powerpcspe: Failed tests
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
693895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137004064516944.transcr...@bugs.debian.org



r5614 - in glibc-package/trunk/debian: . patches patches/powerpcspe testsuite-checking

2013-05-31 Thread Aurelien Jarno
Author: aurel32
Date: 2013-05-31 22:50:28 + (Fri, 31 May 2013)
New Revision: 5614

Added:
   glibc-package/trunk/debian/patches/powerpcspe/unsubmitted-nearbyint.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
   
glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
Log:
  * Add powerpcspe/unsubmitted-nearbyint.diff to fix FTBFS on powerpcspe
(Closes: #708741).
  * Update testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
(Closes: #693895).



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2013-05-31 22:16:20 UTC (rev 
5613)
+++ glibc-package/trunk/debian/changelog2013-05-31 22:50:28 UTC (rev 
5614)
@@ -16,6 +16,10 @@
   * debhelper.in/libc-bin.postinst: remove duplicate trigger message.
 Closes: #707919.
   * Update Hungarian debconf translation, by Nagy Elemér Károly. 
+  * Add powerpcspe/unsubmitted-nearbyint.diff to fix FTBFS on powerpcspe
+(Closes: #708741).
+  * Update testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
+(Closes: #693895).
 
  -- Adam Conrad adcon...@0c3.net  Thu, 16 May 2013 16:09:55 -0600
 

Added: glibc-package/trunk/debian/patches/powerpcspe/unsubmitted-nearbyint.diff
===
--- glibc-package/trunk/debian/patches/powerpcspe/unsubmitted-nearbyint.diff
(rev 0)
+++ glibc-package/trunk/debian/patches/powerpcspe/unsubmitted-nearbyint.diff
2013-05-31 22:50:28 UTC (rev 5614)
@@ -0,0 +1,8 @@
+--- /dev/null
 b/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_nearbyintf.c
+@@ -0,0 +1 @@
++#include sysdeps/ieee754/flt-32/s_nearbyintf.c
+--- /dev/null
 a/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_nearbyint.c
+@@ -0,0 +1 @@
++#include sysdeps/ieee754/dbl-64/s_nearbyint.c

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2013-05-31 22:16:20 UTC (rev 
5613)
+++ glibc-package/trunk/debian/patches/series   2013-05-31 22:50:28 UTC (rev 
5614)
@@ -156,6 +156,8 @@
 
 powerpc/local-math-logb.diff
 
+powerpcspe/unsubmitted-nearbyint.diff
+
 s390/submitted-nexttowardf.diff
 
 sparc/local-fork.diff

Modified: 
glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
===
--- 
glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
2013-05-31 22:16:20 UTC (rev 5613)
+++ 
glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
2013-05-31 22:50:28 UTC (rev 5614)
@@ -1,12 +1,15 @@
 #
-# Allowed failures for powerpc-linux-gnuspe-libc and the returned make
-# failure number, indicating the signal the process died with.
+# Testsuite failures, someone should be working towards
+# fixing these! They are listed here for the purpose of
+# regression testing during builds.
 # Format: Failed test, Error Make error code [(ignored)]
 #
 annexc.out, Error 1 (ignored)
 bug-nextafter.out, Error 18
 bug-nexttoward.out, Error 18
 check-localplt.out, Error 1
+iconv-test.out, Error 1
+isomac.out, Error 1
 run-conformtest.out, Error 1 (ignored)
 test-double.out, Error 1
 test-fenv.out, Error 1
@@ -14,5 +17,13 @@
 test-idouble.out, Error 1
 test-ifloat.out, Error 1
 test-misc.out, Error 1
+tst-backtrace5.out, Error 1
+tst-backtrace6.out, Error 1
+tst-cancel4.out, Error 1
+tst-cancel5.out, Error 1
+tst-cancelx4.out, Error 1
+tst-cancelx5.out, Error 1
 tst-cputimer1.out, Error 1
+tst-key1.out, Error 1
+tst-key4.out, Error 1
 tst-setcontext-fpscr.o, Error 1


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uiy9u-0004xw...@vasks.debian.org