Your message dated Tue, 14 Oct 2014 11:22:26 +0000
with message-id <[email protected]>
and subject line Bug#761762: fixed in lcd4linux 0.11.0~svn1200-2.1
has caused the Debian Bug report #761762,
regarding lcd4linux: libtool split: package needs a b-d on libtool-bin (or 
avoid using the libtool binary)
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 [email protected]
immediately.)


-- 
761762: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761762
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:lcd4linux
Version: 0.11.0~svn1200-2
Severity: wishlist
User: [email protected]
Usertags: libtool-split

As part of the effort to cross-build the archive, the libtool package
needs a split into an architecture independent part and an
architecture dpendent part (the latter only consisting of the libtool
binary).  The split is already done for jessie/sid, but to enable the
cross buildability, the dependency in libtool on libtool-bin needs to
be removed, and libtool-bin needs to depend on libtool instead.

The vast majority of packages using libtool via automake don't need
the libtool binary, and thus no changes in the build dependencies, however
about 60 source packages are using libtool directly, and need changes.

 - some packages just check for the libtool binary, and then don't
   use it for the build (but are using libtoolize instead).  Such
   usages are seen in a script called buildcheck.sh, and sometimes
   in autogen.sh scripts.  The solution for these cases is to patch
   these scripts to check for libtoolize instead of libtool, and
   not to introduce the new build dependency.

 - other packages just need the additional build dependency on
   libtool-bin.

To test your packages with the libtool-bin package removed, please use
the binaries found at

  deb https://people.debian.org/~doko/tmp/20140820 ./

It is not clear, if all of these changes can be done in time for
the jessie release, but it would be nice to have to be able to
cross-build more packages in jessie.

For questions and help please email the debian-cross ML.

