summaryrefslogtreecommitdiff
path: root/Distrib/SystemAPILimits.mdwn
diff options
context:
space:
mode:
authorOgnyan Kulev <ogi@fmi.uni-sofia.bg>2003-05-02 18:19:00 +0000
committerOgnyan Kulev <ogi@fmi.uni-sofia.bg>2003-05-02 18:19:00 +0000
commit41ca9cb932acae628c181f0c5ba5ca8aaea04ac5 (patch)
tree8cc21da5491d672a4242d300dcf44981f015060b /Distrib/SystemAPILimits.mdwn
parent79f842e38e92f09dba7c14581ff30d0620bc2dbf (diff)
none
Diffstat (limited to 'Distrib/SystemAPILimits.mdwn')
-rw-r--r--Distrib/SystemAPILimits.mdwn58
1 files changed, 18 insertions, 40 deletions
diff --git a/Distrib/SystemAPILimits.mdwn b/Distrib/SystemAPILimits.mdwn
index e1a87d3a..38a56732 100644
--- a/Distrib/SystemAPILimits.mdwn
+++ b/Distrib/SystemAPILimits.mdwn
@@ -6,57 +6,35 @@ Sometimes building or running a program will fail due to bugs in the system API
Taken from the bug lists in debian BTS. If you find more of them (and it is clear in the bug log that it is a bug), please add them to the list below. See:
-<div>
- <center>
- <p> [ <a href="http://bugs.debian.org/hurd" target="_top">http://bugs.debian.org/hurd</a> | <a href="http://bugs.debian.org/hurd-dev" target="_top">http://bugs.debian.org/hurd-dev</a> | <a href="http://bugs.debian.org/libc0.3" target="_top">http://bugs.debian.org/libc0.3</a> | <a href="http://bugs.debian.org/libc0.3-dev" target="_top">http://bugs.debian.org/libc0.3-dev</a> ] </p>
- <p>
- </p>
- <hr width="75%" />
- </center>
-</div>
+* <http://bugs.debian.org/hurd>
+* <http://bugs.debian.org/hurd-dev>
+* <http://bugs.debian.org/libc0.3>
+* <http://bugs.debian.org/libc0.3-dev>
+
+----
These are the known system API limits that have porting implications.
- #190732: hurd: non-priviledged user may crash filesystem
- breaks: coreutils
- error: mv command crashes fs (Computer bought the farm)
+**_[\#190732](http://bugs.debian.org/190732): hurd: non-priviledged user may crash filesystem_**<br />**breaks:** coreutils<br />**error:** `mv` command crashes fs (Computer bought the farm)
- #47998: msgget IPC not implemented
+**_[\#47998](http://bugs.debian.org/47998): `msgget` IPC not implemented_**
- #184344: extern inlines in libpthread are not ansi compliant
- breaks: xfree86 (when compiled with pthreads)
- error: "gcc -ansi" gets parse error with "inline"
- status: patch sent
+**_[\#184344](http://bugs.debian.org/184344): extern inlines in libpthread are not ansi compliant_**<br />**breaks:** xfree86 (when compiled with pthreads)<br />**error:** `gcc -ansi` gets parse error with `inline`<br />**status:** patch sent
- #177486: POSIX semaphore
- breaks: gnome-libs?
- error: missing <semaphore.h>
- status: patch sent (but looks like it needs more work)
+**_[\#177486](http://bugs.debian.org/177486): POSIX semaphore_**<br />**breaks:** gnome-libs?<br />**error:** missing `<semaphore.h>`<br />**status:** patch sent (but looks like it needs more work)
- #184565: libc0.3: missing shm* functions (from <sys/shm.h>)
- breaks: cdrtools
- error: warning: shm* is not implemented and will always fail
+**_[\#184565](http://bugs.debian.org/184565): libc0.3: missing shm\* functions (from `<sys/shm.h>`)_**<br />**breaks:** cdrtools<br />**error:** warning: shm\* is not implemented and will always fail
- #184573: missing res_search in -lresolv
- breaks: krb5
- status: actualy this should be in PortingIssues (see bug log)
+**_[\#184573](http://bugs.debian.org/184573): missing res\_search in `-lresolv`_**<br />**breaks:** krb5<br />**status:** actualy this should be in [[PortingIssues]] (see bug log)
- #190581: nice() doesn't work
- breaks: coreutils
- error: nice() doesn't take effect on some situations
+**_[\#190581](http://bugs.debian.org/190581): nice() doesn't work_**<br />**breaks:** coreutils<br />**error:** `nice()` doesn't take effect on some situations
- #171022: libc0.3: missing tmpfile64 function
- breaks: python2.2
- error: linker can't find "tmpfile64". this can be manifested
- in code that calls "tmpfile" when `_FILE_OFFSET_BITS == 64'
- status: pending upload
+**_[\#171022](http://bugs.debian.org/171022): libc0.3: missing tmpfile64 function_**<br />**breaks:** python2.2<br />**error:** linker can't find `tmpfile64`. this can be manifested in code that calls `tmpfile` when `_FILE_OFFSET_BITS == 64`<br />**status:** pending upload
- #187391: libc0.3-dev: sockaddr_un.sun_path can't be assigned a "const char *" when compiling with g++
- breaks: fam, gail
- status: maybe this should be in PortingIssues (see _long_ bug log)
+**_[\#187391](http://bugs.debian.org/187391): libc0.3-dev: `sockaddr_un.sun_path` can't be assigned a `const char *` when compiling with g++_**<br />**breaks:** fam, gail<br />**status:** maybe this should be in [[PortingIssues]] (see _long_ bug log)
- #190367: libc0.3-dev: fcntl F_GETLK not implemented (ENOSYS)
- breaks: gnome-session (and others) from running
- error: misc lock-related errors
+**_[\#190367](http://bugs.debian.org/190367): libc0.3-dev: `fcntl` `F_GETLK` not implemented (`ENOSYS`)_**<br />**breaks:** gnome-session (and others) from running<br />**error:** misc lock-related errors
-- [[Main/RobertMillan]] - 01 May 2003
+
+Text formatting.<br /> -- [[Main/OgnyanKulev]] - 02 May 2003