Bug#820974: bind9 crypto issue

2017-01-20 Thread LaMont Jones
On Fri, Jan 20, 2017 at 02:35:16PM +0100, Arturo Borrero Gonzalez wrote:
> I believe this is a serious bug, since it affects the most common way
> to deploy bind9 server which is in a chroot.
> In my opinion, we should probably not release stable stretch with
> bind9 in this state.
> 
> This is what I get in systemctl status:
> 
> ene 19 13:38:04 named[1020]: ENGINE_by_id failed (crypto failure)

Can you provide a named.conf that reproduces the issue?

thanks,
lamont



Bug#850430: postfix 3.1.4-1 breaks on lmtp interface

2017-01-06 Thread LaMont Jones
On Fri, Jan 06, 2017 at 03:22:34PM +0100, Thomas Leuxner wrote:
> $ grep lmtp /etc/postfix/master.cf
> lmtp  unix  -   -   y   -   -   lmtp

Is there by any chance any trailing whitespace on that line?

lamont



Bug#815047: postfix: Postfix fails to start after upgrade

2016-02-18 Thread LaMont Jones
On Thu, Feb 18, 2016 at 09:43:16PM -0500, James Cloos wrote:
> shlib_directory=/usr/lib/postfix/lib
> daemon_directory=/usr/lib/postfix/daemons

I've been kicking this around with Scott K, and we're going to go with
shlib_directory=/usr/lib/postfix
daemon_directory=/usr/lib/postfix/sbin
and then I'll be making sure that shlib loading doesn't get to traverse
into the subdirectory.

One way or another, I'd expect that to get uploaded before the weekend
is over.  (Targetting Friday sometime, but I've learned to be
conservative in what I commit.)

lamont



Bug#783183: init.d reload should fail if the daemon is not running

2015-04-23 Thread LaMont Jones
Package: anope
Version: 2.0.2-1
Severity: serious

If the daemon is not running, reload should fail.  It currently passes.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#783183: init.d reload should fail if the daemon is not running

2015-04-23 Thread LaMont Jones
On Thu, Apr 23, 2015 at 11:34:43PM +0100, Dominic Hargreaves wrote:
 On Thu, Apr 23, 2015 at 08:29:14AM -0600, LaMont Jones wrote:
  Package: anope
  Version: 2.0.2-1
  Severity: serious
  
  If the daemon is not running, reload should fail.  It currently passes.
 Really? A quick review of init scripts on my system reveal many that
 behave similarly, and nowhere in policy can I find anything defining the
 correct behaviour, so I don't see how this is anything above wishlist.
 Am I missing something?

There's an expectation that (1) you won't randomly clober some process
that happens to wind up with the pid from your pidfile, and (2) I kind
of expect that after I say reload, there's a running daemon, or an error.

One could argue that it's not a bug, but I'd resist wishlist... normal
maybe?  I'll grant that serious may be a bit over the top. :(

lamont


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#773170: [Pkg-sysvinit-devel] Bug#773170: insserv: refuses to start postfix at boot because dnsmasq is disabled

2015-01-10 Thread LaMont Jones
severity 773170 important
--

On Wed, Dec 17, 2014 at 09:33:16AM +0100, Yves-Alexis Perez wrote:
 On Tue, 16 Dec 2014 09:58:09 +0100 Petter Reinholdtsen p...@hungry.com 
 wrote:
 Well, postfix uses Required-start: $named because it needs name
 resolution. And I guess dnsmasq provides $named by default, but that's
 actually not the case in Salvo system. Not sure what's the correct way
 to fix this. A quick way would be to remove the Provide: $named, when
 configuring dnsmasq to not be be used as a name resolution daemon, but
 that can't really be done automatically.

Postfix does, indeed REQUIRE that name resolution work on the machine.
Therefore, $named is the correct thing to require.

My next bit of investigation will be to look into what Provides: $named
when dnsmasq is NOT installed.

lamont


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#741285: bind9: FTBFS on kfreebsd: linking errors

2014-03-24 Thread LaMont Jones
tag 741285 + moreinfo
--

I'll need someone with kfreebsd to provide a patch.

lamont


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#724844: bind9: Missing dns/rrl.h

2014-01-27 Thread LaMont Jones
On Sun, Jan 26, 2014 at 08:52:42PM +, Dominic Hargreaves wrote:
 On Tue, Jan 21, 2014 at 01:42:29PM +0100, Bernhard Schmidt wrote:
 I'd like to echo this; 9.9.x has useful and important functionality
 for DNSSEC deployment.
 
 The bug in question seems to be a repeat of #720813 which was marked
 fixed in 1:9.9.3.dfsg.P2-3 but as far as I can tell from looking at
 
 http://snapshot.debian.org/archive/debian/20130828T095519Z/pool/main/b/bind9/libbind-dev_9.9.3.dfsg.P2-3_amd64.deb
 
 wasn't.
 
 The bug is marked pending but I can't see any sign of a fix in the git
 repo. Lamont, can you confirm the situation?

I'll be working on BIND this week, expect this to be addressed by Monday 3 Feb.

lamont


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#702374: postfix: get message Relay Access Denied, when using SASL

2013-03-06 Thread LaMont Jones
On Wed, Mar 06, 2013 at 07:19:49PM +0100, Jean-Jacques Doti wrote:
 I've been able to solve the problem by adding this line to the conf
 (main.cf) :
 smtpd_relay_restrictions = permit_sasl_authenticated,
 permit_mynetworks, reject_unauth_destination
 but I'm not sure there will be no side effects.

2.10.0-2 will better address the incompatible change in the main.cf syntax:

[Incompat 20121007] As part of a forward compatibility safety net,
the Postfix installation procedure adds the following
smtpd_relay_restrictions entry to main.cf when there is none:

smtpd_relay_restrictions =
permit_mynetworks
permit_sasl_authenticated
defer_unauth_destination

I need to review the rest of the release notes and see what else I need to
detect and deal with as part of an upgrade.

lamont


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#699145: bind9: CVE-2012-5689

2013-02-25 Thread LaMont Jones
On Sun, Feb 24, 2013 at 11:53:01AM +, Dominic Hargreaves wrote:
 On Mon, Jan 28, 2013 at 07:37:03AM +0100, Moritz Muehlenhoff wrote:
 Given these, I am not convinced that this should be RC for wheezy.
 How about a NEWS item drawing attention to the issue and workaround,
 and a downgrade to important?

Agreed

 Note: I was unable to find any public upstream VCS for BIND 9 so was
 unable to easily find the relevant patch. Could the BIND 9 maintainers
 comment on whether they would consider including the patch?

No plans to include it until a production quality patch is available,
given how trivial and complete the workaround is.

lamont


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#695192: bind9: CVE-2012-5688

2012-12-05 Thread LaMont Jones
On Wed, Dec 05, 2012 at 09:31:00AM +0100, Moritz Muehlenhoff wrote:
 Package: bind9
 Severity: grave
 Tags: security
 Justification: user security hole
 Please see https://kb.isc.org/article/AA-00828
 Stable is not affected. This needs to be fixed through 
 testing-proposed-updates,
 since the testing and unstable packages have diverged and won't be updated 
 that
 late in the freeze.

I've been holding unstable at 9.8 in the hope that it might make it into
testing.  ISC has quit supporting 9.8.1, I'd like to as well.

I'll look into the backport soon, if the security team doesn't beat me to it.

lamont


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510130: Error calculing volhdr partition boundaries on SGI disklabel

2010-12-21 Thread LaMont Jones
On Wed, Dec 08, 2010 at 09:05:06PM +0100, Moritz Muehlenhoff wrote:
 On Tue, Nov 30, 2010 at 11:43:45PM +0100, Moritz Muehlenhoff wrote:
  On Tue, Nov 30, 2010 at 03:42:11PM -0700, LaMont Jones wrote:
  That should be fine, thanks!
 What's the status?

fix-committed, one more bug to decide how/if to address, I'll make some
time this afternoon and upload in either case.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#566072: proposed patch

2010-11-30 Thread LaMont Jones
On Tue, Nov 30, 2010 at 10:33:27PM +0100, Serafeim Zanikolas wrote:
 On Sun, Nov 28, 2010 at 09:48:30AM -0700, LaMont Jones wrote [edited]:
  I'll ponder this an get back with you on Monday (US time).
 and? what about my earlier proposal of using debconf only if it happens to be
 installed?

Well, given that we want to print something, and the only compliant
way to do that is via debconf, we're kind of stuck with using it for
the purpose.  I'll upload something with the change either late this
week, or (more likely) early next.  Unless there's a pressing need for
sooner?

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510130: Error calculing volhdr partition boundaries on SGI disklabel

2010-11-30 Thread LaMont Jones
On Tue, Nov 30, 2010 at 11:38:41PM +0100, Moritz Muehlenhoff wrote:
 Lamont, are you fine with an NMU? 
 This bug has been open for a long time and needs to be fixed for Squeeze
 soon.

I have another upload for util-linux that I'm planning doing late this week
or monday. (566072)

Is that soon enough, or do I need to make time before that?

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#566072: proposed patch

2010-11-28 Thread LaMont Jones
On Sun, Nov 28, 2010 at 03:41:37PM +0100, Serafeim Zanikolas wrote:
 Please consider the attached patch that displays a warning using debconf. Note
 that I've added the warning in the postinst script (as opposed to preinst, as
 suggested in msg #54 of this bug report) so that it suffices to Depend on
 debconf (as opposed to pre-depend).

I've been trying to avoid _ANY_ debconf dependency in util-linux.  I'll ponder
this an get back with you on Monday (US time).

 I'll consider a delayed NMU unless I hear from you real soon now.

Please wait.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#566072: util-linux: fsck goes into maintenance shell on every boot

2010-11-11 Thread LaMont Jones
On Sun, Jan 31, 2010 at 06:58:21PM -0600, John Goerzen wrote:
 Clint Adams wrote:
 Is there a legitimate reason to set a pass number if you actually do not want
 the filesystem to be checked?
 I would say probably not.  But in the past, I (and others) would
 often cut-and-paste fstab lines, then add noauto.  Previously, the
 system would not attempt to fsck filesystems marked noauto.  So this
 upgrade could render people's machines unbootable.

I'm inclined to check in preinst and at least warn the admin about what will
happen on the next boot.  Would that be sufficient for you?

 On the other side of the coin, I see no reason to fail to boot
 because a noauto filesystem didn't fsck.

It's more that a filesystem that fstab says to check failed to pass.

lamont




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588055: regression of 572606

2010-07-05 Thread LaMont Jones
Good point.  OTOH, an actual bit of content in the bug would have
helped simplify the work of understanding what your issue was.

lamont

On Sun, Jul 04, 2010 at 04:05:10PM +0200, Simon Josefsson wrote:
 Severity: serious
 Package: bind9
 Version: 1:9.7.1.dfsg-1
 User: debian-rele...@lists.debian.org
 Usertags: nonfree-doc rfc
 
 Hi!  It seems the problem reported (and solved, thanks!) in
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572606 was
 re-introduced with this upload.
 
 Thanks,
 /Simon
 



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588055: regression of 572606

2010-07-05 Thread LaMont Jones
On Mon, Jul 05, 2010 at 05:05:10PM +0200, Simon Josefsson wrote:
 retitle 588055 Source package contains non-free IETF RFC/I-D
 
 The issue is identical to the issue in the last bug report?  But right,
 I have retitled this bug report now so at least it has the same subject.

In which case, reopening the old bug would have been even more appropriate.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#575916: bind9: assertion fails in name.c:1699 INSIST(offset = length)

2010-07-02 Thread LaMont Jones
On Tue, Mar 30, 2010 at 02:54:44PM +0200, Michael Braun wrote:
 Package: bind9
 Version: 1:9.5.1.dfsg.P3-1+lenny1
 Today, named crashed suddenly after a few hours of operation with
 the failed assertion mentioned above. This in turn broke DHCP, as DNS 
 was no longer resolvable, which in turn made several systems 
 unreachable.

Have you seen this with anything newer than 9.5.1?

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#572606: Source package contains non-free IETF RFC/I-D

2010-03-05 Thread LaMont Jones
On Fri, Mar 05, 2010 at 08:24:18AM +0100, Simon Josefsson wrote:
 This source package contains the following files from the
 IETF under non-free license terms:

Nice boilierpate bug.  I thought I had gotten all of these, I'll deal with
the rest shortly.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559633: kaa-imlib2_0.2.3-2(ia64/unstable): FTBFS: bad build-depends?

2009-12-05 Thread lamont
Package: kaa-imlib2
Version: 0.2.3-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of kaa-imlib2_0.2.3-2 on mundy by sbuild/ia64 98
 Build started at 20091204-2148

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: cdbs (= 0.4.42), debhelper (= 5.0.37.2), python-all-dev (= 
 2.3.5-11), python-central (= 0.5), python-kaa-base, libimlib2-dev (= 1.2.1)

[...]

   File setup.py, line 36, in module
 from kaa.distribution.core import Extension, setup
   File /usr/lib/python2.5/site-packages/kaa/__init__.py, line 39, in 
 module
 from async import TimeoutException, InProgress, InProgressCallback, \
   File /usr/lib/python2.5/site-packages/kaa/async.py, line 977, in module
 import main
   File /usr/lib/python2.5/site-packages/kaa/main.py, line 50, in module
 from process import supervisor
   File /usr/lib/python2.5/site-packages/kaa/process.py, line 180, in 
 module
 supervisor = _Supervisor()
   File /usr/lib/python2.5/site-packages/kaa/process.py, line 81, in __init__
 raise SystemError('kaa.base requires Python 2.5 or later')
 SystemError: kaa.base requires Python 2.5 or later
 make: *** [debian/python-module-stampdir/python-kaa-imlib2] Error 1
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=kaa-imlib2ver=0.2.3-2




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558488: collectd_4.8.1-2(ia64/unstable): FTBFS: -fstack-protector not supported

2009-11-29 Thread lamont
Package: collectd
Version: 4.8.1-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of collectd_4.8.1-2 on caballero by sbuild/ia64 98
 Build started at 20091126-1607

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), dpkg-dev (= 1.14.10), po-debconf, dpatch, 
 bison, flex, autotools-dev, pkg-config, linux-libc-dev (= 2.6.25-4) | 
 linux-libc-dev ( 2.6.25-1), libcurl4-gnutls-dev (= 7.18.2-5) | 
 libcurl4-gnutls-dev (= 7.18.2-1) | libcurl3-gnutls-dev, libmysqlclient-dev, 
 librrd-dev | librrd2-dev, libsensors-dev, liboping-dev (= 0.3.3), 
 libpcap0.8-dev | libpcap-dev, iptables-dev (= 1.4.3.2-2), libupsclient1-dev, 
 libperl-dev, iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64 !mips !mipsel], 
 libsnmp-dev | libsnmp9-dev, libvirt-dev (= 0.4.0-6), libxml2-dev, 
 libhal-dev, libopenipmi-dev, libglib2.0-dev, libnotify-dev, libesmtp-dev, 
 libpq-dev, libdbi0-dev, libmemcached-dev, openjdk-6-jdk [!hppa], 
 libganglia1-dev (= 3), libgcrypt11-dev, libyajl-dev

[...]

 /bin/sh ../libtool  --tag=CC   --mode=compile ia64-linux-gnu-gcc 
 -DHAVE_CONFIG_H -I.  -DPREFIX='/usr' -DCONFIGFILE='/etc/collectd.conf' 
 -DLOCALSTATEDIR='/var' -DPKGLOCALSTATEDIR='/var/lib/collectd' 
 -DPIDFILE='/var/run/collectd.pid' -DPLUGINDIR='/usr/lib/collectd' 
 -DPKGDATADIR='/usr/share/collectd' 
 -I/build/buildd/collectd-4.8.1/debian/include 
 -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' -UCONFIGFILE 
 -DCONFIGFILE='/etc/collectd/collectd.conf' -Wall -Werror 
 -DNETSNMP_ENABLE_IPV6 -g -O2 -DNETSNMP_USE_INLINE -Ulinux -Dlinux=linux 
 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe 
 -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE -I. -I/usr/include -Wall -g 
 -O2 -MT snmp_la-snmp.lo -MD -MP -MF .deps/snmp_la-snmp.Tpo -c -o 
 snmp_la-snmp.lo `test -f 'snmp.c' || echo './'`snmp.c
 rm: invalid argument: `'
  ia64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DPREFIX=\/usr\ 
 -DCONFIGFILE=\/etc/collectd.conf\ -DLOCALSTATEDIR=\/var\ 
 -DPKGLOCALSTATEDIR=\/var/lib/collectd\ -DPIDFILE=\/var/run/collectd.pid\ 
 -DPLUGINDIR=\/usr/lib/collectd\ -DPKGDATADIR=\/usr/share/collectd\ 
 -I/build/buildd/collectd-4.8.1/debian/include 
 -DLT_LAZY_OR_NOW=RTLD_LAZY|RTLD_GLOBAL -UCONFIGFILE 
 -DCONFIGFILE=\/etc/collectd/collectd.conf\ -Wall -Werror 
 -DNETSNMP_ENABLE_IPV6 -g -O2 -DNETSNMP_USE_INLINE -Ulinux -Dlinux=linux 
 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe 
 -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE -I. -I/usr/include -Wall -g 
 -O2 -MT snmp_la-snmp.lo -MD -MP -MF .deps/snmp_la-snmp.Tpo -c snmp.c  -fPIC 
 -DPIC -o .libs/snmp_la-snmp.o
 cc1: warnings being treated as errors
 snmp.c:1: error: -fstack-protector not supported for this target
 make[4]: *** [snmp_la-snmp.lo] Error 1
 make[4]: Leaving directory `/build/buildd/collectd-4.8.1/src'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/build/buildd/collectd-4.8.1/src'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory `/build/buildd/collectd-4.8.1/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/collectd-4.8.1'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=collectdver=4.8.1-2




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558492: kbd_1.15.1-1(ia64/unstable): FTBFS: compile errors

2009-11-29 Thread lamont
Package: kbd
Version: 1.15.1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of kbd_1.15.1-1 on caballero by sbuild/ia64 98
 Build started at 20091127-1636

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 7.0.0~), autoconf, automake, linuxdoc-tools, 
 gettext, flex, bison

[...]

 gcc  -Os -g   -o kbd_mode  kbd_mode.o getfd.o  
 gcc -DHAVE_CONFIG_H -I. -I..  -DDATADIR=\/usr/share\ 
 -DLOCALEDIR=\/usr/share/locale\ -Wall -Wextra -Wmissing-noreturn 
 -Wdisabled-optimization -Wcast-align -Wshadow -Wmissing-format-attribute 
 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror 
 -funit-at-a-time   -Os -g -MT setfont.o -MD -MP -MF .deps/setfont.Tpo -c -o 
 setfont.o setfont.c
 mv -f .deps/setfont.Tpo .deps/setfont.Po
 gcc -DHAVE_CONFIG_H -I. -I..  -DDATADIR=\/usr/share\ 
 -DLOCALEDIR=\/usr/share/locale\ -Wall -Wextra -Wmissing-noreturn 
 -Wdisabled-optimization -Wcast-align -Wshadow -Wmissing-format-attribute 
 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror 
 -funit-at-a-time   -Os -g -MT mapscrn.o -MD -MP -MF .deps/mapscrn.Tpo -c -o 
 mapscrn.o mapscrn.c
 mv -f .deps/mapscrn.Tpo .deps/mapscrn.Po
 gcc -DHAVE_CONFIG_H -I. -I..  -DDATADIR=\/usr/share\ 
 -DLOCALEDIR=\/usr/share/locale\ -Wall -Wextra -Wmissing-noreturn 
 -Wdisabled-optimization -Wcast-align -Wshadow -Wmissing-format-attribute 
 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror 
 -funit-at-a-time   -Os -g -MT kdmapop.o -MD -MP -MF .deps/kdmapop.Tpo -c -o 
 kdmapop.o kdmapop.c
 mv -f .deps/kdmapop.Tpo .deps/kdmapop.Po
 gcc -DHAVE_CONFIG_H -I. -I..  -DDATADIR=\/usr/share\ 
 -DLOCALEDIR=\/usr/share/locale\ -Wall -Wextra -Wmissing-noreturn 
 -Wdisabled-optimization -Wcast-align -Wshadow -Wmissing-format-attribute 
 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror 
 -funit-at-a-time   -Os -g -MT psffontop.o -MD -MP -MF .deps/psffontop.Tpo -c 
 -o psffontop.o psffontop.c
 cc1: warnings being treated as errors
 psffontop.c: In function 'readpsffont':
 psffontop.c:253: error: cast increases required alignment of target type
 make[1]: *** [psffontop.o] Error 1
 make[1]: Leaving directory `/build/buildd/kbd-1.15.1/src'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=kbdver=1.15.1-1




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558491: ohcount_3.0.0-1(ia64/unstable): FTBFS: missing build-depends: gperf?

2009-11-29 Thread lamont
Package: ohcount
Version: 3.0.0-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of ohcount_3.0.0-1 on caballero by sbuild/ia64 98
 Build started at 20091129-0148

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 7), libpcre3-dev, ruby1.8, ruby1.8-dev, rake, 
 rubygems, ragel (= 6.3), cdbs, libdifflcs-ruby, doxygen

[...]

   fi
 make[1]: Entering directory `/build/buildd/ohcount-3.0.0'
 make[1]: Nothing to be done for `update-config'.
 make[1]: Leaving directory `/build/buildd/ohcount-3.0.0'
 /build/buildd/ohcount-3.0.0/build all
 Generating hash headers
 ./generate_headers: line 3: gperf: command not found
 ./generate_headers: line 4: gperf: command not found
 ./generate_headers: line 5: gperf: command not found
 ./generate_headers: line 6: gperf: command not found
 ./generate_headers: line 7: gperf: command not found
 ./generate_headers: line 8: gperf: command not found
 ./generate_headers: line 9: gperf: command not found
 make: *** [build/ohcount] Error 1
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=ohcountver=3.0.0-1




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558489: hplip_3.9.10-2(ia64/unstable): FTBFS: missing man page

2009-11-29 Thread lamont
Package: hplip
Version: 3.9.10-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of hplip_3.9.10-2 on caballero by sbuild/ia64 98
 Build started at 20091129-1027

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: libcups2-dev, libcupsimage2-dev, libsane-dev, libsnmp-dev, 
 libjpeg62-dev, libusb-dev (= 0.1.8), debhelper (= 5.0.37.2), autotools-dev, 
 dpatch (= 2), autoconf, automake, libtool, cups (= 1.4.0) | cupsddk, patch 
 (= 2.5.9-3bpo1), findutils (= 4.2.28), python-dev, python-qt4, 
 pyqt4-dev-tools, python-support (= 0.3), python-dbus (= 0.80), 
 python-qt4-dbus, libdbus-1-dev, libudev-dev, policykit-1

[...]

 dh_install -a --sourcedir=/build/buildd/hplip-3.9.10/debian/tmp 
 --list-missing install-arch-stamp 21 || \
   ( echo Last five lines of error log: ; tail -n 5 
 install-arch-stamp ; exit 1 )
 dh_testdir -a
 dh_testroot
 mkdir -p debian/hplip/usr/share/bug/hplip
 cp debian/bug/* debian/hplip/usr/share/bug/hplip
 dh_installdocs -a
 dh_installexamples -a
 dh_installmenu -a
 dh_desktop -a
 dh_desktop: This program is deprecated, and does nothing anymore.
 dh_installman -a
 hp-align.1: No such file or directory at /usr/bin/dh_installman line 127.
 make: *** [binary-arch] Error 2
 dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
 error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=hplipver=3.9.10-2




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#554585: nbtk_1.2.0-1(ia64/unstable): FTBFS: segv

2009-11-24 Thread LaMont Jones
On Wed, Nov 25, 2009 at 12:35:58AM +0800, Ying-Chun Liu (PaulLiu) wrote:
 tags 554585 + help

Most likely, it's related to these errors, or something similar:

../nbtk/nbtk-widget.c: In function 'nbtk_widget_get_pseudo_classes':
../nbtk/nbtk-widget.c:853: warning: return from incompatible pointer type
../nbtk/nbtk-widget.c: In function 'nbtk_widget_get_style_pseudo_classes':
../nbtk/nbtk-widget.c:934: warning: return from incompatible pointer type

converting a 32-bit int into a 64-bit pointer is _always_ fatal on ia64.
It's _occasionally_ fatal on amd64.

calling something that takes a pointer argument, or returns a pointer
without having a prototype for it is bad.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#554638: jconv_0.8.1-1(ia64/unstable): FTBFS: build-depnds libc6-dev

2009-11-05 Thread lamont
Package: jconv
Version: 0.8.1-1
Severity: serious

There was an error while trying to autobuild your package:

Depending on the architecture, the name of libc6 is, um, different.

 Automatic build of jconv_0.8.1-1 on caballero by sbuild/ia64 98
 Build started at 20091105-1957

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), binutils, libc6-dev (= 2.7), libfftw3-dev 
 (= 3.1.2-3.1), libjack-dev, libsndfile1-dev (= 1.0.19), 
 libzita-convolver-dev (= 1.0.0), libclthreads-dev (= 2.4.0), locales, quilt

[...]

 gpg: Can't check signature: public key not found
 dpkg-source: extracting jconv in jconv-0.8.1
 dpkg-source: info: unpacking jconv_0.8.1.orig.tar.gz
 dpkg-source: info: applying jconv_0.8.1-1.diff.gz
 dpkg-buildpackage: set CFLAGS to default value: -g -O2
 dpkg-buildpackage: set CPPFLAGS to default value: 
 dpkg-buildpackage: set LDFLAGS to default value: 
 dpkg-buildpackage: set FFLAGS to default value: -g -O2
 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
 dpkg-buildpackage: source package jconv
 dpkg-buildpackage: source version 0.8.1-1
 dpkg-buildpackage: host architecture ia64
 dpkg-checkbuilddeps: Unmet build dependencies: libc6-dev (= 2.7)
 dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; 
 aborting.
 dpkg-buildpackage: warning: (Use -d flag to override.)

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=jconvver=0.8.1-1




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543375: initscripts: last superblock write time in future occurring sometimes

2009-10-05 Thread LaMont Jones
On Mon, Oct 05, 2009 at 08:04:23AM +0200, Mader, Alexander (N-MSR) wrote:
 Something additional: I am running a Debian kernel not a self built one,  
 and /lib/udev/rules.d/85-hwclock.rules was not there in the first place  
 so I had to create it.

That file is delivered by util-linux what version of util-linux do
you have installed??

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543375: initscripts: last superblock write time in future occurring sometimes

2009-09-24 Thread LaMont Jones
On Thu, Sep 24, 2009 at 02:54:31PM +0200, Norbert Preining wrote:
 No response from the maintainers, no action, raising the priority. 
 that is happening again and again, although it never happened in all 
 the many years I am using Debian before. Now it
 is getting a pain, esp when you are watching the system fs[u]ck-ing
 away precious battery time on a lon distance flight.

I expect that I'll just revert the change and put hwclockfirst.sh back
into play even on udev systems, until they can convince me that they've
actually addressed things completely for both halves of the world.

I completely agree on the severity, and would love to hear from the people
who convinced me this would work.  again.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544679: dhcpcd_1:3.2.3-3(ia64/unstable): conflicting basic types

2009-09-02 Thread lamont
Package: dhcpcd
Version: 1:3.2.3-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of dhcpcd_1:3.2.3-3 on caballero by sbuild/ia64 98
 Build started at 20090831-2336

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 2.0.0)

[...]

 cc -g -O2 -Wall -W -DENABLE_INFO_COMPAT   -c -o configure.o configure.c
 configure.c:242: warning: 'in_addresses' defined but not used
 cc -g -O2 -Wall -W -DENABLE_INFO_COMPAT   -c -o dhcp.o dhcp.c
 cc -g -O2 -Wall -W -DENABLE_INFO_COMPAT   -c -o dhcpcd.o dhcpcd.c
 cc -g -O2 -Wall -W -DENABLE_INFO_COMPAT   -c -o duid.o duid.c
 cc -g -O2 -Wall -W -DENABLE_INFO_COMPAT   -c -o info.o info.c
 cc -g -O2 -Wall -W -DENABLE_INFO_COMPAT   -c -o interface.o interface.c
 In file included from /usr/include/asm/types.h:16,
  from interface.c:39:
 /usr/include/asm-generic/int-l64.h:27: error: conflicting types for '__u64'
 interface.c:38: error: previous declaration of '__u64' was here
 make[1]: *** [interface.o] Error 1
 make[1]: Leaving directory `/build/buildd/dhcpcd-3.2.3'
 make: *** [build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=dhcpcdver=1:3.2.3-3




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544685: trousers_0.3.2-4(ia64/unstable): FTBFS: pointer vs int size issues

2009-09-02 Thread lamont
Package: trousers
Version: 0.3.2-4
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of trousers_0.3.2-4 on caballero by sbuild/ia64 98
 Build started at 20090831-2304

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 7), autotools-dev, libssl-dev, libtool, quilt

