Your message dated Mon, 16 Feb 2009 13:32:10 +0000
with message-id <[email protected]>
and subject line Bug#398459: fixed in mhc 0.25.1+20090120-1
has caused the Debian Bug report #398459,
regarding mhc-utils: mhc_pilib is unusable with libpisock9 (pilot-link 0.12.0)
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.)
--
398459: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398459
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mhc-utils
Version: 0.25.1+20050120-2
Severity: normal
Hello,
pilot-link 0.12.0 is now stable and available. The Debian package is
available from experimental. Before uploading it to unstable and replace
libpisock8 by libpisock9 I try to recompile every package using
libpisock8.
Your package mhc-utils does not build with this version of libpisock9
with:
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
(cd ruby-ext && /usr/bin/make clean)
make[1]: Entering directory
`/home/NoBackup/Debian/libpisock9/mhc-utils/mhc-0.25.1+20050120/ruby-ext'
make[1]: Leaving directory
`/home/NoBackup/Debian/libpisock9/mhc-utils/mhc-0.25.1+20050120/ruby-ext'
rm -f adb2mhc gemcal mhc-sync mhc2palm palm2mhc today \
configure.log make.rb emacs/make.rb \
mkmf.log ruby-ext/mkmf.log \
ruby-ext/lib/mhc-gtk.rb \
ruby-ext/extconf.rb ruby-ext/Makefile
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
dpkg-source -b mhc-0.25.1+20050120
dpkg-source: building mhc using existing mhc_0.25.1+20050120.orig.tar.gz
dpkg-source: building mhc in mhc_0.25.1+20050120-2.diff.gz
dpkg-source: warning: ignoring deletion of file emacs/mhc-vars.el.orig
dpkg-source: building mhc in mhc_0.25.1+20050120-2.dsc
debian/rules build
dh_testdir
# Add here commands to compile the package.
#/usr/bin/make
/usr/bin/ruby1.8 ./configure.rb --with-icondir=/usr/share/pixmaps/mhc
ruby1.8 is .. /usr/bin/ruby1.8
make is .. /usr/bin/make
In /usr/local/lib .. checking for pi_socket() in -lpisock... yes
In /usr/local/include .. checking for pi-dlp.h... yes
Warn: keyword @@MHC_XEMACS_PATH@@ was remiained in emacs/make.rb.
creating mhc-sync ...done.
creating mhc2palm ...done.
creating palm2mhc ...done.
creating adb2mhc ...done.
creating gemcal ...done.
creating make.rb ...done.
creating today ...done.
creating emacs/make.rb ...done.
creating ruby-ext/lib/mhc-gtk.rb ...done.
creating ruby-ext/extconf.rb ...done.
In ruby-ext/
ruby1.8 extconf.rb
checking for main() in -lsocket... no
checking for main() in -lpisock... yes
creating Makefile
(cd ruby-ext && /usr/bin/make)
make[1]: Entering directory
`/home/NoBackup/Debian/libpisock9/mhc-utils/mhc-0.25.1+20050120/ruby-ext'
gcc -fPIC -Wall -g -fno-strict-aliasing -O2 -fPIC -I/usr/local/include
-DNEW_NAMING -I. -I/usr/lib/ruby/1.8/i486-linux
-I/usr/lib/ruby/1.8/i486-linux -I. -c ext-helper.c
ext-helper.c: In function 'cp_set2':
ext-helper.c:192: warning: unused variable 's'
ext-helper.c: In function 'cp_get2':
ext-helper.c:281: warning: unused variable 'at_name'
gcc -fPIC -Wall -g -fno-strict-aliasing -O2 -fPIC -I/usr/local/include
-DNEW_NAMING -I. -I/usr/lib/ruby/1.8/i486-linux
-I/usr/lib/ruby/1.8/i486-linux -I. -c mhc_pilib.c
mhc_pilib.c: In function 'rpi_sock_open':
mhc_pilib.c:126: warning: passing argument 2 of 'pi_bind' from incompatible
pointer type
mhc_pilib.c:126: error: too many arguments to function 'pi_bind'
mhc_pilib.c:131: warning: passing argument 2 of 'pi_bind' from incompatible
pointer type
mhc_pilib.c:131: error: too many arguments to function 'pi_bind'
mhc_pilib.c: In function 'rdlp_ReadAppBlock':
mhc_pilib.c:266: warning: passing argument 4 of 'dlp_ReadAppBlock' makes
integer from pointer without a cast
mhc_pilib.c:266: warning: passing argument 5 of 'dlp_ReadAppBlock' makes
pointer from integer without a cast
mhc_pilib.c:271: warning: pointer targets in passing argument 1 of 'rb_str_new'
differ in signedness
mhc_pilib.c: In function 'rdlp_ReadRecordByIndex':
mhc_pilib.c:294: warning: passing argument 4 of 'dlp_ReadRecordByIndex' from
incompatible pointer type
mhc_pilib.c:294: error: too many arguments to function 'dlp_ReadRecordByIndex'
mhc_pilib.c:306: warning: pointer targets in passing argument 1 of 'rb_str_new'
differ in signedness
mhc_pilib.c: In function 'rdlp_ReadRecordById':
mhc_pilib.c:322: warning: passing argument 4 of 'dlp_ReadRecordById' from
incompatible pointer type
mhc_pilib.c:322: error: too many arguments to function 'dlp_ReadRecordById'
mhc_pilib.c:330: warning: pointer targets in passing argument 1 of 'rb_str_new'
differ in signedness
mhc_pilib.c: In function 'rdlp_WriteRecord':
mhc_pilib.c:362: warning: passing argument 2 of 'unpack_Appointment' from
incompatible pointer type
mhc_pilib.c: In function 'rpack_Appointment':
mhc_pilib.c:452: warning: passing argument 2 of 'pack_Appointment' from
incompatible pointer type
mhc_pilib.c:429: warning: unused variable 'i'
mhc_pilib.c: In function 'runpack_Appointment':
mhc_pilib.c:464: warning: passing argument 2 of 'unpack_Appointment' from
incompatible pointer type
mhc_pilib.c: In function 'rpack_Address':
mhc_pilib.c:511: warning: passing argument 2 of 'pack_Address' from
incompatible pointer type
mhc_pilib.c:512: warning: pointer targets in passing argument 1 of 'rb_str_new'
differ in signedness
mhc_pilib.c: In function 'runpack_Address':
mhc_pilib.c:521: warning: passing argument 2 of 'unpack_Address' from
incompatible pointer type
mhc_pilib.c: In function 'rpack_AddressAppInfo':
mhc_pilib.c:549: warning: pointer targets in passing argument 1 of 'rb_str_new'
differ in signedness
mhc_pilib.c: In function 'runpack_AddressAppInfo':
mhc_pilib.c:559: warning: pointer targets in passing argument 2 of
'unpack_AddressAppInfo' differ in signedness
mhc_pilib.c: In function 'rpi_file_get_app_info':
mhc_pilib.c:607: warning: pointer targets in passing argument 3 of
'pi_file_get_app_info' differ in signedness
mhc_pilib.c:607: error: void value not ignored as it ought to be
mhc_pilib.c: In function 'rpi_file_read_record':
mhc_pilib.c:617: error: 'pi_uid_t' undeclared (first use in this function)
mhc_pilib.c:617: error: (Each undeclared identifier is reported only once
mhc_pilib.c:617: error: for each function it appears in.)
mhc_pilib.c:617: error: expected ';' before 'id'
mhc_pilib.c:624: error: 'id' undeclared (first use in this function)
mhc_pilib.c:624: warning: pointer targets in passing argument 4 of
'pi_file_read_record' differ in signedness
make[1]: *** [mhc_pilib.o] Error 1
make[1]: Leaving directory
`/home/NoBackup/Debian/libpisock9/mhc-utils/mhc-0.25.1+20050120/ruby-ext'
make: *** [build-stamp] Error 2
debuild: fatal error at line 1224:
debian/rules build failed
You should talk to your upstream author to try to solve the problem.
Maybe a new version is already on its way.
Regards,
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.8-mactel
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
Source: mhc
Source-Version: 0.25.1+20090120-1
We believe that the bug you reported is fixed in the latest version of
mhc, which is due to be installed in the Debian FTP archive:
mhc-utils_0.25.1+20090120-1_i386.deb
to pool/main/m/mhc/mhc-utils_0.25.1+20090120-1_i386.deb
mhc_0.25.1+20090120-1.diff.gz
to pool/main/m/mhc/mhc_0.25.1+20090120-1.diff.gz
mhc_0.25.1+20090120-1.dsc
to pool/main/m/mhc/mhc_0.25.1+20090120-1.dsc
mhc_0.25.1+20090120-1_all.deb
to pool/main/m/mhc/mhc_0.25.1+20090120-1_all.deb
mhc_0.25.1+20090120.orig.tar.gz
to pool/main/m/mhc/mhc_0.25.1+20090120.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.
Tatsuya Kinoshita <[email protected]> (supplier of updated mhc 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, 16 Feb 2009 22:07:11 +0900
Source: mhc
Binary: mhc mhc-utils
Architecture: source all i386
Version: 0.25.1+20090120-1
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita <[email protected]>
Changed-By: Tatsuya Kinoshita <[email protected]>
Description:
mhc - schedule management tool for emacsen
mhc-utils - command line/GUI utilities for the MHC schedule management system
Closes: 398459
Changes:
mhc (0.25.1+20090120-1) unstable; urgency=low
.
* New upstream release. (development snapshot, downloaded from
`http://www.quickhack.net/mhc/arc/mhc-current-snap20090120.tar.gz')
- Conforming to pilot-link 0.12 or later. (closes: #398459)
* debian/control:
- Build-Depends: Update libpisock-dev version to 0.12.
- Depends: Add make.
- Suggests: Replace cupsys-client with cups-client.
* debian/patches, debian/README.source: Removed, not to use quilt.
* debian/rules, debian/control: Don't use quilt.
* debian/po, debian/mhc-utils.config, debian/mhc-utils.postinst,
debian/mhc-utils.templates: Removed, not to support /dev/pilot creation.
* debian/rules, debian/control: Don't use po-debconf.
* debian/emacsen-*: Rewritten.
* debian/rules: Use dh_prep instead of `dh_clean -k'.
* debian/compat, debian/control: Update debhelper version to 7.
* debian/copyright: Updated.
Checksums-Sha1:
99aa42b9e882cebdc467aac47a5bed24f8fb5e68 1082 mhc_0.25.1+20090120-1.dsc
f150d87fd2649224760e6f0f334d33f08b86f4dc 239547 mhc_0.25.1+20090120.orig.tar.gz
007cc6d210c1a07cb316f05653bb72169c1eaa6f 12623 mhc_0.25.1+20090120-1.diff.gz
3683247860a34ca452d2fd30a003512f187f24fa 172606 mhc_0.25.1+20090120-1_all.deb
e0025e92b75b230b45a051470bbd84031623c2f8 104324
mhc-utils_0.25.1+20090120-1_i386.deb
Checksums-Sha256:
f8163dabfddb4249b0646622855a323663674a8bff16f5b151dd123723747222 1082
mhc_0.25.1+20090120-1.dsc
f341b4d2d4640ddd8a904edcd20f7795aa42a18315cf01c1c9f775f0a6928ef2 239547
mhc_0.25.1+20090120.orig.tar.gz
c7abcce6a8813d48e87619b877d23e4f548f5f287b4a907c1aa94ec178c05568 12623
mhc_0.25.1+20090120-1.diff.gz
e82fcbbd5b8af35efbc77d3fea2045f909f62813414754417df0e9ff8763f77a 172606
mhc_0.25.1+20090120-1_all.deb
bc93379f7ad75adcb927e81275e7cdf22bf1b688fcedbab54dba69f81705be3c 104324
mhc-utils_0.25.1+20090120-1_i386.deb
Files:
fc1924dec6d8a59395f2e59459853435 1082 misc optional mhc_0.25.1+20090120-1.dsc
ca353888271fea97ae73d67dab655adb 239547 misc optional
mhc_0.25.1+20090120.orig.tar.gz
86b96c77e1791471c4a242e5b4a0eaf6 12623 misc optional
mhc_0.25.1+20090120-1.diff.gz
ae1a1cb42b87d83b0016a7c587fefe2d 172606 misc optional
mhc_0.25.1+20090120-1_all.deb
10c36fb5cb474998869189777b149c99 104324 misc optional
mhc-utils_0.25.1+20090120-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmZaI0ACgkQgV4LPvpMUpgl2wCfRkDBwBI1GgQScfjV18R+5PYw
de0AoIeUGPWNnkfdL4/2AIgHELJQksRB
=DvrW
-----END PGP SIGNATURE-----
--- End Message ---