Source: gnome-svg-daemon Version: 0.1.14-1 Severity: serious Justification: no longer builds from source
gnome-svg-daemon failed to build from source in a clean i386 sid chroot:| /usr/bin/make -C . | make[1]: Entering directory `/tmp/buildd/gnome-dvb-daemon-0.1.14'
| /usr/bin/valac --target-glib=2.16 -C --thread --vapidir=./vapi --pkg config
--pkg cutils --pkg gio-2.0 --pkg dbus-glib-1 --pkg gstreamer-0.10 --pkg gee-1.0
--pkg sqlite3 --pkg gst-rtsp-server-0.10 --basedir .
src/Cable/CableChannel.vala src/Cable/CableScanner.vala
src/Satellite/SatelliteChannel.vala src/Satellite/SatelliteScanner.vala
src/Terrestrial/TerrestrialChannel.vala src/Terrestrial/TerrestrialScanner.vala
src/database/sqlite/SqliteDatabase.vala src/database/sqlite/SqliteUtils.vala
src/database/sqlite/SqliteConfigTimersStore.vala
src/database/sqlite/SqliteEPGStore.vala src/database/SqlError.vala
src/database/ConfigStore.vala src/database/EPGStore.vala
src/database/TimersStore.vala src/dbus/IDBusChannelList.vala
src/dbus/IDBusDeviceGroup.vala src/dbus/IDBusManager.vala
src/dbus/IDBusRecorder.vala src/dbus/IDBusRecordingsStore.vala
src/dbus/IDBusSchedule.vala src/ChangeType.vala src/Channel.vala
src/ChannelFactory.vala src/ChannelGroup.vala src/ChannelList.vala
src/ChannelListReader.vala src/ChannelListWriter.vala src/Constants.vala
src/Device.vala src/DeviceGroup.vala src/EPGScanner.vala src/Event.vala
src/Factory.vala src/Main.vala src/Manager.vala src/MpegTsEnums.vala
src/OverlapType.vala src/Recorder.vala src/Recording.vala
src/RecordingsStore.vala src/Scanner.vala src/ScannedItem.vala
src/Schedule.vala src/Settings.vala src/Timer.vala src/Utils.vala
src/rtsp/MediaFactory.vala src/rtsp/MediaMapping.vala src/rtsp/Server.vala
src/rygel/Interfaces.vala src/rygel/Services.vala
| cutils.vapi:22.37-22.49: warning: deprecated syntax, use [CCode (has_target =
false)]
| public static delegate void SignalHandler (int signum);
| ^^^^^^^^^^^^^
| src/ChannelFactory.vala:25.33-25.48: warning: deprecated syntax, use [CCode
(has_target = false)]
| public static delegate void ForcedStopNotify (Channel channel);
| ^^^^^^^^^^^^^^^^
| src/ChannelFactory.vala:228.44-228.47: warning: Argument 1: Cannot pass null
to non-null parameter type
| Gst.Element bin = new Gst.Bin (null);
| ^^^^
| src/rtsp/MediaFactory.vala:49.16-49.49: error: Access to protected member
`DVB.Manager.get_device_group_if_exists' denied
| manager.get_device_group_if_exists (grpnr);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| src/rtsp/MediaFactory.vala:48.25-49.57: error: expression type not allowed as
initializer
| src/rtsp/MediaFactory.vala:50.16-50.21: error: The name `devgrp' does not
exist in the context of `DVB.MediaFactory.construct'
| if (devgrp == null) {
| ^^^^^^
| src/rtsp/MediaFactory.vala:63.31-63.36: error: The name `devgrp' does not
exist in the context of `DVB.MediaFactory.construct'
| Channel? channel = devgrp.Channels.get_channel (sidnr);
| ^^^^^^
| src/rtsp/MediaFactory.vala:63.21-63.65: error: expression type not allowed as
initializer
| Channel? channel = devgrp.Channels.get_channel (sidnr);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| src/rtsp/MediaFactory.vala:64.16-64.22: error: The name `channel' does not
exist in the context of `DVB.MediaFactory.construct'
| if (channel == null) {
| ^^^^^^^
| src/rtsp/MediaFactory.vala:68.46-68.51: error: The name `devgrp' does not
exist in the context of `DVB.MediaFactory.construct'
| ChannelFactory channels_factory = devgrp.channel_factory;
| ^^^^^^
| src/rtsp/MediaFactory.vala:68.27-68.67: error: expression type not allowed as
initializer
| ChannelFactory channels_factory = devgrp.channel_factory;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| src/rtsp/MediaFactory.vala:70.35-70.50: error: The name `channels_factory'
does not exist in the context of `DVB.MediaFactory.construct'
| PlayerThread? player = channels_factory.watch_channel (channel,
| ^^^^^^^^^^^^^^^^
| src/rtsp/MediaFactory.vala:70.26-71.61: error: expression type not allowed as
initializer
| src/rtsp/MediaFactory.vala:72.16-72.21: error: The name `player' does not
exist in the context of `DVB.MediaFactory.construct'
| if (player == null) {
| ^^^^^^
| src/rtsp/MediaFactory.vala:77.31-77.36: error: The name `player' does not
exist in the context of `DVB.MediaFactory.construct'
| Gst.Element? bin = player.get_sink_bin (sidnr, payload);
| ^^^^^^
| src/rtsp/MediaFactory.vala:77.25-77.66: error: expression type not allowed as
initializer
| Gst.Element? bin = player.get_sink_bin (sidnr, payload);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| src/rtsp/MediaFactory.vala:80.48-80.53: error: The name `devgrp' does not
exist in the context of `DVB.MediaFactory.construct'
| Gst.RTSPMedia media = new DVBMedia (devgrp, channel, payload);
| ^^^^^^
| src/rtsp/MediaFactory.vala:80.56-80.62: error: The name `channel' does not
exist in the context of `DVB.MediaFactory.construct'
| Gst.RTSPMedia media = new DVBMedia (devgrp, channel, payload);
| ^^^^^^^
| src/rtsp/MediaFactory.vala:81.29-81.31: error: The name `bin' does not exist
in the context of `DVB.MediaFactory.construct'
| media.element = bin;
| ^^^
| src/rtsp/MediaFactory.vala:83.30-83.35: error: The name `player' does not
exist in the context of `DVB.MediaFactory.construct'
| media.pipeline = player.get_pipeline ();
| ^^^^^^
| src/rygel/Services.vala:121.36-121.69: error: Access to protected member
`DVB.Manager.get_device_group_if_exists' denied
| DeviceGroup devgroup = manager.get_device_group_if_exists
(group_id);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| src/rygel/Services.vala:121.25-121.80: error: expression type not allowed as
initializer
| DeviceGroup devgroup = manager.get_device_group_if_exists
(group_id);
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| src/rygel/Services.vala:122.34-122.41: error: The name `devgroup' does not
exist in the context of `DVB.DeviceGroupsMediaContainer.on_device_added'
| this.create_service (devgroup);
| ^^^^^^^^
| Compilation failed: 20 error(s), 3 warning(s)
Full build log attached. Another build log in available here:
https://buildd.debian.org/fetch.cgi?pkg=gnome-dvb-daemon&arch=mipsel&ver=0.1.14-1%2Bb1&stamp=1265812254
--
Jakub Wilk
gnome-dvb-daemon.ftbfs.gz
Description: Binary data
signature.asc
Description: Digital signature