[...]

 tcs_evlog_imaem.c: In function 'ima_get_entries_by_pcr':
 tcs_evlog_imaem.c:88: error: cast to pointer from integer of different size
 tcs_evlog_imaem.c: In function 'ima_get_entry':
 tcs_evlog_imaem.c:214: error: cast to pointer from integer of different size
 tcs_evlog_imaem.c: In function 'ima_close':
 tcs_evlog_imaem.c:294: error: cast to pointer from integer of different size
 make[3]: *** [libtcs_a-tcs_evlog_imaem.o] Error 1
 make[3]: Leaving directory `/build/buildd/trousers-0.3.2/src/tcs'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/trousers-0.3.2/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/trousers-0.3.2'
 dh_auto_build: make returned exit code 2
 make: *** [build] Error 1
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=trousersver=0.3.2-4




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542054: Bug#542223: remove: ndiff

2009-08-28 Thread LaMont Jones
On Fri, Aug 28, 2009 at 09:00:24PM +0200, Ola Lundqvist wrote:
 You are right. However I'm the maintainer of that package as well and it seems
 to be used by about the same number of users. I think that package can
 be removed as well.

Also, nmap 5.00-3 will Provide/Replace: ndiff in addition to Conflicts.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542888: bind9 stops during upgrade. again.

2009-08-23 Thread LaMont Jones
On Mon, Aug 24, 2009 at 07:47:59AM +1000, Craig Sanders wrote:
 i'm talking about a network being disrupted, not a single host.
 the hosts DON'T have 127.0.0.1 in resolv.conf, they have the namesever.

I've gone back as far as 9.2.4, and haven't found anywhere that the
bind9 package actually kept itself from stoping bind9 during the
upgrade.  I do know that bind 8 had code in the scripts to do that.

  It's not critical severity - normal or wishlist would be more
  appropriate.
 it is critical.  it breaks functionality for the entire local network.

Generally what I've seen done is a separate IP for the resolver, and
during a scheduled upgrade, that IP is migrated to another host,
specifically to avoid any disruption.

 it's not a matter of convenience. it's a matter of temporarily breaking
 everything on the network that depends on DNS (which is pretty much
 every network service or connection).

Everything on the network that depends on this host for DNS.  Migrating
the service to another host for the duration of the upgrade, or doing
micro upgrades is certainly an option.

 the bind9 package has worked reliably for many years with a restart
 after upgrade rather than stop-early, start-late approach. there is no
 reason for the current change in behaviour. it just maximises downtime.

Versions?

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542888: bind9 stops during upgrade. again.

2009-08-23 Thread LaMont Jones
On Mon, Aug 24, 2009 at 11:05:00AM +1000, Craig Sanders wrote:
 i've already mentioned bug #453765.

And interestingly, all of the code added when that was closed is still
there.  And the commit log really tells the story - upgrading BIND9 from
something older than 1:9.5.0.dfsg-2

Leave named running during update.

BIND can safely continue to run during the upgrade process, just restart it
in postinst if it is running.

Of course, we can't actually do anything about the prerm script currently
on the machine... :-(

Addresses-Debian-Bug: 453765
Signed-off-by: LaMont Jones lam...@debian.org

OTOH, that commit lacks changes to not stop it on upgrade.

 an even better option is for the bind9 package to actually make some
 effort to minimise downtime by restarting after upgrade rather than
 stopping early and starting late.

And it would appear that I was misremembering - it must have been a
different package.

 and i can not fathom why there's so much resistance to just adding
 '--restart-after-upgrade' to the call to dh_installinit.  it's a very
 simple fix with no downside.

Pretty sure --restart-after-upgrade wasn't something I was aware of at
the time.

 it was fine for years before i reported the problem the first time in
 Dec 2007 (bug #453765), and has been fine since that bug was closed in
 June 2008 up until the recent change that re-introduced the bug.

Interestingly, I'm pretty sure it was not fine for the interim, given
the missing prerm code.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542888: bind9 stops during upgrade. again.

2009-08-21 Thread LaMont Jones
On Sat, Aug 22, 2009 at 10:47:16AM +1000, Craig Sanders wrote:
 when upgrading bind9, named is stopped until the upgrade is completed. 

And there is no real way to make sure it stays working while the
libraries and such are changed out from under it, based on some of the
issues we ran into earlier in the bind9 train, which caused me to quit
trying to keep it running during a dist-upgrade.

 this could be a LONG time during an apt-get {dist-,dselect-,}upgrade,
 especially if there are many packaged being upgraded or if there are any
 debconf questions waiting to be answered.

And more reason to upgrade daemons in separation from the rest of the
machine.

 this has an obvious seriously detrimental and prolonged effect on the
 entire local network which depends on that nameserver.

 this is a repeat of an earlier bug (#453765), which was reported in Dec 2007
 and fixed in June 2008.  It has come back.

And if I recall, it was intentionally reintroduced to fix an issue with
stopping the old daemon after the upgrade failed in a manner that made
it seem to be a bad thing to do.

 see also bug #471060 (debhelper, reported Mar 2008, fixed May 2008). a
 '--restart-after-upgrade' option was added to dh_installinit to provide
 a fix this behaviour.  There was some suggestion that this might become
 the default behaviour but it looks like that hasn't happened.

I'll have to revisit the whole issue, but the switch to using
dh_installinit was done separate from the don't bother trying to keep
it running through the upgrade decision.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542054: nmap: partially overlaps with ndiff package

2009-08-18 Thread LaMont Jones
On Tue, Aug 18, 2009 at 07:52:15AM +0200, Ola Lundqvist wrote:
 In any case as you state that ndiff has changed a lot in the recent
 years I think we should remove the ndiff package anyway as it would not
 work. Unmaintained software is not good to keep in the archive unless
 some Debian developer continue to maintain it. As I'm the maintainer and
 I do not regularly test it against nmap (which obviously changes) I think
 it is better to remove the ndiff package alltogether.
 
 But first we need to make the conflict in nmap to solve the main concern.

I'll be uploading 5.00-2 shortly, which will Conflict: ndiff.  Can you
deal with the removal bug etc?

thanks,
lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516616: bind9 locks up on start on mipsel and mips

2009-08-17 Thread LaMont Jones
tags 516616 + help moreinfo
forcemerge 516616 520688
--

This will need someone in the mips / mipsel porting world to provide a
patch for bind9 to fix it.

lamont

On Sun, Feb 22, 2009 at 06:02:51PM +0100, Rainer Canavan wrote:
 This problem has also been reported on the mips architecture
 and apparently existed in testing for a while:
 http://lists.debian.org/debian-mips/2009/02/msg00035.html

reported as an oh and also side note on a different bug report, that
then gets no mention beyond that, as everyone focuses on the first bug.
:-(

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#524574: after etch-lenny upgrade, postfix stops to work with fatal: unknown service: smtp/tcp

2009-08-14 Thread LaMont Jones
tags 524574 + unreproducible
severity 524574 normal
--
Nothing in the postfix config would cause us to chgrp
/var/spool/postfix/etc to the sasl group, nor would we chmod 710 that
directory.  I rather suspect this is a bug in another package.

lamont

On Sat, Apr 18, 2009 at 10:39:25AM +0200, Michele Petrazzo wrote:
 Package: postfix
 Version: 2.5.5-1.1
 Severity: critical
 Tags: patch
 Justification: breaks unrelated software
 
 After upgrade, postfix stops works. Into the mail.err I see:
 
 postfix/smtp[18285]: fatal: unknown service: smtp/tcp
 
 and on mail.info:
 
 postfix/smtp[18149]: fatal: unknown service: smtp/tcp
 postfix/master[18118]: warning: process /usr/lib/postfix/smtp pid 18147 exit 
 status 1
 postfix/master[18118]: warning: /usr/lib/postfix/smtp: bad command startup -- 
 throttling
 postfix/qmgr[18144]: warning: private/smtp socket: malformed response
 postfix/qmgr[18144]: warning: transport smtp failure -- see a previous 
 warning/fatal/panic logfile record for the problem description
 
 And after a lot of tests, I discover that that was a permission problem:
 ll /var/spool/postfix | grep etc
 drwx--x---  2 rootsasl   4096 2009-04-18 10:27 etc
 so a 
 chmod 755 /var/spool/postfix/etc
 did the trick and now all works!
 
 Hope that can help to someone other!
 
 -- System Information:
 Debian Release: 5.0.1
   APT prefers stable
   APT policy: (500, 'stable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages postfix depends on:
 ii  adduser 3.110add and remove users and groups
 ii  debconf [debconf-2.0]   1.5.24   Debian configuration management 
 sy
 ii  dpkg1.14.25  Debian package management system
 ii  libc6   2.7-18   GNU C Library: Shared libraries
 ii  libdb4.64.6.21-11Berkeley v4.6 Database Libraries 
 [
 ii  libsasl2-2  2.1.22.dfsg1-23  Cyrus SASL - authentication 
 abstra
 ii  libssl0.9.8 0.9.8g-15+lenny1 SSL shared libraries
 ii  lsb-base3.2-20   Linux Standard Base 3.2 init 
 scrip
 ii  netbase 4.34 Basic TCP/IP networking system
 ii  ssl-cert1.0.23   simple debconf wrapper for 
 OpenSSL
 
 postfix recommends no packages.
 
 Versions of packages postfix suggests:
 ii  bsd-mailx [mail-re 8.1.2-0.20071201cvs-3 A simple mail user agent
 ii  libsasl2-modules   2.1.22.dfsg1-23   Cyrus SASL - pluggable 
 authenticat
 ii  mutt [mail-reader] 1.5.18-6  text-based mailreader supporting 
 M
 pn  postfix-cdbnone(no description available)
 pn  postfix-ldap   none(no description available)
 pn  postfix-mysql  none(no description available)
 pn  postfix-pcre   none(no description available)
 ii  postfix-pgsql  2.5.5-1.1 PostgreSQL map support for 
 Postfix
 ii  procmail   3.22-16   Versatile e-mail processor
 pn  resolvconf none(no description available)
 ii  sasl2-bin  2.1.22.dfsg1-23   Cyrus SASL - administration 
 progra
 pn  ufwnone(no description available)
 
 -- debconf information:
   postfix/master_upgrade_warning:
   postfix/db_upgrade_warning: true
 * postfix/mailname: srv-db.unipex
   postfix/tlsmgr_upgrade_warning:
   postfix/dynamicmaps_upgrade_warning:
   postfix/recipient_delim: +
 * postfix/main_mailer_type: Internet with smarthost
   postfix/transport_map_warning:
   postfix/retry_upgrade_warning:
   postfix/kernel_version_warning:
 * postfix/relayhost: [172.16.0.1]
   postfix/procmail: true
   postfix/bad_recipient_delimiter:
   postfix/chattr: false
   postfix/root_address:
   postfix/rfc1035_violation: false
   postfix/mydomain_warning:
   postfix/mynetworks: 127.0.0.0/8, 172.16.0.0/12 89.202.235.0/24
   postfix/destinations: srv-db.wipex, localhost.wipex, localhost, 
 $myhostname, $mydomain
   postfix/nqmgr_upgrade_warning:
   postfix/not_configured:
   postfix/mailbox_limit: 0
   postfix/protocols: ipv4
 



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#537708: bzr_1.17~rc1-1(ia64/unstable): FTBFS: implicit pointer conversion

2009-07-20 Thread lamont
Package: bzr
Version: 1.17~rc1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of bzr_1.17~rc1-1 on mundy by sbuild/ia64 98
 Build started at 20090717-1034

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 5.0.0), cdbs, quilt, python, python-all-dev, 
 python-central, python-docutils, graphviz, zlib1g-dev, python-pyrex

[...]

 Build finished at 20090717-1041
 Function `PyFrozenSet_New' implicitly converted to pointer at 
 bzrlib/_known_graph_pyx.c:941

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=bzrver=1.17~rc1-1




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#531581: texlive-base: broken postrm

2009-06-02 Thread LaMont Jones
Package: texlive-base
Severity: critical
Version: 2007.dfsg.2-4

While building matplotlib on hppa, the following error occurred:
(see 
https://buildd.debian.org/fetch.cgi?pkg=matplotlibver=0.98.5.3-1arch=hppastamp=1243891746file=log
 )

Removing tetex-bin ...
Removing tex-common ...
Purging configuration files for tex-common ...
Removing texlive ...
Removing texlive-base ...
Running 'fmtutil-sys --all'.
This may take some time...
fmtutil-sys --all failed. Output has been stored in
/tmp/checkrun.XX06v8m4
If tex-common is not configured you can ignore this error message!
Otherwise, please include this file if you report a bug.

/var/lib/dpkg/info/texlive-base.postrm: line 124: update-texmf-config:
command not found
dpkg: error processing texlive-base (--purge):
 subprocess post-removal script returned error exit status 127


Note that using a binary after the package containing it has been
removed is, well bad.

For extra pain, this renders the buildd chroot unusable, because
textlive-base fails to install or remove and breaks all future apt
invocations.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#530832: fails to remove: attempted use of update-texmf-config in postrm.

2009-05-28 Thread lamont
Package: texlive-base
Version: 2007.dfsg.2-4
Severity: serious

There was an error while trying to autobuild settroubleshoot:

 Automatic build of setroubleshoot_2.1.11-1 on mundy by sbuild/ia64 98
 Build started at 20090525-0351

[...]

 Removing texlive-base ...
 /var/lib/dpkg/info/texlive-base.postrm: line 124: update-texmf-config: 
 command not found
 dpkg: error processing texlive-base (--remove):
  subprocess post-removal script returned error exit status 127
 Errors were encountered while processing:
  texlive-base
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 apt-get failed.

[...]


A full log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=setroubleshootver=2.1.11-1




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#521271: Wrong library dependencies for nslookup

2009-03-26 Thread LaMont Jones
tags 521271 + moreinfo unreproducible
--
What version of the various packages do you have?  Installing dnsutils
in a virgin sid chroot on amd64 gives me a working nslookup, with the
correct libraries all present, and I don't see anywhere that the
dependencies for dnsutils are incorrect.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#515110: bind9: FTBFS on i386 with 64-bit kernel

2009-03-18 Thread LaMont Jones
tag 515110 + wontfix
severity 515110 wishlist
--

It is perfectly reasonable to ask the kernel what we are, and build
accordingly.  Given the valid solution of using linux32, I don't see
that this is even a bug.  Leaving it open anyway, but won't be fixing
it.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#461464: RC bugs reported against your package bind9

2009-01-26 Thread LaMont Jones
On Mon, Jan 26, 2009 at 11:33:46AM +0100, Alexander Reichle-Schmehl wrote:
 While browsing through the list of release critical bugs searching for
 something I could do for Lenny, I noticed that your package bind9 has a
 release critical bug open for more or less a year.

And serious for nearly _9_ days.  I'll deal with it this week.

 There's even a patch supplied, which looks IMHO sane.  Any comments from
 you regarding that matter would be most welcome.

And yes, the patch looks at least semi-sane, after glancing at it twice.

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#512528: xserver-xorg-video-vesa_1:2.0.0-1(ia64/unstable): implicit pointer conversion

2009-01-21 Thread lamont
Package: xserver-xorg-video-vesa
Version: 1:2.0.0-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of xserver-xorg-video-vesa_1:2.0.0-1 on caballero by 
 sbuild/ia64 98
 Build started at 20090118-1919

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5.0.0), pkg-config, xserver-xorg-dev (= 2:1.4), 
 x11proto-xext-dev, x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, 
 x11proto-render-dev, dpkg-dev (= 1.14.17)

[...]

 Function `xf86GTFMode' implicitly converted to pointer at ../../src/vesa.c:345

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=xserver-xorg-video-vesaver=1:2.0.0-1




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#496954: NMU diff for bind9 9.5.0.dfsg.P2-5.1

2009-01-04 Thread LaMont Jones
On Fri, Jan 02, 2009 at 05:37:54PM +, Ben Hutchings wrote:
 I uploaded the following changes to delayed/3.
 
 Lamont, if you do not like these changes, please upload alternate fixes,
 but do not block them.
 

Any chance you have the diff in a sane (separate commit per change)
diff, or just the big magic lump-o-many changes?

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#501800: BIND 9.5.1rc1 is now available

2008-12-03 Thread LaMont Jones
On Wed, Dec 03, 2008 at 05:47:42PM +, [EMAIL PROTECTED] wrote:
 BIND 9.5.1rc1 is now available (since today):
 http://oldwww.isc.org/sw/bind/view/?release=9.5.1rc1

Yeah, I have the patch for just that bug backported, will be uploading
this week sometime.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#506679: google-perftools_0.98-1(ia64/unstable): FTBFS: Atomic64 errors

2008-11-23 Thread lamont
Package: google-perftools
Version: 0.98-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of google-perftools_0.98-1 on mundy by sbuild/ia64 98
 Build started at 20081123-0922

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: cdbs, autotools-dev, autoconf, m4, patchutils, debhelper ( 
 5), binutils

[...]

  g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread 
 -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 
 -g -Wall -O2 -c src/internal_logging.cc  -fPIC -DPIC -o 
 .libs/libtcmalloc_minimal_la-internal_logging.o
  g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread 
 -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 
 -g -Wall -O2 -c src/internal_logging.cc -o 
 libtcmalloc_minimal_la-internal_logging.o /dev/null 21
 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. 
 -I./src  -I./src  -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall 
 -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare   -g -O2 -g -Wall -O2 
 -c -o libtcmalloc_minimal_la-system-alloc.lo `test -f 'src/system-alloc.cc' 
 || echo './'`src/system-alloc.cc
  g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread 
 -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 
 -g -Wall -O2 -c src/system-alloc.cc  -fPIC -DPIC -o 
 .libs/libtcmalloc_minimal_la-system-alloc.o
 In file included from ./src/base/atomicops.h:105,
  from src/base/spinlock.h:48,
  from src/system-alloc.cc:53:
 ./src/base/atomicops-internals-x86.h: In function 'base::subtle::Atomic64 
 base::subtle::NoBarrier_AtomicIncrement(volatile base::subtle::Atomic64*, 
 base::subtle::Atomic64)':
 ./src/base/atomicops-internals-x86.h:337: error: memory input 3 is not 
 directly addressable
 src/system-alloc.cc: In member function 'virtual void* 
 DevMemSysAllocator::Alloc(size_t, size_t*, size_t)':
 src/system-alloc.cc:338: warning: comparison between signed and unsigned 
 integer expressions
 make[1]: *** [libtcmalloc_minimal_la-system-alloc.lo] Error 1
 make[1]: Leaving directory `/build/buildd/google-perftools-0.98'
 make: *** [debian/stamp-makefile-build] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=google-perftoolsver=0.98-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#506684: lilypond_2.10.33-2.3(ia64/unstable): FTBFS: compile errors

2008-11-23 Thread lamont
Package: lilypond
Version: 2.10.33-2.3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of lilypond_2.10.33-2.3 on caballero by sbuild/ia64 98
 Build started at 20081123-1631

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), python-dev (= 2.4), guile-1.8-dev, flex (= 
 2.5.4a-14) | flex-old, bison ( 1:1.50) | bison ( 1:1.75-1), texinfo (= 
 4.8.dfsg.1-1), groff, m4, gettext (= 0.10.36-1), mftrace (= 1.1.19), 
 fontforge (= 0.0.20060125-1), pkg-config (= 0.9.0), libfreetype6-dev, 
 libpango1.0-dev, libfontconfig1-dev (= 2.4.1-1), python-support (= 0.4), 
 libgmp3-dev, libltdl3-dev, ghostscript (= 8.50), texlive-latex-base, 
 texlive-generic-recommended, autotools-dev

[...]

  from accidental.cc:10:
 /usr/include/setjmp.h: At global scope:
 /usr/include/setjmp.h:49: error: conflicting declaration 'typedef struct 
 __jmp_buf_tag jmp_buf [1]'
 /usr/include/libguile/__scm.h:412: error: 'jmp_buf' has a previous 
 declaration as 'typedef struct jmp_buf jmp_buf'
 /usr/include/setjmp.h:53: error: expected `)' before '__env'
 /usr/include/setjmp.h:53: error: expected `)' before '__env'
 /usr/include/setjmp.h:82: error: variable or field 'scm_ia64_longjmp' 
 declared void
 /usr/include/setjmp.h:82: error: expected primary-expression before 'struct'
 /usr/include/setjmp.h:82: error: expected `)' before 'struct'
 make[2]: *** [out/accidental.o] Error 1
 make[2]: Leaving directory `/build/buildd/lilypond-2.10.33/lily'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/lilypond-2.10.33'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=lilypondver=2.10.33-2.3




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#506681: libalog_0.1-3(hppa/unstable): FTBFS: segv in tests

2008-11-23 Thread lamont
Package: libalog
Version: 0.1-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libalog_0.1-3 on peri by sbuild/hppa 98
 Build started at 20081123-1629

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 7), gnat, libahven-dev (= 1.3), libaws-dev (= 
 2.5~124785)

[...]

 gcc-4.3 -c -gnat05 -gnaty -g -gnata -gnatf -gnato -fstack-check -O2 -fPIC -I- 
 -gnatA /build/buildd/libalog-0.1/src/alog-logger.adb
 gnatbind -E -I- -x /build/buildd/libalog-0.1/obj/runner.ali
 gnatlink /build/buildd/libalog-0.1/obj/runner.ali -g -o 
 /build/buildd/libalog-0.1/obj/runner
 
 building dynamic library for project alog_lib
 /usr/bin/gcc -shared -o /build/buildd/libalog-0.1/lib/libalog.so.0.1 
 -L/usr/lib/gcc/hppa-linux-gnu/4.3.2/adalib/ 
 -L/usr/lib/gcc/hppa-linux-gnu/4.3.2/adalib/ -lgnarl-4.3 -lgnat-4.3 
 -Wl,-soname,libalog.so.0 
 /build/buildd/libalog-0.1/obj/alog-facilities-syslog.o ...
 make[1]: Leaving directory `/build/buildd/libalog-0.1'
 /usr/bin/make 
 ADA_INCLUDE_PATH=:/usr/share/ada/adainclude/ahven:/usr/share/ada/adainclude/aws:/usr/share/ada/adainclude/templates_parser
  
 ADA_OBJECTS_PATH=:/usr/lib/ada/adalib/ahven:/usr/lib/ada/adalib/aws:/usr/lib/ada/adalib/templates_parser:/usr/lib/ada/adalib/xmlada
  tests
 make[1]: Entering directory `/build/buildd/libalog-0.1'
 gnatmake: /build/buildd/libalog-0.1/obj/runner up to date.
 gnatmake: objects up to date.
 make[1]: *** [tests] Segmentation fault
 make[1]: Leaving directory `/build/buildd/libalog-0.1'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=libalogver=0.1-3




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#506683: ltsp_5.1.10-2(ia64/unstable): FTBFS: ia64 not in archlist

2008-11-23 Thread lamont
Package: ltsp
Version: 5.1.10-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of ltsp_5.1.10-2 on mundy by sbuild/ia64 98
 Build started at 20081123-0916

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4), flex, bison, libpopt-dev, po-debconf, dpatch

[...]

 dh_installdebconf -a
 dh_installinit -a --no-start
 dh_installinit -pltsp-client-core --name=ltsp-client-setup --no-start 
 -ustart 32 S .
 dh_installman -pltsp-client-core
 dh_link -a
 dh_strip -a
 dh_compress -a
 dh_fixperms -a
 dh_installdeb -a
 dh_shlibdeps -a
 dh_gencontrol -a
 dpkg-gencontrol: error: current host architecture 'ia64' does not appear in 
 package's architecture list (amd64 i386 powerpc)
 dh_gencontrol: command returned error code 65280
 make: *** [binary-arch] Error 1
 dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
 error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=ltspver=5.1.10-2




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#501800: Bug#496954: bind9 fix for #501800 - call for release team opinion

2008-10-30 Thread LaMont Jones
On Thu, Oct 30, 2008 at 10:17:43AM +0100, Lucas Nussbaum wrote:
 bind9 in lenny has several problems with ACL parsing. Emmanuel Bouthenot
 investigated those, and contacted upstream, who provided a patch that
 backports several fixes from the new upstream release (not yet
 released).

I'll be uploading new bits to unstable with these fixes shortly myself.
(Shortly == waiting for the next upstream beta/rc to pull patches from
for this and other significant bugs)

 We have two options:
 (A) Fix the ACL bugs in the unstable version, migrate it to lenny
 (B) Fix the ACL bugs through a t-p-u upload, cherrypick some patches from
 the unstable version.

 Release team, what do you want to do?

I prefer (A), though I'm not wedded to it.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#496954: bind9: Fails to start due to SIGSEGV

2008-10-05 Thread LaMont Jones
On Sun, Oct 05, 2008 at 07:16:12PM +0200, Luk Claes wrote:
 Will you upload a fixed package soon? Do you want someone to NMU or do
 you think the fix is not ready?

I'm still not sure if the patch is just masking an issue, or if it's a
proper fix.

And no, a random NMU is not the right answer for this.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#500277: bind9 doesn't start

2008-09-27 Thread LaMont Jones
On Sat, Sep 27, 2008 at 09:09:28PM +0200, Shams Fantar wrote:
 Here are the two files you need in attachment.

 include /etc/bind/named.conf.options;

I need this file as well...

 include /etc/bind/named.conf.local;

If there is anything other than zone declarations here, I'd like it,
too.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#500277: bind9 doesn't start

2008-09-26 Thread LaMont Jones
On Fri, Sep 26, 2008 at 10:19:06PM +0200, Shams Fantar wrote:
 If I want to stop or to restart bind9, I can't by default. I get this message 
 :
 Stopping domain name service...: bindrndc: connect failed: 127.0.0.1#953: 
 connection refused
  failed!
 Starting domain name service...: bind failed!
 So that bind9 starts, I have to kill the named process before, and after I 
 can do /etc/init.d/apache2 start.
 I tried some solutions, and so it's the only solution. Perhaps, this is a 
 bug. I think...

Please send me a copy of your named configuration - it appears that you
have configured BIND in a way that prevents rndc from working - I'd love
do better document the ways that people break it.

thanks,
lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#498484: postfix: Postifx can't resolve hostnames

2008-09-11 Thread LaMont Jones
On Wed, Sep 10, 2008 at 09:53:08AM -0400, Magnus Heinz wrote:
 postfix can't resolve hostnames anymore.
 The problem appeard 2 days ago.
 The mail.log shows:
 postfix/smtp[8659]: 7D5E1971C4: to=[EMAIL PROTECTED], relay=none, 
 delay=0.02, delays=0.02/0/0/0, dsn=5.4.4, status=bounced (unable to look up 
 host gmx.de: Name or service not known)

What does /var/spool/postfix/etc/resolv.conf look like, and how does
that compare to /etc/resolv.conf?

This sounds far more like a resolution issue than a postfix issue...

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#495167: pam-krb5-migrate_0.0.8-1(hppa/unstable): FTBFS: links with ld

2008-08-14 Thread lamont
Package: pam-krb5-migrate
Version: 0.0.8-1
Severity: serious

There was an error while trying to autobuild your package:

files built with gcc need to be linked with gcc, since it's allowed to
include arch-specific libraries.

lamont

 Automatic build of pam-krb5-migrate_0.0.8-1 on penalosa by sbuild/hppa 98
 Build started at 20080812-0745

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: comerr-dev, debhelper (= 5.0.2), heimdal-dev (= 1.0.0), 
 libpam-dev, pkg-config

[...]

 gcc -o pam_krb5_migrate.o -c pam_krb5_migrate.c  -fPIC 
 -DPACKAGE_NAME=\pam-krb5-migrate\ -DPACKAGE_TARNAME=\pam-krb5-migrate\ 
 -DPACKAGE_VERSION=\0.0.7\ -DPACKAGE_STRING=\pam-krb5-migrate\ 0.0.7\ 
 -DPACKAGE_BUGREPORT=\[EMAIL PROTECTED] -DHAVE_LIBPAM=1
 ld -z defs -Bsymbolic -x -shared -o pam_krb5_migrate.so \
 pam_krb5_migrate.o -lpam  `/usr/bin/krb5-config --libs krb5 
 kadm-client` -lcom_err   -lc
 pam_krb5_migrate.o: In function `converse':
 (.text+0x33c): undefined reference to `$$dyncall'
 make[1]: *** [pam_krb5_migrate.so] Error 1
 make[1]: Leaving directory `/build/buildd/pam-krb5-migrate-0.0.8'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=pam-krb5-migratever=0.0.8-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494777: gnome-cups-manager_0.31-3+b1(ia64/unstable): FTBFS: missing iostream.h

2008-08-11 Thread lamont
Package: gnome-cups-manager
Version: 0.31-3+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of gnome-cups-manager_0.31-3+b1 on mundy by sbuild/ia64 98
 Build started at 20080811-2129

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.1.0), cdbs, gnome-pkg-tools, autotools-dev, 
 intltool, libgnomecups1.0-dev (= 0.2.0), libgnomeprint2.2-dev (= 2.6.1-6), 
 libglade2-dev (= 2.4.0), libgnomeui-dev (= 2.6.1.1-2), libsmbclient-dev

[...]

 structfill.C:31:22: error: iostream.h: No such file or directory
