Bug#389713: cpp-3.3: gcc package dependency problem

2006-09-27 Thread Klemens Kasemaa
Package: cpp-3.3
Version: gcc-3.3-base
Severity: important


Cannot install gcc because of dependency problem:
  cpp-3.3: Depends: gcc-3.3-base ( 1:3.3.6) but 1:3.3.6-5 is to be installed

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages cpp-3.3 depends on:
ii  gcc-3.3-base  1:3.3.6-5  The GNU Compiler Collection (base 
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an


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



Bug#343232: asterisk: since 1.2.0 no chan_modem

2005-12-13 Thread Klemens Kasemaa
Package: asterisk
Version: 1:1.2.1.dfsg-1
Severity: normal


missing chan_modem.so and chan_modem_i4l.so

since 1.2.0 chan_modem and sub-modules are not built by default and 
probably that's the reason they are not included with deb package


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=et_EE.UTF-8, LC_CTYPE=et_EE.UTF-8 (charmap=UTF-8)

Versions of packages asterisk depends on:
ii  adduser   3.80   Add and remove users and groups
ii  asterisk-conf 1:1.2.1.dfsg-1 config files for asterisk
ii  asterisk-soun 1:1.2.1.dfsg-1 sound files for asterisk
ii  libasound21.0.10-1   ALSA library
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libcomerr21.38+1.39-WIP-2005.12.10-1 common error description library
ii  libcurl3  7.15.1-1   Multi-protocol file transfer libra
ii  libgsm1   1.0.10-13  Shared libraries for GSM speech co
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libkrb53  1.4.3-3MIT Kerberos runtime libraries
ii  libnewt0.51   0.51.6-31  Not Erik's Windowing Toolkit - tex
ii  libogg0   1.1.2-1Ogg Bitstream Library
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libpq48.1.1-1PostgreSQL C client library
ii  libpri1   1.2.1-1Primary Rate ISDN specification li
ii  libspeex1 1.1.11.1-1 The Speex Speech Codec
ii  libssl0.9.8   0.9.8a-4   SSL shared libraries
ii  libvorbis0a   1.1.0-1The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.0-1The Vorbis General Audio Compressi
ii  unixodbc  2.2.11-9   ODBC tools libraries
ii  zlib1g1:1.2.3-8  compression library - runtime

asterisk recommends no packages.

-- no debconf information


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



Bug#325141: mantis: users cannot signup

2005-08-29 Thread Klemens Kasemaa
hi

I spent a lot of time to reproduce it. Seems that it only occurs if
output_buffering is set to On in php.ini.


rgrds,
klem



Bug#325141: mantis: users cannot signup

2005-08-26 Thread Klemens Kasemaa
Package: mantis
Version: 0.19.2-4
Severity: grave
Tags: patch
Justification: renders package unusable


diff -u -r1.24 -r1.25
--- current_user_api.php 11 Dec 2004 20:20:12 - 1.24
+++ current_user_api.php 18 Dec 2004 09:38:36 - 1.25
@@ -78,7 +78,12 @@
 # 
 # Return true if the currently user is the anonymous user
 function current_user_is_anonymous() {
 + if ( auth_is_user_authenticated() ) {
return current_user_get_field('username' ) == config_get( 
'anonymous_account' );
 + }
 + else {
 + return false;
 + }
 }
 # 
 # Trigger an ERROR if the current user account is protected

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mantis depends on:
ii  apache [httpd]   1.3.33-6versatile, high-performance HTTP s
ii  debconf  1.4.50  Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  libapache-mod-php4   4:4.3.10-15 server-side, HTML-embedded scripti
ii  libphp-adodb 4.52-1  The 'adodb' database abstraction l
ii  makepasswd   1.10-2  Generate and encrypt passwords
ii  mysql-client 4.0.24-10   mysql database client binaries
ii  php4-cgi 4:4.3.10-15 server-side, HTML-embedded scripti
ii  php4-cli 4:4.3.10-15 command-line interpreter for the p
ii  php4-mysql   4:4.3.10-15 MySQL module for php4
ii  wwwconfig-common 0.0.43  Debian web auto configuration

-- debconf information:
  mantis/adminpassoword: (password omitted)
  mantis/root_password: (password omitted)
  mantis/password: (password omitted)
  mantis/title: Mantis
* mantis/url: http://localhost/mantis/
  mantis/bounce: [EMAIL PROTECTED]
* mantis/db_autoupdate: true
* mantis/ldap: false
  mantis/ldap_server: localhost
  mantis/version: 17
  mantis/from: [EMAIL PROTECTED]
  mantis/show_version: true
  mantis/root_mysql: root
  mantis/signup: true
  mantis/admin: [EMAIL PROTECTED]
  mantis/ldap_info:
* mantis/username: mantis
  mantis/webmaster: [EMAIL PROTECTED]
* mantis/purge_db: true
  mantis/dn: dn=
* mantis/mysql_port: 3306
* mantis/webserver: apache
* mantis/app_configure: true
  mantis/language: english
* mantis/mysql_server: localhost
* mantis/database: bugtracker
  mantis/upgrade:
  mantis/all: [EMAIL PROTECTED]
  mantis/organisation:


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



Bug#325141: mantis: users cannot signup

2005-08-26 Thread Klemens Kasemaa
hi

  Package: mantis
  Version: 0.19.2-4
  Severity: grave
  Tags: patch
  Justification: renders package unusable
 
 Please describe what you tried, what reaction you'd expect from Mantis
 and what you got.
 
 With a fresh installation, I could very well sign up and login
 afterwards. Thus, for me the bug, as it was reported, is not
 reproducible.

problem is described here:
http://www.mantisbt.org/mantis/view.php?id=4995
fix is in version 1.0.0a1, but it would be nice to include it in Sarge package
as well.


rgrds,
klem




Bug#323753: zaptel-source: cannot compile zaphfc in unstable with gcc-4.0.1

2005-08-18 Thread Klemens Kasemaa
Package: zaptel-source
Version: 1:1.0.9.1-1
Severity: grave
Tags: patch
Justification: renders package unusable


cannot compile zaphfc with gcc-4.0.1, patch:

diff -Nur modules/zaptel/zaphfc/zaphfc.c /usr/src/modules/zaptel/zaphfc/zaphfc.c
--- modules/zaptel/zaphfc/zaphfc.c  2005-08-08 20:38:54.0 +0300
+++ /usr/src/modules/zaptel/zaphfc/zaphfc.c 2005-08-18 11:09:19.0 
+0300
@@ -997,7 +997,7 @@
return -ENOMEM;
} else {
memset(hfctmp-fifomem, 0x0, 65536);
-   (ulong) hfctmp-fifos = (((ulong) hfctmp-fifomem)  ~0x7FFF) + 
0x8000;
+   hfctmp-fifos = (((ulong) hfctmp-fifomem)  ~0x7FFF) + 0x8000;
pci_write_config_dword(hfctmp-pcidev, 0x80, (u_int) 
virt_to_bus(hfctmp-fifos));
hfctmp-pci_io = ioremap((ulong) hfctmp-pci_io, 256);
}


