|
Bugzilla – Full Text Bug Listing |
| Summary: | glibc: pull in inotify from CVS | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Robert Love <rml> |
| Component: | Basesystem | Assignee: | Thorsten Kukuk <kukuk> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | meissner |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Robert Love
2005-08-18 18:49:46 UTC
First, glibc contains the stuff, but does not export them. Currently they are unuseable. (t.c:(.text+0x1d): undefined reference to `inotify_init'). Second, exporting them means we need an official symbol version. This does not exist yet. Third: The symbol version will be 2.4 (I doubt that Uli will use something with 2.3.x). We will not add symbols from glibc 2.4 to glibc 2.3. This will break dependency completly the RPM dependency handling. If this all is fixed upstream, we will have it for 10.1 (in the hope until then glibc 2.4 will be released). |