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

breakage in kfreebsd-kernel-headers?



Hi,

libreoffice 1:3.5.0~rc2-2 succeeded to build on fasch with kfreebsd-kernel-headers 0.70
(see https://buildd.debian.org/status/fetch.php?pkg=libreoffice&arch=kfreebsd-amd64&ver=1%3A3.5.0~rc2-2&stamp=1327978043)
but 1:3.5.0~rc3-1 with no/only unrelated changes in the respective files failed with
kfreebsd-kernel-headers 0.72:

Compiling: sal/osl/unx/file_volume.cxx
/bin/bash ../libtool --tag=CC   --mode=compile x86_64-kfreebsd-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE=\"xmlsec1\" -I../include -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_XSLT=1 -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1   -I/usr/include/libxml2      -MT c14n.lo -MD -MP -MF .deps/c14n.Tpo -c -o c14n.lo c14n.c
libtool: compile:  x86_64-kfreebsd-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE=\"xmlsec1\" -I../include -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_XSLT=1 -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I/usr/include/libxml2 -MT c14n.lo -MD -MP -MF .deps/c14n.Tpo -c c14n.c  -fPIC -DPIC -o c14n.o
Compiling: sal/rtl/source/ustrbuf.cxx
In file included from /build/buildd-libreoffice_3.5.0~rc3-1-kfreebsd-amd64-gZgWuH/libreoffice-3.5.0~rc3/sal/osl/unx/file_volume.cxx:75:0:
/usr/include/x86_64-kfreebsd-gnu/sys/mount.h: In function 'int getvfsbyname(const char*, xvfsconf*)':
/usr/include/x86_64-kfreebsd-gnu/sys/mount.h:398:23: error: invalid conversion from 'void*' to 'xvfsconf*' [-fpermissive]
/build/buildd-libreoffice_3.5.0~rc3-1-kfreebsd-amd64-gZgWuH/libreoffice-3.5.0~rc3/sal/osl/unx/file_volume.cxx: At global scope:
/build/buildd-libreoffice_3.5.0~rc3-1-kfreebsd-amd64-gZgWuH/libreoffice-3.5.0~rc3/sal/osl/unx/file_volume.cxx:1149:17: warning: unused parameter 'pszPath' [-Wunused-parameter]
/build/buildd-libreoffice_3.5.0~rc3-1-kfreebsd-amd64-gZgWuH/libreoffice-3.5.0~rc3/sal/osl/unx/file_volume.cxx:1149:17: warning: unused parameter 'pItem' [-Wunused-parameter]
/build/buildd-libreoffice_3.5.0~rc3-1-kfreebsd-amd64-gZgWuH/libreoffice-3.5.0~rc3/sal/osl/unx/file_volume.cxx:1156:17: warning: unused parameter 'pDevice' [-Wunused-parameter]
/build/buildd-libreoffice_3.5.0~rc3-1-kfreebsd-amd64-gZgWuH/libreoffice-3.5.0~rc3/sal/osl/unx/file_volume.cxx:551:35: warning: 'oslVolumeDeviceHandleImpl* osl_newVolumeDeviceHandleImpl()' defined but not used [-Wunused-function]
/build/buildd-libreoffice_3.5.0~rc3-1-kfreebsd-amd64-gZgWuH/libreoffice-3.5.0~rc3/sal/osl/unx/file_volume.cxx:575:13: warning: 'void osl_freeVolumeDeviceHandleImpl(oslVolumeDeviceHandleImpl*)' defined but not used [-Wunused-function]
/build/buildd-libreoffice_3.5.0~rc3-1-kfreebsd-amd64-gZgWuH/libreoffice-3.5.0~rc3/sal/osl/unx/file_volume.cxx:1149:17: warning: 'sal_Bool osl_getFloppyMountEntry(const sal_Char*, oslVolumeDeviceHandleImpl*)' defined but not used [-Wunused-function]
/build/buildd-libreoffice_3.5.0~rc3-1-kfreebsd-amd64-gZgWuH/libreoffice-3.5.0~rc3/sal/osl/unx/file_volume.cxx:1156:17: warning: 'sal_Bool osl_isFloppyMounted(oslVolumeDeviceHandleImpl*)' defined but not used [-Wunused-function]
dmake:  Error code 1, while making '../../unxkfgx6.pro/obj/file_volume.obj'

(see https://buildd.debian.org/status/fetch.php?pkg=libreoffice&arch=kfreebsd-amd64&ver=1%3A3.5.0~rc3-1&stamp=1328436965)

Given that message (sys/mount.h) and given that file_volume.cxx doesn't even contain a
getvfsbyname() it seems like a kfreebsd-kernel-headers regression to me?

Should I file a bug for this (found none for sys/mount.h yet)?

Regards,

Rene


Reply to: