| Anonymous | Login | Signup for a new account | 11-10-2008 11:15 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001359 | [uClibc] Other | minor | always | 05-20-07 16:48 | 05-20-07 16:58 | ||||
| Reporter | quitte | View Status | public | ||||||
| Assigned To | uClibc | ||||||||
| Priority | normal | Resolution | unable to reproduce | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001359: upstart can not be compiled with uclibc | ||||||||
| Description |
I had a discussion on irc with one of the upstart developers. I hardly understand theissue, so I'm pasting: now I'm getting undefined reference to `inotify_add_watch. do you happen to know what is missing in uclibc for that,too? <developer> sys/inotify.h you need the functions in your uclibc as well as the headers ...here I found out that some inotify support is in uclibc and told the developer the kernel headers are in place,too. <developer> yeah, you still need the stub functions though.the header declares the existance of the function, but not the function.you can probably just copy the syscall stuff into a header and inline it. like nih/inotify.h does |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0002391) vapier 05-20-07 16:58 |
inotify_add_watch is added to the libc if your kernel headers provide __NR_inotify_add_watch |
| Copyright © 2000 - 2006 Mantis Group |