Bug#907118: error:141a318a:ssl routines:tls_process_ske_dhe:dh key too small

2018-08-29 Thread dann frazier
On Tue, Aug 28, 2018 at 09:53:58AM -0300, Antonio Terceiro wrote:
> On Thu, Aug 23, 2018 at 03:24:52PM -0600, dann frazier wrote:
> > Package: bip
> > Version: 0.8.9-1.1
> > Severity: normal
> > Tags: patch
> > 
> > I run bip on a stretch system, and connect to it from a hexchat client on
> > sid. After a recent upgrade of the client, which pulled in openssl 1.1,
> > hexchat began failing to connect to my server with the message:
> > 
> > error:141a318a:ssl routines:tls_process_ske_dhe:dh key too small
> > 
> > I found that backporting bip 0.9.0~rc3-1 to jessie worked. I further found
> > that just cherry-picking the following commit back to bip 0.8.9 seems to be
> > sufficient:
> > 
> >   39414f8 Handle OpenSSL version 1.1
> 
> I just tried backporting commit 39414f8 to the bip version in stretch,
> and it doesn't really fix the issue. There is probably some other commit
> that is needed.

I literally poked that patch into debian/patches{/series}, quilt
applied it and rebuilt, and it started working for me. Maybe there's
something different about our configs?



Bug#818616: What should I do?

2017-01-06 Thread dann frazier
On Mon, Dec 26, 2016 at 02:01:34PM +0100, Enrico Tassi wrote:
> Hum, I'm a bit lost here.  2.0.4 is fine, but does not work on arm64.
> What about 2.1-beta2 + fix allocator (as in message #35) ?  Was it
> tested? Does it work? Should I upload it?

Hi Enrico,

  Yes - I verified it, it does work on arm64. +1 on upload! :)

   -dann



Bug#973730: dropping severity

2020-11-05 Thread dann frazier
severity 973730 wishlist
thanks

I had the same concern when I first started working on this package,
but I learned that there is no requirement that a package be buildable
on any architecture where it can be used. If you believe that is
incorrect, please cite a policy section.



Bug#818616: luajit: laujit segfaults on arm64

2016-12-09 Thread dann frazier
On Thu, Dec 08, 2016 at 10:03:07PM +, Ben Hutchings wrote:
> Control: severity -1 serious
> 
> Raising severity; this should be a release blocker.
> 
> On Fri, 18 Mar 2016 18:42:24 + Wookey  wrote:
> > Source: luajit
> > Version: 2.1.0~beta2+dfsg-1
> > Severity: important
> > 
> > Dear Maintainer,
> > 
> > Yay - luajit with arm64 support uploaded!
> > 
> > However, whilst it builds, it doesn't appear to work at all.
> [...]
> 
> Does this bug exist in the version in testing/unstable (2.0.4+dfsg-1)? 
> Currently the BTS records it as affecting experimental only.

hey Ben!

  The version in unstable hadn't yet turned on arm64 builds.

  -dann



Bug#848024: [Pkg-utopia-maintainers] Bug#848024: Bug#848024: Fails to connect after upgrade to openvpn 2.4

2016-12-15 Thread dann frazier
On Tue, Dec 13, 2016 at 11:04:46PM +0100, Michael Biebl wrote:
> Am 13.12.2016 um 18:22 schrieb Michael Biebl:
> > I've blocked the two bugs accordingly and forwarded the issue to
> > upstream.
> 
> This is upstream's response
> 
> 
> Thomas Haller:
> > I don't think there is anything to do.
> > 
> > nm-openvpn already supports the verify-x509-name option, which should
> > be used.
> > 
> > 
> > The problem is for users who have existing connections with
> > tls-remote setting.
> > 
> > For example, when you look at your NetworkManager ovpn connection
> > (for example, named "MyOVPN"):
> > 
> > $ nmcli connection show "MyVPN" | grep tls-remote
> > 
> > 
> > openvpn 2.4 breaks backward compatibility by removing the option.
> > There is nothing that nm-openvpn can do about it except requiring
> > users to fix their configuration.
> > 
> > E.g. the Gnome plugin of nm-openvpn for nm-connection-editor has a
> > "Server Certificate Check" combobox. Affected users have to move away
> > from the "Verify subject partially (legacy mode)" setting.
> 
> In light of that, I'll close this bug report.
> I suggest, openvpn either patches tls-remote support back in (for
> stretch) or it adds a NEWS file, telling users to check their VPN
> configuration files (including the NetworkManager config) and fix them
> up manually.

Michael,
 Indeed, changing that configuration did fix my setup. Thanks!
Since NM can detect this situation, could it provide this same advice
to the user, even if just via syslog?

  -dann



Bug#939928: version bisect

2019-10-01 Thread dann frazier
Looks like this was introduced in version 0~20190606.20d2e5a1-2.
It also does not appear to impact the /usr/share/OVMF/OVMF_CODE.fd
image.



Bug#945610: FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3/dist-packages/launchpadlib/version.txt'

2019-11-27 Thread dann frazier
Package: python3-launchpadlib
Version: 1.10.8-1
Severity: grave

After upgrade, my scripts that use launchpadlib now fail at import (see
below). AFAIK, this makes this version unusable by most or all users,
but obviously feel free to lower the severity if that is incorrect.

dannf@xps13:~$ python3
\Python 3.7.5 (default, Oct 27 2019, 15:43:29) 
[GCC 9.2.1 20191022] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from launchpadlib.launchpad import Launchpad
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/launchpadlib/__init__.py", line 19, in 

"launchpadlib", "version.txt").strip()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1157, 
in resource_string
self, resource_name
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1401, 
in get_resource_string
return self._get(self._fn(self.module_path, resource_name))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1616, 
in _get
with open(path, 'rb') as stream:
FileNotFoundError: [Errno 2] No such file or directory: 
'/usr/lib/python3/dist-packages/launchpadlib/version.txt'
>>>

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-launchpadlib depends on:
ii  python3 3.7.5-3
ii  python3-httplib20.11.3-2
ii  python3-keyring 18.0.1-1
ii  python3-lazr.restfulclient  0.14.2-2
ii  python3-lazr.uri1.0.3-4
ii  python3-simplejson  3.16.0-2+b1
ii  python3-wadllib 1.3.3-3

python3-launchpadlib recommends no packages.

Versions of packages python3-launchpadlib suggests:
ii  python3-pkg-resources  41.4.0-1
pn  python3-testresources  

-- no debconf information



Bug#1022365: confirmed

2022-10-23 Thread dann frazier
Weird, tests pass for me locally. Will look into it.



Bug#1022365: reproduction

2022-11-19 Thread dann frazier
This seems to be the source of the problem:

pdsh@ip-10-84-234-180: module path "/<>/src/modules/.libs" 
insecure.
pdsh@ip-10-84-234-180: "/build": Owner not root, current uid, or pdsh 
executable owner
pdsh@ip-10-84-234-180: Couldn't load any pdsh modules

Indeed, I can reproduce by building in a directory that has an
ancestor directory owned by a user that is neither root, nor myself.

I've not been clever enough to workaround this.

Two options would be to (1) disable the failing tests or (2) avoid the
failures by linking the plugins statically. Neither seems ideal.



Bug#1022365: pdsh: diff for NMU version 2.34-0.2

2022-11-27 Thread dann frazier
Control: tags 1022365 + patch
Control: tags 1022365 + pending
diff -Nru pdsh-2.34/debian/changelog pdsh-2.34/debian/changelog
--- pdsh-2.34/debian/changelog	2022-10-11 08:24:01.0 -0600
+++ pdsh-2.34/debian/changelog	2022-11-27 15:07:39.0 -0700
@@ -1,3 +1,11 @@
+pdsh (2.34-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Workaround test failures by using modules symlinked into a temp dir.
+(Closes: #1022365).
+
+ -- dann frazier   Sun, 27 Nov 2022 15:07:39 -0700
+
 pdsh (2.34-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pdsh-2.34/debian/rules pdsh-2.34/debian/rules
--- pdsh-2.34/debian/rules	2022-10-11 08:24:01.0 -0600
+++ pdsh-2.34/debian/rules	2022-11-27 14:56:56.0 -0700
@@ -34,6 +34,36 @@
 --infodir=\$${prefix}/share/info \
 $(CONFIG_FLAGS)
 
+MODULE_DIRS := src/modules/.libs tests/test-modules/.libs
+override_dh_auto_test:
+	# pdsh will refuse to load modules in subdirs not owned by either
+	# the building user or root, which causes many tests to fail on
+	# the builders (see #1022365). We workaround that by copying
+	# the module dirs to a temp directory and symlinking them into
+	# the build tree.
+
+	# dh_auto_test will do this, but we need to build them first
+	# so we can copy them to the tempdir
+	$(MAKE) -C tests/test-modules check
+
+	# Save a copy of the module dirs to restore later
+	tar -c $(MODULE_DIRS) > debian/module-dirs.tar
+
+	# Now replace module dirs with symlinks to tempdir counterparts
+	# and run the tests.
+	set -e; \
+	tmpdir=`mktemp -d`; \
+	(cd $$tmpdir && tar xv) < debian/module-dirs.tar; \
+	rm -rf $(MODULE_DIRS); \
+	for dir in $(MODULE_DIRS); do \
+		ln -s $$tmpdir/$$dir $$dir; \
+	done; \
+	dh_auto_test; \
+	rm -rf $$tmpdir
+
+	# Restore the module directories (replacing the symlinks)
+	tar xv < debian/module-dirs.tar
+
 override_dh_auto_install:
 	dh_auto_install
 	# Clean up directory
@@ -50,3 +80,8 @@
 	rm -f $(CURDIR)/debian/pdsh/usr/bin/rpdcp
 	cp $(CURDIR)/debian/rpdcp.script $(CURDIR)/debian/pdsh/usr/bin/rpdcp
 	chmod 755 $(CURDIR)/debian/pdsh/usr/bin/rpdcp
+
+override_dh_auto_clean:
+	rm -f debian/module-dirs.tar
+	find . -name .libs -type l -exec rm {} \;
+	dh_auto_clean


Bug#350425: Uninstallable bug

2006-06-12 Thread dann frazier
On Sun, Jun 11, 2006 at 01:35:11PM +0200, Cl??ment Stenac wrote:
> Hello,
> 
> Any progress on that problem ? Did you have some feedback on the
> experimental versions ?

Yes, these packages are no longer necessary for the ssh functionality,
and are pending removal from sid.  See #372793.

-- 
dann frazier



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



Bug#350425: Uninstallable due to unmet dep on systemimager-boot-i386-standard (< 3.3.0)

2006-01-29 Thread dann frazier
tags 350425 + fixed-in-experimental
stop

On Sun, 2006-01-29 at 16:42 +0100, Luk Claes wrote:
> Package: systemimager-ssh-i386
> Severity: serious
> Version: 3.2.3-4
> 
> Hi
> 
> Your package in uninstallable due to an unmet dependency on
> systemimager-boot-i386-standard (< 3.3.0). You might want to loosen that
> dependency as unstable has already version 3.4.1-1.
> 
> Cheers

Thanks Luk.  The 3.4 series has serious problems building in unstable
(mostly gcc 4 issues) so its unlikely I'll do another upload of it.

However, 3.6 is in experimental.  Once I have some positive testing
responses from users, I'll move this into sid.  If you decide to try
those packages, please let me know how it goes.





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



Bug#325814: libmergeant-scan segfaulting

2006-01-29 Thread dann frazier
tags 325814 - reproducible
stop

Looks like libmergeant-scan is segfaulting in libgobject - maybe this is
a glib2.0 bug?.  I'm removing the unreproducible tag because this should
be easily reproducible on merulo - just ask debian-admin to install the
build-deps in the sid chroot.

[EMAIL PROTECTED]:/space/debian/mergeant-0.52/doc/libmergeant/C/.libs$ 
LD_LIBRARY_PATH=../../../../libmergeant/.libs:../../../../libmergeant/handlers/.libs:../../../../libmergeant/handlers/plugins/.libs:../../../../libmergeant/graph/.libs:/usr/lib/debug
 gdb ./libmergeant-scan
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "ia64-linux-gnu"...Using host libthread_db library 
"/usr/lib/debug/libthread_db.so.1".

(gdb) run
Starting program: 
/space/debian/mergeant-0.52/doc/libmergeant/C/.libs/libmergeant-scan
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 5890)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 5890)]
0x22413ac0 in check_derivation_I (parent_type=92128,
type_name=0x20187d48 "MgCondition") at gtype.c:424
424 gtype.c: No such file or directory.
in gtype.c
(gdb) bt full
#0  0x22413ac0 in check_derivation_I (parent_type=92128,
type_name=0x20187d48 "MgCondition") at gtype.c:424
pnode = (TypeNode *) 0x167e0
finfo = 
#1  0x2241bdb0 in IA__g_type_register_static (parent_type=92128,
type_name=0x20187d48 "MgCondition", info=0x201b7390,
flags=0) at gtype.c:2259
pnode = 
node = 
type = 
__PRETTY_FUNCTION__ = "IA__g_type_register_static"
#2  0x200718d0 in mg_condition_get_type () at mg-condition.c:159
info = {class_size = 200, base_init = 0, base_finalize = 0,
  class_init = 0x22d36260, class_finalize = 0, class_data = 0x0,
  instance_size = 40, n_preallocs = 0, instance_init = 0x22d36270,
  value_table = 0x0}
xml_storage_info = {interface_init = 0x22d36250,
  interface_finalize = 0, interface_data = 0x0}
renderer_info = {interface_init = 0x22d36240,
  interface_finalize = 0, interface_data = 0x0}
referer_info = {interface_init = 0x22d36230,
  interface_finalize = 0, interface_data = 0x0}
type = 0
#3  0x400092b0 in main (argc=64232, argv=0x6000fae0)
at libmergeant-scan.c:17
No locals.
(gdb)

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#350648: Please move to libreadline5-dev

2006-01-30 Thread dann frazier
tags 350648 + fixed-in-experimental
stop