...
 structfill.C:101: error: expected `;' before 'opts'
 structfill.C:102: error: 'opts' was not declared in this scope
 structfill.C:102: error: 'cerr' was not declared in this scope
 structfill.C: In member function 'void* SNMP_structFiller::get(void*)':
 structfill.C:180: error: 'cerr' was not declared in this scope
 make[4]: *** [structfill.lo] Error 1
 make[4]: Leaving directory 
 `/build/buildd/gnome-cups-manager-0.31/libgnomecups/snmpkit'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory 
 `/build/buildd/gnome-cups-manager-0.31/libgnomecups'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/gnome-cups-manager-0.31'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/gnome-cups-manager-0.31'
 make: *** [debian/stamp-makefile-build] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=gnome-cups-managerver=0.31-3+b1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494775: fluxconf_0.9.9.1-1(ia64/unstable): FTBFS: config.status not found

2008-08-11 Thread lamont
Package: fluxconf
Version: 0.9.9.1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of fluxconf_0.9.9.1-1 on mundy by sbuild/ia64 98
 Build started at 20080811-2114

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), libgtk2.0-dev (= 2.0.6), autoconf, 
 automake1.9, autotools-dev

[...]

 dpkg-buildpackage: source package fluxconf
 dpkg-buildpackage: source version 0.9.9.1-1
 dpkg-buildpackage: host architecture ia64
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 rm -f build-stamp 
 [ ! -f Makefile ] || /usr/bin/make distclean
 make[1]: Entering directory `/build/buildd/fluxconf-0.9.9.1'
 /bin/bash ./config.status --recheck
 /bin/bash: ./config.status: No such file or directory
 make[1]: *** [config.status] Error 127
 make[1]: Leaving directory `/build/buildd/fluxconf-0.9.9.1'
 make: *** [clean] Error 2
 dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules clean gave error 
 exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=fluxconfver=0.9.9.1-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#311812: postfix: syslog reconnection - solved?

2008-07-25 Thread LaMont Jones
On Fri, Jul 25, 2008 at 12:41:34PM +0200, Thijs Kinkhorst wrote:
* Add support for syslogd configuration files under /etc/syslog.d/.
  (Closes: #370349, #462739)

 Do you think this bug can now also be solved on the postfix side?

From reading the bug report, it would appear that he added support for
additional syslog.conf-ish config files, not specifying additional log
files.  There is also another syslogd that seems to be more common in
the wild.

In any case, I'm thinking I'll solve the issue by asking if the user
wants to chroot postfix, and if so telling him that he needs to deal
with making syslog happier, or (assuming it actually works) bind
mounting /dev/log.  If not chrooted, then the issue is non-existent.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486835: tbb_2.0r020-1(hppa/unstable): FTBFS: 'arch' command not found

2008-06-18 Thread lamont
Package: tbb
Version: 2.0r020-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of tbb_2.0r020-1 on peri by sbuild/hppa 98
 Build started at 20080613-1153

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), dpatch

[...]

 make[1]: arch: Command not found

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=tbbver=2.0r020-1

arch is dead.  use uname -m.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484045: insighttoolkit_3.6.0-3(hppa/unstable): FTBFS: missing linux/user.h

2008-06-01 Thread lamont
Package: insighttoolkit
Version: 3.6.0-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of insighttoolkit_3.6.0-3 on penalosa by sbuild/hppa 98
 Build started at 20080601-1519

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: cdbs (= 0.4.49), quilt, debhelper (= 5), cmake, cableswig, 
 gccxml (= 0.9.0+cvs20080525), zlib1g-dev (= 1.2.2), libpng12-dev, 
 libtiff4-dev (= 3.7.3), python-support (= 0.6.4), python-dev, 
 python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev

[...]

 /usr/bin/c++   -Ditksys_EXPORTS -Wno-deprecated  -ftemplate-depth-50 -O2 -g 
 -fPIC -I/build/buildd/insighttoolkit-3.6.0/Build 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Algorithms 
 -I/build/buildd/insighttoolkit-3.6.0/Code/BasicFilters 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Common 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics 
 -I/build/buildd/insighttoolkit-3.6.0/Code/IO 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/FEM 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/Statistics 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/NeuralNetworks 
 -I/build/buildd/insighttoolkit-3.6.0/Code/SpatialObject 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/MetaIO 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/NrrdIO 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/NrrdIO 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/DICOMParser 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/DICOMParser 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/expat 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/expat 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/niftilib 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/znzlib 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/itkExtHdrs 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/v3p/netlib 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/vcl 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/core 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/v3p/netlib 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/vcl 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/core 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/gdcm 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/gdcm/src   
 -DKWSYS_NAMESPACE=itksys -o Utilities/kwsys/CMakeFiles/itksys.dir/Registry.o 
 -c /build/buildd/insighttoolkit-3.6.0/Utilities/kwsys/Registry.cxx
 /usr/bin/cmake -E cmake_progress_report 
 /build/buildd/insighttoolkit-3.6.0/Build/CMakeFiles 
 [  1%] Building CXX object 
 Utilities/kwsys/CMakeFiles/itksys.dir/SystemInformation.o
 /usr/bin/c++   -Ditksys_EXPORTS -Wno-deprecated  -ftemplate-depth-50 -O2 -g 
 -fPIC -I/build/buildd/insighttoolkit-3.6.0/Build 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Algorithms 
 -I/build/buildd/insighttoolkit-3.6.0/Code/BasicFilters 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Common 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics 
 -I/build/buildd/insighttoolkit-3.6.0/Code/IO 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/FEM 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/Statistics 
 -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/NeuralNetworks 
 -I/build/buildd/insighttoolkit-3.6.0/Code/SpatialObject 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/MetaIO 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/NrrdIO 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/NrrdIO 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/DICOMParser 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/DICOMParser 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/expat 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/expat 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/niftilib 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/znzlib 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/itkExtHdrs 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/v3p/netlib 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/vcl 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/core 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/v3p/netlib 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/vcl 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/core 
 -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/gdcm 
 -I/build/buildd/insighttoolkit-3.6.0/Utilities/gdcm/src   
 -DKWSYS_NAMESPACE=itksys -o 
 Utilities/kwsys/CMakeFiles/itksys.dir/SystemInformation.o -c 
 /build/buildd/insighttoolkit-3.6.0/Utilities/kwsys/SystemInformation.cxx
 In file included from /usr/include/sys/procfs.h:36,
  from 
 /build/buildd/insighttoolkit-3.6.0/Utilities/kwsys/SystemInformation.cxx:49:
 /usr/include/sys/user.h:1:24: error: linux/user.h: No such file or directory
 make[3]: *** 

Bug#484044: pixmap_2.6pl4-15(ia64/unstable): FTBFS: debian/rules clean fails

2008-06-01 Thread lamont
Package: pixmap
Version: 2.6pl4-15
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of pixmap_2.6pl4-15 on caballero by sbuild/ia64 98
 Build started at 20080601-1553

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: libxaw7-dev, xutils-dev

[...]

 dpkg-buildpackage: set CFLAGS to default value: -g -O2
 dpkg-buildpackage: set CPPFLAGS to default value: 
 dpkg-buildpackage: set LDFLAGS to default value: 
 dpkg-buildpackage: set FFLAGS to default value: -g -O2
 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
 dpkg-buildpackage: source package pixmap
 dpkg-buildpackage: source version 2.6pl4-15
 dpkg-buildpackage: host architecture ia64
  /usr/bin/fakeroot debian/rules clean
 [ ! -f Makefile ] || /usr/bin/make distclean
 make[1]: Entering directory `/build/buildd/pixmap-2.6pl4'
 make[1]: *** No rule to make target `distclean'.  Stop.
 make[1]: Leaving directory `/build/buildd/pixmap-2.6pl4'
 make: *** [clean] Error 2
 dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules clean gave error 
 exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=pixmapver=2.6pl4-15




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484046: libaudio-flac-header-perl_2.2-1(hppa/unstable): FTBFS: build failures

2008-06-01 Thread lamont
Package: libaudio-flac-header-perl
Version: 2.2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libaudio-flac-header-perl_2.2-1 on penalosa by sbuild/hppa 
 98
 Build started at 20080601-1453

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), perl (= 5.8.4), libflac-dev (= 1.1.2), 
 libtest-pod-coverage-perl, libtest-pod-perl

[...]

 t/pod-coverage..ok
 t/pod...ok
 t/write.dubious
   Test returned status 0 (wstat 11, 0xb)
 DIED. FAILED tests 3-7
   Failed 5/7 tests, 28.57% okay
 Failed Test Stat Wstat Total Fail  List of Failed
 t/write.t  011 7   10  3-7
 Failed 1/8 test scripts. 5/70 subtests failed.
 Files=8, Tests=70,  1 wallclock secs ( 1.20 cusr +  0.24 csys =  1.44 CPU)
 Failed 1/8 test programs. 5/70 subtests failed.
 make[1]: *** [test_dynamic] Error 255
 make[1]: Leaving directory `/build/buildd/libaudio-flac-header-perl-2.2'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=libaudio-flac-header-perlver=2.2-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484047: fair_0.5.1-1(hppa/unstable): FTBFS: missing build-depends?

2008-06-01 Thread lamont
Package: fair
Version: 0.5.1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of fair_0.5.1-1 on peri by sbuild/hppa 98
 Build started at 20080601-0608

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: autotools-dev, debhelper (= 5), libavl-dev

[...]

 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether hppa-linux-gnu-gcc accepts -g... yes
 checking for hppa-linux-gnu-gcc option to accept ISO C89... none needed
 checking for style of include used by make... GNU
 checking dependency style of hppa-linux-gnu-gcc... gcc3
 checking for a BSD-compatible install... /usr/bin/install -c
 checking for avl_init_node in -lavl... no
 configure: error: No libavl found.  Please install it before proceeding.
 See `config.log' for more details.
 make: *** [config.status] Error 1
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=fairver=0.5.1-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483295: cmake_2.6.0-4(hppa/unstable): FTBFS: missing include files?

2008-05-28 Thread lamont
Package: cmake
Version: 2.6.0-4
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of cmake_2.6.0-4 on peri by sbuild/hppa 98
 Build started at 20080528-0209

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 5.0.0), libncursesw5-dev, tcl8.4, quilt, 
 libcurl4-gnutls-dev

[...]

 [  4%] Building CXX object 
 Source/kwsys/CMakeFiles/cmsys.dir/CommandLineArguments.o
 [  5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Registry.o
 [  5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/IOStream.o
 [  5%] Building CXX object 
 Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.o
 In file included from /usr/include/sys/procfs.h:36,
  from 
 /build/buildd/cmake-2.6.0/Source/kwsys/SystemInformation.cxx:49:
 /usr/include/sys/user.h:1:24: error: linux/user.h: No such file or directory
 make[3]: *** [Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.o] Error 1
 make[3]: Leaving directory `/build/buildd/cmake-2.6.0/Build'
 make[2]: *** [Source/kwsys/CMakeFiles/cmsys.dir/all] Error 2
 make[2]: Leaving directory `/build/buildd/cmake-2.6.0/Build'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/cmake-2.6.0/Build'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=cmakever=2.6.0-4




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483296: insight_6.7.1.dfsg.1-9(hppa/unstable): FTBFS: internal copy of gdb(!??!?) lacks hppa support

2008-05-28 Thread lamont
Package: insight
Version: 6.7.1.dfsg.1-9
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of insight_6.7.1.dfsg.1-9 on peri by sbuild/hppa 98
 Build started at 20080528-0245

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: autotools-dev, binutils-dev, bison, debhelper ( 4.0.0), 
 dpatch, flex, itcl3-dev, itk3-dev, iwidgets4, libncurses-dev, tcl8.4-dev, 
 texinfo, tk8.4-dev

[...]

 hppa-linux-nat.c:145: error: 'PT_FR25' undeclared here (not in a function)
 hppa-linux-nat.c:146: error: 'PT_FR26' undeclared here (not in a function)
 hppa-linux-nat.c:147: error: 'PT_FR27' undeclared here (not in a function)
 hppa-linux-nat.c:148: error: 'PT_FR28' undeclared here (not in a function)
 hppa-linux-nat.c:149: error: 'PT_FR29' undeclared here (not in a function)
 hppa-linux-nat.c:150: error: 'PT_FR30' undeclared here (not in a function)
 hppa-linux-nat.c:151: error: 'PT_FR31' undeclared here (not in a function)
 make[3]: *** [hppa-linux-nat.o] Error 1
 make[3]: Leaving directory `/build/buildd/insight-6.7.1.dfsg.1/gdb'
 make[2]: *** [all-gdb] Error 2
 make[2]: Leaving directory `/build/buildd/insight-6.7.1.dfsg.1'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/insight-6.7.1.dfsg.1'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=insightver=6.7.1.dfsg.1-9




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483262: twinkle_1:1.2-1+b1(ia64/unstable): FTBFS: MessageSeverity undeclared

2008-05-27 Thread lamont
Package: twinkle
Version: 1:1.2-1+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of twinkle_1:1.2-1+b1 on mundy by sbuild/ia64 98
 Build started at 20080527-1233

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: automake1.9, autotools-dev, cdbs, debhelper (= 4.0.0), 
 help2man, kdelibs4-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 
 !hurd-i386], libboost-regex-dev, libccrtp-dev (= 1.5.0), libcommoncpp2-dev 
 (= 1.4.2), libgsm1-dev, libqt3-mt-dev (= 3:3.3.0), libsndfile1-dev, 
 libspeex-dev, libxml2-dev, libxpm-dev, libzrtpcpp-dev, qt3-apps-dev

[...]

 In file included from audio_session.cpp:36:
 twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has not been declared
 twinkle_zrtp_ui.h:48: error: 'MessageSeverity' has not been declared
 make[5]: *** [audio_session.o] Error 1
 make[5]: Leaving directory `/build/buildd/twinkle-1.2/src/audio'
 make[4]: *** [all-recursive] Error 1
 make[4]: Leaving directory `/build/buildd/twinkle-1.2/src/audio'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/build/buildd/twinkle-1.2/src'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory `/build/buildd/twinkle-1.2/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/twinkle-1.2'
 make: *** [debian/stamp-makefile-build] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=twinklever=1:1.2-1+b1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483263: kaya_0.4.0-4(ia64/unstable): FTBFS: test errors

2008-05-27 Thread lamont
Package: kaya
Version: 0.4.0-4
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of kaya_0.4.0-4 on caballero by sbuild/ia64 98
 Build started at 20080527-1937

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), autotools-dev, ghc6 | ghc, 
 libghc6-mtl-dev, libgc-dev, happy, libpcre3-dev (= 5.0), libgcrypt11-dev, 
 libncurses5-dev, glutg3-dev, zlib1g-dev, libgnutls-dev, libpq-dev, 
 libmysqlclient15-dev, libsqlite3-dev, libgd2-xpm-dev, libsdl1.2-dev, 
 libncursesw5-dev

[...]

 Running test024/run: line 5: 22918 Segmentation fault ./test024b
 FAILURE
[...]
 make[2]: Leaving directory `/build/buildd/kaya-0.4.0/tests'
 make[1]: *** [test] Error 1
 make[1]: Leaving directory `/build/buildd/kaya-0.4.0'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=kayaver=0.4.0-4




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483266: hdbc-sqlite3_1.1.4.0.0(hppa/unstable): FTBFS: segmentation violation

2008-05-27 Thread lamont
Package: hdbc-sqlite3
Version: 1.1.4.0.0
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of hdbc-sqlite3_1.1.4.0.0 on penalosa by sbuild/hppa 98
 Build started at 20080527-2141

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: cpphs, debhelper (= 4.0.0), ghc6 (= 6.8.2), ghc6 ( 
 6.8.2-999), haddock, haskell-devscripts (= 0.6.6), hugs (= 98.200503.08), 
 libghc6-hdbc-dev (= 1.1.4), libghc6-hunit-dev, libghc6-mtl-dev, libhugs-hdbc 
 (= 1.1.4), libhugs-hunit, libsqlite3-dev (= 3.3)

[...]

 Cases: 39  Tried: 30  Errors: 0  Failures: 0
 Cases: 39  Tried: 31  Errors: 0  Failures: 0
 Cases: 39  Tried: 32  Errors: 0  Failures: 0
 Cases: 39  Tried: 33  Errors: 0  Failures: 0
 Cases: 39  Tried: 34  Errors: 0  Failures: 0
 Cases: 39  Tried: 35  Errors: 0  Failures: 0
 Cases: 39  Tried: 36  Errors: 0  Failures: 0
 Cases: 39  Tried: 37  Errors: 0  Failures: 0
 Cases: 39  Tried: 38  Errors: 0  Failures: 0
 
 Cases: 39  Tried: 39  Errors: 0  Failures: 0
 make[1]: *** [test-hugs] Segmentation fault
 make[1]: Leaving directory `/build/buildd/hdbc-sqlite3-1.1.4.0.0'
 make: *** [install] Error 2
 dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
 error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=hdbc-sqlite3ver=1.1.4.0.0




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483265: srtp_1.4.4~dfsg-2(ia64/unstable): FTBFS: illegal instruction

2008-05-27 Thread lamont
Package: srtp
Version: 1.4.4~dfsg-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of srtp_1.4.4~dfsg-2 on caballero by sbuild/ia64 98
 Build started at 20080527-2117

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: autotools-dev, debhelper (= 4.2.0), quilt, patchutils (= 
 0.2.25), devscripts (= 2.10.7), dh-buildinfo, cdbs (= 0.4.39), doxygen, 
 texlive-latex-recommended, texlive-fonts-recommended, procps, miscfiles

[...]

 crypto_kernel successfully shut down
 test/rdbx_driver -v
 rdbx (replay database w/ extended range) test driver
 David A. McGrew
 Cisco Systems, Inc.
 testing rdbx_t...
   testing sequential insertion...passed
   testing for false positives...passed
   testing non-sequential insertion...passed
 passed
 test/srtp_driver -v
 make[1]: *** [runtest] Illegal instruction
 make[1]: Leaving directory `/build/buildd/srtp-1.4.4~dfsg'
 make: *** [debian/stamp-makefile-check] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=srtpver=1.4.4~dfsg-2




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483267: felix_1.1.3-3.1(ia64/unstable): FTBFS: missing files?

2008-05-27 Thread lamont
Package: felix
Version: 1.1.3-3.1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of felix_1.1.3-3.1 on caballero by sbuild/ia64 98
 Build started at 20080527-2219

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), doxygen, dpatch, freeglut3-dev, gnuplot 
 (= 4.0), libglu1-mesa-dev, libgmp3-dev, libgsl0-dev, libsdl1.2-dev, man2html 
 (= 1.5), ocaml-best-compilers, ocaml-nox (= 3.10.0), python (= 2.0), sed 
 (= 4.1)

[...]

 tmp/mmap.c:11: error: (Each undeclared identifier is reported only once
 tmp/mmap.c:11: error: for each function it appears in.)
 tmp/have_socketlen_t.c:4: error: expected identifier or '(' before string 
 constant
 tmp/have_socketlen_t_is_uint.c:4: error: expected identifier or '(' before 
 string constant
 tmp/have_socketlen_t_is_int.c:4: error: expected identifier or '(' before 
 string constant
 socklen_t = int
 tmp/kqt.c:3:45: error: sys/event.h: No such file or directory
 HAVE_KQUEUE_DEMUXER = 0
 #include poll.h
 HAVE_EPOLL= 1
 tmp/hchk.c:1:18: error: port.h: No such file or directory
 NO HEADER port.h
 HAVE_POLL = 1
 HAVE_EPOLL = 1
 HAVE_EVTPORTS = 0

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=felixver=1.1.3-3.1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483269: llvm-gcc-4.2_2.2-1(ia64/unstable): FTBFS: undeclared identifiers

2008-05-27 Thread lamont
Package: llvm-gcc-4.2
Version: 2.2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of llvm-gcc-4.2_2.2-1 on mundy by sbuild/ia64 98
 Build started at 20080527-1725

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 6.0.0), flex, bison, dejagnu, tcl8.4, expect, 
 autoconf, automake1.9, perl, libtool, doxygen, chrpath, texinfo, sharutils, 
 llvm, llvm-dev, libltdl3-dev

[...]

 ./gt-dbxout.h:250: error: initializer element is not constant
 ./gt-dbxout.h:250: error: (near initialization for 
 'gt_pch_rs_gt_dbxout_h[0].stride')
 ./gt-dbxout.h:251: error: 'type_queue_index' undeclared here (not in a 
 function)
 ./gt-dbxout.h:251: error: initializer element is not constant
 ./gt-dbxout.h:251: error: (near initialization for 
 'gt_pch_rs_gt_dbxout_h[1].base')
 ./gt-dbxout.h:251: error: initializer element is not constant
 ./gt-dbxout.h:251: error: (near initialization for 
 'gt_pch_rs_gt_dbxout_h[1].stride')
 make[3]: *** [dbxout.o] Error 1
 make[3]: Leaving directory `/build/buildd/llvm-gcc-4.2-2.2/build-gcc/gcc'
 make[2]: *** [all-gcc] Error 2
 make[2]: Leaving directory `/build/buildd/llvm-gcc-4.2-2.2/build-gcc'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/llvm-gcc-4.2-2.2/build-gcc'
 make: *** [debian/stamps/build-stamp-llvm-gcc] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=llvm-gcc-4.2ver=2.2-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483271: mpatrol_1.4.8-11(ia64/unstable): FTBFS: segv in ld

2008-05-27 Thread lamont
Package: mpatrol
Version: 1.4.8-11
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of mpatrol_1.4.8-11 on mundy by sbuild/ia64 98
 Build started at 20080527-1736

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 3.0.0), binutils-dev, libelfg0-dev

[...]

 g++ -D_REENTRANT -I../../src -I../../tools -O3 -fno-inline-functions -fPIC -c 
 -o cplus.s.o ../../src/cplus.c
 g++ -D_REENTRANT -I../../src -I../../tools -O3 -fno-inline-functions -fPIC -c 
 -o version.s.o ../../src/version.c
 ../../src/version.c:50: warning: deprecated conversion from string constant 
 to 'char*'
 ../../src/version.c:67: warning: deprecated conversion from string constant 
 to 'char*'
 ../../src/version.c:68: warning: deprecated conversion from string constant 
 to 'char*'
 ../../src/version.c:69: warning: deprecated conversion from string constant 
 to 'char*'
 ../../src/version.c:70: warning: deprecated conversion from string constant 
 to 'char*'
 g++ -D_REENTRANT -I../../src -I../../tools -fPIC -E -P ../../src/machine.c 
 machine.s
 g++ -D_REENTRANT -I../../src -I../../tools -O3 -fno-inline-functions -fPIC -c 
 -o machine.s.o machine.s
 g++ -D_REENTRANT -shared -o libmpatrol.so.1.4 list.s.o tree.s.o slots.s.o 
 utils.s.o memory.s.o heap.s.o alloc.s.o info.s.o stack.s.o addr.s.o 
 strtab.s.o symbol.s.o signals.s.o diag.s.o option.s.o leaktab.s.o profile.s.o 
 trace.s.o inter.s.o malloc.s.o cplus.s.o version.s.o machine.s.o
 collect2: ld terminated with signal 11 [Segmentation fault]
 make[1]: *** [libmpatrol.so.1.4] Error 1
 make[1]: Leaving directory `/build/buildd/mpatrol-1.4.8/build/unix'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=mpatrolver=1.4.8-11




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483270: debian-edu-artwork_0.0.27(ia64/unstable): FTBFS: cannot read files list file

2008-05-27 Thread lamont
Package: debian-edu-artwork
Version: 0.0.27
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of debian-edu-artwork_0.0.27 on mundy by sbuild/ia64 98
 Build started at 20080527-1737

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4), cdbs, libbogl-dev, imagemagick, 
 libusplash-dev [i386 amd64 powerpc sparc], librsvg2-bin

