[Bug 306007] Re: "Syntax error" in default bindresvport.blacklist

2010-07-13 Thread Jared Showalter
** Bug watch added: Debian Bug tracker #588144 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588144 ** Also affects: glibc (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588144 Importance: Unknown Status: Unknown -- "Syntax error" in default bindresvport.blackli

[Bug 306007] Re: "Syntax error" in default bindresvport.blacklist

2010-07-13 Thread Jared Showalter
** Changed in: glibc (Ubuntu) Status: New => Confirmed -- "Syntax error" in default bindresvport.blacklist https://bugs.launchpad.net/bugs/306007 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 306007] Re: "Syntax error" in default bindresvport.blacklist

2010-07-13 Thread Jared Showalter
AlainKnaff's comment #3 is entirely correct. This bug is also easy to reproduce, as described in the initial comment, although as noted in comment #3, it is not tabs per se that are the problem: anything other than '#' or end-of-line is a problem. I encountered this with ypbind taking the port 63

[Bug 234893] Re: vscanf defined incorrectly for non-GNU compilers in stdio.h when strict C99 or POSIX set

2008-09-16 Thread Jared Showalter
I reinstalled libc6-dev 2.7-10ubuntu3 to verify my original case stopped working as expected (versus my local change). Then I updated to the glibc packages from -proposed and verified that my original case works from a clean build. -- vscanf defined incorrectly for non-GNU compilers in stdio.h w

[Bug 234893] [NEW] vscanf defined incorrectly for non-GNU compilers in stdio.h when strict C99 or POSIX set

2008-05-25 Thread Jared Showalter
Public bug reported: This is Ubuntu 8.04, libc6-dev 2.7-10ubuntu3. The file /usr/include/stdio.h has a typo or line 495, as "__isoc99_vsscanf" should be "__isoc99_vscanf". For context: # if !defined __USE_GNU \ && (!defined __LDBL_COMPAT || !defined __REDIRECT) \ && (defined __STRICT_