Your message dated Tue, 9 Jan 2007 21:06:40 -0700 with message-id <[EMAIL PROTECTED]> and subject line not reproducible on hppa either has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: libc6 Version: 2.3.6-16 Severity: serious Greetings! Is there any quick workaround here -- this is holding up gcl/maxima/acl2/axiom. Take care, ============================================================================= [EMAIL PROTECTED]:~$ cat >t.c int main(int argc,char * argv[]) {return system(argv[1]);} [EMAIL PROTECTED]:~$ [EMAIL PROTECTED]:~$ cc -g t.c -o t [EMAIL PROTECTED]:~$ ./t "echo g" g [EMAIL PROTECTED]:~$ echo $? 0 [EMAIL PROTECTED]:~$ cc -g -pg t.c -o t [EMAIL PROTECTED]:~$ ./t "echo g" [1]+ Stopped ./t "echo g" [EMAIL PROTECTED]:~$ cat >t.c int main(int argc,char * argv[]) {return system(argv[1]);} [EMAIL PROTECTED]:~$ [EMAIL PROTECTED]:~$ cc -g t.c -o t [EMAIL PROTECTED]:~$ ./t "echo g" g [EMAIL PROTECTED]:~$ echo $? 0 [EMAIL PROTECTED]:~$ cc -g -pg t.c -o t [EMAIL PROTECTED]:~$ ./t "echo g" [1]+ Stopped ./t "echo g" -- Camm Maguire [EMAIL PROTECTED] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.25 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages libc6 depends on: ii tzdata 2006g-2 Time Zone and Daylight Saving Time libc6 recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---I tried to reproduce on an hppa system running latest etch bits: [EMAIL PROTECTED]:~$ uname -a Linux hppa 2.6.18-3-parisc #1 Mon Dec 4 09:17:59 MST 2006 parisc GNU/Linux [EMAIL PROTECTED]:~$ cat > t.c int main(int argc,char * argv[]) {return system(argv[1]);} [EMAIL PROTECTED]:~$ cc -g t.c -o t [EMAIL PROTECTED]:~$ ./t "echo g" g [EMAIL PROTECTED]:~$ echo $? 0 [EMAIL PROTECTED]:~$ cc -g -pg t.c -o t [EMAIL PROTECTED]:~$ ./t "echo g" g I also cannot reproduce on a parisc64 system. So, I'm gonna go ahead and close this bug. Please reopen if you are still able to reproduce. -- dann frazier
--- End Message ---

