From lemsx1 at gmail.com Mon Nov 2 16:33:06 2009 From: lemsx1 at gmail.com (Luis Mondesi) Date: Mon, 2 Nov 2009 11:33:06 -0500 Subject: [Splashy-devel] Splashy Devel to resume... Message-ID: Hello all, Things are back to normal in my life and holidays are getting closer, so... Let's resume the Splashy development! A few things to keep in mind: - let's close all open bugs from the DBTS (Debian Bugs) and Alioth project - we are now monitoring Launchpad bugs on Splashy. You might want to subscribe to those too [1] - Splashy 0.4 will be done on a separate git branch so we don't affect the current branch... We will call this new branch.... **drums rolling** splashy-future :-D That way we all know what it means: broken code! Let's have fun! There is a lot of work to be done. Regards, -- ----)(----- Luis Mondesi Maestro Debiano ----- START ENCRYPTED BLOCK (Triple-ROT13) ------ Gur Hohagh [Yvahk] qvfgevohgvba oevatf gur fcvevg bs Hohagh gb gur fbsgjner jbeyq. ----- END ENCRYPTED BLOCK (Triple-ROT13) ------ Notes: 1. https://launchpad.net/ubuntu/+source/splashy/+subscribe -------------- next part -------------- An HTML attachment was scrubbed... URL: From rep.dot.nop at gmail.com Wed Nov 25 23:03:42 2009 From: rep.dot.nop at gmail.com (Bernhard Reutner-Fischer) Date: Thu, 26 Nov 2009 00:03:42 +0100 Subject: [Splashy-devel] Bug#539239: grub2 deprecated vga=, splashy sort of needs it Message-ID: <20091125230342.GF14650@mx.loc> Hi, Something like this works for me: --- .splashy.00 2009-04-18 21:41:24.000000000 +0200 +++ splashy 2009-11-25 23:41:28.000000000 +0100 @@ -83,6 +83,10 @@ ;; esac done + # grub2 gfxmode? + [ "$FBMODESET" != "true" ] && [ -f /boot/grub/grub.cfg ] && \ + grep -q "^[[:space:]]*set[[:space:]]*gfxmode=" /boot/grub/grub.cfg && \ + FBMODESET="true" [ "$SPLASH" = "true" -a "$FBMODESET" = "true" ] && ENABLE=1 [ "$SINGLE" = "true" ] && ENABLE=0 for grub2 to play nicely with splashy (or other such apps), we have to "set gfxpayload=keep" as suggested elsewhere: # diff -u /etc/grub.d/{.*,}00_header --- /etc/grub.d/.old.00_header 2009-11-25 23:56:28.000000000 +0100 +++ /etc/grub.d/00_header 2009-11-25 23:50:58.000000000 +0100 @@ -76,6 +76,7 @@ cat << EOF if loadfont `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then set gfxmode=${GRUB_GFXMODE} + set gfxpayload=keep insmod gfxterm insmod ${GRUB_VIDEO_BACKEND} if terminal_output gfxterm ; then true ; else now if only grub2-config would use update-alternatives(8) to configure 05_debian_theme's theme file. One wouldn't need to sync the required resolution to grub gfx, splashy and the desktop manually. Oh well ;) HTH, From lemsx1 at gmail.com Thu Nov 26 00:16:47 2009 From: lemsx1 at gmail.com (Luis Mondesi) Date: Wed, 25 Nov 2009 19:16:47 -0500 Subject: [Splashy-devel] Bug#539239: grub2 deprecated vga=, splashy sort of needs it In-Reply-To: <20091125230342.GF14650@mx.loc> References: <20091125230342.GF14650@mx.loc> Message-ID: awesome, we will patch with this. Thanks -- ----)(----- Luis Mondesi Maestro Debiano ----- START ENCRYPTED BLOCK (Triple-ROT13) ------ Gur Hohagh [Yvahk] qvfgevohgvba oevatf gur fcvevg bs Hohagh gb gur fbsgjner jbeyq. ----- END ENCRYPTED BLOCK (Triple-ROT13) ------ -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Sat Nov 28 13:03:15 2009 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 28 Nov 2009 13:03:15 +0000 Subject: [Splashy-devel] Processed: patch In-Reply-To: <20091128125822.GA15581@vaio.lan.robgri.de> References: <20091128125822.GA15581@vaio.lan.robgri.de> Message-ID: Processing commands for control at bugs.debian.org: > tags 547690 + patch Bug #547690 [splashy] During the installation the error "mv: cannot stat `/etc/splashy/themes': No such file or directory" occurs. The installation done with error "subprocess new pre-installation script returned error exit status 1". Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From rob at robgri.de Sat Nov 28 12:58:22 2009 From: rob at robgri.de (Robert Grimm) Date: Sat, 28 Nov 2009 13:58:22 +0100 Subject: [Splashy-devel] Bug#547690: patch Message-ID: <20091128125822.GA15581@vaio.lan.robgri.de> tags 547690 + patch thanks There is a test on ! -L in preinst, but if the file or directory doesn't exist at all, this also amounts to true. Hence there should be a test for existance. The attached patch deals with it. Robert -------------- next part -------------- A non-text attachment was scrubbed... Name: splashy_0.3.13-5.1.diff Type: text/x-diff Size: 1046 bytes Desc: not available URL: From dak at ftp-master.debian.org Sat Nov 28 15:47:43 2009 From: dak at ftp-master.debian.org (Archive Administrator) Date: Sat, 28 Nov 2009 15:47:43 +0000 Subject: [Splashy-devel] Processing of splashy_0.3.13-5.1_i386.changes Message-ID: splashy_0.3.13-5.1_i386.changes uploaded successfully to localhost along with the files: splashy_0.3.13-5.1.dsc splashy_0.3.13-5.1.diff.gz splashy_0.3.13-5.1_i386.deb libsplashy1_0.3.13-5.1_i386.deb libsplashy1-dev_0.3.13-5.1_i386.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) From gregoa at debian.org Sat Nov 28 15:46:24 2009 From: gregoa at debian.org (gregor herrmann) Date: Sat, 28 Nov 2009 16:46:24 +0100 Subject: [Splashy-devel] Bug#547690: splashy: diff for NMU version 0.3.13-5.1 Message-ID: <20091128154624.GA3526@nerys.comodo.priv.at> Dear maintainer, I've uploaded an NMU for splashy (versioned as 0.3.13-5.1). The diff is attached to this message. Cheers, gregor, from the Munich BSP -- .''`. http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/ `- BOFH excuse #125: we just switched to Sprint. -------------- next part -------------- A non-text attachment was scrubbed... Name: splashy-0.3.13-5.1-nmu.diff Type: text/x-diff Size: 1075 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From installer at ftp-master.debian.org Sat Nov 28 16:06:23 2009 From: installer at ftp-master.debian.org (Archive Administrator) Date: Sat, 28 Nov 2009 16:06:23 +0000 Subject: [Splashy-devel] splashy_0.3.13-5.1_i386.changes ACCEPTED Message-ID: Accepted: libsplashy1-dev_0.3.13-5.1_i386.deb to main/s/splashy/libsplashy1-dev_0.3.13-5.1_i386.deb libsplashy1_0.3.13-5.1_i386.deb to main/s/splashy/libsplashy1_0.3.13-5.1_i386.deb splashy_0.3.13-5.1.diff.gz to main/s/splashy/splashy_0.3.13-5.1.diff.gz splashy_0.3.13-5.1.dsc to main/s/splashy/splashy_0.3.13-5.1.dsc splashy_0.3.13-5.1_i386.deb to main/s/splashy/splashy_0.3.13-5.1_i386.deb Override entries for your package: libsplashy1-dev_0.3.13-5.1_i386.deb - optional libdevel libsplashy1_0.3.13-5.1_i386.deb - optional libs splashy_0.3.13-5.1.dsc - source graphics splashy_0.3.13-5.1_i386.deb - optional graphics Announcing to debian-devel-changes at lists.debian.org Closing bugs: 547690 Thank you for your contribution to Debian. From owner at bugs.debian.org Sat Nov 28 16:09:06 2009 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 28 Nov 2009 16:09:06 +0000 Subject: [Splashy-devel] Bug#547690: marked as done (During the installation the error "mv: cannot stat `/etc/splashy/themes': No such file or directory" occurs. The installation done with error "subprocess new pre-installation script returned error exit status 1".) References: <20090921143000.16597.76136.reportbug@debian64> Message-ID: Your message dated Sat, 28 Nov 2009 16:06:23 +0000 with message-id and subject line Bug#547690: fixed in splashy 0.3.13-5.1 has caused the Debian Bug report #547690, regarding During the installation the error "mv: cannot stat `/etc/splashy/themes': No such file or directory" occurs. The installation done with error "subprocess new pre-installation script returned error exit status 1". 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 owner at bugs.debian.org immediately.) -- 547690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547690 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: gianluca Subject: During the installation the error "mv: cannot stat `/etc/splashy/themes': No such file or directory" occurs. The installation done with error "subprocess new pre-installation script returned error exit status 1". Date: Mon, 21 Sep 2009 16:30:00 +0200 Size: 3622 URL: -------------- next part -------------- An embedded message was scrubbed... From: Robert Grimm Subject: Bug#547690: fixed in splashy 0.3.13-5.1 Date: Sat, 28 Nov 2009 16:06:23 +0000 Size: 5681 URL: From peter.fritzsche at gmx.de Sun Nov 29 00:57:18 2009 From: peter.fritzsche at gmx.de (Peter Fritzsche) Date: Sun, 29 Nov 2009 01:57:18 +0100 Subject: [Splashy-devel] Bug#558640: Missing autoreconf to fix 554821 or similar bugs in the future Message-ID: <200911290157.18046828639.peter.fritzsche@gmx.de> Source: splashy Version: 0.3.13-5 Severity: minor User: peter.fritzsche at gmx.de Usertags: missing-libtool-update I did a rebuild of all packages which are affected by bug #554821. As it seems your package doesnt do the needed autoreconf needed for libtool. When doing autoreconf or the needed sequence of different autotools/libtool utilities the package should be able to fix the problem automatically. /usr/share/doc/autotools-dev/README.Debian.gz explains it in section "Basic summary of packaging source that uses autotools". The build was done in a cowbuild chroot with the patch from #554821 included in /usr/share/aclocal/libtool.m4 and binutils-gold installed. All logs were then greped for -export-symbols-regex and not including -version-script. This should indicate that your package doesnt do the required autoreconf with updating the libtools stuff. A small extra test output "test-version-script" was added to libtool.m4 and silent mode was disabled in global ltmain.sh so it is easier for me to decide if it was really updated in case libtool doesnt output the ld command to stdout. So if the output and "test-version-script" is missing then your program doesnt update the files. I am sorry if this is still a false positive. udev 147-5 for example fails completely due to new (unknown) symbols appearing inside the .so, but `autoreconf -fi -I m4` (with libtool.m4 installed on my system with the mentioned patch) fixes the problem. I had to remove a patch with touches Makefile.in, but the rest worked out of the box. Maybe it is better to copy all clean files into a extra directory, run autoreconf inside the directory, build and install everything from that directory and in clean remove that directory. This way the diff.gz should be clean and you still do the necessary autoreconf. A package which does that is g3dviewer. Many other packages like libupnp4 and compizconfig-python just ignore the fact that these changes are included in debian.tar.gz/diff.gz The interesting output inside the log of your program is: /bin/bash ../libtool --tag=CC --mode=link cc -g -O2 -g -Wall -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -o libsplashycnf.la -rpath /lib -export-symbols-regex splashy_.* -version-info 1:0:0 xml_config.lo xml_parser.lo -lglib-2.0 generating symbol list for `libsplashycnf.la' /usr/bin/nm -B .libs/xml_config.o .libs/xml_parser.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libsplashycnf.exp /bin/grep -E -e "splashy_.*" ".libs/libsplashycnf.exp" > ".libs/libsplashycnf.expT" mv -f ".libs/libsplashycnf.expT" ".libs/libsplashycnf.exp" cc -shared .libs/xml_config.o .libs/xml_parser.o /usr/lib/libglib-2.0.so -Wl,-soname -Wl,libsplashycnf.so.1 -o .libs/libsplashycnf.so.1.0.0 (cd .libs && rm -f libsplashycnf.so.1 && ln -s libsplashycnf.so.1.0.0 libsplashycnf.so.1) (cd .libs && rm -f libsplashycnf.so && ln -s libsplashycnf.so.1.0.0 libsplashycnf.so) creating libsplashycnf.la (cd .libs && rm -f libsplashycnf.la && ln -s ../libsplashycnf.la libsplashycnf.la) /bin/bash ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -g -O2 -g -Wall -O2 -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -c -o splashy_video.lo splashy_video.c