[...]

 make[3]: Nothing to be done for `all-am'.
 make[3]: Leaving directory `/build/buildd/debian-edu-artwork-0.0.27/art'
 make[2]: Leaving directory `/build/buildd/debian-edu-artwork-0.0.27/art'
 make[2]: Entering directory `/build/buildd/debian-edu-artwork-0.0.27'
 make[2]: Nothing to be done for `all-am'.
 make[2]: Leaving directory `/build/buildd/debian-edu-artwork-0.0.27'
 make[1]: Leaving directory `/build/buildd/debian-edu-artwork-0.0.27'
 touch debian/stamp-makefile-build
 DEB_MAKE_CHECK_TARGET unset, not running checks
  /usr/bin/fakeroot debian/rules binary-arch
 make: Nothing to be done for `binary-arch'.
  dpkg-genchanges -B -mDebian/IA64 Build Daemon [EMAIL PROTECTED] 
 ../debian-edu-artwork_0.0.27_ia64.changes
 dpkg-genchanges: arch-specific upload - not including arch-independent 
 packages
 dpkg-genchanges: failure: cannot read files list file: No such file or 
 directory
 dpkg-buildpackage: failure: dpkg-genchanges gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=debian-edu-artworkver=0.0.27




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483276: firebird2.0_2.0.3.12981.ds1-16(ia64/unstable): FTBFS: cannot use typeid with -fno-rtti

2008-05-27 Thread lamont
Package: firebird2.0
Version: 2.0.3.12981.ds1-16
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of firebird2.0_2.0.3.12981.ds1-16 on mundy by sbuild/ia64 98
 Build started at 20080527-1813

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 5.0.0), docbook-to-man, libncurses5-dev, bison, 
 quilt (= 0.40), libicu-dev, libeditline-dev, po-debconf, dpkg-dev (= 
 1.13.19)

[...]

 g++ -g -O2 -fno-rtti -g -O2 -I../src/include/gen -I../src/include 
 -I../src/vulcan -DNAMESPACE=Vulcan -DTERMINATE_IDLE_LOCK_MANAGER -DNDEBUG 
 -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DIA64 -pipe -MMD -fPIC 
 -fmessage-length=0 -O3 -fno-omit-frame-pointer  -DPROD_BUILD -fno-rtti -g -O2 
 -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan 
 -DTERMINATE_IDLE_LOCK_MANAGER -DNDEBUG -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL 
 -DLINUX -DIA64 -pipe -MMD -fPIC -fmessage-length=0 -O3 
 -fno-omit-frame-pointer  -DPROD_BUILD -I../src/include/gen -I../src/include 
 -I../src/vulcan -DNAMESPACE=Vulcan -DTERMINATE_IDLE_LOCK_MANAGER -DNDEBUG 
 -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DIA64 -pipe -MMD -fPIC 
 -fmessage-length=0 -O3 -fno-omit-frame-pointer  -DPROD_BUILD -fno-rtti -g -O2 
 -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan 
 -DTERMINATE_IDLE_LOCK_MANAGER -DNDEBUG -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL 
 -DLINUX -DIA64 -pipe -MMD -fPIC -fmessage-length=0 -O3 
 -fno-omit-frame-pointer  -DPROD_BUILD -I../src/include/gen -I../src/include 
 -I../src/vulcan -DNAMESPACE=Vulcan -DTERMINATE_IDLE_LOCK_MANAGER -DNDEBUG 
 -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DIA64 -pipe -MMD -fPIC 
 -fmessage-length=0 -O3 -fno-omit-frame-pointer  -DPROD_BUILD -DBOOT_BUILD 
 -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan 
 -DTERMINATE_IDLE_LOCK_MANAGER -DNDEBUG -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL 
 -DLINUX -DIA64 -pipe -MMD -fPIC -fmessage-length=0 -O3 
 -fno-omit-frame-pointer  -DPROD_BUILD -c ../src/common/fb_exception.cpp -o 
 ../temp/boot/common/fb_exception.o
 ../src/common/fb_exception.cpp: In function 'ISC_STATUS 
 Firebird::stuff_exception(ISC_STATUS*, const std::exception, 
 Firebird::StringsBuffer*)':
 ../src/common/fb_exception.cpp:245: error: cannot use typeid with -fno-rtti
 ../src/common/fb_exception.cpp:247: error: cannot use typeid with -fno-rtti
 ../src/common/fb_exception.cpp:255: error: 'dynamic_cast' not permitted with 
 -fno-rtti
 make[4]: *** [../temp/boot/common/fb_exception.o] Error 1
 make[4]: Leaving directory `/build/buildd/firebird2.0-2.0.3.12981.ds1/gen'
 make[3]: *** [gpre_boot] Error 2
 make[3]: Leaving directory `/build/buildd/firebird2.0-2.0.3.12981.ds1/gen'
 make[2]: *** [../gen/firebird/bin/gpre_static] Error 2
 make[2]: Leaving directory `/build/buildd/firebird2.0-2.0.3.12981.ds1/gen'
 make[1]: *** [firebird] Error 2
 make[1]: Leaving directory `/build/buildd/firebird2.0-2.0.3.12981.ds1'
 make: *** [build-super-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=firebird2.0ver=2.0.3.12981.ds1-16




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483277: basilisk2_0.9.20070407-4(ia64/unstable): FTBFS: copyright issues?

2008-05-27 Thread lamont
Package: basilisk2
Version: 0.9.20070407-4
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of basilisk2_0.9.20070407-4 on caballero by sbuild/ia64 98
 Build started at 20080528-0021

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: autotools-dev, cdbs (= 0.4.39), debhelper (= 5), devscripts 
 (= 2.10.7), dh-buildinfo, libesd0-dev, libgtk2.0-dev, libsdl-dev, 
 libxxf86dga-dev, libxxf86vm-dev, patchutils (= 0.2.25), quilt

[...]

 Found 53 different copyright and licensing combinations.
 ERROR: The following new or changed copyright notices discovered:
 
 GPL-2+ [2004 Apple Computer, Inc., All Rights Reserved]: 
 src/MacOSX/AudioBackEnd.cpp, src/MacOSX/AudioBackEnd.h
 UNKNOWN [Copyright 2004 Apple Computer, Inc. All rights reserved]: 
 src/MacOSX/AudioDevice.cpp, src/MacOSX/AudioDevice.h
 UNKNOWN [= Copyright 1997-2006 Christian Bauer et al. Freely distributable 
 under the terms of the GNU GPL.;]: src/MacOSX/English.lproj/InfoPlist.strings
 UNKNOWN [� 1997-2001 Christian Bauer et al]: 
 src/MacOSX/Multiple-Windows/English.lproj/MainMenu.nib/objects.nib
 UNKNOWN [� 1997-2006 Christian Bauer et al. Mac OS X port 19/string]: 
 src/MacOSX/Info.plist
 UNKNOWN [� 1997—2004 Christian Bauer et al]: 
 src/MacOSX/English.lproj/MainMenu.nib/objects.nib
 
 To fix the situation please do the following:
   1) Investigate the above changes and update debian/copyright as needed
   2) Replace debian/copyright_hints with debian/copyright_newhints
 make: *** [debian/stamp-copyright-check] Error 1
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=basilisk2ver=0.9.20070407-4




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483279: tuxguitar_0.9.99~1.0rc4-1(ia64/unstable): FTBFS: compile errors

2008-05-27 Thread lamont
Package: tuxguitar
Version: 0.9.99~1.0rc4-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of tuxguitar_0.9.99~1.0rc4-1 on caballero by sbuild/ia64 98
 Build started at 20080528-0023

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5.0.0), libswt3.2-gtk-java, libitext-java, 
 libasound2-dev, docbook-to-man, docbook-utils, ant, gcj, java-gcj-compat-dev

[...]

at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
at 
 org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
at org.apache.tools.ant.Main.runBuild(Main.java:698)
at org.apache.tools.ant.Main.startAnt(Main.java:199)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
 
 Total time: 22 seconds
 make[1]: *** [TuxGuitar/tuxguitar.jar] Error 1
 make[1]: Leaving directory `/build/buildd/tuxguitar-0.9.99~1.0rc4'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=tuxguitarver=0.9.99~1.0rc4-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483280: spamoracle_1.4-12(ia64/unstable): FTBFS: needs ocamlopt

2008-05-27 Thread lamont
Package: spamoracle
Version: 1.4-12
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of spamoracle_1.4-12 on caballero by sbuild/ia64 98
 Build started at 20080527-2359

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 6.0.0), ocaml-nox (= 3.10), dpatch

[...]

 if [ -x /usr/bin/ocamlopt ]; then \
   /usr/bin/make install 
 DESTDIR=/build/buildd/spamoracle-1.4/debian/spamoracle; \
   fi
 /usr/bin/make install.byte 
 DESTDIR=/build/buildd/spamoracle-1.4/debian/spamoracle-byte
 make[1]: Entering directory `/build/buildd/spamoracle-1.4'
 cp spamoracle.byte 
 /build/buildd/spamoracle-1.4/debian/spamoracle-byte/usr/bin/spamoracle
 cp spamoracle.1 
 /build/buildd/spamoracle-1.4/debian/spamoracle-byte/usr/share/man/man1/spamoracle.1
 cp spamoracle.conf.5 
 /build/buildd/spamoracle-1.4/debian/spamoracle-byte/usr/share/man/man5/spamoracle.conf.5
 make[1]: Leaving directory `/build/buildd/spamoracle-1.4'
 install -m 644 debian/spamoracle-byte.override \
   
 /build/buildd/spamoracle-1.4/debian/spamoracle-byte/usr/share/lintian/overrides/spamoracle-byte
 # fails if ocamlopt is missing, in such cases binary-arch shouldn't have been 
 invoked
 test -x /usr/bin/ocamlopt
 make: *** [binary-arch] Error 1
 dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
 error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=spamoraclever=1.4-12




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483278: libspe2_2.2.80-95-3(ia64/unstable): FTBFS: cannot read files list file

2008-05-27 Thread lamont
Package: libspe2
Version: 2.2.80-95-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libspe2_2.2.80-95-3 on caballero by sbuild/ia64 98
 Build started at 20080528-0026

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 6), doxygen, gcc-multilib [powerpc ppc64], 
 ghostscript, quilt (= 0.40), texlive-extra-utils, texlive-fonts-recommended, 
 texlive-latex-recommended, xsltproc

[...]

 Transcript written on refman.log.
 latex_count=5 ; \
   while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log 
  [ $latex_count -gt 0 ] ;\
   do \
 echo Rerunning latex ;\
 pdflatex refman.tex ;\
 latex_count=`expr $latex_count - 1` ;\
   done
 make[2]: Leaving directory `/build/buildd/libspe2-2.2.80-95/latex'
 make[1]: Leaving directory `/build/buildd/libspe2-2.2.80-95'
 touch build-doc-stamp
  dpkg-genchanges -B -mDebian/IA64 Build Daemon [EMAIL PROTECTED] 
 ../libspe2_2.2.80-95-3_ia64.changes
 dpkg-genchanges: arch-specific upload - not including arch-independent 
 packages
 dpkg-genchanges: failure: cannot read files list file: No such file or 
 directory
 dpkg-buildpackage: failure: dpkg-genchanges gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=libspe2ver=2.2.80-95-3




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471865: Hello, is anything happening with this bug?

2008-03-31 Thread LaMont Jones
On Mon, Mar 31, 2008 at 04:58:43PM -0600, Gordon Haverland wrote:
 I've been holding off upgrades to DNS here for a week and a half 
 on this bug, since I don't know if upgrading is going to cause me 
 problems.  Is anything happening on this?

I have yet to reproduce it either in testing with 9.3.4 or in my
production world with either 9.4.2 or 9.5.0~b2.

I rather expect that it's already fixed in 9.4.2, but can't say for sure
without some more reliable reproducer...

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471865: bind9 dies with assertion failure adb.c:2617

2008-03-20 Thread LaMont Jones
On Thu, Mar 20, 2008 at 12:05:37PM -0700, Ben Holt wrote:
 bind9 dies with the following showing in the logs:
 Mar 20 03:51:02 firewall named[5714]: adb.c:2617: INSIST(bucket == (-1)) 
 failed
 Mar 20 03:51:02 firewall named[5714]: exiting (due to assertion failure)
 This has happened three times, all in the last five days.  Prior to this 
 bind9 had been running stable for months.  No recent configuration changes 
 have been made.

Could you check and see if the problem still exists with bind9.4.2
(which may require a recompile...)

thanks,
lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#465128: btrfs-tools_0.12-1(ia64/unstable): FTBFS: lacking 64-bit support?

2008-02-10 Thread lamont
Package: btrfs-tools
Version: 0.12-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of btrfs-tools_0.12-1 on mundy by sbuild/ia64 98
 Build started at 20080210-1301

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), uuid-dev

[...]

 ls btrfsctl.c
 btrfsctl.c
 gcc -Wp,-MMD,./.btrfsctl.o.d,-MT,btrfsctl.o -Wall -fno-strict-aliasing 
 -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -Werror -c btrfsctl.c
 gcc -g -Werror -o btrfsctl btrfsctl.o 
 ls ctree.c
 ctree.c
 gcc -Wp,-MMD,./.ctree.o.d,-MT,ctree.o -Wall -fno-strict-aliasing 
 -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -Werror -c ctree.c
 cc1: warnings being treated as errors
 ctree.c: In function 'btrfs_cow_block':
 ctree.c:231: warning: format '%Lu' expects type 'long long unsigned int', but 
 argument 3 has type 'u64'
 ctree.c:231: warning: format '%Lu' expects type 'long long unsigned int', but 
 argument 4 has type 'u64'
 make[1]: *** [ctree.o] Error 1
 make[1]: Leaving directory `/build/buildd/btrfs-tools-0.12'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=btrfs-toolsver=0.12-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#465191: guile-1.8_1.8.3+1-1(ia64/unstable): FTBFS: initialization discards qualifiers

2008-02-10 Thread lamont
Package: guile-1.8
Version: 1.8.3+1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of guile-1.8_1.8.3+1-1 on caballero by sbuild/ia64 98
 Build started at 20080211-0633

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: libtool, debhelper (= 5), quilt, libncurses5-dev, 
 libreadline5-dev, libltdl3-dev, libgmp3-dev, texinfo

[...]

 /bin/sh ../libtool --tag=CC   --mode=compile ia64-linux-gnu-gcc 
 -DHAVE_CONFIG_H -I. -I.. -I.. -I..-g -O2 -Wall -Wmissing-prototypes 
 -Werror -MT libguile_la-gc.lo -MD -MP -MF .deps/libguile_la-gc.Tpo -c -o 
 libguile_la-gc.lo `test -f 'gc.c' || echo './'`gc.c
  ia64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -Wall 
 -Wmissing-prototypes -Werror -MT libguile_la-gc.lo -MD -MP -MF 
 .deps/libguile_la-gc.Tpo -c gc.c  -fPIC -DPIC -o .libs/libguile_la-gc.o
 cc1: warnings being treated as errors
 gc.c: In function 'scm_ia64_ar_bsp':
 gc.c:1061: warning: initialization discards qualifiers from pointer target 
 type
 make[4]: *** [libguile_la-gc.lo] Error 1
 make[4]: Leaving directory `/build/buildd/guile-1.8-1.8.3+1/libguile'
 make[3]: *** [all] Error 2
 make[3]: Leaving directory `/build/buildd/guile-1.8-1.8.3+1/libguile'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/guile-1.8-1.8.3+1'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/guile-1.8-1.8.3+1'
 make: *** [debian/stamp/build] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=guile-1.8ver=1.8.3+1-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462900: cwdaemon_0.9.4-3(ia64/unstable): FTBFS: missing build-dep?

2008-01-27 Thread lamont
Package: cwdaemon
Version: 0.9.4-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of cwdaemon_0.9.4-3 on caballero by sbuild/ia64 98
 Build started at 20080127-2123

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: autotools-dev, debhelper (= 4.0.0), pkg-config, unixcw-dev 
 (= 2.3-2)

[...]

 checking for pkg-config... /usr/bin/pkg-config
 checking pkg-config is at least version 0.9.0... yes
 checking for UNIXCW... configure: error: Package requirements (libcw) were 
 not met:
 
 Package 'libcw' has no Version: field
 
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
 
 Alternatively, you may set the environment variables UNIXCW_CFLAGS
 and UNIXCW_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
 make: *** [config.status] Error 1
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=cwdaemonver=0.9.4-3




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#311812: postfix: syslog reconnection - please provide, syslogd socket in jail

2008-01-26 Thread LaMont Jones
On Sun, Jan 27, 2008 at 12:01:57AM +0100, Bernd Zeimetz wrote:
 This bug introduce a serious risk of loosing important log data, which
 is - especially for a MTA - not acceptable. Asking people to restart
 postfix after reloading syslog is a *stupid* workaround, which also
 results in the loss of log entries (during the time when syslog is
 restarted but postfix not yet). The only working, but not less ugly,
 workaround is to stop postfix first, then reload/restart syslog, and
 start postfix again.

The only long-term workable solution to this bug is for syslog to allow
postfix to specify an alternate socket.

 It seems you're just doing nothing to fix this bug, this behavior is a
 shame as you're ruining the image of postfix as the best MTA we have in
 Debian. If you really think the bug should be fixed in sysklogd -
 where's the open grave bug in sysklogd, syslog-ng and other syslog
 daemons which block *this* bug?

Cloned and filed, as anyone could have done.  Tracking down how to do
that took me a little while, as I've not done it previously.

 There're a few ways to get a syslog socket into the chroot, like
 - using syslog-ng: my suggested way, but depending on a syslog daemon is
 not nice.
 - using bind mounts: not available on older kernels, also a bind mount
 needs to be recreated after re{loading,starting} the syslog daemon

3) change /etc/default/syslog to say
  SYSLOG=-a /var/spool/postfix/dev/log
and then rsync -av /dev/log /var/spool/postfix/dev/log

Note that any admin can do that, postfix may not edit the config file of
another package.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#311812: postfix: syslog reconnection - please provide syslogd socket in jail

2008-01-17 Thread LaMont Jones
severity 311812 important
--

On Thu, Jan 17, 2008 at 04:17:12PM +, Alexander Wirt wrote:
 severity 311812 grave

It's only grave if the bug is against syslogd.  Syslogd doesn't provide
a method for postfix to change the config file, and therefore it would
be a policy violation for postfix to edit syslog's config file so that
it sees things when it restarts.

Once there's a way for postfix to hook up to syslogd in a
policy-conformant manner, we can fix this bug.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#458366: tbb_2.0r014-2(hppa/unstable): FTBFS: uses 'arch', which is gone

2007-12-30 Thread lamont
Package: tbb
Version: 2.0r014-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of tbb_2.0r014-2 on bld-3 by sbuild/hppa 98
 Build started at 20071230-0701

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), dpatch

[...]

 /usr/bin/make clean
 make[1]: arch: Command not found

[...]

 rm -rf patch-stamp debian/patched
  debian/rules build
 dpatch apply-all
 applying patch 01_add_soname to ./ ... ok.
 applying patch 02_replace_arch_command to ./ ... ok.
 dh_testdir
 # Add here commands to configure the package.
 touch configure-stamp
 dh_testdir
 /usr/bin/make tbb_release tbbmalloc_release
 make[1]: Entering directory `/build/buildd/tbb-2.0r014'
 build/common.inc:58: *** Architecture not detected.  Stop.
 make[1]: Leaving directory `/build/buildd/tbb-2.0r014'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=tbbver=2.0r014-2

See also http://bugs.debian.org/446023

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#448024: rpm_4.4.2.1-1(hppa/unstable): FTBFS: type qualifiers ignored on function return type

2007-10-25 Thread lamont
Package: rpm
Version: 4.4.2.1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of rpm_4.4.2.1-1 on peri by sbuild/hppa 98
 Build started at 20071025-0529

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5.0.37.2), libtool, autoconf, automake, 
 zlib1g-dev, libbz2-dev, dpkg-dev (= 1.9.0), libpopt-dev (= 1.6.4), 
 python-all-dev, libbeecrypt6-dev, libneon25-dev, libxml2-dev, 
 libreadline5-dev, libselinux1-dev [!kfreebsd-i386 !kfreebsd-amd64 
 !hurd-i386], libsepol1-dev, libsqlite3-dev, python-central (= 0.5), bzip2, 
 quilt, libdb4.5-dev

