Debian Bug report logs -
#663671
umview: FTBFS: error: 'lwip_vdeif_add' undeclared here (not in a function)
Reported by: Moritz Muehlenhoff <muehlenhoff@univention.de>
Date: Tue, 13 Mar 2012 09:06:30 UTC
Severity: serious
Tags: patch, sid, wheezy
Found in version umview/0.6-1
Fixed in version umview/0.8.2-1
Done: Ludovico Gardenghi <garden@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#663671; Package umview.
(Tue, 13 Mar 2012 09:06:38 GMT) (full text, mbox, link).
Acknowledgement sent
to Moritz Muehlenhoff <muehlenhoff@univention.de>:
New Bug report received and forwarded. Copy sent to Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>.
(Tue, 13 Mar 2012 09:06:40 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: umview
Version: 0.6-1
Severity: serious
Your package fails to build from source:
/.libs/libumlib.so -Wl,-z -Wl,relro -Wl,-soname -Wl,umfuse.so -o .libs/umfuse.so
libtool: link: ( cd ".libs" && rm -f "umfuse.la" && ln -s "../umfuse.la" "umfuse.la" )
make[3]: Leaving directory `/home/jmm/umview-0.6/umfuse'
Making all in um_lwip
make[3]: Entering directory `/home/jmm/umview-0.6/um_lwip'
/bin/bash ../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c -o lwipv6.lo lwipv6.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c lwipv6.c -fPIC -DPIC -o .libs/lwipv6.o
lwipv6.c: In function 'openlwiplib':
lwipv6.c:160:9: warning: unused variable 'fun' [-Wunused-variable]
lwipv6.c:159:6: warning: unused variable 'i' [-Wunused-variable]
lwipv6.c: At top level:
lwipv6.c:222:40: error: 'lwip_vdeif_add' undeclared here (not in a function)
lwipv6.c:222:55: error: 'lwip_tapif_add' undeclared here (not in a function)
lwipv6.c:222:70: error: 'lwip_tunif_add' undeclared here (not in a function)
lwipv6.c: In function 'myputenv':
lwipv6.c:272:8: warning: unused variable 'j' [-Wunused-variable]
lwipv6.c: In function 'fini':
lwipv6.c:384:2: warning: statement with no effect [-Wunused-value]
lwipv6.c: At top level:
lwipv6.c:54:12: warning: 'alwaystrue' defined but not used [-Wunused-function]
make[3]: *** [lwipv6.lo] Error 1
make[3]: Leaving directory `/home/jmm/umview-0.6/um_lwip'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmm/umview-0.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/umview-0.6'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Added tag(s) sid and wheezy.
Request was from Gerfried Fuchs <rhonda@debian.org>
to control@bugs.debian.org.
(Thu, 22 Mar 2012 00:21:05 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#663671; Package umview.
(Wed, 23 May 2012 21:51:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Matej Vela <vela@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>.
(Wed, 23 May 2012 21:51:03 GMT) (full text, mbox, link).
Message #12 received at 663671@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
tag 663671 patch
thanks
On Tue, Mar 13, 2012 at 10:04:59AM +0100, Moritz Muehlenhoff wrote:
> Your package fails to build from source:
[...]
> lwipv6.c:222:40: error: 'lwip_vdeif_add' undeclared here (not in a function)
> lwipv6.c:222:55: error: 'lwip_tapif_add' undeclared here (not in a function)
> lwipv6.c:222:70: error: 'lwip_tunif_add' undeclared here (not in a function)
lwipv6 1.4a+ exposes these as macros rather than function declarations.
The replacements are lwip_add_vdeif/lwip_add_tapif/lwip_add_tunif; patch
below.
Cheers,
Matej
[umview-lwipv6-1.4a.diff (text/plain, attachment)]
Added tag(s) patch.
Request was from Matej Vela <vela@debian.org>
to control@bugs.debian.org.
(Wed, 23 May 2012 21:51:07 GMT) (full text, mbox, link).
Reply sent
to Ludovico Gardenghi <garden@debian.org>:
You have taken responsibility.
(Sun, 17 Jun 2012 01:24:03 GMT) (full text, mbox, link).
Notification sent
to Moritz Muehlenhoff <muehlenhoff@univention.de>:
Bug acknowledged by developer.
(Sun, 17 Jun 2012 01:24:03 GMT) (full text, mbox, link).
Message #19 received at 663671-close@bugs.debian.org (full text, mbox, reply):
Source: umview
Source-Version: 0.8.2-1
We believe that the bug you reported is fixed in the latest version of
umview, which is due to be installed in the Debian FTP archive:
libumlib-dev_0.8.2-1_amd64.deb
to main/u/umview/libumlib-dev_0.8.2-1_amd64.deb
libumlib0_0.8.2-1_amd64.deb
to main/u/umview/libumlib0_0.8.2-1_amd64.deb
umview-mod-umdevtap_0.8.2-1_amd64.deb
to main/u/umview/umview-mod-umdevtap_0.8.2-1_amd64.deb
umview-mod-umlwip_0.8.2-1_amd64.deb
to main/u/umview/umview-mod-umlwip_0.8.2-1_amd64.deb
umview-mod-viewfs_0.8.2-1_amd64.deb
to main/u/umview/umview-mod-viewfs_0.8.2-1_amd64.deb
umview_0.8.2-1.diff.gz
to main/u/umview/umview_0.8.2-1.diff.gz
umview_0.8.2-1.dsc
to main/u/umview/umview_0.8.2-1.dsc
umview_0.8.2-1_amd64.deb
to main/u/umview/umview_0.8.2-1_amd64.deb
umview_0.8.2.orig.tar.gz
to main/u/umview/umview_0.8.2.orig.tar.gz
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 663671@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ludovico Gardenghi <garden@debian.org> (supplier of updated umview 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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 17 Jun 2012 01:52:55 +0200
Source: umview
Binary: umview libumlib0 libumlib-dev umview-mod-umlwip umview-mod-umdevtap umview-mod-viewfs
Architecture: source amd64
Version: 0.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>
Changed-By: Ludovico Gardenghi <garden@debian.org>
Description:
libumlib-dev - View-OS in user space - Development files
libumlib0 - View-OS in user space - Support library for modules
umview - View-OS in user space - Core and base modules
umview-mod-umdevtap - View-OS in user space - Virtual TUN/TAP module
umview-mod-umlwip - View-OS in user space - LWIPv6 gateway module
umview-mod-viewfs - View-OS in user space - Filesystem mangling modules
Closes: 663671 674216
Changes:
umview (0.8.2-1) unstable; urgency=low
.
* New upstream release
+ Remove um_lwip module (no more needed for lwip networking)
(Closes: #663671)
+ New viewfs (replaces modifshide)
* Update copyright file
+ New upstream URL (Closes: #674216)
+ canonicalize.c has been rewritten, removed LGPL part
* Add libcap-dev and dpkg-dev to Build-Depends
* Bump to Standards-Version 3.9.3
+ Remove .la files from libumlib-dev
+ Add missing comma in Depends field
* Switch to machine-readable copyright file
* Remove empty .dirs files
Checksums-Sha1:
424dbff7b9115da30c7ad6934c4229f9000f47f5 1997 umview_0.8.2-1.dsc
0492ed0eff9a291ba8ce11ae06ed386c74f2808e 882032 umview_0.8.2.orig.tar.gz
ec9a06af0c85743d3eb3a1229066a046a53b802c 3699 umview_0.8.2-1.diff.gz
6a1968acf1a3157e958344fc9d7beb636381fbf5 311454 umview_0.8.2-1_amd64.deb
4fa9106b69add2725b5f97b0636c0e611422cbe8 10720 libumlib0_0.8.2-1_amd64.deb
d20219b7a3bb04b8da601603b61d06b76fe1042c 17604 libumlib-dev_0.8.2-1_amd64.deb
9179122c7eb6a489cf2a05b3287bffa10a2122ed 12624 umview-mod-umlwip_0.8.2-1_amd64.deb
2a1dad9bf6c8b12ae7e6453bb7f746dcb2bc51e5 11090 umview-mod-umdevtap_0.8.2-1_amd64.deb
51f59eef1f624789e143dddb0f436f0df3588995 25248 umview-mod-viewfs_0.8.2-1_amd64.deb
Checksums-Sha256:
c85984869b7f70cb07be33e5715d2865103eaed3bba8e35a1f71d982ccc563cf 1997 umview_0.8.2-1.dsc
4da93bbc6a369628c9cc1091a3281e0b4f39cf6f9318dbb135b20c99f5c6b8e3 882032 umview_0.8.2.orig.tar.gz
c985bc7591cb4927125de7eb78590667bb262e34f85ef7178c7dbdd1fc376c0e 3699 umview_0.8.2-1.diff.gz
806340bf4d395943fbf37245faf552aab80bd9619a5300f1f257bb47a26a8894 311454 umview_0.8.2-1_amd64.deb
61dbc140b63afdaf7416d7d12bd3685c8530edd2901332e3ca5eb65ae4b73d50 10720 libumlib0_0.8.2-1_amd64.deb
fa15c13e666ee6ea12fda5b6b9b1737b3392df28d5a620107d09edcc753d26df 17604 libumlib-dev_0.8.2-1_amd64.deb
34da31caf56deb2fa6496cf139a415289f4845e56edd5558c6c8f12b91edafc0 12624 umview-mod-umlwip_0.8.2-1_amd64.deb
f89dcdd1464994c0e45613904b85a13da6601e1692afdc3391bc9535d0c6f162 11090 umview-mod-umdevtap_0.8.2-1_amd64.deb
7d43cb98eb64bdc72227325ea93a11bec9f79e8165e7fbe415beae3fd4667c26 25248 umview-mod-viewfs_0.8.2-1_amd64.deb
Files:
00912e4b25344a90cd91e0b2ea3f041c 1997 misc optional umview_0.8.2-1.dsc
ac6d6baeb5700943ecf5021d980ceb7d 882032 misc optional umview_0.8.2.orig.tar.gz
b97a631f1ff64e0686400d8b997eab87 3699 misc optional umview_0.8.2-1.diff.gz
a06b700c158a5c75aec4b07c616eb652 311454 misc optional umview_0.8.2-1_amd64.deb
8ac78c37b16b8c24fb523d207b000040 10720 libs optional libumlib0_0.8.2-1_amd64.deb
492fb92c98722c1eb2d9ef08474001e1 17604 libdevel optional libumlib-dev_0.8.2-1_amd64.deb
ce05beda310f88f420970e115abcac87 12624 misc optional umview-mod-umlwip_0.8.2-1_amd64.deb
42fda2836c73699a656869a8d0fcb0e7 11090 misc optional umview-mod-umdevtap_0.8.2-1_amd64.deb
2a8723da8e76a89b215926c759aaa540 25248 misc optional umview-mod-viewfs_0.8.2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAEBCgAGBQJP3SriAAoJEPXTSIpdwmASSwQH+wUQz9zLFXoayWpW39ZRI8zJ
Z7OsdHwu3Y3DUQsSZhwTOfbS+CXxOvwRW89aMPGp81UxNvNQpb/iP4GdGhjh4WxW
h4JZW5MCqSNnU4f6fuv+1kjMFOmu1UuMbnsdT4SDpoTNmgYYrumEK1eEDOysnpwo
VXHFvYXznz1zBDU5jQ2qb41yoVtSBhhY0R90K+dh9vMQoFLAvmf6FQgl8vRuBDg2
fxjg+9/3FHnHrtoIdPJnmxt6r3cGDyvUZBYNY557ldSCUjU2bo1d46requlrUMXU
Lu+MI/5W04XKVUlpo3RqfJxrOhz1y4s0D9RQDzLqcYI+ULMM9H0h22DtBfaITCc=
=R/FK
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Wed, 25 Jul 2012 07:34:41 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 04:03:51 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.