Report forwarded
to debian-bugs-dist@lists.debian.org, jwilk@debian.org, unknown-package@qa.debian.org: Bug#569480; Package src:gnome-svg-daemon.
(Thu, 11 Feb 2010 20:15:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Jakub Wilk <jwilk@debian.org>:
New Bug report received and forwarded. Copy sent to jwilk@debian.org, unknown-package@qa.debian.org.
(Thu, 11 Feb 2010 20:15:05 GMT) (full text, mbox, link).
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
Bug No longer marked as found in versions gnome-svg-daemon/0.1.14-1.
Request was from Martin Michlmayr <tbm@cyrius.com>
to control@bugs.debian.org.
(Thu, 11 Feb 2010 20:54:09 GMT) (full text, mbox, link).
Changed Bug title to 'gnome-dvb-daemon: FTBFS: Access to protected member `DVB.Manager.get_device_group_if_exists' denied' from 'gnome-svg-daemon: FTBFS: Access to protected member `DVB.Manager.get_device_group_if_exists' denied'
Request was from Jakub Wilk <jwilk@debian.org>
to control@bugs.debian.org.
(Wed, 17 Feb 2010 10:12:06 GMT) (full text, mbox, link).
Bug reassigned from package 'gnome-dvb-daemon' to 'src:gnome-dvb-daemon'.
Request was from Stefano Zacchiroli <zack@debian.org>
to control@bugs.debian.org.
(Sat, 20 Feb 2010 18:33:23 GMT) (full text, mbox, link).
Forcibly Merged 569480570687.
Request was from Stefano Zacchiroli <zack@debian.org>
to control@bugs.debian.org.
(Sat, 20 Feb 2010 18:33:24 GMT) (full text, mbox, link).
Added indication that bug 569480 blocks 566949,567037
Request was from Stefano Zacchiroli <zack@debian.org>
to control@bugs.debian.org.
(Sat, 20 Feb 2010 18:33:42 GMT) (full text, mbox, link).
Reply sent
to Emilio Pozuelo Monfort <pochu@debian.org>:
You have taken responsibility.
(Sun, 07 Mar 2010 23:39:10 GMT) (full text, mbox, link).
Notification sent
to Jakub Wilk <jwilk@debian.org>:
Bug acknowledged by developer.
(Sun, 07 Mar 2010 23:39:10 GMT) (full text, mbox, link).
Subject: gnome-dvb-daemon: FTBFS: Access to protected member `DVB.Manager.get_device_group_if_exists'
denied
Date: Mon, 08 Mar 2010 00:36:35 +0100
Version: 0.1.15-1
The last bug number was supposed to be this...
gnome-dvb-daemon (0.1.15-1) unstable; urgency=low
.
[ Sebastian Reichel ]
* New upstream release (Closes: #571813)
* Add python2.6 support (Closes: #566949)
* Update Debian Standards Version to 3.8.4
* Update debian/watch to use launchpad
* Switch to Debian Source Format 3.0 (quilt)
.
[ Emilio Pozuelo Monfort ]
* The new release builds fine. Closes: #566949.
* debian/control.in:
- Fix spelling error.
* debian/docs:
- Removed, NEWS is installed automatically.
* debian/rules:
- Include lp-get-source.mk instead of gnome-get-source.mk and set the
tarball extension to tar.bz2 to fix the get-orig-source target.
Reply sent
to Emilio Pozuelo Monfort <pochu@debian.org>:
You have taken responsibility.
(Sun, 07 Mar 2010 23:39:11 GMT) (full text, mbox, link).
Notification sent
to Stefano Zacchiroli <zack@debian.org>:
Bug acknowledged by developer.
(Sun, 07 Mar 2010 23:39:11 GMT) (full text, mbox, link).
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Mon, 05 Apr 2010 07:40:56 GMT) (full text, mbox, link).
Debbugs is free software and licensed under the terms of the GNU General
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.