Your message dated Wed, 11 Nov 2009 15:20:55 +0000
with message-id <[email protected]>
and subject line Bug#551329: fixed in kftpgrabber 0.8.99~svn1044538-1
has caused the Debian Bug report #551329,
regarding kftpgrabber: FTBFS with eglibc 2.10
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.)
--
551329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551329
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kftpgrabber
Version: 0.8.1-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following:
* Fix FTBFS (LP: #452905):
- 12_const_char_for_eglibc2.10.diff: fix invalid pointer conversion
in kftpgrabber/src/engine/ftpsocket.cpp
We thought you might be interested in doing the same.
The build fails with the following error:
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -I./.. -I../misc -I./../misc
-I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT
-D_REENTRANT -DNDEBUG -DNO_DEBUG -g -O2 -g -Wall -O2 -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o
ftpsocket.o ftpsocket.cpp
ftpsocket.cpp: In member function 'void
KFTPEngine::FtpCommandNegotiateData::negotiateEpsv()':
ftpsocket.cpp:761: error: invalid conversion from 'const char*' to 'char*'
ftpsocket.cpp: In member function 'void
KFTPEngine::FtpCommandNegotiateData::negotiatePasv()':
ftpsocket.cpp:796: error: invalid conversion from 'const char*' to 'char*'
ftpsocket.cpp:800: error: invalid conversion from 'const char*' to 'char*'
ftpsocket.cpp: In member function 'KNetwork::KSocketAddress
KFTPEngine::FtpSocket::setupActiveTransferSocket()':
ftpsocket.cpp:938: warning: suggest parentheses around assignment used as truth
value
make[5]: *** [ftpsocket.o] Error 1
http://launchpadlibrarian.net/31953917/buildlog_ubuntu-karmic-i386.kftpgrabber_0.8.1-2_FAILEDTOBUILD.txt.gz
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500,
'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)
Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- kftpgrabber-0.8.1.orig/debian/patches/12_const_char_for_eglibc2.10.diff
+++ kftpgrabber-0.8.1/debian/patches/12_const_char_for_eglibc2.10.diff
@@ -0,0 +1,21 @@
+diff -Nur -x '*.orig' -x '*~' kftpgrabber-0.8.1/kftpgrabber/src/engine/ftpsocket.cpp kftpgrabber-0.8.1.new/kftpgrabber/src/engine/ftpsocket.cpp
+--- kftpgrabber-0.8.1/kftpgrabber/src/engine/ftpsocket.cpp 2007-05-15 22:20:33.000000000 +0400
++++ kftpgrabber-0.8.1.new/kftpgrabber/src/engine/ftpsocket.cpp 2009-10-16 12:41:46.000000000 +0400
+@@ -758,7 +758,7 @@
+ }
+
+ // 229 Entering Extended Passive Mode (|||55016|)
+- char *begin = strchr(socket()->getResponse().ascii(), '(');
++ const char *begin = strchr(socket()->getResponse().ascii(), '(');
+ int port;
+
+ if (!begin || sscanf(begin, "(|||%d|)", &port) != 1) {
+@@ -793,7 +793,7 @@
+
+ // Ok PASV command successfull - let's parse the result
+ int ip[6];
+- char *begin = strchr(socket()->getResponse().ascii(), '(');
++ const char *begin = strchr(socket()->getResponse().ascii(), '(');
+
+ // Some stinky servers don't respect RFC and do it on their own
+ if (!begin)
--- End Message ---
--- Begin Message ---
Source: kftpgrabber
Source-Version: 0.8.99~svn1044538-1
We believe that the bug you reported is fixed in the latest version of
kftpgrabber, which is due to be installed in the Debian FTP archive:
kftpgrabber_0.8.99~svn1044538-1.diff.gz
to main/k/kftpgrabber/kftpgrabber_0.8.99~svn1044538-1.diff.gz
kftpgrabber_0.8.99~svn1044538-1.dsc
to main/k/kftpgrabber/kftpgrabber_0.8.99~svn1044538-1.dsc
kftpgrabber_0.8.99~svn1044538-1_amd64.deb
to main/k/kftpgrabber/kftpgrabber_0.8.99~svn1044538-1_amd64.deb
kftpgrabber_0.8.99~svn1044538.orig.tar.gz
to main/k/kftpgrabber/kftpgrabber_0.8.99~svn1044538.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Meskes <[email protected]> (supplier of updated kftpgrabber 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: Mon, 09 Nov 2009 16:02:53 +0100
Source: kftpgrabber
Binary: kftpgrabber
Architecture: source amd64
Version: 0.8.99~svn1044538-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team <[email protected]>
Changed-By: Michael Meskes <[email protected]>
Description:
kftpgrabber - ftp client for KDE
Closes: 543012 551329
Changes:
kftpgrabber (0.8.99~svn1044538-1) unstable; urgency=low
.
* New upstream version for KDE4. (Closes: #543012, #551329)
Checksums-Sha1:
6415d6dcdf7655c7a543450d4ee1cab7c7a94502 1403
kftpgrabber_0.8.99~svn1044538-1.dsc
7069a579f9496a45989bac64d7bcbff401c68cdc 550637
kftpgrabber_0.8.99~svn1044538.orig.tar.gz
9fc7e6ac9f84e7ce3e91857e57a4a4deafd5fad5 6882
kftpgrabber_0.8.99~svn1044538-1.diff.gz
898e77f9eaf689fa614ab4032e2ad325f0a4c3d4 732708
kftpgrabber_0.8.99~svn1044538-1_amd64.deb
Checksums-Sha256:
77ce0c4745bc573be0a8d28a99324b9782785700ff29fa984f1d677be3c10fcd 1403
kftpgrabber_0.8.99~svn1044538-1.dsc
248fa3ff4a2473e2e5ccd1f16682e2c7136f31c68f74167085f8babcdbba1921 550637
kftpgrabber_0.8.99~svn1044538.orig.tar.gz
494d321fa8e31dad0a67ebcbd098cd90d27ca31cf449b9cf57bc4e3e4a96af3e 6882
kftpgrabber_0.8.99~svn1044538-1.diff.gz
5cee71e7f44b0a6bd71fbc9179527ab55cda052a427f4a40cb7d490c8f2d909c 732708
kftpgrabber_0.8.99~svn1044538-1_amd64.deb
Files:
bda90ce082fe6edd2d43d59e2d2d9d9d 1403 kde optional
kftpgrabber_0.8.99~svn1044538-1.dsc
17cdfd24523a9aa0cc8d9c0e057d622c 550637 kde optional
kftpgrabber_0.8.99~svn1044538.orig.tar.gz
a8f10074f34acfc490bbea93fc545ae1 6882 kde optional
kftpgrabber_0.8.99~svn1044538-1.diff.gz
4d4c24da289257bb90429be3e9e09915 732708 kde optional
kftpgrabber_0.8.99~svn1044538-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFK+sI+VkEm8inxm9ERAv/KAJ0Qr4R6KS3ZMW6jfsQdEGVvxTgEVQCfXJdz
ZpXktWWvvISH5zVhzzIclIY=
=oYK8
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras