Your message dated Sat, 13 Mar 2010 12:38:49 +0100
with message-id <201003131238.49445.he...@sntech.de>
and subject line fixed in 0.2.4+git20100222
has caused the Debian Bug report #569416,
regarding libfsoframework: FTBFS:
fsoframework/kobjectnotifier.vala:61.28-61.51: error: The name `AF_NETLINK'
does not exist in the context of `Linux.Netlink'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
569416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569416
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libfsoframework
Version: 0.2.4+git20091229-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[3]: Entering directory
> `/build/user-libfsoframework_0.2.4+git20091229-1-amd64-y93KuB/libfsoframework-0.2.4+git20091229/fsoframework'
> /usr/bin/valac -C --basedir .. --vapidir ../vapi --pkg posix --pkg linux
> --pkg glib-2.0 --pkg gmodule-2.0 --pkg gio-2.0 --pkg dbus-glib-1 --pkg alsa
> --pkg fsobasics-2.0 --pkg config --header fsoframework.h --library
> fsoframework-2.0 alsa.vala asyncworker.vala common.vala dbus.vala
> inotifier.vala interfaces.vala kobjectnotifier.vala object.vala overlay.vala
> plugin.vala process.vala subsystem.vala syncasync.vala
> fsoframework/plugin.vala:40.42-40.53: warning: deprecated syntax, use [CCode
> (has_target = false)]
> public static delegate void FsoFramework.RegisterFunc( TypeModule bar );
> ^^^^^^^^^^^^
> fsoframework/plugin.vala:41.44-41.54: warning: deprecated syntax, use [CCode
> (has_target = false)]
> public static delegate string FsoFramework.FactoryFunc(
> FsoFramework.Subsystem subsystem ) throws Error;
> ^^^^^^^^^^^
> fsoframework/plugin.vala:42.42-42.53: warning: deprecated syntax, use [CCode
> (has_target = false)]
> public static delegate void FsoFramework.ShutdownFunc();
> ^^^^^^^^^^^^
> fsoframework/kobjectnotifier.vala:61.28-61.51: error: The name `AF_NETLINK'
> does not exist in the context of `Linux.Netlink'
> fd = Posix.socket( Linux.Netlink.AF_NETLINK, Posix.SOCK_DGRAM,
> Linux.Netlink.NETLINK_KOBJECT_UEVENT );
> ^^^^^^^^^^^^^^^^^^^^^^^^
> fsoframework/kobjectnotifier.vala:64.43-64.66: error: The name `AF_NETLINK'
> does not exist in the context of `Linux.Netlink'
> Linux.Netlink.SockAddrNl addr = { Linux.Netlink.AF_NETLINK, 0,
> Posix.getpid(), 1 };
> ^^^^^^^^^^^^^^^^^^^^^^^^
> fsoframework/kobjectnotifier.vala:64.34-64.90: error: expression type not
> allowed as initializer
> Linux.Netlink.SockAddrNl addr = { Linux.Netlink.AF_NETLINK, 0,
> Posix.getpid(), 1 };
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> fsoframework/kobjectnotifier.vala:66.36-66.39: error: The name `addr' does
> not exist in the context of `FsoFramework.BaseKObjectNotifier.new'
> var res = Posix.bind( fd, &addr, sizeof( Linux.Netlink.SockAddrNl ) );
> ^^^^
> fsoframework/plugin.vala:73.5-73.21: warning: unable to chain up to private
> base constructor
> public BasePlugin( string filename, FsoFramework.Subsystem subsystem )
> ^^^^^^^^^^^^^^^^^
> Compilation failed: 4 error(s), 4 warning(s)
> make[3]: *** [fsoframework.vala.stamp] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2010/02/11/libfsoframework_0.2.4+git20091229-1_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
fixed in 0.2.4+git20100222.
Bug was a result of an incompatibility with vala 0.7.10
--- End Message ---