BusyBox Bug and Patch Tracking
BusyBox
  

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

- Relationships

- 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
 

- Issue History
Date Modified Username Field Change
05-20-07 16:48 quitte New Issue
05-20-07 16:48 quitte Status new => assigned
05-20-07 16:48 quitte Assigned To  => uClibc
05-20-07 16:58 vapier Note Added: 0002391
05-20-07 16:58 vapier Status assigned => closed
05-20-07 16:58 vapier Resolution open => unable to reproduce
05-20-07 16:58 vapier Description Updated


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker