Bug#337049: php4: bad build dep on libmysqlclient12 - does not exist in the repo

2005-11-02 Thread brad langhorst
Package: php4
Severity: serious
Justification: no longer builds from source

I see this error message when i attempt to run
apt-get build-dep php4 on amd64

Package libmysqlclient12-dev is not available, but is referred to by another 
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libmysqlclient12-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for php4: libmysqlclient12-dev


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-generic
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#304349: sane-utils: saned user has /bin/false shell ... won't work with inetd

2005-04-12 Thread brad langhorst
Package: sane-utils
Version: 1.0.15-8
Severity: normal

The sane-utils package creates a user saned with shell /bin/false
when other systems try to connect with the saned running in inetd they 
are immediately disconnected.

If you change the shell to something valid then they can scan.

I'm not sure if this is the desired behaviour - if so something should 
go into the README.Debian so that users will know to make that change.

thanks for this package!

brad

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (950, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.6
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages sane-utils depends on:
ii  adduser 3.63 Add and remove users and groups
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libieee1284-3   0.2.10-1 cross-platform library for paralle
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libsane 1.0.15-8 API library for scanners
ii  libusb-0.1-42:0.1.10a-6  userspace USB programming library

-- no debconf information


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



Bug#298969: trac package does not include the scripts from the contrib dir

2005-03-10 Thread Brad Langhorst
Package: trac
Version: 0.8-1
Severity: wishlist

Sure would be nice to have the contrib dir included in 
/usr/share/doc/trac 


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (950, 'testing'), (900, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages trac depends on:
ii  apache2-mpm-worker [httpd]2.0.53-5   high speed threaded model for Apac
ii  python2.3.4-5An interactive high-level object-o
ii  python-clearsilver0.9.13-3   python bindings for clearsilver
ii  python-sqlite 1.0.1-2python interface to SQLite
ii  python2.3-subversion  1.1.3-1python modules for interfacing wit
ii  subversion1.1.3-1advanced version control system (a

-- no debconf information


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



Bug#294909: wpasupplicant wont associate with open aps using -Dmadwifi

2005-02-12 Thread Brad Langhorst
Package: wpasupplicant
Version: 0.3.2-1
Severity: normal
Tags: patch

wpa_supplicant is not able to associate with an open access point. It
just repeats this message

Trying to associate with xx:xx:xx:xx:xx:xx (SSID='netname' freq=2437
MHz)
Authentication with 00:00:00:00:00:00 timed out.

With the attached patch that i found here
http://lists.shmoo.com/pipermail/hostap/2005-January/009022.html


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (950, 'testing'), (900, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages wpasupplicant depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries

-- no debconf information
Index: driver_madwifi.c
===
RCS file: /cvs/hostap/wpa_supplicant/driver_madwifi.c,v
retrieving revision 1.5
diff -u -r1.5 driver_madwifi.c
--- driver_madwifi.c30 Nov 2004 04:17:01 -  1.5
+++ driver_madwifi.c7 Jan 2005 09:31:57 -
@@ -322,6 +322,10 @@
 * needed to disambiguate an AP that broadcasts multiple
 * ssid's but uses the same bssid.
 */
+
+   if ((params-key_mgmt_suite == KEY_MGMT_NONE)  
(wpa_driver_madwifi_set_wpa(drv, 0)  0))
+   ret = -1;
+
/* XXX error handling is wrong but unclear what to do... */
if (wpa_driver_madwifi_set_wpa_ie(drv, params-wpa_ie,
  params-wpa_ie_len)  0)