On Tue, 2006-01-31 at 00:30 +, Martin Michlmayr wrote:
> Package: systemimager
> Version: 3.4.1-1
> Severity: serious
> 
> libreadline4-dev has been removed from the archive (see #339320),
> please change your build-depends to libreadline5-dev.

Thanks Martin.  The 3.4 series has serious problems building in unstable
(mostly gcc 4 issues) so its unlikely I'll do another upload of it.

However, 3.6 is in experimental, and does build-dep on libreadline5-dev.
Once I have some positive testing responses from users, I'll move this
into sid.




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



Bug#338185: ia64 initramfs status update ...

2005-11-27 Thread dann frazier
On Mon, 2005-11-28 at 02:33 +0100, Sven Luther wrote:
> Hi Dann,
> 
> Could you tell us what the status is with regard to ia64 and initramfs
> support? Any expected fix, or whatever ? 

I've been debugging it off & on for the past few days; no fix yet.




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



Bug#338185: ia64 initramfs status update ...

2005-11-27 Thread dann frazier
On Sun, 2005-11-27 at 21:13 -0700, dann frazier wrote:
> On Mon, 2005-11-28 at 02:33 +0100, Sven Luther wrote:
> > Hi Dann,
> > 
> > Could you tell us what the status is with regard to ia64 and initramfs
> > support? Any expected fix, or whatever ? 
> 
> I've been debugging it off & on for the past few days; no fix yet.

Ok, I've made some progress tonight:
  http://marc.theaimsgroup.com/?l=linux-ia64&m=113315906701976&w=2

If that list (the elilo maintainer in particular) agrees with my
evaluation of the problem, then we can reassign that bug.




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



Bug#341124: elilo: FTBFS

2005-11-28 Thread dann frazier
Package: elilo
Version: 3.4-9
Severity: serious
Justification: no longer builds from source

Here's a tail of the build log:

/usr/bin/gcc  -DCONFIG_ia64   -c -o setjmp.o setjmp.S
setjmp.S: Assembler messages:
setjmp.S:91: Warning: Use of 'st8.spill.nta' may violate WAW dependency 
'AR[UNAT]{%}, % in 0 - 63' (impliedf)
setjmp.S:91: Warning: Only the first path encountering the conflict is reported
setjmp.S:90: Warning: This is the location of the conflicting usage
setjmp.S:98: Warning: Use of 'st8.spill.nta' may violate WAW dependency 
'AR[UNAT]{%}, % in 0 - 63' (impliedf)
setjmp.S:98: Warning: Only the first path encountering the conflict is reported
setjmp.S:97: Warning: This is the location of the conflicting usage
setjmp.S:104: Warning: .body outside of procedure
setjmp.S:104: Warning: Initial .body should precede any instructions
setjmp.S:141: Warning: Use of 'st8.spill.nta' may violate WAW dependency 
'AR[UNAT]{%}, % in 0 - 63' (impliedf)
setjmp.S:141: Warning: Only the first path encountering the conflict is reported
setjmp.S:140: Warning: This is the location of the conflicting usage
setjmp.S:170: Error: .endp outside of procedure
make[2]: *** [setjmp.o] Error 1
make[2]: Leaving directory `/tmp/elilo-3.4/ia64'
make[1]: *** [ia64] Error 2
make[1]: Leaving directory `/tmp/elilo-3.4'
make: *** [build-stamp] Error 2

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages elilo depends on:
ii  dosfstools2.11-2.1   Utilities to create and check MS-D
ii  efibootmgr0.5.1-1Interact with the EFI Boot Manager

elilo recommends no packages.

-- no debconf information


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



Bug#338185: reassign to elilo

2005-11-28 Thread dann frazier
reassign 338185 elilo
stop

This is actually a bug in elilo, see:
  http://marc.theaimsgroup.com/?l=linux-ia64&m=113315906701976&w=2

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#341257: linux-2.6: new binutils breaks ia64 builds

2005-11-29 Thread dann frazier
Package: linux-2.6
Version: 2.6.14-4
Severity: critical
Tags: patch

2.6.14-4 doesn't boot on my ia64 box, while 2.6.14-3 did.

This isn't due to any of the patches in 2.6.14-4, rather it is
correlated with the use of the new assembler.

binutils_2.16.1cvs20051117-1 shows the problem, where binutils_2.16.1-3
did not.

This patch appears to fix the problem:

http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=9c184a073bfd650cc791956d6ca79725bb682716;hp=444d1d9bb5b724f03344c9317bc01d54a9b39073

-- 
dann frazier <[EMAIL PROTECTED]>




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



Bug#338185: fixed upstream

2005-12-07 Thread dann frazier
http://marc.theaimsgroup.com/?l=linux-ia64&m=113391258521267&w=2
-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#341124: reassigning

2005-12-07 Thread dann frazier
reassign 341124 gnu-efi
stop

 brett: so this needs a new gnu-efi, is that right?
 brett: if so; who maintains that upstream and for debian?
 dannf: to compile on sid, yes.  stephane maintains it upstream, bdale 
is debian maintainer.
 brett: has the fixed version been released?
 dannf: in order to compile on sid, gnu-efi needs updating in debian.
 yes, stephane released it a year ago.
 dannf: the debian package just needs to be updated to the year-old 
upstream package 
(ftp://ftp.hpl.hp.cmo/pub/linux-ia64/gnu-efi-3.0b-041222.tar.gz)
 erm, s/cmo/com/
 ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-3.0b-041222.tar.gz

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#343042: kernel bug or yaird bug

2005-12-13 Thread dann frazier
fyi, I just reassigned/merged a bug here, but messages on debian-kernel
lead me to believe this should actually be fixed in linux-2.6.  Please
reassign if that is the case.
-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#311357: kernel-image-2.6.8-2-686: Why isn't the fix uploaded yet???

2005-12-18 Thread dann frazier
On Sun, 2005-12-18 at 17:01 +0100, Anders Boström wrote:
> reopen 311357
> stop
> 
> Followup-For: Bug #311357
> Package: kernel-image-2.6.8-2-686
> Version: 2.6.8-16sarge1
> 
> This bug is still not fixed! Why was it set to resolved???

Our mistake; though the fix is commented out (its non-security), we left
the Closes string in there, so it was automatically closed.  I've
reopened all other such bugs.





Bug#358622: pango1.0: FTBFS

2006-03-23 Thread dann frazier
Package: pango1.0
Severity: serious

Here's a tail of the pbuilder log on i386; you can see a full failed log on
amd64 here:
  
http://buildd.debian.org/fetch.php?&pkg=pango1.0&ver=1.12.0-2&arch=amd64&stamp=1143116455&file=log&as=raw

mkdir .libs/libpangoft2-1.0.lax/libpango-khmer-fc.a
(cd .libs/libpangoft2-1.0.lax/libpango-khmer-fc.a && ar x 
/tmp/buildd/pango1.0-1.12.0/build-tree/pango-1.12.0-static/pango/../modules/khmer/.libs/libpango-khmer-fc.a)
rm -fr .libs/libpangoft2-1.0.lax/libpango-syriac-fc.a
mkdir .libs/libpangoft2-1.0.lax/libpango-syriac-fc.a
(cd .libs/libpangoft2-1.0.lax/libpango-syriac-fc.a && ar x 
/tmp/buildd/pango1.0-1.12.0/build-tree/pango-1.12.0-static/pango/../modules/syriac/.libs/libpango-syriac-fc.a)
rm -fr .libs/libpangoft2-1.0.lax/libpango-thai-fc.a
mkdir .libs/libpangoft2-1.0.lax/libpango-thai-fc.a
(cd .libs/libpangoft2-1.0.lax/libpango-thai-fc.a && ar x 
/tmp/buildd/pango1.0-1.12.0/build-tree/pango-1.12.0-static/pango/../modules/thai/.libs/libpango-thai-fc.a)
rm -fr .libs/libpangoft2-1.0.lax/libpango-tibetan-fc.a
mkdir .libs/libpangoft2-1.0.lax/libpango-tibetan-fc.a
(cd .libs/libpangoft2-1.0.lax/libpango-tibetan-fc.a && ar x 
/tmp/buildd/pango1.0-1.12.0/build-tree/pango-1.12.0-static/pango/../modules/tibetan/.libs/libpango-tibetan-fc.a)
ar cru .libs/libpangoft2-1.0.a  module-defs-fc.o pangofc-font.o 
pangofc-fontmap.o pangofc-decoder.o pangoft2.o pangoft2-fontmap.o 
pangoft2-render.o pango-ot-buffer.o pango-ot-info.o pango-ot-ruleset.o  
.libs/libpangoft2-1.0.lax/libmini-harfbuzz.a/ftglue.o 
.libs/libpangoft2-1.0.lax/libmini-harfbuzz.a/ftxopen.o 
.libs/libpangoft2-1.0.lax/libmini-harfbuzz.a/ftxgdef.o 
.libs/libpangoft2-1.0.lax/libmini-harfbuzz.a/ftxgpos.o 
.libs/libpangoft2-1.0.lax/libmini-harfbuzz.a/ftxgsub.o 
.libs/libpangoft2-1.0.lax/libmini-harfbuzz.a/otlbuffer.o  
.libs/libpangoft2-1.0.lax/libpango-arabic-fc.a/libpango_arabic_fc_la-arabic-fc.o
 
.libs/libpangoft2-1.0.lax/libpango-arabic-fc.a/libpango_arabic_fc_la-arabic-ot.o
  .libs/libpangoft2-1.0.lax/libpango-basic-fc.a/libpango_basic_fc_la-basic-fc.o 
 
.libs/libpangoft2-1.0.lax/libpango-hangul-fc.a/libpango_hangul_fc_la-hangul-fc.o
  
.libs/libpangoft2-1.0.lax/libpango-hebrew-fc.a/libpango_hebrew_fc_la-hebrew-shaper.o
 
.libs/libpangoft2-1.0.lax/libpango-hebrew-fc.a/libpango_hebrew_fc_la-hebrew-fc.o
  .libs/libpangoft2-1.0.lax/libpango-indic-fc.a/libpango_indic_fc_la-indic-fc.o 
.libs/libpangoft2-1.0.lax/libpango-indic-fc.a/libpango_indic_fc_la-indic-ot-class-tables.o
 .libs/libpangoft2-1.0.lax/libpango-indic-fc.a/libpango_indic_fc_la-indic-ot.o 
.libs/libpangoft2-1.0.lax/libpango-indic-fc.a/libpango_indic_fc_la-mprefixups.o 
 .libs/libpangoft2-1.0.lax/libpango-khmer-fc.a/libpango_khmer_fc_la-khmer-fc.o  
.libs/libpangoft2-1.0.lax/libpango-syriac-fc.a/libpango_syriac_fc_la-syriac-fc.o
 
.libs/libpangoft2-1.0.lax/libpango-syriac-fc.a/libpango_syriac_fc_la-syriac-ot.o
  
.libs/libpangoft2-1.0.lax/libpango-thai-fc.a/libpango_thai_fc_la-thai-charprop.o
 .libs/libpangoft2-1.0.lax/libpango-thai-fc.a/libpango_thai_fc_la-thai-shaper.o 
.libs/libpangoft2-1.0.lax/libpango-thai-fc.a/libpango_thai_fc_la-thai-fc.o 
.libs/libpangoft2-1.0.lax/libpango-thai-fc.a/libpango_thai_fc_la-thai-ot.o  
.libs/libpangoft2-1.0.lax/libpango-tibetan-fc.a/libpango_tibetan_fc_la-tibetan-fc.o
ranlib .libs/libpangoft2-1.0.a
rm -fr .libs/libpangoft2-1.0.lax
creating libpangoft2-1.0.la
(cd .libs && rm -f libpangoft2-1.0.la && ln -s ../libpangoft2-1.0.la 
libpangoft2-1.0.la)
if /bin/sh ../libtool --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. 
-I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE 
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I.. -DG_DISABLE_CAST_CHECKS 
-DG_DISABLE_DEPRECATED -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -I/usr/include/freetype2   -I/usr/include/cairo   
-I/usr/include/freetype2 -g -O2 -Wall -MT pangoxft-font.lo -MD -MP -MF 
".deps/pangoxft-font.Tpo" \
  -c -o pangoxft-font.lo `test -f 'pangoxft-font.c' || echo 
'./'`pangoxft-font.c; \
then mv -f ".deps/pangoxft-font.Tpo" ".deps/pangoxft-font.Plo"; \
else rm -f ".deps/pangoxft-font.Tpo"; exit 1; \
fi
 i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\" 
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" 
-DLIBDIR=\"/usr/lib\" -I.. -DG_DISABLEg pointer to incomplete type
pangoxft-font.c:456: error: dereferencing pointer to incomplete type
pangoxft-font.c: At top level:
pangoxft-font.c:468: error: syntax error before '*' token
pangoxft-font.c:470: warning: return type defaults to 'int'
make[5]: *** [pangoxft-font.lo] Error 1
make[5]: Leaving directory 
`/tmp/buildd/pango1.0-1.12.0/build-tree/pango-1.12.0-static/pango'
make[4]: *** [all-recursive] Error 2
make[3]: Leaving directory 
`/tmp/buildd/pango1.0-1.12.0/build-tree/pango-1.12.0-static/pango'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/tmp/buildd/pango1.0-1.12.0/build-tree/pang

Bug#359216: amd64 upgrade path

2006-03-29 Thread dann frazier
hey J.L.,
  I do not believe the 64-bit kernel/32-bit userspace combination
will be supported for etch.  At least, I don't see 64-bit i386.debs
available in testing or sid.   You will probably need to either revert
to a 32 bit kernel, or switch over to the full 64-bit userspace when
that time comes.  Doing either of these now would also fix iptables
for you.

-- 
dann frazier



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



Bug#359216: merge with 298155

2006-03-29 Thread dann frazier
severity 359216 wishlist
reassign 359216 iptables
merge 298155 359216
thanks

I was able to reproduce this - turns out its an iptables bug, so I'm
merging it in there.  Though I don't personally agree with the
wishlist severity, it is the iptables maintainer's choice, so I've
reduced it to wishlist in order for the merge to succeed.

-- 
dann frazier



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



Bug#357527: [stable] cyrus-sasl2 dfsg issue

2006-03-31 Thread dann frazier
hey,
  I filed #357527 a couple weeks ago concerning non-DFSG-free code in
cyrus-sasl2.  This bug affects sarge, and I'd like to see that this get
fixed in a point release.  However, based on the number of NMUs in the
changelog, it looks as though the maintainer maybe inactive.

  I am already working on a fix for a sarge-based release I do for my
day job, so it'd be ideal if I could just do the
stable-proposed-updates build for Debian and use the same build for my
work project.  Of course, I could prepare a sid NMU at the same time.

  What do you think?

-- 
dann frazier | HP Open Source and Linux Organization


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



Bug#360657: reassign & add patch

2006-04-03 Thread dann frazier
reassign 360657 libpam0g
tag 360657 + patch
found 360657 0.79-3.1
stop

This patch works for me...

--- pam-0.79/Linux-PAM/modules/pam_unix/pam_unix_passwd.c.orig  2006-04-03 
16:06:46.0 -0600
+++ pam-0.79/Linux-PAM/modules/pam_unix/pam_unix_passwd.c   2006-04-03 
16:05:39.0 -0600
@@ -1121,7 +1121,7 @@
 * password is acceptable.
 */
 
-   if (pass_new[0] == '\0') {  /* "\0" password = NULL 
*/
+   if (pass_new && pass_new[0] == '\0') {  /* "\0" 
password = NULL */
pass_new = NULL;
}
retval = _pam_unix_approve_pass(pamh, ctrl, pass_old, 
pass_new);


-- 
dann frazier



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



Bug#360657: passwd SIGSEGV on empty password

2006-04-03 Thread dann frazier
On Mon, Apr 03, 2006 at 10:59:32PM +0200, Matteo Croce wrote:
> Package: passwd
> Version: 1:4.0.14-9
> Severity: critical
> Tags: security
> Justification: root security hole
> 
> Just press ^D instead of the new password and passwd will segfaults.
> I think that this is grave because it's set uid root.

fyi, I can easily reproduce in sid, but not on sarge.

-- 
dann frazier



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



Bug#357527: [stable] cyrus-sasl2 dfsg issue

2006-04-04 Thread dann frazier
On Tue, Apr 04, 2006 at 05:35:06PM -0600, dann frazier wrote:
> I'll work on a sarge update w/ the same orig.tar.gz next.

proposed stable update has now been uploaded as well.

-- 
dann frazier



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



Bug#357527: [stable] cyrus-sasl2 dfsg issue

2006-04-05 Thread dann frazier
On Tue, Apr 04, 2006 at 06:12:10PM -0600, dann frazier wrote:
> On Tue, Apr 04, 2006 at 05:35:06PM -0600, dann frazier wrote:
> > I'll work on a sarge update w/ the same orig.tar.gz next.
> 
> proposed stable update has now been uploaded as well.

And rejected, because unstable's version is greater.  At zobel's
request, I uploaded my sid version directly (it was in the delayed
queue). However, my urgency was still set to low, so it'll take some
time to propogate.

It sounds like this needs to happen quickly, so I'll begin preparing a
new unstable upload w/ urgency=high.  If you believe it is warranted
(and its easier then hinting it in), give me the go-ahead & I'll
upload this version before the next dinstall run.

-- 
dann frazier



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



Bug#357527: [stable] cyrus-sasl2 dfsg issue

2006-04-05 Thread dann frazier
On Wed, Apr 05, 2006 at 11:40:08AM -0700, Steve Langasek wrote:
> On Wed, Apr 05, 2006 at 11:10:26AM -0600, dann frazier wrote:
> 
> > It sounds like this needs to happen quickly, so I'll begin preparing a
> > new unstable upload w/ urgency=high.  If you believe it is warranted
> > (and its easier then hinting it in), give me the go-ahead & I'll
> > upload this version before the next dinstall run.
> 
> Please don't do this.  Hinting is always the easier choice.  I've added a
> hint now.

Great, thanks!

-- 
dann frazier



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



Bug#361024: note on "2.4 is deprecated"

2006-04-10 Thread dann frazier
On Sun, Apr 09, 2006 at 02:14:58PM -0400, Joey Hess wrote:
>  - Debian's userland has *always* supported at least the previous major
>kernel version, and most often the previous two, or sometimes I
>think, three major kernel versions.

If for no other reason, upstream release process changes will likely
make this much more difficult.  As I'm sure you know, 2.6 is being
actively developed indefinitely, as opposed to the previous method of
branching off and stabalising a development tree.  Since there is no
existing plan for a 2.8, 2.4 would need to be maintained indefinitely
to continue a major + major-1 support model.

I of course agree with you that there's no reason to preclude
user-built kernels; and we certainly need to maintain the upgrade path.

-- 
dann frazier



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



Bug#355339: hwinfo: FTBFS

2006-03-04 Thread dann frazier
Package: hwinfo
Version: 8.38-5
Severity: serious
Justification: no longer builds from source

test -d stampdir || mkdir stampdir
touch stampdir/created
mkdir -p stampdir/sources build-tree stampdir/log/sources
Extracting source hwinfo-8.38.tar.gz ... successful.
touch stampdir/unpack
test -d stampdir/patches || mkdir -p stampdir/patches
Applying patch debian/patches/800_new_archs ... successful.
Applying patch debian/patches/810_gcc4_fix ... successful.
Applying patch debian/patches/820_amd64_fix ... successful.
touch stampdir/patch
dh_testdir -a
cd build-tree/hwinfo-8.38 && /usr/bin/make static
make[1]: Entering directory `/tmp/hwinfo-8.38/build-tree/hwinfo-8.38'
make[1]: Leaving directory `/tmp/hwinfo-8.38/build-tree/hwinfo-8.38'
make[1]: Entering directory `/tmp/hwinfo-8.38/build-tree/hwinfo-8.38'
make SHARED_FLAGS= LIBS="-lhd -lsysfs"
make[2]: Entering directory `/tmp/hwinfo-8.38/build-tree/hwinfo-8.38'
make[3]: Entering directory `/tmp/hwinfo-8.38/build-tree/hwinfo-8.38/src'
make[4]: Entering directory `/tmp/hwinfo-8.38/build-tree/hwinfo-8.38/src/hd'
make[4]: Leaving directory `/tmp/hwinfo-8.38/build-tree/hwinfo-8.38/src/hd'
make[4]: Entering directory `/tmp/hwinfo-8.38/build-tree/hwinfo-8.38/src/hd'
gcc -c -Wall -O2 -pipe -g   -I../../src/hd adb.c
gcc -c -Wall -O2 -pipe -g   -I../../src/hd bios.c
bios.c: In function 'smbios_get_info':
bios.c:659: warning: pointer targets in passing argument 1 of 'strlen' differ 
in signedness
bios.c:659: warning: pointer targets in passing argument 1 of 'canon_str' 
differ in signedness
bios.c: In function 'parse_mpconfig':
bios.c:931: warning: pointer targets in passing argument 1 of 'canon_str' 
differ in signedness
bios.c:934: warning: pointer targets in passing argument 1 of 'canon_str' 
differ in signedness
gcc -c -Wall -O2 -pipe -g   -I../../src/hd block.c
block.c: In function 'add_scsi_sysfs_info':
block.c:819: warning: pointer targets in passing argument 1 of 'canon_str' 
differ in signedness
block.c: In function 'hd_read_cdrom_info':
block.c:1017: warning: pointer targets in passing argument 1 of 'canon_str' 
differ in signedness
block.c:1066: warning: pointer targets in passing argument 1 of 'canon_str' 
differ in signedness
block.c:1071: warning: pointer targets in passing argument 1 of 'canon_str' 
differ in signedness
gcc -c -Wall -O2 -pipe -g   -I../../src/hd braille.c
braille.c: In function 'do_alva':
braille.c:155: warning: pointer targets in passing argument 1 of 'strlen' 
differ in signedness
braille.c:155: warning: pointer targets in passing argument 1 of 'strlen' 
differ in signedness
braille.c:155: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:155: warning: pointer targets in passing argument 1 of 'strlen' 
differ in signedness
braille.c:155: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:155: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:155: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:155: warning: pointer targets in passing argument 1 of 'strncmp' 
differ in signedness
braille.c: In function 'do_baum':
braille.c:447: warning: pointer targets in passing argument 1 of 'strlen' 
differ in signedness
braille.c:447: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:447: warning: pointer targets in passing argument 1 of 'strlen' 
differ in signedness
braille.c:447: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:447: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:447: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:448: warning: pointer targets in passing argument 1 of 'strlen' 
differ in signedness
braille.c:448: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:448: warning: pointer targets in passing argument 1 of 'strlen' 
differ in signedness
braille.c:448: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:448: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
braille.c:448: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
gcc -c -Wall -O2 -pipe -g   -I../../src/hd cpu.c
gcc -c -Wall -O2 -pipe -g   -I../../src/hd edd.c
edd.c: In function 'get_edd_info':
edd.c:59: warning: implicit declaration of function 'sysfs_open_directory'
edd.c:59: warning: assignment makes pointer from integer without a cast
edd.c:62: warning: implicit declaration of function 'sysfs_read_all_subdirs'
edd.c:63: error: dereferencing pointer to incomplete type
edd.c:64: error: dereferencing pointer to incomplete type
edd.c:64: error: dereferencing pointer to incomplete

Bug#356624: libnasl: FTBFS on ia64

2006-03-12 Thread dann frazier
Package: libnasl
Version: 2.2.7-1
Severity: serious
Justification: no longer builds from source

Tail of the failed build log below...

*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE be specified.
/bin/sh /space/debian/libnasl-2.2.7/libtool --silent gcc -pipe -g -Wall 
-D_REENTRANT -DSYSTEM_PCAP -O2  `sh ./cflags`  -c nasl_debug.c
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE be specified.
/bin/sh /space/debian/libnasl-2.2.7/libtool --silent gcc -pipe -g -Wall 
-D_REENTRANT -DSYSTEM_PCAP -O2  `sh ./cflags`  -lrpcsvc  
`/usr/bin/nessus-config --libs` -o libnasl.la nasl_packet_forgery.lo 
nasl_socket.lo nasl_crypto.lo nasl_crypto2.lo nasl_http.lo nasl_host.lo 
nasl_text_utils.lo nasl_nessusd_glue.lo nasl_misc_funcs.lo nasl_cmd_exec.lo 
capture_packet.lo nasl_grammar.tab.lo nasl_tree.lo nasl_var.lo exec.lo lint.lo 
nasl_lex_ctxt.lo nasl_func.lo nasl_init.lo strutils.lo regex.lo lfind.lo 
preparse.lo nasl_server.lo nasl_debug.lo -rpath /usr/lib \
-version-info 4:7:2
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE be specified.
gcc -pipe -g -Wall -D_REENTRANT -DSYSTEM_PCAP -O2   `sh ./cflags`  -I. 
-I/space/debian/libnasl-2.2.7/include -o nasl -DVERSION=\"2.2.7\" nasl.c 
nasl_packet_forgery.o nasl_socket.o nasl_crypto.o nasl_crypto2.o nasl_http.o 
nasl_host.o nasl_text_utils.o nasl_nessusd_glue.o nasl_misc_funcs.o 
nasl_cmd_exec.o capture_packet.o nasl_grammar.tab.o nasl_tree.o nasl_var.o 
exec.o lint.o nasl_lex_ctxt.o nasl_func.o nasl_init.o strutils.o regex.o 
lfind.o preparse.o nasl_server.o nasl_debug.o -lrpcsvc  `/usr/bin/nessus-config 
--libs`
nasl.c: In function 'main':
nasl.c:136: warning: implicit declaration of function 'getopt'
nasl.c:146: warning: implicit declaration of function 'generate_signed_script'
nasl.c:250: warning: implicit declaration of function 'hg_cleanup'
nasl_socket.o: In function 
`nasl_socket_get_error':/space/debian/libnasl-2.2.7/nasl/nasl_socket.c:802: 
undefined reference to `stream_get_err'
collect2: ld returned 1 exit status
make[2]: *** [nasl] Error 1
make[2]: Leaving directory `/space/debian/libnasl-2.2.7/nasl'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/space/debian/libnasl-2.2.7'
make: *** [build-stamp] Error 2

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#357526: db3-doc: doc package is not DFSG-free

2006-03-17 Thread dann frazier
Package: db3-doc
Version: 3.2.9-23
Severity: serious
Justification: Policy 2.1

docs/sleepycat/legal.html contains the following text:

"This product and publication is protected by copyright and distributed under
 licenses restricting its use, copying and distribution. Permission to use this
 publication or portions of this publication is granted by Sleepycat Software
 provided that the above copyright notice appears in all copies and that use of
 such publications is for non-commercial use only and no modifications of the
 publication is made."

Which I believe makes the db3 documentation violate the DFSG, specifically
"No Discrimination Against Fields of Endeavor".

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

-- no debconf information


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



Bug#357527: cyrus-sasl2: source package includes non-DFSG-free code

2006-03-17 Thread dann frazier
Package: cyrus-sasl2
Severity: serious
Justification: Policy 2.1

The cyrus-sasl source package contains a dlcompat-20010505 subdirectory, whose
contents are licensed under the Apple Public Source License 1.1.

None of these files appear to be used during a build, so it should be safe
to just remove them from the source tarball.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#357528: db4.2-doc: doc package is not DFSG-free

2006-03-17 Thread dann frazier
Package: db4.2-doc
Version: 4.2.52-24
Severity: serious
Justification: Policy 2.1

docs/sleepycat/legal.html contains the following text:

"This product and publication is protected by copyright and distributed under
 licenses restricting its use, copying and distribution. Permission to use this
 publication or portions of this publication is granted by Sleepycat Software
 provided that the above copyright notice appears in all copies and that use of
 such publications is for non-commercial use only and no modifications of the
 publication is made."

Which I believe makes the db3 documentation violate the DFSG, specifically
"No Discrimination Against Fields of Endeavor".




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



Bug#376260: ia64 patch still needed?

2006-07-10 Thread dann frazier
This package builds fine (haven't tested it) if I remove this patch:

  * debian/patches/999_ia64_atomic_ops_broken.patch
+ Added. Uses atomic builtins that gcc-4.0 know on ia64, instead
of those
for gcc-4.1. (Patch by LaMont Jones from the ubuntu package)

lamont: can debian drop this now that we're using gcc 4.1?

-- 
dann frazier



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



Bug#376260: NMU uploaded

2006-07-11 Thread dann frazier
NMU uploaded; here's the debdiff.  The debian/docs & debian/control
differences are just due to their regeneration - I made no changes
to them myself.

diff -u glib2.0-2.10.3/debian/docs glib2.0-2.10.3/debian/docs
--- glib2.0-2.10.3/debian/docs
+++ glib2.0-2.10.3/debian/docs
@@ -1,6 +1,6 @@
-build-tree/glib-2.6.1/NEWS
-build-tree/glib-2.6.1/NEWS.pre-1-3
-build-tree/glib-2.6.1/README
-build-tree/glib-2.6.1/ChangeLog.pre-1-2
-build-tree/glib-2.6.1/ChangeLog.pre-2-0
-build-tree/glib-2.6.1/ChangeLog.pre-2-2
+build-tree/glib-2.10.3/NEWS
+build-tree/glib-2.10.3/NEWS.pre-1-3
+build-tree/glib-2.10.3/README
+build-tree/glib-2.10.3/ChangeLog.pre-1-2
+build-tree/glib-2.10.3/ChangeLog.pre-2-0
+build-tree/glib-2.10.3/ChangeLog.pre-2-2
diff -u glib2.0-2.10.3/debian/control glib2.0-2.10.3/debian/control
--- glib2.0-2.10.3/debian/control
+++ glib2.0-2.10.3/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
-Uploaders: Debian GNOME Maintainers <[EMAIL PROTECTED]>, Akira TAGOH <[EMAIL 
PROTECTED]>, Andreas Rottmann <[EMAIL PROTECTED]>, Andrew Lau <[EMAIL 
PROTECTED]>, Clment Stenac <[EMAIL PROTECTED]>, Dafydd Harries <[EMAIL 
PROTECTED]>, Guilherme de S. Pastore <[EMAIL PROTECTED]>, Gustavo Franco 
<[EMAIL PROTECTED]>, Gustavo Noronha Silva <[EMAIL PROTECTED]>, J.H.M. Dassen 
(Ray) <[EMAIL PROTECTED]>, Jordi Mallach <[EMAIL PROTECTED]>, Jose Carlos 
Garcia Sogo <[EMAIL PROTECTED]>, Josselin Mouette <[EMAIL PROTECTED]>, Loic 
Minier <[EMAIL PROTECTED]>, Marc HE Brockschmidt <[EMAIL PROTECTED]>, Marco 
Cabizza <[EMAIL PROTECTED]>, Ond???ej Sur <[EMAIL PROTECTED]>, Ross Burton 
<[EMAIL PROTECTED]>, Sjoerd Simons <[EMAIL PROTECTED]>, Takuo KITAME <[EMAIL 
PROTECTED]>
+Uploaders: Debian GNOME Maintainers <[EMAIL PROTECTED]>, Andrew Lau <[EMAIL 
PROTECTED]>, Clment Stenac <[EMAIL PROTECTED]>, Dafydd Harries <[EMAIL 
PROTECTED]>, Guilherme de S. Pastore <[EMAIL PROTECTED]>, Gustavo Franco 
<[EMAIL PROTECTED]>, Gustavo Noronha Silva <[EMAIL PROTECTED]>, J.H.M. Dassen 
(Ray) <[EMAIL PROTECTED]>, Jordi Mallach <[EMAIL PROTECTED]>, Jose Carlos 
Garcia Sogo <[EMAIL PROTECTED]>, Josselin Mouette <[EMAIL PROTECTED]>, Loic 
Minier <[EMAIL PROTECTED]>, Marc HE Brockschmidt <[EMAIL PROTECTED]>, Marco 
Cabizza <[EMAIL PROTECTED]>, Oystein Gisnas <[EMAIL PROTECTED]>, Ond???ej 
Sur <[EMAIL PROTECTED]>, Ross Burton <[EMAIL PROTECTED]>, Sjoerd Simons 
<[EMAIL PROTECTED]>
 Build-Depends: debhelper (>> 5.0.22), pkg-config (>= 0.14.0), gettext, 
autotools-dev, gnome-pkg-tools
 Standards-Version: 3.6.2
 
diff -u glib2.0-2.10.3/debian/changelog glib2.0-2.10.3/debian/changelog
--- glib2.0-2.10.3/debian/changelog
+++ glib2.0-2.10.3/debian/changelog
@@ -1,3 +1,11 @@
+glib2.0 (2.10.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop 999_ia64_atomic_ops_broken.patch, no longer needed w/ gcc-4.1
+(closes: #376260).
+
+ -- dann frazier <[EMAIL PROTECTED]>  Tue, 11 Jul 2006 18:58:46 -0600
+
 glib2.0 (2.10.3-2) unstable; urgency=medium
 
   * Re-add changes from 2.10.2-2 that were lost in the wild
reverted:
--- glib2.0-2.10.3/debian/patches/999_ia64_atomic_ops_broken.patch
+++ glib2.0-2.10.3.orig/debian/patches/999_ia64_atomic_ops_broken.patch
@@ -1,37 +0,0 @@
 glib-2.10.0/glib/gatomic.c 2006-02-24 14:02:51.0 +
-+++ glib-2.10.0/glib/gatomic.c 2006-03-06 18:12:06.0 +
-@@ -414,14 +414,14 @@
- g_atomic_int_exchange_and_add (volatile gint *atomic,
-  gint   val)
- {
--  return __sync_fetch_and_add (atomic, val);
-+  return __sync_fetch_and_add_si (atomic, val);
- }
-  
- void
- g_atomic_int_add (volatile gint *atomic, 
- gint val)
- {
--  __sync_fetch_and_add (atomic, val);
-+  __sync_fetch_and_add_si (atomic, val);
- }
- 
- gboolean
-@@ -429,7 +429,7 @@
-  gint   oldval, 
-  gint   newval)
- {
--  return __sync_bool_compare_and_swap (atomic, oldval, newval);
-+  return __sync_bool_compare_and_swap_si (atomic, oldval, newval);
- }
- 
- gboolean
-@@ -437,7 +437,7 @@
-  gpointer   oldval, 
-          gpointer   newval)
- {
--  return __sync_bool_compare_and_swap ((long *)atomic, 
-+  return __sync_bool_compare_and_swap_di ((long *)atomic, 
-  (long)oldval, (long)newval);
- }
- 


-- 
dann frazier




Bug#376260: NMU uploaded

2006-07-12 Thread dann frazier
On Wed, Jul 12, 2006 at 10:32:05AM +0200, Sebastien Bacher wrote:
> I'm
> going to do a maintainer upload today, I was just waiting for a reply to
> lamont saying if the bug is fixed by the change to do an upload

I don't think the NMU actually made it - an MU would be greatly appreciated.

-- 
dann frazier



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



Bug#357526: Bug#357528 closed by "Steinar H. Gunderson" <[EMAIL PROTECTED]> (Re: Fixed in NMU of db4.2 4.2.52+dfsg-0.1)

2006-07-18 Thread dann frazier
On Tue, Jul 18, 2006 at 10:18:28AM -0700, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> #357528: db4.2-doc: doc package is not DFSG-free,
> which was filed against the db4.2-doc package.
> 
> It has been closed by "Steinar H. Gunderson" <[EMAIL PROTECTED]>.

Thanks Steinar. Do you plan to do the same for db3, or should I?
I know that the db3 people would like to remove db3 before etch ships,
but just in case that doesn't happen..

-- 
dann frazier | HP Open Source and Linux Organization


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



Bug#337455: systemimager: FTBFS: Confuses unistd.h

2005-11-04 Thread dann frazier
On Fri, 2005-11-04 at 14:05 +0100, Daniel Schepler wrote:
> Package: systemimager
> Severity: serious
> Version: 3.4.1-1
> 
> From my pbuilder build log:
> 
> ...
> cd ./util ; /usr/bin/make subst
> make[4]: Entering directory 
> `/tmp/buildd/systemimager-3.4.1/systemimager-3.4.1/src/e2fsprogs-1.35/util'
> cc -c  -DLOCALEDIR=\"/usr/share/locale\"  -DENABLE_HTREE=1 -DENABLE_SWAPFS=1 
> -DPACKAGE=\"e2fsprogs\" -DVERSION=\"1.35-WIP\" 
> -DHAVE_INTTYPES_H_WITH_UINTMAX=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 
> -DHAVE_UNSIGNED_LONG_LONG=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 
> -DHAVE_ALLOCA=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
> -DINTDIV0_RAISES_SIGFPE=1 -DHAVE_INTTYPES_H=1 -DHAVE_ARGZ_H=1 
> -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 
> -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 
> -DHAVE_GETC_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 
> -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 
> -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 
> -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 
> -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 
> -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODE
>  SET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 
> -DHAVE_DCGETTEXT=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDARG_H=1 
> -DHAVE_ERRNO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_MNTENT_H=1 -DHAVE_PATHS_H=1 
> -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SETJMP_H=1 -DHAVE_SIGNAL_H=1 
> -DHAVE_TERMIOS_H=1 -DHAVE_LINUX_FD_H=1 -DHAVE_LINUX_MAJOR_H=1 
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_SYS_SOCKET_H=1 
> -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_RESOURCE_H=1 
> -DHAVE_NET_IF_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_VPRINTF=1 
> -DHAVE_RECLEN_DIRENT=1 -DHAVE_TYPE_SSIZE_T=1 -DHAVE_LSEEK64_PROTOTYPE=1 
> -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 
> -DHAVE_INTTYPES_H=1 -Dintptr_t=long -DHAVE_GETRUSAGE=1 -DHAVE_LLSEEK=1 
> -DHAVE_LSEEK64=1 -DHAVE_OPEN64=1 -DHAVE_STRTOULL=1 -DHAVE_STRCASECMP=1 
> -DHAVE_SRANDOM=1 -DHAVE_FCHOWN=1 -DHAVE_MALLINFO=1 -DHAVE_FDATASYNC=1 
> -DHAVE_STRNLEN=1 -DHAVE_STRPTIME=1 -DHAVE_SYSCONF
>  =1 -DHAVE_PATHCONF=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_MEMALIGN=1 
> -DHAVE_VALLOC=1 -DHAVE_DLOPEN=1 -DHAVE_EXT2_IOCTLS=1   -g -O2   -I../lib 
> -I../lib   subst.c -o subst.o
> In file included from subst.c:11:
> /usr/include/unistd.h:236: error: two or more data types in declaration 
> specifiers
> make[4]: *** [subst.o] Error 1
> make[4]: Leaving directory 
> `/tmp/buildd/systemimager-3.4.1/systemimager-3.4.1/src/e2fsprogs-1.35/util'
> ...
> In file included from subst.c:11:
> /usr/include/unistd.h:236: error: two or more data types in declaration 
> specifiers
> make[4]: *** [subst.o] Error 1
> make[4]: Leaving directory 
> `/tmp/buildd/systemimager-3.4.1/systemimager-3.4.1/src/e2fsprogs-1.35/util'
> make[3]: *** [util/subst] Error 2
> make[3]: Leaving directory 
> `/tmp/buildd/systemimager-3.4.1/systemimager-3.4.1/src/e2fsprogs-1.35'
> make[2]: *** [subs] Error 2
> make[2]: Leaving directory 
> `/tmp/buildd/systemimager-3.4.1/systemimager-3.4.1/src/e2fsprogs-1.35'
> make[1]: *** 
> [/tmp/buildd/systemimager-3.4.1/systemimager-3.4.1/src/e2fsprogs-1.35/misc/mke2fs]
>  Error 2
> make[1]: Leaving directory `/tmp/buildd/systemimager-3.4.1/systemimager-3.4.1'
> make: *** [build-arch-stamp] Error 2

Yeah, I've been slowly working on this - lots of gcc-4 bugs I need to
fix.  I think I've got everything but the kernel going now.

Sorry - should've thought to file this bug myself.




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



Bug#338185: stay on 2.6.12 for now

2005-11-08 Thread dann frazier
Package: linux-2.6
Version: 2.6.14-2
Severity: critical

ia64 users shouldn't upgrade to 2.6.14 yet - the ia64 kernel currently
has problems footprinting initramfs, which means it can't work with
either yaird or initramfs-tools.  Monitor this bug for status info.

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#347312: inetutils: needs automake1.4 conflict

2006-01-09 Thread dann frazier
Package: inetutils
Severity: serious
Justification: no longer builds from source

inetutils fails to build on my system if automake1.4 is installed.  Looks
like autoreconf defaults to 1.4 if it is installed.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-mckinley-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#263814: closing

2005-09-06 Thread dann frazier
Version: 0.11-2

This bug was apparently fixed back in August, but didn't have a proper
Closes marker in the changelog.
-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#321837: Intent to NMU

2005-09-18 Thread dann frazier
On Sat, 2005-09-17 at 05:23 +0200, Bernd Eckenfels wrote:
> On Fri, Sep 16, 2005 at 04:31:57PM -0600, dann frazier wrote:
> > As these bugs have been open for a month without a response from the
> > maintainers, I plan to NMU these packages in 1 week (or sooner, at the
> > maintainers' request).
> 
> feel free, as long as you dont break it. I prepare a new maintainer version,
> since it is a nmu anyway, but this might take two weeks.

This bug was already fixed in the last NMU - I've merged the reports and
marked this one fixed as well.  Thanks!

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#330329: linux-2.6: 2.6.12-10 FTBFS on sparc

2005-09-27 Thread dann frazier
On Tue, 2005-09-27 at 17:51 +0200, Sven Luther wrote:
> On Wed, Sep 28, 2005 at 12:29:49AM +0900, Horms wrote:
> > Package: linux-2.6
> > Severity: serious
> > Justification: no longer builds from source
> > 
> > 
> > Seems like 2.6.12-10 fails to build on sparc
> > http://buildd.debian.org/fetch.php?&pkg=linux-2.6&ver=2.6.12-10&arch=sparc&stamp=1127830883&file=log&as=raw
> > 
> >   LD  sound/usb/usx2y/built-in.o
> >   CC  net/socket.o
> >   CC  net/802/p8023.o
> > cc1: No such file or directory: opening dependency file
> > net/802/.p8023.o.d
> > make[6]: *** [net/802/p8023.o] Error 1
> > make[5]: *** [net/802] Error 2
> > make[4]: *** [net] Error 2
> > 
> > Curiously -6,-7,-8 and -10 all built on sparc
> > http://buildd.debian.org/fetch.php?&pkg=linux-2.6&ver=2.6.12-10&arch=sparc&stamp=1127830883&file=log&as=raw
> > 
> > I say curious, because -10 made ia64 and hppa changes
> > 
> > Does anyone have any ideas?
> 
> A full disk on the build box ? 

I'm doing a build to check this out.




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



Bug#328707: typo

2005-09-27 Thread dann frazier
Yes, this was a typo -a missing '\n' in the control file.  I committed a
fix last night.




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



Bug#330446: pending

2005-09-27 Thread dann frazier
tags 330446 + pending
thanks

I've comitted the following patch to svn.

--- debian/initrd-tools.postrm  (revision 4292)
+++ debian/initrd-tools.postrm  (working copy)
@@ -4,7 +4,9 @@

 if [ "$1" = purge ]; then
rm -rf /etc/mkinitrd
-   update-modules
+   if [ -x /sbin/update-modules ]; then
+   /sbin/update-modules
+   fi
update-rc.d initrd-tools.sh remove > /dev/null
 fi


-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#330329: worked for me too

2005-09-27 Thread dann frazier
This built fine for me in a fresh sid pbuilder chroot.  I've uploaded
the result of that build.
-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#330329: 2.6.12-10 built on my sparc pbuilder

2005-09-28 Thread dann frazier
On Tue, 2005-09-27 at 23:50 -0700, Blars Blarson wrote:
> On Wed, Sep 28, 2005 at 03:35:45PM +0900, Horms wrote:
> > On Tue, Sep 27, 2005 at 11:32:29PM -0700, Blars Blarson wrote:
> > > linux-2.6 2.6.12-10 built fine on my sparc pbuilder.  I think the
> > > build should be requeued, preferably on auric if it has more disk
> > > space available.
> > 
> > Thanks for that information. I think Dannf was plaining to
> > do a binary-upload. But if that doesn't pan out, how can we 
> > get the build requeued?
> > 
> > -- 
> > Horms
> 
> Ask the buildd administrator to do so.  I cced [EMAIL PROTECTED]
> on my previous message.

I did the binary-upload and it has been ACCEPTED, so the requeue should
not be necessary.




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



Bug#319772: dx: FTBFS

2005-07-24 Thread dann frazier
Package: dx
Version: 1:4.3.2-5
Severity: serious
Justification: no longer builds from source

Here's the tail of a failed buildlog produced with pbuilder:

g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../base -I../../../include 
-I./../dxui -Dlinux  -I/usr/include-Wall -g -fsigned-char -O2  -c -o 
CreateMacroDialog.o `test -f 'CreateMacroDialog.C' || echo 
'./'`CreateMacroDialog.C
CreateMacroDialog.C: In member function 'virtual _WidgetRec* 
CreateMacroDialog::createDialog(_WidgetRec*)':
CreateMacroDialog.C:197: warning: unused variable 'nameLabel'
CreateMacroDialog.C:220: warning: unused variable 'categoryLabel'
CreateMacroDialog.C:245: warning: unused variable 'descriptionLabel'
CreateMacroDialog.C:270: warning: unused variable 'filenameLabel'
g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../base -I../../../include 
-I./../dxui -Dlinux  -I/usr/include-Wall -g -fsigned-char -O2  -c -o 
DXAnchorWindow.o `test -f 'DXAnchorWindow.C' || echo './'`DXAnchorWindow.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../base -I../../../include 
-I./../dxui -Dlinux  -I/usr/include-Wall -g -fsigned-char -O2  -c -o 
DXApplication.o `test -f 'DXApplication.C' || echo './'`DXApplication.C
In file included from 
/usr/lib/gcc/ia64-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/stream.h:31,
 from DXApplication.C:28:
/usr/lib/gcc/ia64-linux-gnu/4.0.1/../../../../include/c++/4.0.1/backward/backward_warning.h:32:2:
 warning: #warning This file includes at least one deprecated or antiquated 
header. Please consider using one of the 32 headers found in section 17.4.1.2 
of the C++ standard. Examples include substituting the  header for the  
header for C++ includes, or  instead of the deprecated header 
. To disable this warning use -Wno-deprecated.
/usr/include/sys/ucontext.h:49: error: array bound is not an integer constant
DXApplication.C: In member function 'virtual boolean 
DXApplication::initialize(unsigned int*, char**)':
DXApplication.C:2264: warning: comparison between signed and unsigned integer 
expressions
DXApplication.C:2617: warning: comparison between signed and unsigned integer 
expressions
make[5]: *** [DXApplication.o] Error 1
make[5]: Leaving directory `/home/dannf/debian/dx-4.3.2/src/uipp/dxuilib'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/dannf/debian/dx-4.3.2/src/uipp/dxuilib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/dannf/debian/dx-4.3.2/src/uipp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dannf/debian/dx-4.3.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dannf/debian/dx-4.3.2'
make: *** [build-stamp] Error 2


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#323156: FTBFS: needs build-dep on libselinux-dev

2005-08-14 Thread dann frazier
Package: 9menu
Version: 1.7-2.1
Severity: serious
Tags: patch
Justification: no longer builds from source

gcc -o 9menu -g -O2 -fno-strict-aliasing   -L/usr/X11R6/lib   9menu.o 
-lXext -lX11   -lselinux
/usr/bin/ld: cannot find -lselinux
collect2: ld returned 1 exit status
make[1]: *** [9menu] Error 1
make[1]: Leaving directory `/tmp/buildd/9menu-1.7'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package
 -> Aborting with an error
 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> cleaning the build env
-> removing directory /var/cache/pbuilder/build//14707 and its 
subdirectories

--- 9menu-1.7/debian/control~   2005-08-14 23:19:53.0 -0600
+++ 9menu-1.7/debian/control2005-08-14 23:22:40.0 -0600
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Andrew Stribblehill <[EMAIL PROTECTED]>
-Build-Depends: xlibs-dev, debhelper (>>4.0.0), xutils, dpatch
+Build-Depends: xlibs-dev, debhelper (>>4.0.0), xutils, dpatch, libselinux-dev
 Standards-Version: 3.5.10

 Package: 9menu


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-itanium-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#323157: FTBFS: needs build-dep on libselinux-dev

2005-08-14 Thread dann frazier
Package: 9wm
Version: 1.2-6
Severity: serious
Tags: patch
Justification: no longer builds from source

rm -f 9wm
gcc -o 9wm -g -O2 -fno-strict-aliasing   -L/usr/X11R6/lib   main.o event.o 
manage.o menu.o client.o grab.o cursor.o error.o -lXext -lX11   -lselinux
/usr/bin/ld: cannot find -lselinux
collect2: ld returned 1 exit status
make[1]: *** [9wm] Error 1
make[1]: Leaving directory `/tmp/buildd/9wm-1.2'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package

--- 9wm-1.2/debian/control.orig 2005-08-14 23:31:12.0 -0600
+++ 9wm-1.2/debian/control  2005-08-14 23:31:16.0 -0600
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Decklin Foster <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0), xutils, xlibs-dev
+Build-Depends: debhelper (>= 4.0), xutils, xlibs-dev, libselinux-dev
 Standards-Version: 3.6.1

 Package: 9wm

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-itanium-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#323160: FTBFS: TLS definition in /lib/libc.so.6.1 section .tbss mismatches

2005-08-14 Thread dann frazier
Package: aca
Severity: serious
Justification: no longer builds from source

Here's a tail of the failed build log on ia64; I haven't seen this error
before - might be worth asking the debian-ia64 list if its unclear to you
as well.

cc -shared -Wl,-soname,libaca.so.0.1 -o libaca.so.0.1 draw.o astr.o colors.o 
key.o mouse.o utils.o ini_file.o button.o input.o menu.o radio.o session.o 
widget_utils.o simple.o file_view.o select_file.o learn_key.o
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6.1 section .tbss mismatches
non-TLS reference in simple.o
/lib/libc.so.6.1: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libaca.so.0.1] Error 1
make[2]: Leaving directory `/tmp/buildd/aca-0.1.10/Share-lib'
make[1]: *** [target] Error 1
make[1]: Leaving directory `/tmp/buildd/aca-0.1.10'
make: *** [debian/stamp-makefile-build] Error 2
pbuilder: Failed autobuilding of package
 -> Aborting with an error
 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> cleaning the build env
-> removing directory /var/cache/pbuilder/build//19790 and its 
subdirectories


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-itanium-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#287891: NMU uploaded

2005-10-11 Thread dann frazier
I've uploaded an NMU to DELAYED/7-day using the patch below.  If you
would like to prevent this upload from reaching unstable, you may upload
a proper MU within the next 7-days.

diff -urN owl-2.1.8.orig/debian/changelog owl-2.1.8/debian/changelog
--- owl-2.1.8.orig/debian/changelog 2005-10-11 20:45:50.0 -0600
+++ owl-2.1.8/debian/changelog  2005-10-11 20:50:19.0 -0600
@@ -1,3 +1,14 @@
+owl (2.1.8-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Include a patch from Andreas Jochens to fix compilation with gcc-4.0.
+Closes: #287891
+  * Add some prototypes to perlglue.xs to avoid the implicit conversion of
+return pointers from owl_zephyr_get_realm() & owl_zephyr_get_sender().
+Closes: #326106
+
+ -- dann frazier <[EMAIL PROTECTED]>  Tue, 11 Oct 2005 20:47:51 -0600
+
 owl (2.1.8-2) unstable; urgency=low
 
   * zcrypt.c: use kerberosIV/des.h, not the openafs one. Closes: #189108.
diff -urN owl-2.1.8.orig/libfaim/rxhandlers.c owl-2.1.8/libfaim/rxhandlers.c
--- owl-2.1.8.orig/libfaim/rxhandlers.c 2004-05-07 17:35:40.0 -0600
+++ owl-2.1.8/libfaim/rxhandlers.c  2005-10-11 20:47:46.0 -0600
@@ -66,7 +66,7 @@
}
 
mod->next = (aim_module_t *)sess->modlistv;
-   (aim_module_t *)sess->modlistv = mod;
+   sess->modlistv = mod;
 
faimdprintf(sess, 1, "registered module %s (family 0x%04x, version = 
0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, 
mod->version, mod->toolid, mod->toolversion);
 
diff -urN owl-2.1.8.orig/perlglue.xs owl-2.1.8/perlglue.xs
--- owl-2.1.8.orig/perlglue.xs  2004-05-07 17:35:40.0 -0600
+++ owl-2.1.8/perlglue.xs   2005-10-11 20:51:26.0 -0600
@@ -15,6 +15,8 @@
 extern char *owl_function_ztext_stylestrip(char *);
 extern void g;
 extern int owl_global_get_cols(void*);
+extern char *owl_zephyr_get_realm();
+extern char *owl_zephyr_get_sender();
 
 MODULE = owl   PACKAGE = owl   
 

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#323160: patch

2005-08-15 Thread dann frazier
tags 323160 + patch
thanks!

Right-o Steve; this fixes it for me.
--- aca-0.1.10/dialogs/simple.c~2001-03-01 13:44:38.0 -0700
+++ aca-0.1.10/dialogs/simple.c 2005-08-15 10:53:04.0 -0600
@@ -15,6 +15,7 @@
 #include "aca_widget.h"
 
 #include 
+#include 
 #include 
 
 #define Y(a)   (a+y)




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



Bug#323979: gcl: FTBFS - invalid storage class for function ...

2005-08-19 Thread dann frazier
Package: gcl
Version: 2.6.6-1
Severity: serious
Justification: no longer builds from source

gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -pg -O3   
-I/tmp/buildd/gcl-2.6.6/o -I../h -I../gcl-tk num_sfun.c
num_sfun.c: In function 'number_exp':
num_sfun.c:67: error: invalid storage class for function 'number_sin'
num_sfun.c:67: error: invalid storage class for function 'number_cos'
num_sfun.c:74: warning: implicit declaration of function 'number_cos'
num_sfun.c:74: warning: assignment makes pointer from integer without a cast
num_sfun.c:76: warning: implicit declaration of function 'number_sin'
num_sfun.c:76: warning: assignment makes pointer from integer without a cast
num_sfun.c: In function 'number_expt':
num_sfun.c:96: error: invalid storage class for function 'number_nlog'
num_sfun.c:135: warning: implicit declaration of function 'number_nlog'
num_sfun.c:135: warning: assignment makes pointer from integer without a cast
num_sfun.c:166: warning: assignment makes pointer from integer without a cast
num_sfun.c: At top level:
num_sfun.c:177: error: conflicting types for 'number_nlog'
num_sfun.c:135: error: previous implicit declaration of 'number_nlog' was here
num_sfun.c: In function 'number_nlog':
num_sfun.c:180: error: invalid storage class for function 'number_sqrt'
num_sfun.c:180: error: invalid storage class for function 'number_atan2'
num_sfun.c:222: warning: implicit declaration of function 'number_atan2'
num_sfun.c:222: warning: assignment makes pointer from integer without a cast
num_sfun.c: At top level:
num_sfun.c:286: error: conflicting types for 'number_atan2'
num_sfun.c:222: error: previous implicit declaration of 'number_atan2' was here
num_sfun.c:350: error: conflicting types for 'number_sin'
num_sfun.c:76: error: previous implicit declaration of 'number_sin' was here
num_sfun.c:397: error: conflicting types for 'number_cos'
num_sfun.c:74: error: previous implicit declaration of 'number_cos' was here
make[2]: *** [num_sfun.o] Error 1
make[2]: Leaving directory `/tmp/buildd/gcl-2.6.6/o'
make[1]: *** [unixport/saved_pre_gcl] Error 2
make[1]: Leaving directory `/tmp/buildd/gcl-2.6.6'
make: *** [build-gprof-stamp] Error 2
pbuilder: Failed autobuilding of package


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-itanium-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#325206: rivet: FTBFS - invalid lvalue in assignment

2005-08-26 Thread dann frazier
Package: rivet
Version: 0.5.0-3
Severity: serious
Justification: no longer builds from source

At least two .o's fail to build w/ gcc 4:

 gcc -pipe -DPACKAGE_NAME=\"Rivet\" -DPACKAGE_TARNAME=\"rivet\" 
-DPACKAGE_VERSION=\"0.5.0\" "-DPACKAGE_STRING=\"Rivet 0.5.0\"" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rivet\" -DVERSION=\"0.5.0\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DHAVE_DLFCN_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_READDIR_R=1 -DTCL_THREADS=1 
-D_ISOC99_SOURCE= -D_LARGEFILE64_SOURCE= -DTCL_WIDE_INT_IS_LONG=1 
-DNAMEOFEXECUTABLE=\"/usr/bin/tclsh8.4\" -I. -I. 
-I/usr/include/tcl8.4/tcl-private/generic -DLINUX=22 -DEAPI -DTARGET=apache 
-DHAVE_SET_DUMPABLE -DDB_DBM_HSEARCH=1 -DDEV_RANDOM=/dev/random -DUSE_HSREGEX 
-O1 -g -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/include/apache-1.3 "-DSTART_TAG=\"\"" -O2 -Wall 
-Wno-implicit-int -fPIC -MT mod
 _rivet_la-rivetCore.lo -MD -MP -MF .deps/mod_rivet_la-rivetCore.Tpo -c 
rivetCore.c  -fPIC -DPIC -o .libs/mod_rivet_la-rivetCore.o
In file included from /usr/include/sys/sem.h:28,
 from /usr/include/apache-1.3/ap_config.h:463,
 from /usr/include/apache-1.3/httpd.h:29,
 from rivetCore.c:27:
/usr/include/sys/ipc.h:25:3: warning: #warning "Files using this header must be 
compiled with _SVID_SOURCE or _XOPEN_SOURCE"
rivetCore.c: In function 'Rivet_Upload':
rivetCore.c:643: error: invalid lvalue in assignment
make[2]: *** [mod_rivet_la-rivetCore.lo] Error 1
make[2]: Leaving directory `/space/rivet-0.5.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/space/rivet-0.5.0'
make: *** [build-stamp] Error 2

if /bin/sh ../libtool --mode=compile gcc -pipe -DPACKAGE_NAME=\"Rivet\" 
-DPACKAGE_TARNAME=\"rivet\" -DPACKAGE_VERSION=\"0.5.0\" 
-DPACKAGE_STRING=\"Rivet\ 0.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rivet\" 
-DVERSION=\"0.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_DLFCN_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 
-D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_READDIR_R=1 
-DTCL_THREADS=1 -D_ISOC99_SOURCE= -D_LARGEFILE64_SOURCE= 
-DTCL_WIDE_INT_IS_LONG=1 -DNAMEOFEXECUTABLE=\"/usr/bin/tclsh8.4\"  -I. -I.  
-I"/usr/include/tcl8.4/tcl-private/generic" -DLINUX=22 -DEAPI -DTARGET="apache" 
-DHAVE_SET_DUMPABLE -DDB_DBM_HSEARCH=1 -DDEV_RANDOM=/dev/random -DUSE_HSREGEX 
-O1  -g -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/include/apache-1.3 -DSTART_TAG='""'   -
 O2 -Wall -Wno-implicit-int -fPIC -MT mod_rivet_la-TclWebapache.lo -MD -MP -MF 
".deps/mod_rivet_la-TclWebapache.Tpo" -c -o mod_rivet_la-TclWebapache.lo `test 
-f 'TclWebapache.c' || echo './'`TclWebapache.c; \
then mv -f ".deps/mod_rivet_la-TclWebapache.Tpo" 
".deps/mod_rivet_la-TclWebapache.Plo"; else rm -f 
".deps/mod_rivet_la-TclWebapache.Tpo"; exit 1; fi
 gcc -pipe -DPACKAGE_NAME=\"Rivet\" -DPACKAGE_TARNAME=\"rivet\" 
-DPACKAGE_VERSION=\"0.5.0\" "-DPACKAGE_STRING=\"Rivet 0.5.0\"" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rivet\" -DVERSION=\"0.5.0\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DHAVE_DLFCN_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_READDIR_R=1 -DTCL_THREADS=1 
-D_ISOC99_SOURCE= -D_LARGEFILE64_SOURCE= -DTCL_WIDE_INT_IS_LONG=1 
-DNAMEOFEXECUTABLE=\"/usr/bin/tclsh8.4\" -I. -I. 
-I/usr/include/tcl8.4/tcl-private/generic -DLINUX=22 -DEAPI -DTARGET=apache 
-DHAVE_SET_DUMPABLE -DDB_DBM_HSEARCH=1 -DDEV_RANDOM=/dev/random -DUSE_HSREGEX 
-O1 -g -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/include/apache-1.3 "-DSTART_TAG=\"\"" -O2 -Wall 
-Wno-implicit-int -fPIC -MT mod
 _rivet_la-TclWebapache.lo -MD -MP -MF .deps/mod_rivet_la-TclWebapache.Tpo -c 
TclWebapache.c  -fPIC -DPIC -o .libs/mod_rivet_la-TclWebapache.o
In file included from /usr/include/sys/sem.h:28,
 from /usr/include/apache-1.3/ap_config.h:463,
 from /usr/include/apache-1.3/httpd.h:29,
 from TclWebapache.c:34:
/usr/include/sys/ipc.h:25:3: warning: #warning "Files using this header must be 
compiled with _SVID_SOURCE or _XOPEN_SOURCE"
TclWebapache.c: In function 'TclWeb_UploadChannel':
TclWebapache.c:531: warning: cast to pointer from integer of different size
TclWebapache.c: In function 'TclWeb_UploadSave':
TclWebapache.c:562: warning: cast to pointer from integer of different size
TclWebapache.c: In function 'TclW

Bug#325814: mergeant: FTBFS

2005-08-30 Thread dann frazier
Package: mergeant
Version: 0.52-1
Severity: serious
Justification: no longer builds from source

tail of the build log:

 cc -DXTHREADS -DORBIT2=1 -pthread -I/usr/include/libgnomedb-1.2 
-I/usr/include/gtk-2.0 -I/usr/include/libgda-1.2 -I/usr/include/libgnomeui-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 
-I/usr/include/libglade-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeprint-2.2 
-I/usr/include/libgnomeprintui-2.2 -I../../.. -I../../.. -Wall -g -Wall -O2 -c 
libmergeant-scan.c -o libmergeant-scan.o >/dev/null 2>&1

*** Warning: Linking the executable libmergeant-scan against the loadable 
module*** libmergeant_handler_cidr.so is not portable!

*** Warning: Linking the executable libmergeant-scan against the loadable 
module*** libmergeant_handler_text.so is not portable!

*** Warning: Linking the executable libmergeant-scan against the loadable 
module*** libmergeant_handler_passmd5.so is not portable!
cc -Wall -g -Wall -O2 -o .libs/libmergeant-scan .libs/libmergeant-scan.o 
-Wl,--export-dynamic  ../../../libmergeant/.libs/libmergeant-2.so 
-L/usr/X11R6/lib -L/usr/lib 
../../../libmergeant/handlers/.libs/libmergeant_handlers-2.so 
../../../libmergeant/handlers/plugins/.libs/libmergeant_handler_cidr.so 
../../../libmergeant/handlers/plugins/.libs/libmergeant_handler_text.so 
../../../libmergeant/handlers/plugins/.libs/libmergeant_handler_passmd5.so 
-lssl ../../../libmergeant/graph/.libs/libmergeant_graph-2.so -pthread 
/usr/lib/libgnomedb-2.so /usr/lib/libgda-2.so /usr/lib/libgdasql.so 
/usr/lib/libxslt.so /usr/lib/libgnomeui-2.so /usr/lib/libgnome-keyring.so 
/usr/lib/libjpeg.so /usr/lib/libbonoboui-2.so -lSM -lICE -lX11 
/usr/lib/libgnome-2.so /usr/lib/libesd.so /usr/lib/libaudiofile.so 
/usr/lib/libgnomevfs-2.so /usr/lib/libgnutls.so /usr/lib/libtasn1.so 
/usr/lib/libgcrypt.so -lnsl /usr/lib/libgpg-error.so -lresolv -lrt 
/usr/lib/libbonobo-2.so /usr/lib/libgconf-2.so /usr/lib/libbono
 bo-activation.so /usr/lib/libORBitCosNaming-2.so /usr/lib/libORBit-2.so 
/usr/lib/libpopt.so /usr/lib/libgthread-2.0.so /usr/lib/libgnomeprintui-2-2.so 
/usr/lib/libgnomeprint-2-2.so -lfontconfig /usr/lib/libfreetype.so 
/usr/lib/libgnomecanvas-2.so /usr/lib/libart_lgpl_2.so /usr/lib/libglade-2.0.so 
-lpthread /usr/lib/libgtk-x11-2.0.so /usr/lib/libxml2.so -lz 
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so 
/usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so 
/usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so -lm 
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl 
/usr/lib/libglib-2.0.so  -Wl,--rpath -Wl,/usr/share/mergeant/plugins
creating libmergeant-scan
Scan failed
make[4]: *** [scan-build.stamp] Error 255
make[4]: Leaving directory `/tmp/buildd/mergeant-0.52/doc/libmergeant/C'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/mergeant-0.52/doc/libmergeant'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/mergeant-0.52/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/mergeant-0.52'
make: *** [debian/stamp-makefile-build] Error 2
pbuilder: Failed autobuilding of package

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-itanium-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#326399: FTBFS: errno: TLS definition in /lib/libc.so.6.1 section .tbss mismatches

2005-09-02 Thread dann frazier
Package: predict
Version: 2.2.2-5
Severity: serious
Tags: patch
Justification: no longer builds from source

tail of build log:

gcc  -g -O2 -Wall  -o gsat  main.o support.o interface.o callbacks.o comms.o 
plugins.o db.o prefs.o -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic 
-lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6.1 section .tbss mismatches 
non-TLS reference in callbacks.o
/lib/libc.so.6.1: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [gsat] Error 1
make[3]: Leaving directory `/tmp/buildd/predict-2.2.2/clients/gsat-1.1.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/predict-2.2.2/clients/gsat-1.1.0'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/tmp/buildd/predict-2.2.2/clients/gsat-1.1.0'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package
 -> Aborting with an error
 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> cleaning the build env
-> removing directory /var/cache/pbuilder/build//5721 and its subdirectories
--- predict-2.2.2/clients/gsat-1.1.0/src/callbacks.c~   2003-05-09 
04:39:36.0 -0600
+++ predict-2.2.2/clients/gsat-1.1.0/src/callbacks.c2005-09-02 
15:11:48.0 -0600
@@ -32,6 +32,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "callbacks.h"
 #include "interface.h"

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-itanium-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#325814: mergeant: FTBFS

2005-09-05 Thread dann frazier
On Sun, 2005-09-04 at 10:52 +0100, Roger Leigh wrote:
> tags 325814 + unreproducible
> thanks
> 
> I can't reproduce the failure on a powerpc system.  The log is here:
> http://people.debian.org/~rleigh/mergeant_0.52-1_20050904-1025

Thanks for the reply Roger.

I can still reproduce it on an up-to-date sid box and within a pristine
sid pbuilder chroot (both on ia64).  I can also reproduce in an
up-to-date pbuilder chroot on my i386 laptop.  Maybe it doesn't affect
ppc?





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



Bug#302200: patch

2005-03-30 Thread dann frazier
tags 302200 + patch
thanks.

--- e2fsprogs-1.37/lib/e2p/ostype.c.orig2005-03-30 20:18:28.834909022 
-0700
+++ e2fsprogs-1.37/lib/e2p/ostype.c 2005-03-30 20:18:45.205026009 -0700
@@ -9,6 +9,7 @@
 
 #include "e2p.h"
 #include 
+#include 
 
 const char *os_tab[] =
{ "Linux", 




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



Bug#302352: kernel-source-2.6.8: possible local DoS in AIO on PPC64 and IA64 (CAN-2005-0916)

2005-04-01 Thread dann frazier
On Fri, 2005-04-01 at 18:41 +0900, Horms wrote:
> tag 30235 +pending
> thanks
> 
> Thanks,
> 
> I have added this fix to both kernel-source-2.6.8 and
> kernel-source-2.6.11 in SVN and it should appear in the
> next release.
> 
> If someone has a chance to test the build for ppc and ia64 that would be
> great.

They build fine on ia64.

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#302200: 64 bit issue

2005-04-03 Thread dann frazier
I should've included an explanation with the patch - it is correct that
the pointer is being truncated.  This is because the compiler uses a
default return type of int when it doesn't know the return type.

This is a general 64 bit issue - its not an ia64 specific issue, fwiw.
-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#292673: works for me

2005-04-08 Thread dann frazier
GOTO,
  Your debs worked for me - evolution now starts w/o
LD_ASSUME_KERNEL=2.4.18.  Thanks.




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



Bug#304437: evolution: hang on startup after upgrade

2005-04-12 Thread dann frazier
Package: evolution
Version: 2.2.1.1-1
Severity: grave
Justification: renders package unusable

After upgrading to 2.2.1.1-1, evolution hangs on startup.
The main window renders, but immediately freezes.  This also happens if
passed --offline.

$ LD_LIBRARY_PATH=/usr/lib/debug gdb /usr/bin/evolution
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "ia64-linux"...(no debugging symbols found)
Using host libthread_db library "/usr/lib/debug/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/evolution
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type  to continue, or q  to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 18684)]

es menu class init
adding hook target 'source'
[New Thread 32769 (LWP 18691)]
[New Thread 16386 (LWP 18692)]
[New Thread 32771 (LWP 18693)]
[New Thread 49156 (LWP 18694)]
[New Thread 65541 (LWP 18695)]
[Thread 32771 (LWP 18693) exited]
[New Thread 81926 (LWP 18696)]
[New Thread 98307 (LWP 18697)]
[Thread 81926 (LWP 18696) exited]
[New Thread 114694 (LWP 18698)]
[Thread 114694 (LWP 18698) exited]

(evolution:18684): evolution-mail-WARNING **: Error occured while existing 
dialogue active:
Could not connect to localhost: SSL unavailable

Program received signal SIGINT, Interrupt.
[Switching to Thread 98307 (LWP 18697)]
__pthread_sigsuspend (set=0x249dbe00)
at ../linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-sigsuspend.c:32
32  ../linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-sigsuspend.c: No such 
file or directory.
in ../linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-sigsuspend.c
(gdb) bt
#0  __pthread_sigsuspend (set=0x249dbe00)
at ../linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-sigsuspend.c:32
#1  0x2237f2f0 in __pthread_wait_for_restart_signal (
self=0x2239a070) at pthread.c:1196
#2  0x223787f0 in __pthread_cond_wait (cond=0x0,
mutex=0x601a7c40) at restart.h:34
#3  0x20643880 in e_msgport_wait ()
   from /usr/lib/libedataserver-1.2.so.4
#4  0x20644a30 in thread_dispatch ()
   from /usr/lib/libedataserver-1.2.so.4
#5  0x2237a710 in pthread_start_thread (arg=0x602a2140)
at manager.c:256
#6  0x2237a820 in pthread_start_thread_event (arg=0x602a2140)
at manager.c:333
#7  0x22a9d090 in __clone2 () from /usr/lib/debug/libc.so.6.1
#8  0x2237f2f0 in __pthread_wait_for_restart_signal (self=0x0)
at pthread.c:1196
#9  0x in ?? ()
#10 0x2237f2f0 in __pthread_wait_for_restart_signal (self=0x0)
at pthread.c:1196
#11 0x in ?? ()
#12 0x in ?? ()
Previous frame identical to this frame (corrupt stack?)
(gdb)


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ia64
Kernel: Linux 2.6.8-3-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages evolution depends on:
ii  evolution-data-server1.2 1.2.1-1 evolution database backend server 
ii  gconf2   2.8.1-5 GNOME configuration database syste
ii  gnome-icon-theme 2.8.0-4 GNOME Desktop icon theme
ii  gtkhtml3.6   3.6.1-2 HTML rendering/editing library - b
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc6.1  2.3.2.ds1-21GNU C Library: Shared libraries an
ii  libcamel1.2-01.2.1-1 The Evolution MIME message handlin
ii

Bug#292673: why was the sarge tag removed?

2005-02-24 Thread dann frazier
Why was the sarge tag removed?  Did I misuse it?





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



Bug#292673: why was the sarge tag removed?

2005-02-25 Thread dann frazier
On Fri, 2005-02-25 at 10:56 +0100, Frank Lichtenheld wrote:
> On Thu, Feb 24, 2005 at 02:53:43PM -0700, dann frazier wrote:
> > Why was the sarge tag removed?  Did I misuse it?
> 
> Probably. The sarge tag is for bugs that only appear in testing but not
> in unstable. Since I couldn't see anything in your report that was
> specific to sarge I removed the tag.

This issue is in sarge and sid, thanks for fixing it.

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#310660: [Fwd: Log for successful build of gwget2_0.95-1 (dist=unstable)]

2005-05-24 Thread dann frazier
Package: gwget2
Version: 0.95-1
Severity: serious
Tags: patch

gwget2 is missing an include which results in a return pointer being
implicitly converted to an int.  On some systems such as ia64 this will
result in a segfault if this return pointer is accessed.

Filing as serious, because this also fixes a FTBFS problem I ran into
when testing my build in pbuilder.  This is fixed by the additional
build-dep in this patch.

I'm sure a better fix is to make configure somehow add
-I/usr/include/gnome-vfs-module-2.0 to GNOME_CFLAGS and just
#include , but I don't know how to do
that :(

diff -urN gwget2-0.95.orig/debian/control gwget2-0.95/debian/control
--- gwget2-0.95.orig/debian/control 2005-05-24 21:26:16.0 -0600
+++ gwget2-0.95/debian/control  2005-05-24 21:02:48.0 -0600
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: David Moreno Garza <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), pkg-config, libgnomeui-dev, 
libgtk2.0-dev, libglade2-dev, libxml-parser-perl, libgcrypt11-dev
+Build-Depends: debhelper (>> 4.0.0), pkg-config, libgnomeui-dev, 
libgtk2.0-dev, libglade2-dev, libxml-parser-perl, libgcrypt11-dev, 
libgnomevfs2-dev
 Standards-Version: 3.6.1.1
 
 Package: gwget
diff -urN gwget2-0.95.orig/src/main_window_cb.c gwget2-0.95/src/main_window_cb.c
--- gwget2-0.95.orig/src/main_window_cb.c   2005-05-08 12:15:25.0 
-0600
+++ gwget2-0.95/src/main_window_cb.c2005-05-24 21:19:51.0 -0600
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 #include "main_window.h"
 #include "main_window_cb.h"
 #include "new_window.h"

-- 
dann frazier <[EMAIL PROTECTED]>
--- Begin Message ---
Function `gnome_vfs_mime_type_from_name' implicitly converted to pointer at 
main_window_cb.c:232
--- End Message ---


Bug#310660: [Fwd: Log for successful build of gwget2_0.95-1 (dist=unstable)]

2005-05-25 Thread dann frazier
On Wed, 2005-05-25 at 02:06 -0500, David Moreno Garza wrote:
> Are you using an IA64 system?

Yes.

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#310660: [Fwd: Log for successful build of gwget2_0.95-1 (dist=unstable)]

2005-05-25 Thread dann frazier
On Wed, 2005-05-25 at 11:09 -0500, David Moreno Garza wrote:
> On Wed, 2005-05-25 at 07:54 -0600, dann frazier wrote:
> > On Wed, 2005-05-25 at 02:06 -0500, David Moreno Garza wrote:
> > > Are you using an IA64 system?
> > 
> > Yes.
> 
> Hello again, Dann.
> 
> >From your first mail on the bugreport, I believe this extract is from
> the build log, right?
> 
> Function `gnome_vfs_mime_type_from_name' implicitly converted to pointer at 
> main_window_cb.c:232
> 
> Which I cannot find on the buildd log, on 0.94-1 nor 0.95-1, or even the
> FTBFS:
> http://buildd.debian.org/fetch.php?&pkg=gwget2&ver=0.94-1&arch=ia64&stamp=795902&file=log&as=raw
> http://buildd.debian.org/fetch.php?&pkg=gwget2&ver=0.95-1&arch=ia64&stamp=1116974672&file=log&as=raw

Actually, this isn't output from a build log - its produced by filtering
the build log through a script written by David Mossberger:
  http://people.debian.org/~dannf/check-implicit-pointer-functions



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



Bug#313435: proftpd: FTBFS

2005-06-13 Thread dann frazier
Package: proftpd
Version: 1.2.10-16
Severity: serious
Justification: no longer builds from source

This version of proftpd fails to autobuild on all architectures.  Here's one of
the failed build logs:
  
http://buildd.debian.org/fetch.php?&pkg=proftpd&ver=1.2.10-16&arch=ia64&stamp=1118668682&file=log&as=raw

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages proftpd depends on:
ii  adduser 3.63 Add and remove users and groups
ii  debconf 1.4.51   Debian configuration management sy
ii  libc6.1 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcap1 1:1.10-14support for getting/setting POSIX.
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libssl0.9.7 0.9.7g-1 SSL shared libraries
ii  libwrap07.6.dbs-8Wietse Venema's TCP wrappers libra
ii  netbase 4.21 Basic TCP/IP networking system
pn  proftpd-common   Not found.
ii  ucf 1.18 Update Configuration File: preserv


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



Bug#315132: wzdftpd: FTBFS - postgresql-dev transition

2005-06-20 Thread dann frazier
Package: wzdftpd
Severity: serious
Justification: no longer builds from source

See the buildlog here:

http://buildd.debian.org/fetch.php?&pkg=wzdftpd&ver=0.5.3-3&arch=ia64&stamp=1119066132&file=log&as=raw

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#315132: retitling

2005-06-20 Thread dann frazier
retitle 315132 wzdftpd: FTBFS
thanks

retitling; I don't know that this is caused by the postgres transition,
that's just a theory



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



Bug#317055: vlc: FTBFS w/ g++ 4

2005-07-05 Thread dann frazier
Package: vlc
Version: 0.8.2-1
Severity: serious
Justification: no longer builds from source

I tried a pbuilder build of vlc today and it failed, likely due to the gcc 4
migration.  Here's a tail of the build log.

...
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..   -DSYS_LINUX -I../../../include 
`top_builddir="../../.." ../../../vlc-config --cxxflags plugin skins2` 
-Wsign-compare -Wsign-compare -Wall  -pipe -MT libskins2_plugin_a-theme.o -MD 
-MP -MF ".deps/libskins2_plugin_a-theme.Tpo" \
  -c -o libskins2_plugin_a-theme.o `test -f 'src/theme.cpp' || echo 
'./'`src/theme.cpp; \
then mv -f ".deps/libskins2_plugin_a-theme.Tpo" 
".deps/libskins2_plugin_a-theme.Po"; \
else rm -f ".deps/libskins2_plugin_a-theme.Tpo"; exit 1; \
fi
src/../src/../utils/position.hpp:31: warning: 'class Box' has virtual functions 
but non-virtual destructor
src/../src/../utils/position.hpp:41: warning: 'class Rect' has virtual 
functions but non-virtual destructor
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..   -DSYS_LINUX -I../../../include 
`top_builddir="../../.." ../../../vlc-config --cxxflags plugin skins2` 
-Wsign-compare -Wsign-compare -Wall  -pipe -MT 
libskins2_plugin_a-theme_loader.o -MD -MP -MF 
".deps/libskins2_plugin_a-theme_loader.Tpo" \
  -c -o libskins2_plugin_a-theme_loader.o `test -f 'src/theme_loader.cpp' || 
echo './'`src/theme_loader.cpp; \
then mv -f ".deps/libskins2_plugin_a-theme_loader.Tpo" 
".deps/libskins2_plugin_a-theme_loader.Po"; \
else rm -f ".deps/libskins2_plugin_a-theme_loader.Tpo"; exit 1; \
fi
src/../src/../utils/position.hpp:31: warning: 'class Box' has virtual functions 
but non-virtual destructor
src/../src/../utils/position.hpp:41: warning: 'class Rect' has virtual 
functions but non-virtual destructor
src/theme_loader.cpp: In function 'int gzopen_frontend(char*, int, int)':
src/theme_loader.cpp:559: error: cast from 'void*' to 'int' loses precision
make[7]: *** [libskins2_plugin_a-theme_loader.o] Error 1
make[7]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules/gui/skins2'
make[6]: *** [all-modules] Error 1
make[6]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules/gui/skins2'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules/gui'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules/gui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/vlc-0.8.2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/vlc-0.8.2'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package
 -> Aborting with an error
 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> cleaning the build env
-> removing directory /var/cache/pbuilder/build//23388 and its 
subdirectories


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#284952: The USB block device should be disabled

2005-01-17 Thread dann frazier
On Tue, 2005-01-18 at 12:56 +0900, Horms wrote:
> Also, sould I go through and fix the config
> in svn, even though I can't build for any of these
> architectures?

Horms - in general you are welcome to modify the ia64 configs; though
you can also just dup a bug & I can handle it before my next upload.
I've gone ahead and fixed this one in svn.

fyi, the current state of the art for ia64 config handling is to just
modify the itanium config & execute the sync_configs target in
debian/rules.

-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#292673: NPTL vs. LinuxThread sizeof(struct pthread) conflict causes memory corruption

2005-01-28 Thread dann frazier
Package: glibc
Severity: grave
Tags: sarge

On Fri, 2005-01-28 at 09:48 -0800, David Mosberger wrote:
> Hi Dann,
> 
> I don't seem to be getting much traction in getting the NPTL ld.so bug
> resolved.  I posted a glibc bug-report:
> 
>  http://sources.redhat.com/bugzilla/show_bug.cgi?id=685



Several of us noticed that evolution on Debian/unstable sometimes
crashes early
during program startup.  It turns out that the crash is due to memory
corruption.  In one particular case, the memory that got corrupted was in the
address range:

 0x22daff10-0x22daff1f

which happened to hold the function descriptors for shared library linkage stubs
("jump slots").  Of relevance was that the thread-pointer (r13) had the value:

 0x22db0500

The corruption was caused by any NPTL routine trying to access the
thread-descriptor, since NPTL uses a "struct pthread" of size 1680 bytes 
(0x690).

I believe the problem is due to the fact that /lib/ld-linux-ia64.so.2 was built
for Linux Threads, which uses a thread descriptor size of 0x500.  Note that
sysdeps/generic/dl-tls.c has several references to TLS_PRE_TCB_SIZE for the case
where TLS_DTV_AT_TP is defined.  In other words, ld.so ends up having a
dependency on the size of the thread-descriptor.  Sure enough, if I invoke
evolution like this:

  /lib/tls/ld-linux-ia64.so.2 evolution

it works just fine.

My understanding is that /lib/ld-linux-ia64.so.2 should work for both NPTL and
LinuxThreads libraries and the dependency on the size of the thread-descriptor
is accidental.

I believe this same bug may affect Alpha, PowerPC, and SH.

For Alpha, I found this bug report, which sounds potentially related:

  http://sources.redhat.com/bugzilla/show_bug.cgi?id=299

> 
> and sent a mail to libc-hacker:
> 
>  http://sources.redhat.com/ml/libc-hacker/2005-01/msg00071.html
> 
> and there has been no response whatsoever so far.  I'm not sure what
> the original authors had in mind here, so I'm not sure what the proper
> way is to fix this problem.
> 
> A stop-gap solution might be to just do:
> 
>   # mv /lib/tls/ld-2.3.2.so /lib/
> 
> I did this on my Debian/unstable system and it seems to work just
> fine.  I did verify beforehand that the two versions of ld-2.3.2 do
> export the exact same set of symbols, so this ought to be fairly safe.
> It works around the bug since the NPTL value of TLS_PRE_TCB_SIZE is
> bigger than that for LinuxThreads.
> 
> Perhaps this should be the recommended workaround for Debian for the
> time being?

I'm CC'ing Al Stone - maybe he has a suggestion with how to interact w/
glibc upstream, or what the proper fix may be.  I'm filing this bug as
release critical, given it causes memory corruption on potentially 4
architectures.  If the glibc maintainers disagree, I'm sure they'll
downgrade.





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



Bug#389663: linux-image-2.6.17-2-686 freeze notebook Toshiba with HT technology.

2006-09-27 Thread dann frazier
On Tue, Sep 26, 2006 at 09:52:31PM -0300, Cesar A. Ramina wrote:
> The kernel image provided by Debian freezes my system without notice. No 
> relations with used program nor 
> up-time uses. The system slow down fasta until freeze. All commands and 
> consoles break, and energy unplug 
> is the only solution to reboot. I try to disable HyperThreading in SETUP and 
> all systems returns to function, 
> so, something happens with this image and SMP option. The older 
> linux-image-2.6.16-2-686-smp is OK.

hey Cesar,
  Can you reproduce with the 2.6.18 kernel in sid?

-- 
dann frazier



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



Bug#389663: linux-image-2.6.17-2-686 freeze notebook Toshiba with HT technology.

2006-09-27 Thread dann frazier
On Wed, Sep 27, 2006 at 01:52:59PM -0300, Cesar A. Ramina wrote:
> Can?t. I don?t have it. Sorry.

You should be able to install the deb from sid directly without any
issues, and then remove it when done testing.

$ wget 
http://ftp.debian.org/debian/pool/main/l/linux-2.6/linux-image-2.6.18-1-686_2.6.18-1_i386.deb
$ dpkg -i linux-image-2.6.18-1-686_2.6.18-1_i386.deb
 -- test --
$ dpkg -r linux-image-2.6.18-1-686

> I?m trying to maintain my system with (pure) TESTING packages from official 
> Debian mirrors only (stability). All other programs that is needed, I build 
> them from the sources.

Note that all bug fixes are happening with 2.6.18 as it is the kernel
most likely to ship with etch. I don't think there will be anymore
uploads of 2.6.17.

> But, I can try if this to be worthwhile for the Debian team.

Its worthwhile to know if it is already fixed or not, yes.

-- 
dann frazier



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



Bug#293962: backtrace w/ debug symbols

2006-10-11 Thread dann frazier
tListenerManager::HandleEvent () from 
/usr/lib/mozilla/components/libgklayout.so
No symbol table info available.
#24 0x22b65f20 in GlobalWindowImpl::HandleDOMEvent () from 
/usr/lib/mozilla/components/libgklayout.so
No symbol table info available.
#25 0x22781f40 in DocumentViewerImpl::LoadComplete () from 
/usr/lib/mozilla/components/libgklayout.so
No symbol table info available.
#26 0x23bff990 in nsDocShell::EndPageLoad () from 
/usr/lib/mozilla/components/libdocshell.so
No symbol table info available.
#27 0x23c25690 in nsWebShell::EndPageLoad () from 
/usr/lib/mozilla/components/libdocshell.so
No symbol table info available.
---Type  to continue, or q  to quit---
#28 0x23c05340 in nsDocShell::OnStateChange () from 
/usr/lib/mozilla/components/libdocshell.so
No symbol table info available.
#29 0x23c3d030 in nsDocLoaderImpl::FireOnStateChange () from 
/usr/lib/mozilla/components/libdocshell.so
No symbol table info available.
#30 0x23c3d410 in nsDocLoaderImpl::doStopDocumentLoad () from 
/usr/lib/mozilla/components/libdocshell.so
No symbol table info available.
#31 0x23c3f450 in nsDocLoaderImpl::DocLoaderIsEmpty () from 
/usr/lib/mozilla/components/libdocshell.so
No symbol table info available.
#32 0x23c3f920 in nsDocLoaderImpl::OnStopRequest () from 
/usr/lib/mozilla/components/libdocshell.so
No symbol table info available.
#33 0x21fcb6b0 in nsLoadGroup::RemoveRequest () from 
/usr/lib/mozilla/components/libnecko.so
No symbol table info available.
#34 0x23391c00 in imgRequestProxy::RemoveFromLoadGroup () from 
/usr/lib/mozilla/components/libimglib2.so
No symbol table info available.
#35 0x23391cb0 in imgRequestProxy::OnStopRequest () from 
/usr/lib/mozilla/components/libimglib2.so
No symbol table info available.
#36 0x2338ec30 in imgRequest::OnStopRequest () from 
/usr/lib/mozilla/components/libimglib2.so
No symbol table info available.
#37 0x23387440 in ProxyListener::OnStopRequest () from 
/usr/lib/mozilla/components/libimglib2.so
No symbol table info available.
#38 0x220f7d10 in nsJARChannel::OnStopRequest () from 
/usr/lib/mozilla/components/libnecko.so
No symbol table info available.
#39 0x21fc0950 in nsInputStreamPump::OnStateStop () from 
/usr/lib/mozilla/components/libnecko.so
No symbol table info available.
#40 0x21fc2050 in nsInputStreamPump::OnInputStreamReady () from 
/usr/lib/mozilla/components/libnecko.so
No symbol table info available.
#41 0x21cf7bc0 in nsInputStreamReadyEvent::EventHandler () from 
/usr/lib/mozilla/libxpcom.so
No symbol table info available.
#42 0x21d2a290 in PL_HandleEvent () from /usr/lib/mozilla/libxpcom.so
No symbol table info available.
#43 0x21d2aa90 in PL_ProcessPendingEvents () from 
/usr/lib/mozilla/libxpcom.so
No symbol table info available.
#44 0x21d2f370 in nsEventQueueImpl::ProcessPendingEvents () from 
/usr/lib/mozilla/libxpcom.so
No symbol table info available.
#45 0x235294c0 in event_processor_callback () from 
/usr/lib/mozilla/components/libwidget_gtk2.so
No symbol table info available.
#46 0x210cf640 in g_io_unix_dispatch (source=0x602bc480, 
callback=0x21def8b0,
user_data=0x60096460) at giounix.c:162
buffer_condition = 11454784
#47 0x21069e40 in IA__g_main_context_dispatch 
(context=0x6003cfb0) at gmain.c:2045
No locals.
#48 0x21071fe0 in g_main_context_iterate (context=0x6003cfb0, 
block=1, dispatch=1, self=0x)
at gmain.c:2677
max_priority = Cannot access memory at address 0xaeadd06028
(gdb)


-- 
dann frazier | HP Open Source and Linux Organization


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



Bug#293962: overlapping elements

2006-10-12 Thread dann frazier
I think I've found the bug and this patch works around it. I noticed
that the elements in the builtin_timezone array looked like they were
being overwritten; I checked the sizeof(icaltimezone) on ia64, and its
72 - so apparently the elements are overrunning each other. The right
answer, of course, is to remove the hardcoded value.

--- mozilla/calendar/libxpical/oeICalContainerImpl.cpp.~1.29.~  2004-02-12 
15:42:31.0 -0700
+++ mozilla/calendar/libxpical/oeICalContainerImpl.cpp  2006-10-11 
20:44:29.0 -0600
@@ -93,7 +93,7 @@
 if( builtin_timezones )
 return;
 
-builtin_timezones = icalarray_new ( 44, 32); //HARDCODED 
sizeof(icaltimezone)=44
+builtin_timezones = icalarray_new ( 72, 32); //HARDCODED 
sizeof(icaltimezone)=72
 
 icalcomponent *vcalendar = icalparser_parse_string(timezonecalstr);
 icalcomponent *vtimezone;



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



Bug#293962: overlapping elements

2006-10-12 Thread dann frazier
On Thu, Oct 12, 2006 at 10:17:41AM +0200, Alexander Sack wrote:
> Great ... can you do me a favor and see if the same code is still that
> way in seamonkey 1.1 ? 

grep doesn't think so

-- 
dann frazier



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



Bug#463422: linux-image-2.6.18-6-686: Kernel panic ocured with the following kernel.

2008-01-31 Thread dann frazier
tag 463422 + moreinfo

On Thu, Jan 31, 2008 at 10:47:56AM -0500, Andrew Nady wrote:
> Package: linux-image-2.6.18-6-686
> Version: 2.6.18.dfsg.1-17etch1
> Severity: critical
> Justification: breaks the whole system
> 
> Before the update running linux-image-2.6.18-5-686 with no issues.
> The latest linux-image-2.6.18-6-686 (ETCH) kernel causing kernel panics and 
> CPU
> sync errors causing the system to reboot in a loop.

Please provide a log of the console from boot to reboot.
See also: http://wiki.debian.org/DebianKernelReportingBugs

-- 
dann frazier




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



Bug#465287: libselinux: selinux_default_type_path implicitly converted to pointer

2008-02-11 Thread dann frazier
Package: libselinux
Version: 2.0.35-1
Severity: serious
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

  Function `selinux_default_type_path' implicitly converted to pointer at 
selinuxswig_wrap.c:7457
  Function `selinux_default_type_path' implicitly converted to pointer at 
selinuxswig_wrap.c:7457

This is often due to a missing function prototype definition.
For more information, see [2].

Inasmuch as the ia64 porters are now treating all such pointer conversions
as build failures, this is actually a "serious" bug because the package now
"fails to build" on an architecture where it built before.

Unfortunately, I don't know much about swig, so am unable to provide a
patch for this issue.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions




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



Bug#465543: vmsplice local root exploit on nvidia-kernel-2.6.18-5-486|686, CVE-2008-0163, CVE-2008-0600.

2008-02-12 Thread dann frazier
Version: 2.6.18.dfsg.1-18etch1

On Tue, Feb 12, 2008 at 09:58:52PM -0600, Vicm3 wrote:
> Package: nvidia-kernel-2.6.18-5-486
> Version: 1.0.8776+6etch1
> Severity: critical
> Tags: security
> Justification: root security hole
> 
> I tested the current exploits published on securityfocus and all get me
> a root shell from non privileged account. I would be glad if you can
> patch this package.

 http://www.debian.org/security/2008/dsa-1494


-- 
dann frazier




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



Bug#465530: [Pkg-nagios-devel] Bug#465530: nagios-plugins 1.4-6sarge1 lacks check_procs

2008-02-12 Thread dann frazier
On Wed, Feb 13, 2008 at 01:16:26AM +0100, sean finney wrote:
> hi security peeps,
> 
> can someone check the build logs for why the check_procs plugin wasn't built?
> 
>  i know there's some sketchy goings on in the configure script regarding 
> determining "which ps do we use" and maybe "is /proc mounted", but afaik the 
> build dependencies are correct.
> 
> also, the amd64 sarge version (and also the etch versions) all seem to have 
> the plugin in question, in case that's helpful.

fyi, I sent Sean the logs I have

-- 
dann frazier




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



Bug#468215: FTBFS: etch package needs ABI bump

2008-02-27 Thread dann frazier
Package: firmware-nonfree
Version: 0.4
Severity: serious
User: [EMAIL PROTECTED]
Usertag: SRM

Looks like this package should've been updated with each linux-2.6 ABI
bump - its still build-depending on linux-support-2.6.18-4.



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



Bug#463365: intend to NMU

2008-03-03 Thread dann frazier
usertag 463322 + intend-to-nmu
usertag 463359 + intend-to-nmu
usertag 463361 + intend-to-nmu
usertag 463362 + intend-to-nmu
usertag 463364 + intend-to-nmu
usertag 463365 + intend-to-nmu
usertag 463368 + intend-to-nmu
usertag 463369 + intend-to-nmu
usertag 463372 + intend-to-nmu
usertag 463410 + intend-to-nmu
usertag 463411 + intend-to-nmu
thanks

hey,
  As these bugs have been open with a patch for over a month and
without a rejection from the maintainer, I intend to NMU the
associated package in a week's time (or sooner, if requested by the
maintainer).

If you do not wish for this NMU to occur, please send a follow-up in
the bug report stating as such or, better yet, fix it in an MU :)

Unless you request otherwise, any NMUs I upload will be to the DELAYED
queue, so you will have an additional week to supersede my upload with
an MU to prevent it from entering unstable.

-- 
dann frazier




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



Bug#432524: also on ia64

2007-07-20 Thread dann frazier
I'm also seeing this on ia64.

http://buildd.debian.org/fetch.cgi?&pkg=pixie&ver=2.2.1-1&arch=ia64&stamp=1184958208&file=log

-- 
dann frazier



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



Bug#434591: FTBFS: cannot find -lz

2007-07-24 Thread dann frazier
Package: lxml
Version: 1.3.2-1
Severity: serious
Justification: no longer builds from source

>From 
>http://buildd.debian.org/fetch.cgi?&pkg=lxml&ver=1.3.2-1&arch=ia64&stamp=1185323153&file=log:

[snip]
creating build/temp.linux-ia64-2.4
creating build/temp.linux-ia64-2.4/src
creating build/temp.linux-ia64-2.4/src/lxml
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes 
-fPIC -I/usr/include/libxml2 -I/usr/include/python2.4 -c src/lxml/etree.c -o 
build/temp.linux-ia64-2.4/src/lxml/etree.o -w
gcc -pthread -shared build/temp.linux-ia64-2.4/src/lxml/etree.o -lxslt -lexslt 
-lxml2 -lz -lm -o build/lib.linux-ia64-2.4/lxml/etree.so
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
make: *** [build-python2.4] Error 1

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64

Kernel: Linux 2.6.21-2-mckinley (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash


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



Bug#434593: FTBFS: /usr/bin/ld: cannot find -lccvt

2007-07-24 Thread dann frazier
Package: camstream
Version: 0.26.3+dfsg-3
Severity: serious
Justification: no longer builds from source

>From 
>http://buildd.debian.org/fetch.cgi?&pkg=camstream&ver=0.26.3%2Bdfsg-3&arch=ia64&stamp=1185327977&file=log:

[snip]
g++ -g -O2 -I/usr/share/qt3/include -g -Wall -I. -Idevices -Ivideo 
-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -D_REENTRANT=1 
-DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 
-DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_LINUX_VIDEODEV_H=1 -DHAVE_SELECT=1 
-DINCLUDE_STDLIB_H=1  -DSHARE_DIR=\"/usr/share/camstream\" -c -o 
CamStreamMainWindow.moc.o CamStreamMainWindow.moc.cc
g++ -g -O2 -I/usr/share/qt3/include -g -Wall -I. -Idevices -Ivideo 
-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -D_REENTRANT=1 
-DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 
-DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_LINUX_VIDEODEV_H=1 -DHAVE_SELECT=1 
-DINCLUDE_STDLIB_H=1  -DSHARE_DIR=\"/usr/share/camstream\" -c -o CamStreamApp.o 
CamStreamApp.cc
g++ -g -O2 -I/usr/share/qt3/include -g -Wall -I. -Idevices -Ivideo 
-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -D_REENTRANT=1 
-DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 
-DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_LINUX_VIDEODEV_H=1 -DHAVE_SELECT=1 
-DINCLUDE_STDLIB_H=1  -DSHARE_DIR=\"/usr/share/camstream\" -c -o camstream.o 
camstream.cc
g++ -o camstream -g VideoOptions.o CamWindow.o CamWindow.moc.o WebCamViewer.o 
WebCamViewer.moc.o CamStreamMainWindow.o CamStreamMainWindow.moc.o 
CamStreamApp.o camstream.o  gui/gui.a  codec/codec.a  devices/devices.a  
video/video.a  lib/lib.a -L./../lib/ccvt -lccvt -ljpeg -lpng -lz -lSM -lICE 
-lXt -lXext -lX11 -L/usr/share/qt3/lib -lqt-mt -L/usr/local/lib -L/usr/X11R6/lib
/usr/bin/ld: cannot find -lccvt
collect2: ld returned 1 exit status
make[2]: *** [camstream] Error 1
rm CamStreamMainWindow.moc.cc WebCamViewer.moc.cc CamWindow.moc.cc
make[2]: Leaving directory `/build/buildd/camstream-0.26.3+dfsg/camstream'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/camstream-0.26.3+dfsg'
make: *** [build-stamp] Error 2

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64

Kernel: Linux 2.6.21-2-mckinley (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages camstream depends on:
ii  libc6.1 2.6-3GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-0GCC support library
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
pn  libqt3c102-mt  (no description available)
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++5  1:3.3.6-15   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  makedev 2.3.1-83 creates device files in /dev
ii  xlibs   6.9.0.dfsg.1-6   X Window System client libraries m
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages camstream recommends:
pn  camstream-doc  (no description available)


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



Bug#434666: FTBFS: "bin/mpif90[f77] you provided with --with-mpi-dir=/usr does not work"

2007-07-25 Thread dann frazier
Package: petsc
Version: 2.3.3-1
Severity: serious
Justification: no longer builds from source

>From 
>http://buildd.debian.org/fetch.cgi?&pkg=petsc&ver=2.3.3-1&arch=ia64&stamp=1185328468&file=log:

[snip]
TESTING: checkFortranCompiler from 
config.setCompilers(/build/buildd/petsc-2.3.3/python/BuildSystem/config/setCompilers.py:708)
*
 UNABLE to CONFIGURE with GIVEN OPTIONS(see configure.log for 
details):
---
bin/mpif90[f77] you provided with --with-mpi-dir=/usr does not work
Run with --with-fc=0 if you wish to use this MPI and disable Fortran
*

make: *** [build-arch] Error 1
**
[snip]

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64

Kernel: Linux 2.6.21-2-mckinley (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash


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



Bug#434668: FTBFS on hppa: "CMake Error: Parse error in cache file..."

2007-07-25 Thread dann frazier
Package: libqt4-ruby
Version: 1.4.9-4
Severity: serious

Full log at:
 
http://buildd.debian.org/fetch.cgi?&pkg=libqt4-ruby&ver=1.4.9-4&arch=hppa&stamp=1185375211&file=log

[snip]
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.6-2 gcc-4.1_4.1.2-14 g++-4.1_4.1.2-14 
binutils_2.17cvs20070718-1 libstdc++6-4.1-dev_4.1.2-14 libstdc++6_4.2.1-0
--
dpkg-source: extracting libqt4-ruby in libqt4-ruby-1.4.9
dpkg-buildpackage: source package is libqt4-ruby
dpkg-buildpackage: source version is 1.4.9-4
dpkg-buildpackage: host architecture hppa
dpkg-buildpackage: source version without epoch 1.4.9-4
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
/usr/bin/make clean
make[1]: Entering directory `/build/buildd/libqt4-ruby-1.4.9'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/build/buildd/libqt4-ruby-1.4.9'
make: [clean-patched] Error 2 (ignored)
dh_clean 
dpatch deapply-all
99-smoke-qt4 not applied to ./ .
97-soname not applied to ./ .
30-qt_enum not applied to ./ .
10-fix-ruby-install-path not applied to ./ .
rm -rf patch-stamp debian/patched
 debian/rules build
dpatch apply-all
applying patch 10-fix-ruby-install-path to ./ ... ok.
applying patch 30-qt_enum to ./ ... ok.
applying patch 97-soname to ./ ... ok.
applying patch 99-smoke-qt4 to ./ ... ok.
touch patch-stamp
dh_testdir
cmake -DCMAKE_INSTALL_PREFIX=/build/buildd/libqt4-ruby-1.4.9/debian/tmp/usr 
-DDESTDIR:PATH=/build/buildd/libqt4-ruby-1.4.9/debian/tmp . 
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.3.0
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Ruby found: /usr/lib/libruby1.8.so
-- Build Smoke... 
-- Ruby found: /usr/lib/libruby1.8.so
-- Fix $(LN_S) rbqtapi $(DESTDIR)$(bindir)/rbqt3api and $(LN_S) rbqtapi 
$(DESTDIR)$(bindir)/rbqt4api
-- Build QtRuby... yes
-- Configuring done
-- Generating done
-- Build files have been written to: /build/buildd/libqt4-ruby-1.4.9
/usr/bin/make # || /usr/bin/make
make[1]: Entering directory `/build/buildd/libqt4-ruby-1.4.9'
CMake Error: Parse error in cache file 
/build/buildd/libqt4-ruby-1.4.9/CMakeCache.txt. Offending entry: Error 
processing project file; 
/build/buildd/libqt4-ruby-1.4.9/CMakeFiles/CMakeTmpQmake/tmp.pro
CMake Error: Parse error in cache file 
/build/buildd/libqt4-ruby-1.4.9/CMakeCache.txt. Offending entry: Error 
processing project file; 
/build/buildd/libqt4-ruby-1.4.9/CMakeFiles/CMakeTmpQmake/tmp.pro
-- Found Qt-Version 4.3.0
-- Ruby found: /usr/lib/libruby1.8.so
-- Build Smoke... 
-- Ruby found: /usr/lib/libruby1.8.so
-- Fix $(LN_S) rbqtapi $(DESTDIR)$(bindir)/rbqt3api and $(LN_S) rbqtapi 
$(DESTDIR)$(bindir)/rbqt4api
-- Build QtRuby... yes
-- Configuring done
make[1]: *** [cmake_check_build_system] Error 255
make[1]: Leaving directory `/build/buildd/libqt4-ruby-1.4.9'
make: *** [build-arch-stamp] Error 2


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



Bug#434676: [Kmymoney2-developer] Bug#434676: FTBFS: Bus error in ps2pdf14

2007-07-25 Thread dann frazier
On Wed, Jul 25, 2007 at 09:32:15PM +0200, Thomas Baumgart wrote:
> Hi all,
> 
> on Wednesday 25 July 2007 20:58, dann frazier wrote:
> 
> > Package: kmymoney2
> > Version: 0.8.7-1
> > Severity: serious
> >
> > I noticed this on hppa and ia64 and see similar failures on s390 and
> > m68k. Maybe related (read: maybe this bug should be blocked by) #428876?
> 
> Please keep in mind, that building the pdf version of the document is only 
> meant as an option to be used by the developers and not part of the 
> standard build. So I would not classify this as serious.

The serious severity was selected because the package fails to build.
I have no opinion on how serious it is to not have this pdf. Not
building the pdf is as valid a resolution for this bug as fixing it
would be.

-- 
dann frazier



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



Bug#434799: FTBFS (hppa): undefined reference to `THREAD_GSCOPE_RESET_FLAG'

2007-07-26 Thread dann frazier
Package: glibc
Version: 2.6-4
Severity: serious

From:
 
http://buildd.debian.org/fetch.cgi?&pkg=glibc&ver=2.6-4&arch=hppa&stamp=1185478685&file=log

[snip]
gcc-4.2   -nostdlib -nostartfiles -shared -o 
/build/buildd/glibc-2.6/build-tree/hppa-libc/elf/ld.so \
  -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both 
-Wl,-z,defs   \
  /build/buildd/glibc-2.6/build-tree/hppa-libc/elf/librtld.os 
-Wl,--version-script=/build/buildd/glibc-2.6/build-tree/hppa-libc/ld.map
  \
  -Wl,-soname=ld.so.1 -T 
/build/buildd/glibc-2.6/build-tree/hppa-libc/elf/ld.so.lds
/build/buildd/glibc-2.6/build-tree/hppa-libc/elf/librtld.os: In function 
`_dl_fixup':
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-runtime.c:110: undefined 
reference to `THREAD_GSCOPE_RESET_FLAG'
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-runtime.c:103: undefined 
reference to `THREAD_GSCOPE_SET_FLAG'
/build/buildd/glibc-2.6/build-tree/hppa-libc/elf/librtld.os: In function 
`_dl_profile_fixup':
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-runtime.c:195: undefined 
reference to `THREAD_GSCOPE_SET_FLAG'
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-runtime.c:203: undefined 
reference to `THREAD_GSCOPE_RESET_FLAG'
/build/buildd/glibc-2.6/build-tree/hppa-libc/elf/librtld.os: In function 
`_dl_scope_free':
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-open.c:195: undefined 
reference to `THREAD_GSCOPE_WAIT'
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-open.c:181: undefined 
reference to `THREAD_GSCOPE_WAIT'
/build/buildd/glibc-2.6/build-tree/hppa-libc/elf/librtld.os: In function 
`add_to_global':
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-open.c:162: undefined 
reference to `atomic_write_barrier'
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-open.c:145: undefined 
reference to `THREAD_GSCOPE_WAIT'
/build/buildd/glibc-2.6/build-tree/hppa-libc/elf/librtld.os: In function 
`dl_open_worker':
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-open.c:478: undefined 
reference to `atomic_write_barrier'
/build/buildd/glibc-2.6/build-tree/hppa-libc/elf/librtld.os: In function 
`_dl_close_worker':
/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf/dl-close.c:499: undefined 
reference to `THREAD_GSCOPE_WAIT'
collect2: ld returned 1 exit status
make[3]: *** [/build/buildd/glibc-2.6/build-tree/hppa-libc/elf/ld.so] Error 1
make[3]: Leaving directory `/build/buildd/glibc-2.6/build-tree/glibc-2.6/elf'
make[2]: *** [elf/subdir_lib] Error 2
make[2]: Leaving directory `/build/buildd/glibc-2.6/build-tree/glibc-2.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/glibc-2.6/build-tree/hppa-libc'
make: *** [/build/buildd/glibc-2.6/stamp-dir/build_libc] Error 2

-- 
dann frazier



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



Bug#434671: FTBFS (hppa): Bus error compiling tkl.o

2007-07-25 Thread dann frazier
Package: gclcvs
Version: 2.7.0-78
Severity: serious

Full build log here:
 http://buildd.debian.org/build.php?&pkg=gclcvs&ver=2.7.0-78&arch=hppa&file=log

[snip]
echo "(compile-file \"tkl.lisp\" :c-file nil :c-debug nil)" | 
../unixport/saved_gcl 
GCL (GNU Common Lisp)  2.7.0 CLtL1Jul 23 2007 22:50:06
Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.

Temporary directory for compiler files set to /tmp/

>
;; Compiling tkl.lisp.
;; Loading ./gcl_cmpinit.lsp
;; Loading tk-package.lsp
;; Finished loading tk-package.lsp
;; Finished loading ./gcl_cmpinit.lsp
/bin/sh: line 1: 20033 Doneecho "(compile-file \"tkl.lisp\" 
:c-file nil :c-debug nil)"
 20034 Bus error   | ../unixport/saved_gcl
make[2]: *** [tkl.o] Error 138
make[2]: Leaving directory `/build/buildd/gclcvs-2.7.0/gcl-tk'
make[1]: *** [do-gcl-tk] Error 2
make[1]: Leaving directory `/build/buildd/gclcvs-2.7.0'
make: *** [build-trad-stamp] Error 2


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



Bug#434672: FTBFS on hppa: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException

2007-07-25 Thread dann frazier
Package: ecj
Version: 3.3.0-2
Severity: serious

Full build log is available here:
 http://buildd.debian.org/build.php?&pkg=ecj&ver=3.3.0-2&arch=hppa&file=log

[snip]
Using built-in specs.
Target: hppa-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java 
--prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 
--enable-__cxa_atexit --enable-clocale=gnu --enable-java-maintainer-mode 
--enable-java-awt=gtk --enable-gtk-cairo --enable-plugin 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.1-1.5.0.0/jre 
--with-ecj-jar=/usr/share/java/ecj.jar --disable-libssp 
--enable-checking=release hppa-linux-gnu
Thread model: posix
gcc version 4.1.3 20070429 (prerelease) (Debian 4.1.2-6)
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/ecj1 /tmp/ccXMtvabjx -g 
-fbootclasspath=/usr/share/ant/lib/ant.jar:build/bin/:./:/usr/share/java/libgcj-4.1.jar
 -ffilelist-file -foutput-class-dir=build/bin -g -fsource=1.5 -ftarget=1.5 
-fzip-dependency /tmp/ccWNQXfc.zip
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
   at java.lang.String.init(libgcj.so.71)
   at java.lang.String.(libgcj.so.71)
   at java.lang.StringBuffer.toString(libgcj.so.71)
   at org.eclipse.jdt.internal.compiler.batch.Main$Logger.logException(ecj1)
   at org.eclipse.jdt.internal.compiler.batch.Main.compile(ecj1)
   at org.eclipse.jdt.internal.compiler.batch.GCCMain.compile(ecj1)
   at org.eclipse.jdt.internal.compiler.batch.GCCMain.main(ecj1)
make: *** [build/stamp-bytecode] Error 1


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



Bug#434669: FTBFS on hppa: "mv: cannot stat `/build/buildd/pixie-2.2.1/debian/pixie/usr/bin/show': No such file or directory"

2007-07-25 Thread dann frazier
Package: pixie
Version: 2.2.1-1
Severity: serious

Full log here:
 http://buildd.debian.org/build.php?&pkg=pixie&ver=2.2.1-1&arch=hppa&file=log

[snip]
config.status: creating src/show/Makefile
config.status: creating config.h
config.status: executing depfiles commands

--->FLTK not found.
---> You can download it from www.fltk.org
---> show will not be built.

[snip]
mkdir .libs
mv /build/buildd/pixie-2.2.1/debian/pixie/usr/share/doc/pixie/*.html 
/build/buildd/pixie-2.2.1/debian/pixie-doc/usr/share/doc/pixie-doc/
mv 
/build/buildd/pixie-2.2.1/debian/pixie/usr/share/doc/pixie/{Documentation,FAQ,Tutorials,css,images,thumbs}
 /build/buildd/pixie-2.2.1/debian/pixie-doc/usr/share/doc/pixie-doc/
mv /build/buildd/pixie-2.2.1/debian/pixie/usr/bin/show 
/build/buildd/pixie-2.2.1/debian/pixie/usr/bin/pixie-show
mv: cannot stat `/build/buildd/pixie-2.2.1/debian/pixie/usr/bin/show': No such 
file or directory
make: *** [install] Error 1

-- 
dann frazier



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



  1   2   3   4   5   >