pkgsrc-Bugs archive

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

pkg/44794: sysutils/hal build problem on NetBSD 4.0_STABLE



>Number:         44794
>Category:       pkg
>Synopsis:       sysutils/hal build problem on NetBSD 4.0_STABLE
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 30 10:40:00 +0000 2011
>Originator:     Takahiro Kambe
>Release:        NetBSD 4.0_STABLE
>Organization:
        
>Environment:
        
        
NetBSD netbsd4.i.kisu.co.jp 4.0_STABLE NetBSD 4.0_STABLE (SISBIC-XEN3_DOMU) 
#22: Tue Dec 14 15:34:24 JST 2010  
sisbic-info%kisu.co.jp@localhost:/work/NetBSD-4/i386.obj/sys/arch/i386/compile/SISBIC-XEN3_DOMU
 i386
Architecture: i386
Machine: i386
>Description:
        sysutils/hal build problem on NetBSD 4.0_STABLE with error:

checking for VOLUME_ID... no
configure: error: Package requirements (libvolume_id >= 0.77) were not met:

No package 'libvolume_id' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables VOLUME_ID_CFLAGS
and VOLUME_ID_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
*** Error code 1

        libvolume_id package isn't buildlinked on NetBSD 4:

.elif !empty(MACHINE_PLATFORM:MNetBSD-[5-9]*)
.include "../../devel/libvolume_id/buildlink3.mk"
CONFIGURE_ARGS+=        --with-backend=netbsd
HAL_GROUP=              operator

        If I make above ".elif" to match with NetBSD-4*, another errors:

  CC     addon-storage.o
addon-storage.c: In function 'set_volume_properties':
addon-storage.c:314: error: 'MMC_TRACKINFO_DATA' undeclared (first use in this 
function)
addon-storage.c:314: error: (Each undeclared identifier is reported only once
addon-storage.c:314: error: for each function it appears in.)
addon-storage.c:316: error: 'MMC_TRACKINFO_AUDIO' undeclared (first use in this 
function)
gmake[5]: *** [addon-storage.o] Error 1
gmake[5]: Leaving directory 
`/data/work/sysutils/hal/work/hal-0.5.14/hald/netbsd/addons'

        It seems that files under sysutils/hal/files dosen't think of
        older NetBSD-4.  Brokeness of sysutils/hal results build error
        of sysutils/xentools3-hvm.

        On pkgsrc-2010Q4 branch, no such problem exists.

>How-To-Repeat:
        Try to build sysutils/hal on NetBSD 4_STABLE.

>Fix:
        Unkown.

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index