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 sys-apps/dbus/1.2.10/1


Ignore:
Timestamp:
12/30/08 22:09:21 (7 years ago)
Author:
scottmc
Comment:

initial build attempt

Legend:

Unmodified
Added
Removed
Modified
  • sys-apps/dbus/1.2.10/1

    v1 v2  
    1   
     1 * cp /boot/common/share/libtool/config/config.guess . 
     2 * cp /boot/common/share/libtool/config/config.sub . 
     3 * libtoolize --force --copy 
     4 * aclocal 
     5 * automake 
     6 * add AC_CHECK_LIB(socket,network) after AC_CHECK_LIB(socket,socket) in configure.in 
     7 * autoconf 
     8 * ./configure --prefix=/boot/common 
     9 * make 
     10 
     11 make fails: 
     12 
     13{{{ 
     14/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c: In function `_dbus_init_system_log': 
     15/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: warning: implicit declaration of function `openlog' 
     16/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: `LOG_PID' undeclared (first use in this function) 
     17/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: (Each undeclared identifier is reported only once 
     18/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: for each function it appears in.) 
     19/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:457: `LOG_DAEMON' undeclared (first use in this function) 
     20/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c: In function `_dbus_log_info': 
     21/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:470: warning: implicit declaration of function `vsyslog' 
     22/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:470: `LOG_DAEMON' undeclared (first use in this function) 
     23/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:470: `LOG_NOTICE' undeclared (first use in this function) 
     24/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c: In function `_dbus_log_security': 
     25/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:483: `LOG_AUTH' undeclared (first use in this function) 
     26/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:483: `LOG_NOTICE' undeclared (first use in this function) 
     27/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c: In function `string_squash_nonprintable': 
     28/boot/home/dbus-1.2.10/dbus/dbus-sysdeps-util-unix.c:1147: warning: comparison is always false due to limited range of data type 
     29make[3]: *** [dbus-sysdeps-util-unix.lo] Error 1 
     30make[3]: Leaving directory `/boot/home/dbus-1.2.10/dbus' 
     31make[2]: *** [all] Error 2 
     32make[2]: Leaving directory `/boot/home/dbus-1.2.10/dbus' 
     33make[1]: *** [all-recursive] Error 1 
     34make[1]: Leaving directory `/boot/home/dbus-1.2.10' 
     35make: *** [all] Error 2 
     36~/dbus-1.2.10>  
     37 
     38}}}\ 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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