[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#184565: marked as done (libc0.3: missing shm* functions (from <sys/shm.h>))



Your message dated Thu, 19 Aug 2010 13:28:27 +0200
with message-id <20100819112827.GA12123@const.bordeaux.inria.fr>
and subject line Re: missing shm* functions (from <sys/shm.h>
has caused the Debian Bug report #184565,
regarding libc0.3: missing shm* functions (from <sys/shm.h>)
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 owner@bugs.debian.org
immediately.)


-- 
184565: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=184565
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libc0.3
Severity: normal

the following functions are not implemented for libc0.3:

$ cat test.c
#include <sys/shm.h>
main ()
{
  shmctl (0, 0, 0);
  shmat (0, 0, 0);
  shmget (0, 0, 0);
  shmdt (0);
}
$ gcc test.c -o test
/tmp/cciwRATu.o(.text+0x2b): In function `main':
: warning: shmat is not implemented and will always fail
/tmp/cciwRATu.o(.text+0x49): In function `main':
: warning: shmdt is not implemented and will always fail
/tmp/cciwRATu.o(.text+0x3c): In function `main':
: warning: shmget is not implemented and will always fail
/tmp/cciwRATu.o(.text+0x1a): In function `main':
: warning: shmctl is not implemented and will always fail

-- 
Robert Millan

make: *** No rule to make target `war'.  Stop.

Another world is possible - Just say no to genocide


--- End Message ---
--- Begin Message ---
Version: 2.3.6-6


--- End Message ---

Reply to: