Port-i386 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Confused about HAL for GNOME



On Nov 26, 2008, at 1:27 PM, Jared D. McNeill wrote:

How does it fail to install?

Compilation errors in hald/netbsd/. Here's the stderr from the compilation:

WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/pkg/sbin/download-vulnerability-list'.
In file included from drvctl.c:39:
drvctl.h:20: warning: `struct devlistargs' declared inside parameter list drvctl.h:20: warning: its scope is only this definition or declaration, which is probably not what you want
drvctl.c: In function `drvctl_iochannel_data':
drvctl.c:85: error: `DRVGETEVENT' undeclared (first use in this function)
drvctl.c:85: error: (Each undeclared identifier is reported only once
drvctl.c:85: error: for each function it appears in.)
drvctl.c:104: warning: passing arg 1 of `drvctl_dev_add' discards qualifiers from pointer target type drvctl.c:106: warning: passing arg 1 of `drvctl_dev_remove' discards qualifiers from pointer target type
drvctl.c: At top level:
drvctl.c:156: warning: `struct devlistargs' declared inside parameter list
drvctl.c:157: error: conflicting types for `drvctl_list'
drvctl.h:20: error: previous declaration of `drvctl_list'
drvctl.c: In function `drvctl_list':
drvctl.c:162: error: dereferencing pointer to incomplete type
drvctl.c:163: error: dereferencing pointer to incomplete type
drvctl.c:163: error: dereferencing pointer to incomplete type
drvctl.c:164: error: `DRVLISTDEV' undeclared (first use in this function)
drvctl.c:168: error: dereferencing pointer to incomplete type
drvctl.c:172: error: dereferencing pointer to incomplete type
drvctl.c:172: error: dereferencing pointer to incomplete type
drvctl.c:173: error: dereferencing pointer to incomplete type
drvctl.c:181: error: dereferencing pointer to incomplete type
drvctl.c:182: error: dereferencing pointer to incomplete type
drvctl.c: In function `drvctl_find_device_with_child':
drvctl.c:189: error: storage size of `laa' isn't known
drvctl.c:189: warning: unused variable `laa'
drvctl.c: At top level:
drvctl.c:148: warning: `drvctl_dev_branch' defined but not used
gmake[5]: *** [drvctl.lo] Error 1
gmake[4]: *** [all-recursive] Error 1
gmake[3]: *** [all-recursive] Error 1
gmake[2]: *** [all] Error 2
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2

It seems all the issues are in drvctl.c. Again, I'm running 4.0.1 and pkgsrc-current, which, I think, should work.

Jeff Wheeler


Home | Main Index | Thread Index | Old Index