Please sync splashy 0.3.13-1 (universe) from Debian unstable (main).

Bug #313523 reported by David Paleino
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
splashy (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

 affects ubuntu/splashy
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors

Please sync splashy 0.3.13-1 (universe) from Debian unstable (main).

Changelog since current jaunty version 0.3.12-1:

splashy (0.3.13-1) unstable; urgency=low

  [ Luis Mondesi ]
  * New upstream release:
    - Fix KDM doesn't display login screen when splashy is enabled.
      (Closes: #465729)
    - Wait for all gdm servers to exit. Splashy tries chvt 8 before gdm has
      finished, stalls shutdown. Thanks to Tim Richardson. (Closes: #504389)
    - When using fonts, try the full path it looks like we were never using
      the font supplied by the theme. this fixes this problem by building
      a path to the full file. (Closes: #505270)
    - Set SPL_PRG before using it. It fixes a bug with mysqld when upgrading
      mysql-server-5.0, restarting the service halts the update process with
      an error: SPL_PRG unbound variable. (Closes: # 509025)
  * Remove 01_fix_themes_path patch. Merged upstream.
  * debian/control:
    - Add conficts against desktop-base (<< 5.0.2). (Closes: #506057)
  * debian/splashy.preinst:
    - Move /etc/splashy/themes to /etc/splashy/themes.old . (Closes: #503566)
      We introduced a preinst stage that will move /etc/splashy/themes out of
      the way to /etc/splashy/themes.old. The user would need to dig into this
      directory to manually copy any customized themes
      into /usr/share/splashy/themes. Sorry about this but this seems to be
      the best way to avoid pissing too many people off (or loosing data).
      Note that if Splashy is removed/purged, this themes.old directory will
      be removed also.
  * debian/splashy.prerm:
    - Remove it. deprecated.

  [ Fathi Boudra]
  * Fix lintian warning: debhelper-but-no-misc-depends.

 -- Fathi Boudra <email address hidden> Mon, 29 Dec 2008 11:51:20 +0100

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAklfqREACgkQ5qqQFxOSsXRwVwCfWjpdbAX8rzPmEZazXYzqdWSi
+cAAoJIvxYsX6yPwiZRnSXkN8sraU2t+
=WJmB
-----END PGP SIGNATURE-----

Related branches

Revision history for this message
Stefan Ebner (sebner) wrote :

It FTBFS:

/usr/bin/nm -B .libs/splashy_video.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libsplashy.exp
/bin/grep -E -e "splashy_.*" ".libs/libsplashy.exp" > ".libs/libsplashy.expT"
mv -f ".libs/libsplashy.expT" ".libs/libsplashy.exp"
echo "{ global:" > .libs/libsplashy.ver
 cat .libs/libsplashy.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libsplashy.ver
 echo "local: *; };" >> .libs/libsplashy.ver
 cc -shared .libs/splashy_video.o -Wl,--rpath -Wl,/tmp/buildd/splashy-0.3.13/src/.libs /usr/lib/libglib-2.0.so /tmp/buildd/splashy-0.3.13/src/.libs/libsplashycnf.so -ldirectfb -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libsplashy.so.1 -Wl,-version-script -Wl,.libs/libsplashy.ver -o .libs/libsplashy.so.1.0.0
(cd .libs && rm -f libsplashy.so.1 && ln -s libsplashy.so.1.0.0 libsplashy.so.1)
(cd .libs && rm -f libsplashy.so && ln -s libsplashy.so.1.0.0 libsplashy.so)
creating libsplashy.la
(cd .libs && rm -f libsplashy.la && ln -s ../libsplashy.la libsplashy.la)
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 -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-splashy_main.o `test -f 'splashy_main.c' || echo './'`splashy_main.c
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 -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-splashy_functions.o `test -f 'splashy_functions.c' || echo './'`splashy_functions.c
cc1: warnings being treated as errors
splashy_functions.c: In function 'search_pattern':
splashy_functions.c:217: error: ignoring return value of 'fread_unlocked', declared with attribute warn_unused_result
splashy_functions.c: In function 'cmd_chroot':
splashy_functions.c:425: error: ignoring return value of 'chdir', declared with attribute warn_unused_result
splashy_functions.c:426: error: ignoring return value of 'chroot', declared with attribute warn_unused_result
make[3]: *** [splashy-splashy_functions.o] Error 1
make[3]: Leaving directory `/tmp/buildd/splashy-0.3.13/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/splashy-0.3.13'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/splashy-0.3.13'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

Changed in splashy:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package splashy - 0.3.13-3ubuntu1

---------------
splashy (0.3.13-3ubuntu1) jaunty; urgency=low

  * Resync with Debian unstable (LP: #313523).
  * debian/patches/02_ubuntu_toolchain.diff: address hardened features
    provided by Ubuntu toolchain, fix FTBFS.

splashy (0.3.13-3) unstable; urgency=low

  * Increase the delay to 1s as busybox accepts only whole numbers.

splashy (0.3.13-2) unstable; urgency=low

  * Add 01_fix_splashy_fails_at_boot_bug505270.diff patch.
    It introduces a delay to avoid splashy failure on some machines.
    Thanks to Tim Richardson and Matthijs Kooijman. (Closes: #505270)

splashy (0.3.13-1) unstable; urgency=low

  [ Luis Mondesi ]
  * New upstream release:
    - Fix KDM doesn't display login screen when splashy is enabled.
      (Closes: #465729)
    - Wait for all gdm servers to exit. Splashy tries chvt 8 before gdm has
      finished, stalls shutdown. Thanks to Tim Richardson. (Closes: #504389)
    - When using fonts, try the full path it looks like we were never using
      the font supplied by the theme. this fixes this problem by building
      a path to the full file. (Closes: #505270)
    - Set SPL_PRG before using it. It fixes a bug with mysqld when upgrading
      mysql-server-5.0, restarting the service halts the update process with
      an error: SPL_PRG unbound variable. (Closes: # 509025)
  * Remove 01_fix_themes_path patch. Merged upstream.
  * debian/control:
    - Add conficts against desktop-base (<< 5.0.2). (Closes: #506057)
  * debian/splashy.preinst:
    - Move /etc/splashy/themes to /etc/splashy/themes.old . (Closes: #503566)
      We introduced a preinst stage that will move /etc/splashy/themes out of
      the way to /etc/splashy/themes.old. The user would need to dig into this
      directory to manually copy any customized themes
      into /usr/share/splashy/themes. Sorry about this but this seems to be
      the best way to avoid pissing too many people off (or loosing data).
      Note that if Splashy is removed/purged, this themes.old directory will
      be removed also.
  * debian/splashy.prerm:
    - Remove it. deprecated.

  [ Fathi Boudra]
  * Fix lintian warning: debhelper-but-no-misc-depends.

 -- Luca Falavigna <email address hidden> Sat, 17 Jan 2009 16:32:56 +0100

Changed in splashy:
status: Incomplete → Fix Released
JK (jke)
Changed in splashy (Ubuntu):
status: Fix Released → Fix Committed
status: Fix Committed → Fix Released
Changed in splashy (Ubuntu):
status: Fix Released → Incomplete
Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Please leave this report as 'Fix Released' since it's solved since jaunty. Thanks for your understanding

Changed in splashy (Ubuntu):
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.