Bug#390429: bcm5700-source: does not compile against 2.6.18

2007-03-09 Thread Markus Schade

I send an ITA for this package to wnpp (http://bugs.debian.org/366806).
An updated package with the last and latest bcm driver is available at
https://www.csn.tu-chemnitz.de/~marks/debian/ waiting for upload by a
maintainer.

Regards,
Markus


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



Bug#390429: bcm5700-source: does not compile against 2.6.18

2007-03-09 Thread Lucas Nussbaum
On 09/03/07 at 09:22 +0100, Markus Schade wrote:
 I send an ITA for this package to wnpp (http://bugs.debian.org/366806).
 An updated package with the last and latest bcm driver is available at
 https://www.csn.tu-chemnitz.de/~marks/debian/ waiting for upload by a
 maintainer.
 
I'm curious: What's the point of this package ? Are there devices not
supported by the tg3 driver ?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#390429: bcm5700-source: does not compile against 2.6.18

2007-03-09 Thread Markus Schade

I'm curious: What's the point of this package ? Are there devices not
supported by the tg3 driver ?


It's not a support problem, but a stability problem. I have a Dell
server with the 5700 chip,
which will hang predictably after a day or so.  Also the TSO support
is not very mature in the in-kernel driver.
So yes, the tg3 driver is working, but it's still not as good as the
bcm5700 driver, at least the one in 2.6.18. So, probably it can be
removed in the next Debian release.

Regards,
Markus


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



Pour Vous... Un Nouveau Defi !

2007-03-09 Thread VERTBAUDET









Si vous ne visualisez pas correctement ce message, cliquez ici.
Merci d'ajouter [EMAIL PROTECTED] à votre carnet d'adresses afin de vous assurer que nos e-mails arrivent dans votre boîte de réception (et non dans celle du courrier indésirable).























N° client(e) : 1588676252 





















































































































































Vous recevez cet e-mail car vous êtes abonné(e) à la newsletter Vertbaudet. 
Conformément à la loi Informatique et Libertés du 6 janvier 1978, je dispose d'un droit d'accès, de rectification et d'opposition aux informations me concernant qui peut s'exercer sur le site www.vertbaudet.fr, rubrique "contactez-nous" ou par courrier VERTBAUDET service Relations Clientèle 59200 TOURCOING en indiquant nom, prénom, adresse et n° de client. Par votre intermédiaire, je peux être amené à recevoir des propositions commerciales d'autres entreprises ou organismes, ou être informé également de vos offres par mail, téléphone, SMS ou par courrier. Je demande à recevoir vos offres commerciales. Si je ne le
 souhaite pas il suffit de vous le signaler sur www.vertbaudet.fr, rubrique "contactez-nous".
Si vous ne souhaitez plus recevoir d’informations de VERTBAUDET par email, veuillez simplement cliquer ici.
Offres valables une seule fois 2 semaines à réception, non cumulables avec toute autre offre promotionnelle présentée par ailleurs.

*Cadeau gratuit pour toute commande dans les collections Printemps-été 2007 VERTBAUDET. En cas de non commande, pour que "le petit dentosaure", votre cadeau sans obligation d'achat vous soit expédié, il est indispensable de joindre à votre demande écrite un chèque de 5.40 euros pour la participation forfaitaire (port, emballage, confection du colis…). Dans ce cas, merci de patienter environ 3 mois pour le recevoir. En cas d'indisponibilité, VERTBAUDET se réserve le droit de remplacer votre cadeau par un cadeau de valeur commerciale égale ou supérieure. Cadeau conforme aux normes européennes de sécurité du jouet. Photo non contractuelle.

** Cadeau gratuit dès 4 articles commandés, d'un montant de 40€ ou plus d'achats facturés. Cadeau conforme aux normes européennes de sécurité du jouet. Photo non contractuelle.



























































Bug#414133: plotmtv: FTBFS on GNU/kFreeBSD: changing your hack is needed

2007-03-09 Thread Cyril Brulebois
Package: plotmtv
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
 # Hack to get the right start in DataFormat.ps
 zcat Docs/DataFormat.ps.gz \
   | sed '1 s/.*/%!PS-Adobe-2.0/' \
   | install -D -m 644 /dev/stdin \
 debian/plotmtv/usr/share/doc/plotmtv/DataFormat.ps
 install: skipping file `/dev/stdin', as it was replaced while being copied
 make: *** [install] Error 1

Full build logs are available at
http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386pkg=plotmtv.

Please find attached an patch for debian/rules, but I guess that you
might want to install the /usr/share/doc/plotmtv directory before and
write the file directly there.

Cheers,

-- 
Cyril Brulebois
--- plotmtv-1.4.4t/debian/rules 2007-03-09 13:50:05.82522 +0100
+++ plotmtv-1.4.4t/debian/rules 2007-03-09 13:50:10.0 +0100
@@ -28,6 +28,9 @@
 
-$(MAKE) distclean
 
+   # See the hack in install:
+   -rm $(CURDIR)/debian/DataFormat.ps
+
dh_clean
 
 install: build
@@ -40,9 +43,10 @@
 
# Hack to get the right start in DataFormat.ps
zcat Docs/DataFormat.ps.gz \
-   | sed '1 s/.*/%!PS-Adobe-2.0/' \
-   | install -D -m 644 /dev/stdin \
- debian/plotmtv/usr/share/doc/plotmtv/DataFormat.ps
+   | sed '1 s/.*/%!PS-Adobe-2.0/'  $(CURDIR)/debian/DataFormat.ps
+
+   install -D -m 644 $(CURDIR)/debian/DataFormat.ps \
+   debian/plotmtv/usr/share/doc/plotmtv/DataFormat.ps
 
 # Build architecture-independent files here.
 binary-indep: build install


Bug#392793: debian/rules,patches (dpatch) that should fix the issue...

2007-03-09 Thread Thomas Jacob
Several changes along the lines suggested Mr. Straub, 
just add dpatch to the build dependencies and copy to
./debian dir


Deb_LibSPF2_Amd64.tar.gz
Description: application/compressed-tar


Processed: pmk: postinst fails, missing depends?

2007-03-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 328362 0.9.3s2-2.1
Bug#328362: pmk: postinst fails, missing depends?
Bug marked as found in version 0.9.3s2-2.1.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#328362: pmk: postinst fails, missing depends?

2007-03-09 Thread Magnus Holmgren
found 328362 0.9.3s2-2.1
thanks

I can reproduce this bug too. Apparently pmksetup segfaults after reading 
pmkcpu.dat. Version 0.10.1 seems to fix the bug. I can take maintainership of 
the package and upload the new version.

-- 
Magnus Holmgren[EMAIL PROTECTED]
   (No Cc of list mail needed, thanks)


pgpkTnx7fGoc1.pgp
Description: PGP signature


Bug#414159: siege manpage var asg example inconsistent with actual usage in urls.txt

2007-03-09 Thread Jeffrey B. Green
Package: siege
Version: 2.65-3
Severity: minor

The siege manpage has the example:

HOST = homer.whoohoo.com
http://${HOST}/index.html
   
which does not work in actuality with the urls.txt file due to the spaces 
surrounding
the equals (=) sign. Inclusion of spaces does not work for me while the absence 
does.

So, either the manpage needs to be changed to reflect the behavior or the 
parsing of 
the urls.txt file needs to be changed to handle spaces.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages siege depends on:
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries

siege recommends no packages.

-- no debconf information


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



Bug#324025: aqsis: FTBFS on 64 bit arches: error: cast from 'void*' to 'int' loses precision

2007-03-09 Thread Peter Karbaliotis
Package: aqsis
Version: 1.1.0.20050815-4
Followup-For: Bug #324025

It seems that 'papers over' is the preferred upstream solution for the
time being.

Applying the following changes from 1.2 allowed me to build a working
version on amd64:

http://aqsis.svn.sourceforge.net/viewvc/aqsis?view=revrevision=870
http://aqsis.svn.sourceforge.net/viewvc/aqsis?view=revrevision=866

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-p4-preempt
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)


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



ibwebadmin 0.98-4 MIGRATED to testing

2007-03-09 Thread Debian testing watch
FYI: The status of the ibwebadmin source package
in Debian's testing distribution has changed.

  Previous version: 0.98-3
  Current version:  0.98-4

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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