[...]

 mv -f .deps/stubs.Tpo .deps/stubs.Plo
 /bin/sh ../libtool --tag=CC   --mode=compile hppa-linux-gnu-gcc 
 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/beecrypt -I/usr/include/neon 
 -I../lua/include -I../lua/local -I../popt -I../misc -g -O2 -fPIC -DPIC 
 -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes 
 -Wmissing-prototypes -Wno-char-subscripts  -fno-strict-aliasing -MT url.lo 
 -MD -MP -MF .deps/url.Tpo -c -o url.lo url.c
  hppa-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/beecrypt 
 -I/usr/include/neon -I../lua/include -I../lua/local -I../popt -I../misc -g 
 -O2 -fPIC -DPIC -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith 
 -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts 
 -fno-strict-aliasing -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c  -fPIC 
 -DPIC -o .libs/url.o
 In file included from ./rpmio_internal.h:9,
  from url.c:11:
 ./rpmio.h:603: warning: type qualifiers ignored on function return type
  hppa-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/beecrypt 
 -I/usr/include/neon -I../lua/include -I../lua/local -I../popt -I../misc -g 
 -O2 -fPIC -DPIC -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith 
 -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts 
 -fno-strict-aliasing -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c -o url.o 
 /dev/null 21
 make[3]: *** [url.lo] Error 1
 make[3]: Leaving directory `/build/buildd/rpm-4.4.2.1/rpmio'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/rpm-4.4.2.1'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/rpm-4.4.2.1'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=rpmver=4.4.2.1-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#447872: kismet_2007-10-R1-1(hppa/unstable): FTBFS: bad build-depends

2007-10-24 Thread lamont
Package: kismet
Version: 2007-10-R1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of kismet_2007-10-R1-1 on peri by sbuild/hppa 98
 Build started at 20071023-1607

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 4.0.0), wireshark-dev, libncurses5-dev, 
 libpcap0.8-dev | libpcap-dev, zlib1g-dev, flex, bison, wget, libglib1.2-dev, 
 libmagick9-dev | libmagick-dev, libgmp3-dev, libstdc++6-dev

[...]

libstdc++6-dev is (1) build-essential and (2) not the name of the
package on all architectures.  Please drop that build-depends.

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=kismetver=2007-10-R1-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#441115: expect ftbfs on ia64

2007-09-20 Thread LaMont Jones
On Thu, Sep 06, 2007 at 11:18:04PM +0200, Matthias Klose wrote:
 http://buildd.debian.org/fetch.cgi?pkg=expectver=5.43.0-13arch=ia64stamp=1189059160file=log

The attached patch is the diff for the -13.1 NMU that fixes this bug, by
making all the implicit declarations go a way.

lamont
diff -urN t/expect-5.43.0/debian/changelog expect-5.43.0/debian/changelog
--- t/expect-5.43.0/debian/changelog	2007-09-19 15:42:19.0 -0600
+++ expect-5.43.0/debian/changelog	2007-09-19 15:43:26.0 -0600
@@ -1,3 +1,10 @@
+expect (5.43.0-13.1) unstable; urgency=low
+
+  * Non-Maintainer Upload
+  * Fix implicit definitions throughout.  Closes: #441115
+
+ -- LaMont Jones [EMAIL PROTECTED]  Wed, 19 Sep 2007 15:38:18 -0600
+
 expect (5.43.0-13) unstable; urgency=low
 
   * Applied patch from Ian Jackson [EMAIL PROTECTED] to
diff -urN t/expect-5.43.0/debian/patches/00list expect-5.43.0/debian/patches/00list
--- t/expect-5.43.0/debian/patches/00list	2007-09-19 15:42:19.0 -0600
+++ expect-5.43.0/debian/patches/00list	2007-09-19 15:47:07.0 -0600
@@ -10,3 +10,4 @@
 10-manpage.dpatch
 11-ttyname.dpatch
 12-fdout.dpatch
+13-implicit-defs.dpatch
diff -urN t/expect-5.43.0/debian/patches/13-implicit-defs.dpatch expect-5.43.0/debian/patches/13-implicit-defs.dpatch
--- t/expect-5.43.0/debian/patches/13-implicit-defs.dpatch	1969-12-31 17:00:00.0 -0700
+++ expect-5.43.0/debian/patches/13-implicit-defs.dpatch	2007-09-20 12:17:22.0 -0600
@@ -0,0 +1,414 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 13-implict-defs.dpatch by LaMont Jones [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad expect-5.43.0~/Dbg.c expect-5.43.0/Dbg.c
+--- expect-5.43.0~/Dbg.c	2002-03-22 21:11:54.0 -0700
 expect-5.43.0/Dbg.c	2007-09-20 12:07:20.0 -0600
+@@ -8,6 +8,7 @@
+ 
+ */
+ 
++#include unistd.h
+ #include stdio.h
+ 
+ #include tcldbgcf.h
+diff -urNad expect-5.43.0~/exp_chan.c expect-5.43.0/exp_chan.c
+--- expect-5.43.0~/exp_chan.c	2007-09-20 12:07:20.0 -0600
 expect-5.43.0/exp_chan.c	2007-09-20 12:07:20.0 -0600
+@@ -31,9 +31,11 @@
+ 
+ #include string.h
+ 
++#include expect.h
+ #include exp_rename.h
+ #include exp_prog.h
+ #include exp_command.h
++#include exp_event.h
+ #include exp_log.h
+ 
+ static int		ExpBlockModeProc _ANSI_ARGS_((ClientData instanceData,
+diff -urNad expect-5.43.0~/exp_clib.c expect-5.43.0/exp_clib.c
+--- expect-5.43.0~/exp_clib.c	2007-09-20 12:07:20.0 -0600
 expect-5.43.0/exp_clib.c	2007-09-20 12:07:20.0 -0600
+@@ -7,6 +7,8 @@
+ would appreciate credit if this program or parts of it are used.
+ */
+ 
++#include unistd.h
++
+ #include expect_cf.h
+ #include stdio.h
+ #include setjmp.h
+@@ -116,7 +118,9 @@
+ #include stdlib.h		/* for malloc */
+ #endif
+ 
++#include tcl.h
+ #include expect.h
++#include exp_command.h
+ #define TclRegError exp_TclRegError
+ 
+ /*
+@@ -1463,6 +1467,7 @@
+  * end of regexp definitions and code
+  */
+ 
++#if 0
+ /*
+  * following stolen from tcl8.0.4/generic/tclPosixStr.c
+  */
+@@ -1919,6 +1924,7 @@
+ #endif
+ }
+ }
++#endif
+ 
+ /*
+  * end of excerpt from tcl8.0.X/generic/tclPosixStr.c
+diff -urNad expect-5.43.0~/exp_command.c expect-5.43.0/exp_command.c
+--- expect-5.43.0~/exp_command.c	2007-09-20 12:07:20.0 -0600
 expect-5.43.0/exp_command.c	2007-09-20 12:07:20.0 -0600
+@@ -29,7 +29,6 @@
+ #  include fcntl.h
+ #endif
+ #include sys/file.h
+-#include exp_tty.h
+ 
+ #include errno.h
+ #include signal.h
+@@ -64,6 +63,7 @@
+ /*objects to including varargs.h twice, just */
+ /*omit this one. */
+ 
++#include expect.h
+ #include tcl.h
+ #include string.h
+ #include expect_tcl.h
+@@ -72,6 +72,7 @@
+ #include exp_command.h
+ #include exp_log.h
+ #include exp_event.h
++#include exp_tty_in.h
+ #include exp_pty.h
+ #ifdef TCL_DEBUGGER
+ #include tcldbg.h
+diff -urNad expect-5.43.0~/exp_command.h expect-5.43.0/exp_command.h
+--- expect-5.43.0~/exp_command.h	2007-09-20 12:07:20.0 -0600
 expect-5.43.0/exp_command.h	2007-09-20 12:17:17.0 -0600
+@@ -7,6 +7,9 @@
+ would appreciate credit if this program or parts of it are used.
+ */
+ 
++#ifndef __EXP_COMMAND_H
++#define __EXP_COMMAND_H
++
+ #ifdef HAVE_SYS_WAIT_H
+   /* ISC doesn't def WNOHANG unless _POSIX_SOURCE is def'ed */
+ # ifdef WNOHANG_REQUIRES_POSIX_SOURCE
+@@ -23,7 +26,7 @@
+ # undef panic
+ #endif
+ 
+-#include tclPort.h
++#include tclPort.h
+ 
+ #define EXP_CHANNELNAMELEN (16 + TCL_INTEGER_SPACE)
+ 
+@@ -89,11 +92,11 @@
+ char name[EXP_CHANNELNAMELEN+1]; /* expect and interact set variables
+    to channel name, so for efficiency
+    cache it here */
+-int fdin;		/* input fd */
+-int fdout;		/* output fd - usually the same as fdin, although
++long fdin;		/* input fd - may be used for storing ClientData, a pointer */
++long fdout;		/* output fd - usually the same as fdin, although

Bug#443089: postfix: Postfix does not start because it lacks a file

2007-09-18 Thread LaMont Jones
tags 443089 + moreinfo
--

dpkg --fsys-tarfile postfix_2.3.8-2+b1_i386.deb | tar tvf - | grep 
postfix-script
-rwxr-xr-x root/root  6840 2007-03-21 05:17 ./etc/postfix/postfix-script

I'm at a loss to understand how this file _isn't_ on your system.

Any ideas?
lamont

I expect that reintalling the package will make the problem go away.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#440325: kawari8_8.2.4-2(hppa/unstable): FTBFS: missing include?

2007-08-31 Thread lamont
Package: kawari8
Version: 8.2.4-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of kawari8_8.2.4-2 on bld-3 by sbuild/hppa 98
 Build started at 20070831-0144

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: cdbs (= 0.4.48), debhelper (= 5), python-dev, 
 libstlport4.6-dev, docbook-to-man, unzip

[...]

 ./libkawari/wordcollection.h:30: warning: 'class 
 IWordCollectionTKVMCode_base*, TKVMCode_baseP_Less' has virtual functions 
 but non-virtual destructor
 g++ -o../mach/linux/kosui   -pthread -lstlport -D_REENTRANT tool/kosui.o 
 libkawari/kawari_engine.o libkawari/kawari_ns.o libkawari/kawari_dict.o 
 libkawari/kawari_code.o libkawari/kawari_codeset.o 
 libkawari/kawari_codeexpr.o libkawari/kawari_codekis.o libkawari/kawari_vm.o 
 libkawari/kawari_lexer.o libkawari/kawari_compiler.o libkawari/kawari_log.o 
 libkawari/kawari_rc.o misc/misc.o misc/mt19937ar.o misc/l10n.o misc/phttp.o 
 saori/saori.o saori/saori_module.o saori/saori_unique.o kis/kis_echo.o 
 kis/kis_dict.o kis/kis_date.o kis/kis_counter.o kis/kis_file.o 
 kis/kis_escape.o kis/kis_urllist.o kis/kis_substitute.o kis/kis_split.o 
 kis/kis_communicate.o kis/kis_xargs.o kis/kis_string.o kis/kis_help.o 
 kis/kis_saori.o kis/kis_system.o libkawari/kawari_crypt.o misc/base64.o 
 saori/saori_native.o saori/saori_python.o  -pthread -lstlport -lpython2.4 -ldl
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libstlport.so: undefined reference 
 to [EMAIL PROTECTED]'
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libstlport.so: undefined reference 
 to [EMAIL PROTECTED]'
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libstlport.so: undefined reference 
 to [EMAIL PROTECTED]'
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libstlport.so: undefined reference 
 to [EMAIL PROTECTED]'
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libstlport.so: undefined reference 
 to [EMAIL PROTECTED]'
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libstlport.so: undefined reference 
 to [EMAIL PROTECTED]'
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libstlport.so: undefined reference 
 to [EMAIL PROTECTED]'
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libstlport.so: undefined reference 
 to [EMAIL PROTECTED]'
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libstlport.so: undefined reference 
 to [EMAIL PROTECTED]'
 collect2: ld returned 1 exit status
 make[1]: *** [../mach/linux/kosui] Error 1
 make[1]: Leaving directory 
 `/build/buildd/kawari8-8.2.4/build-tree/kawari-824/build/src'
 make: *** [debian/stamp-makefile-build] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=kawari8ver=8.2.4-2



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#440329: swh-plugins_0.4.15-0.1(hppa/unstable): FTBFS: unrecognized command line option -march=hppa

2007-08-31 Thread lamont
Package: swh-plugins
Version: 0.4.15-0.1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of swh-plugins_0.4.15-0.1 on peri by sbuild/hppa 98
 Build started at 20070831-0331

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 4.0.0), libtool, automake1.9, ladspa-sdk, 
 fftw3-dev (= 3.0.1-1), ed, pkg-config

[...]

 make[3]: Entering directory `/build/buildd/swh-plugins-0.4.15/po'
 make[3]: Nothing to be done for `all'.
 make[3]: Leaving directory `/build/buildd/swh-plugins-0.4.15/po'
 Making all in util
 make[3]: Entering directory `/build/buildd/swh-plugins-0.4.15/util'
 if hppa-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -O3 
 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC 
 -march=hppa   -MT rms.o -MD -MP -MF .deps/rms.Tpo -c -o rms.o rms.c; \
   then mv -f .deps/rms.Tpo .deps/rms.Po; else rm -f .deps/rms.Tpo; 
 exit 1; fi
 cc1: error: unrecognized command line option -march=hppa
 make[3]: *** [rms.o] Error 1
 make[3]: Leaving directory `/build/buildd/swh-plugins-0.4.15/util'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/swh-plugins-0.4.15'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/swh-plugins-0.4.15'
 make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=swh-pluginsver=0.4.15-0.1



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#440326: r-cran-maps_2.0-36-1(hppa/unstable): FTBFS: mawk: not found

2007-08-31 Thread lamont
Package: r-cran-maps
Version: 2.0-36-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of r-cran-maps_2.0-36-1 on bld-3 by sbuild/hppa 98
 Build started at 20070831-0748

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 4.1.0), r-base-dev ( 2.0.0), cdbs

[...]

 AWK=mawk R CMD INSTALL -l 
 /build/buildd/r-cran-maps-2.0-36/debian/r-cran-maps/usr/lib/R/site-library .
 * Installing *source* package 'maps' ...
 ** libs
 ** arch - 
 make[1]: Entering directory `/build/buildd/r-cran-maps-2.0-36/src'
 gcc-4.2 -std=gnu99 -g -O2Gmake.c   -o Gmake
 gcc-4.2 -std=gnu99 -g -O2Lmake.c   -o Lmake
 Converting world to world2
 mawk -f convert.awk  world.line  world2.line
 /bin/sh: mawk: command not found
 make[1]: *** [world2.line] Error 127
 make[1]: Leaving directory `/build/buildd/r-cran-maps-2.0-36/src'
 ERROR: compilation failed for package 'maps'
 ** Removing 
 '/build/buildd/r-cran-maps-2.0-36/debian/r-cran-maps/usr/lib/R/site-library/maps'
 make: *** [R_any_arch] Error 1

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=r-cran-mapsver=2.0-36-1

mawk is not build-essential.  There is 'awk', or you could build-depend.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#440268: complearn-gui_0.9.7-1+b1(ia64/unstable):

2007-08-30 Thread lamont
Package: complearn-gui
Version: 0.9.7-1+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of complearn-gui_0.9.7-1+b1 on caballero by sbuild/ia64 98
 Build started at 20070831-0426

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), autotools-dev, libsdl-ttf2.0-dev, 
 libglut3-dev, libgtk2.0-dev, pkg-config, libcomplearn-dev, libgsl0-dev, 
 libbz2-dev, cdbs, libsdl1.2debian

[...]

 Function `clBuiltin_UNZLIB' implicitly converted to pointer at clgui.c:98
 Function `clBuiltin_UNGZ' implicitly converted to pointer at clgui.c:99
 Function `clBuiltin_UNBZIP' implicitly converted to pointer at clgui.c:100
 Function `clTreeaClone' implicitly converted to pointer at clgui.c:264
 Function `clSbsBallPosition' implicitly converted to pointer at clgui.c:557
 Function `clTreeaLabelPerm' implicitly converted to pointer at clgui.c:593
 Function `clSbsNew' implicitly converted to pointer at clgui.c:624
 Function `clTreehTreeAdaptor' implicitly converted to pointer at clgui.c:638
 Function `clIncrdmDistMatrix' implicitly converted to pointer at clgui.c:672
 Function `clTreemasterStarterTree' implicitly converted to pointer at 
 clgui.c:673
 Function `clCalloc' implicitly converted to pointer at clgui.c:918
 Function `clBlockEnumerationLoadDirectory' implicitly converted to pointer at 
 clgui.c:921
 Function `clFileToDataBlockPtr' implicitly converted to pointer at clgui.c:934
 Function `clIncrdmNew' implicitly converted to pointer at clgui.c:969
 Function `clStringstackNew' implicitly converted to pointer at clgui.c:987

See http://people.debian.org/~dannf/check-implicit-pointer-functions

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=complearn-guiver=0.9.7-1+b1



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435634: mount ends with Segmentation fault

2007-08-08 Thread LaMont Jones
tags 435634 + etch
--

Forwarding to the bts.

On Fri, Aug 03, 2007 at 10:18:47AM +0200, Falk Siemonsmeier wrote:
 Am Do 02.08.2007 16:28 schrieb LaMont Jones [EMAIL PROTECTED]:
  Could you load the latest nfs-common and mount from sid and see if
  that
  resolves the problem?
 I just tested a little bit, it works with oldstable



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435983: mount: fails to detect LABEL=foo filesystems

2007-08-08 Thread LaMont Jones
reassign 435983 mdadm
--

done

On Wed, Aug 08, 2007 at 03:44:32PM +0200, Marco d'Itri wrote:
 On Aug 04, James Youngman [EMAIL PROTECTED] wrote:
 
  LABEL=foo entries can no longer be mounted;
 I love generalizations...
 
  So, whatever populates /dev/disk/by-label is not aware of (LVM2  MD),
 This is the real problem.
 The mdadm maintainer needs to integrate in his package support for
 persistent device names (i.e. install the appropriate rules file).
 
 -- 
 ciao,
 Marco




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435983: mount: fails to detect LABEL=foo filesystems

2007-08-05 Thread LaMont Jones
On Sat, Aug 04, 2007 at 02:43:04PM +0100, James Youngman wrote:
 Everything worked fine 'til I upgraded...
 So, whatever populates /dev/disk/by-label is not aware of (LVM2  MD),
 and since mount no longer itself supports LABEL= directly, mount fails
 to mopunt perfectly good filesystems.   This makes the system unusable.

The latest mdadm package seems to provide hooks for vol_id to populate
/dev/disk/*.  I expect that the latest LVM does as well..  In any case,
it would appear to be a bug in udev or lvm for not populating the table
that libvolume-id is using.  Does the lvm2 package in sid fix the issue?

lamont


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435537: Upgrade of mount fails - dependancy on nfs-common

2007-08-03 Thread LaMont Jones
tags 435537 + moreinfo
--

On Fri, Aug 03, 2007 at 08:25:48AM -0400, Christopher Browne wrote:
 Preparing to replace mount 2.12r-19 (using .../mount_2.13~rc2-5_amd64.deb) ...
 You have NFS mount points currently mounted, and this version of mount
 requires that nfs-common be upgraded before NFS mounts will work.
 
 nfs-common is up to date.

Please provide the output of:
grep ' nfs ' /proc/mounts
dpkg -l nfs-common
ls -l /sbin/mount.nfs


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   >