Hello Alex,
Thank you for your response. The following is my log file:
configure:18111: checking launch.h usability
configure:18111: gcc-4.2 -c -Os -g -I/sw/include conftest.c >&5
In file included from /usr/include/mach/mach.h:69,
from /usr/include/launch.h:23,
from conftest.c:96:
/usr/include/mach/mach_init.h:62:20: error: stdarg.h: No such file or directory
configure:18111: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dbus"
| #define PACKAGE_TARNAME "dbus"
| #define PACKAGE_VERSION "1.2.28"
| #define PACKAGE_STRING "dbus 1.2.28"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dbus"
| #define VERSION "1.2.28"
| #define GETTEXT_PACKAGE "dbus-1"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DBUS_UNIX 1
| #define DBUS_DISABLE_ASSERT 1
| #define G_DISABLE_ASSERT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define DBUS_INT64_PRINTF_MODIFIER "l"
| #define DBUS_VA_COPY_AS_ARRAY 1
| #define DBUS_USE_ATOMIC_INT_486_COND 0
| #define DBUS_HAVE_ATOMIC_INT_COND 0
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SETRLIMIT 1
| #define BROKEN_POLL 1
| #define HAVE_DIRFD 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_POSIX_GETPWNAM_R 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_WRITEV 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_ISO_VARARGS 1
| #define HAVE_GNUC_VARARGS 1
| #define HAVE_GETPEEREID 1
| #define HAVE_EXPAT_H 1
| #define DBUS_BUS_ENABLE_KQUEUE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <launch.h>
configure:18111: result: no
configure:18111: checking launch.h presence
configure:18111: cpp-4.2 -I/sw/include conftest.c
In file included from /usr/include/mach/mach.h:69,
from /usr/include/launch.h:23,
from conftest.c:63:
/usr/include/mach/mach_init.h:62:20: error: stdarg.h: No such file or directory
configure:18111: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dbus"
| #define PACKAGE_TARNAME "dbus"
| #define PACKAGE_VERSION "1.2.28"
| #define PACKAGE_STRING "dbus 1.2.28"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dbus"
| #define VERSION "1.2.28"
| #define GETTEXT_PACKAGE "dbus-1"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DBUS_UNIX 1
| #define DBUS_DISABLE_ASSERT 1
| #define G_DISABLE_ASSERT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define DBUS_INT64_PRINTF_MODIFIER "l"
| #define DBUS_VA_COPY_AS_ARRAY 1
| #define DBUS_USE_ATOMIC_INT_486_COND 0
| #define DBUS_HAVE_ATOMIC_INT_COND 0
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SETRLIMIT 1
| #define BROKEN_POLL 1
| #define HAVE_DIRFD 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_POSIX_GETPWNAM_R 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_WRITEV 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_ISO_VARARGS 1
| #define HAVE_GNUC_VARARGS 1
| #define HAVE_GETPEEREID 1
| #define HAVE_EXPAT_H 1
| #define DBUS_BUS_ENABLE_KQUEUE 1
| /* end confdefs.h. */
| #include <launch.h>
configure:18111: result: no
configure:18111: checking for launch.h
configure:18111: result: no
configure:18121: checking for launchctl
configure:18139: found /bin/launchctl
configure:18151: result: /bin/launchctl
configure:18164: error: launchd support explicitly enabled but not available
Please let me know if I have to give more information.
Thanks,
Ryuji
2011/11/25 Alexander Hansen <[email protected]>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 11/24/11 3:56 PM, Ryuji Fukaya wrote:
>> I copied launch.h into /usr/include and got the same error:
>>
>> lisa:~ rfukaya$ cd /usr/include/ lisa:include rfukaya$ ls -alF
>> launch* -rw-r--r-- 1 root wheel 10632 11 25 05:45 launch.h
>>
>> lisa:~ rfukaya$ fink install dbus
>
> <snip>
>
>> checking launch.h usability... no checking launch.h presence... no
>> checking for launch.h... no checking for launchctl...
>> /bin/launchctl configure: error: launchd support explicitly enabled
>> but not available ### execution of /var/tmp/tmp.1.LmDC4m failed,
>> exit code 1
>
> <snip>
>
> Let's look at
> /sw/src/fink.build/dbus1.3-shlibs-1.2.28-2/dbus-1.2.28/config.log, at
> about line 1814.
>
> At that point, I get:
>
> configure:18111: checking launch.h usability
> configure:18111: gcc -c -Os -g -I/sw/include conftest.c >&5
> configure:18111: $? = 0
> configure:18111: result: yes
> configure:18111: checking launch.h presence
> configure:18111: gcc -E -I/sw/include conftest.c
> configure:18111: $? = 0
> configure:18111: result: yes
> configure:18111: checking for launch.h
> configure:18111: result: yes
> configure:18121: checking for launchctl
> configure:18139: found /bin/launchctl
> configure:18151: result: /bin/launchctl
>
> - --
> Alexander Hansen, Ph.D.
> Fink User Liaison
> http://finkakh.wordpress.com/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk7Piu0ACgkQB8UpO3rKjQ9sCgCfaoXRuWSu+VZy1fJ2Tr4pIwaO
> KmUAoJ/Qxn6n+jHQFsNU6dByaBqaiN9y
> =sH3f
> -----END PGP SIGNATURE-----
>
--
Ryuji FUKAYA (Dr. Math. Sci.)
e-mail:[email protected]
--
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners