[uClibc 0001359]: upstart can not be compiled with uclibc

bugs at busybox.net bugs at busybox.net
Sun May 20 23:58:25 UTC 2007


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1359 
====================================================================== 
Reported By:                quitte
Assigned To:                uClibc
====================================================================== 
Project:                    uClibc
Issue ID:                   1359
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 unable to reproduce
Fixed in Version:           
====================================================================== 
Date Submitted:             05-20-2007 16:48 PDT
Last Modified:              05-20-2007 16:58 PDT
====================================================================== 
Summary:                    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

====================================================================== 

---------------------------------------------------------------------- 
 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                          
======================================================================




More information about the uClibc-cvs mailing list