HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-libs/libdaemon/0.13/1


Ignore:
Timestamp:
12/30/08 23:37:45 (7 years ago)
Author:
scottmc
Comment:

initial build attempt

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libdaemon/0.13/1

    v1 v2  
    1   
     1 * cp /boot/common/share/libtool/config/config.guess . 
     2 * cp /boot/common/share/libtool/config/config.sub . 
     3 * ./autogen.sh 
     4 * ./configure --sysconfdir=/etc --localstatedir=/var --prefix=/boot/common 
     5 * make 
     6 
     7 make fails: 
     8 
     9{{{ 
     10In file included from /boot/develop/headers/bsd/unistd.h:9, 
     11                 from /boot/home/libdaemon-0.13/libdaemon/dfork.c:26: 
     12/boot/develop/headers/posix/unistd.h:192: warning: redundant redeclaration of `clock' in same scope 
     13/boot/develop/headers/posix/time.h:58: warning: previous declaration of `clock' 
     14In file included from /boot/home/libdaemon-0.13/libdaemon/dfork.c:31: 
     15/boot/develop/headers/bsd/stdio.h:16: warning: redundant redeclaration of `fgetln' in same scope 
     16/boot/develop/headers/posix/stdio.h:138: warning: previous declaration of `fgetln' 
     17In file included from /boot/develop/headers/bsd/stdlib.h:9, 
     18                 from /boot/home/libdaemon-0.13/libdaemon/dfork.c:32: 
     19/boot/develop/headers/posix/stdlib.h:75: warning: redundant redeclaration of `environ' in same scope 
     20/boot/develop/headers/posix/unistd.h:250: warning: previous declaration of `environ' 
     21In file included from /boot/home/libdaemon-0.13/libdaemon/dfork.c:32: 
     22/boot/develop/headers/bsd/stdlib.h:16: warning: redundant redeclaration of `daemon' in same scope 
     23/boot/develop/headers/posix/stdlib.h:63: warning: previous declaration of `daemon' 
     24In file included from /boot/develop/headers/bsd/signal.h:9, 
     25                 from /boot/develop/headers/posix/sys/wait.h:9, 
     26                 from /boot/home/libdaemon-0.13/libdaemon/dfork.c:33: 
     27/boot/develop/headers/posix/signal.h:176: warning: redundant redeclaration of `strsignal' in same scope 
     28/boot/develop/headers/posix/string.h:73: warning: previous declaration of `strsignal' 
     29/boot/home/libdaemon-0.13/libdaemon/dfork.c: In function `sigchld': 
     30/boot/home/libdaemon-0.13/libdaemon/dfork.c:120: warning: unused parameter `s' 
     31/boot/home/libdaemon-0.13/libdaemon/dfork.c: In function `daemon_fork': 
     32/boot/home/libdaemon-0.13/libdaemon/dfork.c:231: warning: unused variable `tty_fd' 
     33/boot/home/libdaemon-0.13/libdaemon/dfork.c:325: warning: control reaches end of non-void function 
     34/boot/home/libdaemon-0.13/libdaemon/dfork.c: In function `daemon_close_allv': 
     35/boot/home/libdaemon-0.13/libdaemon/dfork.c:473: warning: unused variable `saved_errno' 
     36/boot/home/libdaemon-0.13/libdaemon/dfork.c: In function `daemon_reset_sigsv': 
     37/boot/home/libdaemon-0.13/libdaemon/dfork.c:668: `_NSIG' undeclared (first use in this function) 
     38/boot/home/libdaemon-0.13/libdaemon/dfork.c:668: (Each undeclared identifier is reported only once 
     39/boot/home/libdaemon-0.13/libdaemon/dfork.c:668: for each function it appears in.) 
     40make[2]: *** [dfork.lo] Error 1 
     41make[2]: Leaving directory `/boot/home/libdaemon-0.13/libdaemon' 
     42make[1]: *** [all-recursive] Error 1 
     43make[1]: Leaving directory `/boot/home/libdaemon-0.13' 
     44make: *** [all] Error 2 
     45~/libdaemon-0.13>  
     46}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/