For additional pointers please see
https://lists.debian.org/debian-devel-announce/2014/08/msg00013.html
and some discussion in the orignal issue filed for libtool (#682045).

The full build log can be found at:
http://people.debian.org/~doko/logs/20140912/failed-libtool/lcd4linux_0.11.0~svn1200-2_unstable_jdk-libtool.log
The last lines of the build log are at the end of this report.
        
[...]
     ^
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o plugin_ppp.o 
plugin_ppp.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
plugin_proc_stat.o plugin_proc_stat.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o plugin_python.o 
plugin_python.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
plugin_qnaplog.o plugin_qnaplog.c
plugin_qnaplog.c: In function 'callbackConn':
plugin_qnaplog.c:188:31: warning: unused parameter 'NotUsed' 
[-Wunused-parameter]
 static int callbackConn(void *NotUsed, int argc, char **argv, char **azColName)
                               ^
plugin_qnaplog.c: In function 'callbackEvent':
plugin_qnaplog.c:235:32: warning: unused parameter 'NotUsed' 
[-Wunused-parameter]
 static int callbackEvent(void *NotUsed, int argc, char **argv, char 
**azColName)
                                ^
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o plugin_raspi.o 
plugin_raspi.c
plugin_raspi.c: In function 'readValue':
plugin_raspi.c:84:2: warning: ignoring return value of 'fgets', declared with 
attribute warn_unused_result [-Wunused-result]
  fgets(tmpstr, sizeof(tmpstr), fp);
  ^
plugin_raspi.c: In function 'readStr':
plugin_raspi.c:105:2: warning: ignoring return value of 'fgets', declared with 
attribute warn_unused_result [-Wunused-result]
  fgets(tmpstr, sizeof(tmpstr), fp);
  ^
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o plugin_sample.o 
plugin_sample.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o plugin_seti.o 
plugin_seti.c
plugin_seti.c: In function 'parse_seti':
plugin_seti.c:104:2: warning: ignoring return value of 'fgets', declared with 
attribute warn_unused_result [-Wunused-result]
  fgets(buffer, sizeof(buffer), stream);
  ^
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o plugin_statfs.o 
plugin_statfs.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o plugin_uname.o 
plugin_uname.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o plugin_uptime.o 
plugin_uptime.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
plugin_w1retap.o plugin_w1retap.c
plugin_w1retap.c: In function 'my_readkey':
plugin_w1retap.c:81:6: warning: ignoring return value of 'fgets', declared with 
attribute warn_unused_result [-Wunused-result]
      fgets(val2, sizeof(val2), fp);
      ^
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
plugin_wireless.o plugin_wireless.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include   -I/usr/include/python2.7 
-D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o plugin_xmms.o 
plugin_xmms.c
libtool  --tag=CC   --mode=link gcc -D_GNU_SOURCE -Wall -Wextra 
-fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security "-Wl,--as-needed" -Wl,-z,relro -o lcd4linux lcd4linux.o 
cfg.o debug.o drv.o drv_generic.o evaluator.o property.o hash.o layout.o pid.o 
timer.o timer_group.o thread.o udelay.o qprintf.o rgb.o event.o widget.o 
widget_text.o widget_bar.o widget_icon.o widget_keypad.o widget_timer.o 
widget_gpo.o plugin.o plugin_cfg.o plugin_math.o plugin_string.o plugin_test.o 
plugin_time.o drv_ASTUSB.o drv_BeckmannEgle.o drv_BWCT.o drv_Crystalfontz.o 
drv_Curses.o drv_Cwlinux.o drv_D4D.o drv_dpf.o drv_EA232graphic.o drv_EFN.o 
drv_FutabaVFD.o drv_FW8888.o drv_G15.o drv_GLCD2USB.o drv_HD44780.o drv_IRLCD.o 
drv_LCD2USB.o drv_LCDTerm.o drv_LEDMatrix.o drv_LPH7508.o drv_LW_ABP.o 
drv_M50530.o drv_MatrixOrbital.o drv_MatrixOrbitalGX.o drv_MilfordInstruments.o 
drv_Newhaven.o drv_Noritake.o drv_NULL.o drv_Pertelian.o drv_PHAnderson.o 
drv_PICGraphic.o drv_picoLCD.o d
 rv_picoLCDGraphic.o drv_RouterBoard.o drv_Sample.o drv_SamsungSPF.o 
drv_ShuttleVFD.o drv_SimpleLCD.o drv_T6963.o drv_TeakLCM.o drv_Trefon.o 
drv_ula200.o drv_USBHUB.o drv_USBLCD.o drv_vnc.o drv_WincorNixdorf.o drv_X11.o 
drv_Image.o drv_generic_text.o drv_generic_graphic.o widget_image.o 
drv_generic_gpio.o drv_generic_parport.o drv_generic_serial.o drv_generic_i2c.o 
drv_generic_keypad.o  plugin_apm.o plugin_button_exec.o plugin_asterisk.o 
plugin_cpuinfo.o plugin_dbus.o plugin_diskstats.o plugin_dvb.o plugin_exec.o 
plugin_event.o plugin_file.o plugin_fifo.o plugin_hddtemp.o plugin_huawei.o 
plugin_i2c_sensors.o plugin_iconv.o plugin_imon.o plugin_isdn.o plugin_kvv.o 
plugin_loadavg.o plugin_meminfo.o plugin_mpd.o plugin_mpris_dbus.o 
plugin_mysql.o plugin_netdev.o plugin_netinfo.o plugin_pop3.o plugin_ppp.o 
plugin_proc_stat.o plugin_python.o plugin_qnaplog.o plugin_raspi.o 
plugin_sample.o plugin_seti.o plugin_statfs.o plugin_uname.o plugin_uptime.o 
plugin_w1retap.o plugin_wireless.o plugi
 n_xmms.o  -lncurses -L/usr/local/lib -lvncserver -lz -lX11 -lgd -ljpeg -lusb 
-lftdi  -ldbus-1   -lmpdclient  -ldbus-1 -lmysqlclient -L/usr/lib -lpython2.7 
-L/usr/lib -lz -lpthread -ldl  -lutil -lsqlite3 -lm 
/bin/bash: libtool: command not found
Makefile:634: recipe for target 'lcd4linux' failed
make[2]: *** [lcd4linux] Error 127
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:530: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
debian/rules:24: recipe for target 'build' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: lcd4linux
Source-Version: 0.11.0~svn1200-2.1

We believe that the bug you reported is fixed in the latest version of
lcd4linux, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated lcd4linux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


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

Format: 1.8
Date: Thu, 09 Oct 2014 10:38:13 +0000
Source: lcd4linux
Binary: lcd4linux
Architecture: source amd64
Version: 0.11.0~svn1200-2.1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
 lcd4linux  - Grabs information and displays it on an external lcd
Closes: 761762
Changes:
 lcd4linux (0.11.0~svn1200-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build-depend on libtool-bin. Closes: #761762.
Checksums-Sha1:
 89da336eccd8880a44352cec2bd3f5fb2491d0d4 1532 lcd4linux_0.11.0~svn1200-2.1.dsc
 c2c9ce2854070b7e75af27eded13e4a88e4fa03a 6548 
lcd4linux_0.11.0~svn1200-2.1.debian.tar.xz
 a6c36928bc42ad8d57fe29464b59580af0f53e07 228794 
lcd4linux_0.11.0~svn1200-2.1_amd64.deb
Checksums-Sha256:
 55f28ffc97788f07084c43cadb5afde1a43d5582882128f5a698592d4fe77f7b 1532 
lcd4linux_0.11.0~svn1200-2.1.dsc
 69ee6cd49a33fb3f58480f4e8e05254c4c9eaa6ccfabdcad65ce3ee1eaf1277d 6548 
lcd4linux_0.11.0~svn1200-2.1.debian.tar.xz
 a3aa89ec7be928b566e8cc4a6b531069b71c8352aaf985f9c2f1e5f7ead2d636 228794 
lcd4linux_0.11.0~svn1200-2.1_amd64.deb
Files:
 a075c255d026ba80b5ca086711c64b0d 1532 utils optional 
lcd4linux_0.11.0~svn1200-2.1.dsc
 e533d44e6ac8355a0142f011b0394c66 6548 utils optional 
lcd4linux_0.11.0~svn1200-2.1.debian.tar.xz
 bdaa25f84a4bdd08de11c1e97e0a54ab 228794 utils optional 
lcd4linux_0.11.0~svn1200-2.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlQ2aAYACgkQStlRaw+TLJw8mACeNZWN+i6sfwWOsI3u1hzWpJjJ
IAwAn0AEY2nuaiLX+5etbKrPibu/Al/V
=IW2A
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to