NB! AS bug #302836 is not fixed yet, a patch to Makefile must be applied to 
compile zaphfc at all

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=et_EE.UTF-8, LC_CTYPE=et_EE.UTF-8 (charmap=UTF-8)

Versions of packages zaptel-source depends on:
ii  bzip2 1.0.2-8high-quality block-sorting file co
ii  debhelper 4.9.5  helper programs for debian/rules
ii  dpatch2.0.14 patch maintenance system for Debia
ii  module-assistant  0.9.8  tool to make module package creati

Versions of packages zaptel-source recommends:
ii  zaptel   1:1.0.9.1-1 zapata telephony utilities

-- no debconf information


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



Bug#323773: apache 1.3.33-7 segfaults when php4_module 4.4.0-1 enabled

2005-08-18 Thread Klemens Kasemaa
Package: apache
Version: 1.3.33-7
Severity: grave
Justification: renders package unusable


Apache wont start when php4_module enabled in /etc/apache/modules.conf.
When started with -F, reports: Segmentation fault (core dumped)
but no core file. Also nothing in log files.

ii  libapache-mod-php4  4.4.0-1server-side, 
HTML-embedded scripting languag
ii  php44.4.0-1server-side, 
HTML-embedded scripting languag
ii  php4-cgi4.4.0-1server-side, 
HTML-embedded scripting languag
ii  php4-cli4.4.0-1command-line interpreter 
for the php4 script
ii  php4-common 4.4.0-1Common files for 
packages built from the php


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=et_EE.UTF-8, LC_CTYPE=et_EE.UTF-8 (charmap=UTF-8)

Versions of packages apache depends on:
ii  apache-common 1.3.33-7   support files for all Apache webse
ii  debconf   1.4.57 Debian configuration management sy
ii  dpkg  1.13.11package maintenance system for Deb
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-19  Berkeley v4.2 Database Libraries [
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libmagic1 4.12-1 File type determination library us
ii  logrotate 3.7.1-1Log rotation utility
ii  mime-support  3.35-1 MIME files 'mime.types'  'mailcap
ii  perl  5.8.7-4Larry Wall's Practical Extraction 

apache recommends no packages.

-- debconf information:
* apache/enable-suexec: false
  apache/server-name: localhost
  apache/document-root: /var/www
  apache/server-port: 80
  apache/init: true
  apache/server-admin: [EMAIL PROTECTED]


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



Bug#293990: asterisk: fails to load chan_zap.so

2005-02-07 Thread Klemens Kasemaa
Package: asterisk
Version: 1:1.0.5-1
Severity: normal


[chan_zap.so]Feb  7 13:26:38 WARNING[1091]: loader.c:258 ast_load_resource: 
/usr/lib/asterisk/modules/chan_zap.so: undefined symbol: pri_dump_info
Feb  7 13:26:38 WARNING[1091]: loader.c:440 load_modules: Loading  module 
chan_zap.so failed!

and then asterisk fails to start

probably because of updated libpri1

rgrds,
klem

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

Versions of packages asterisk depends on:
ii  asterisk-config   1:1.0.5-1  config files for asterisk
ii  asterisk-sounds-main  1:1.0.5-1  sound files for asterisk
ii  libasound21.0.8-1ALSA library
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libedit2  2.9.cvs.20040827-1 BSD editline and history libraries
ii  libgsm1   1.0.10-13  Shared libraries for GSM speech co
ii  libncurses5   5.4-4  Shared libraries for terminal hand
ii  libpq37.4.7-1PostgreSQL C client library
ii  libpri1   1.0.4-1Primary Rate ISDN specification li
ii  libspeex1 1.1.6-1The Speex Speech Codec
ii  libssl0.9.7   0.9.7e-3   SSL shared libraries
ii  libtonezone1  1:1.0.2-2  tonezone library (runtime)
ii  unixodbc  2.2.4-11   ODBC tools libraries
ii  zlib1g1:1.2.2-4  compression library - runtime

-- no debconf information


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