Bug#373290: libapr0-dev: Outdated header files?

2006-06-14 Thread Friedrich Dominicus
Package: libapr0-dev
Version: 2.0.55-4
Severity: serious



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages libapr0-dev depends on:
ii  libapr0   2.0.55-4   the Apache Portable Runtime
ii  libdb4.3-dev  4.3.29-3   Berkeley v4.3 Database Libraries [
ii  libexpat1-dev 1.95.8-3   XML parsing C library - developmen
ii  libldap2-dev  2.1.30-12  OpenLDAP development libraries
ii  libpcre3-dev  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libtool   1.5.22-1   Generic library support script

libapr0-dev recommends no packages.

-- no debconf information


Could it be that the headers are outdated? I installed the very last
package and I got also the sources from libpar. In the debian package
and the apr_file_info.h header one finds:

/**
 * @defgroup apr_file_permissions File Permissions flags 
 * @{
 */

#define APR_USETID  0x8000 /** Set user id */
#define APR_UREAD   0x0400 /** Read by user */
#define APR_UWRITE  0x0200 /** Write by user */
#define APR_UEXECUTE0x0100 /** Execute by user */

#define APR_GSETID  0x4000 /** Set group id */
#define APR_GREAD   0x0040 /** Read by group */
#define APR_GWRITE  0x0020 /** Write by group */
#define APR_GEXECUTE0x0010 /** Execute by group */

#define APR_WSTICKY 0x2000 /** Sticky bit */
#define APR_WREAD   0x0004 /** Read by others */
#define APR_WWRITE  0x0002 /** Write by others */
#define APR_WEXECUTE0x0001 /** Execute by others */

#define APR_OS_DEFAULT  0x0FFF /** use OS's default permissions */

/* additional permission flags for apr_file_copy  and apr_file_append */
#define APR_FILE_SOURCE_PERMS 0x1000 /** Copy source file's permissions */


In the sources of libapr this looks very different:

/**
 * @defgroup apr_file_permissions File Permissions flags 
 * @{
 */

#define APR_FPROT_USETID  0x8000 /** Set user id */
#define APR_FPROT_UREAD   0x0400 /** Read by user */
#define APR_FPROT_UWRITE  0x0200 /** Write by user */
#define APR_FPROT_UEXECUTE0x0100 /** Execute by user */

#define APR_FPROT_GSETID  0x4000 /** Set group id */
#define APR_FPROT_GREAD   0x0040 /** Read by group */
#define APR_FPROT_GWRITE  0x0020 /** Write by group */
#define APR_FPROT_GEXECUTE0x0010 /** Execute by group */

#define APR_FPROT_WSTICKY 0x2000 /** Sticky bit */
#define APR_FPROT_WREAD   0x0004 /** Read by others */
#define APR_FPROT_WWRITE  0x0002 /** Write by others */
#define APR_FPROT_WEXECUTE0x0001 /** Execute by others */

#define APR_FPROT_OS_DEFAULT  0x0FFF /** use OS's default permissions */

/* additional permission flags for apr_file_copy  and apr_file_append */
#define APR_FPROT_FILE_SOURCE_PERMS 0x1000 /** Copy source file's permissions 
*/

/* backcompat */
#define APR_USETID APR_FPROT_USETID /** @deprecated @see 
APR_FPROT_USETID */
#define APR_UREAD  APR_FPROT_UREAD  /** @deprecated @see 
APR_FPROT_UREAD  */
#define APR_UWRITE APR_FPROT_UWRITE /** @deprecated @see 
APR_FPROT_UWRITE */
#define APR_UEXECUTE   APR_FPROT_UEXECUTE   /** @deprecated @see 
APR_FPROT_UEXECUTE   */
#define APR_GSETID APR_FPROT_GSETID /** @deprecated @see 
APR_FPROT_GSETID */
#define APR_GREAD  APR_FPROT_GREAD  /** @deprecated @see 
APR_FPROT_GREAD  */
#define APR_GWRITE APR_FPROT_GWRITE /** @deprecated @see 
APR_FPROT_GWRITE */
#define APR_GEXECUTE   APR_FPROT_GEXECUTE   /** @deprecated @see 
APR_FPROT_GEXECUTE   */
#define APR_WSTICKYAPR_FPROT_WSTICKY/** @deprecated @see 
APR_FPROT_WSTICKY*/
#define APR_WREAD  APR_FPROT_WREAD  /** @deprecated @see 
APR_FPROT_WREAD  */
#define APR_WWRITE APR_FPROT_WWRITE /** @deprecated @see 
APR_FPROT_WWRITE */
#define APR_WEXECUTE   APR_FPROT_WEXECUTE   /** @deprecated @see 
APR_FPROT_WEXECUTE   */
#define APR_OS_DEFAULT APR_FPROT_OS_DEFAULT /** @deprecated @see 
APR_FPROT_OS_DEFAULT */
#define APR_FILE_SOURCE_PERMS APR_FPROT_FILE_SOURCE_PERMS /** @deprecated @see 
APR_FPROT_FILE_SOURCE_PERMS */

/** @} */



Regards
Friedrich


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



Processed: severity of 373290 is normal

2006-06-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
  # no explanation for the severity given
 severity 373290 normal
Bug#373290: libapr0-dev: Outdated header files?
Severity set to `normal' from `serious'


End of message, 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#373290: libapr0-dev: Outdated header files?

2006-06-14 Thread Tollef Fog Heen

severity 373290 normal
tags 373290 + moreinfo
thanks

* Friedrich Dominicus 

| Severity: serious

Uh?

[...]

| Could it be that the headers are outdated? I installed the very last
| package and I got also the sources from libpar. In the debian package
| and the apr_file_info.h header one finds:

You're not describing any bug here, and I can't find any package named
libpar.

If you'd start by telling us what you are seeing, what you expect to
be seeing and why you expect to be seeing that, it'd be a useful start.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Bug#373290: marked as done (libapr0-dev: Outdated header files?)

2006-06-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Jun 2006 10:27:40 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#373290: libapr0-dev: Outdated header files?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libapr0-dev
Version: 2.0.55-4
Severity: serious



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages libapr0-dev depends on:
ii  libapr0   2.0.55-4   the Apache Portable Runtime
ii  libdb4.3-dev  4.3.29-3   Berkeley v4.3 Database Libraries [
ii  libexpat1-dev 1.95.8-3   XML parsing C library - developmen
ii  libldap2-dev  2.1.30-12  OpenLDAP development libraries
ii  libpcre3-dev  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libtool   1.5.22-1   Generic library support script

libapr0-dev recommends no packages.

-- no debconf information


Could it be that the headers are outdated? I installed the very last
package and I got also the sources from libpar. In the debian package
and the apr_file_info.h header one finds:

/**
 * @defgroup apr_file_permissions File Permissions flags 
 * @{
 */

#define APR_USETID  0x8000 /** Set user id */
#define APR_UREAD   0x0400 /** Read by user */
#define APR_UWRITE  0x0200 /** Write by user */
#define APR_UEXECUTE0x0100 /** Execute by user */

#define APR_GSETID  0x4000 /** Set group id */
#define APR_GREAD   0x0040 /** Read by group */
#define APR_GWRITE  0x0020 /** Write by group */
#define APR_GEXECUTE0x0010 /** Execute by group */

#define APR_WSTICKY 0x2000 /** Sticky bit */
#define APR_WREAD   0x0004 /** Read by others */
#define APR_WWRITE  0x0002 /** Write by others */
#define APR_WEXECUTE0x0001 /** Execute by others */

#define APR_OS_DEFAULT  0x0FFF /** use OS's default permissions */

/* additional permission flags for apr_file_copy  and apr_file_append */
#define APR_FILE_SOURCE_PERMS 0x1000 /** Copy source file's permissions */


In the sources of libapr this looks very different:

/**
 * @defgroup apr_file_permissions File Permissions flags 
 * @{
 */

#define APR_FPROT_USETID  0x8000 /** Set user id */
#define APR_FPROT_UREAD   0x0400 /** Read by user */
#define APR_FPROT_UWRITE  0x0200 /** Write by user */
#define APR_FPROT_UEXECUTE0x0100 /** Execute by user */

#define APR_FPROT_GSETID  0x4000 /** Set group id */
#define APR_FPROT_GREAD   0x0040 /** Read by group */
#define APR_FPROT_GWRITE  0x0020 /** Write by group */
#define APR_FPROT_GEXECUTE0x0010 /** Execute by group */

#define APR_FPROT_WSTICKY 0x2000 /** Sticky bit */
#define APR_FPROT_WREAD   0x0004 /** Read by others */
#define APR_FPROT_WWRITE  0x0002 /** Write by others */
#define APR_FPROT_WEXECUTE0x0001 /** Execute by others */

#define APR_FPROT_OS_DEFAULT  0x0FFF /** use OS's default permissions */

/* additional permission flags for apr_file_copy  and apr_file_append */
#define APR_FPROT_FILE_SOURCE_PERMS 0x1000 /** Copy source file's permissions 
*/

/* backcompat */
#define APR_USETID APR_FPROT_USETID /** @deprecated @see 
APR_FPROT_USETID */
#define APR_UREAD  APR_FPROT_UREAD  /** @deprecated @see 
APR_FPROT_UREAD  */
#define APR_UWRITE APR_FPROT_UWRITE /** @deprecated @see 
APR_FPROT_UWRITE */
#define APR_UEXECUTE   APR_FPROT_UEXECUTE   /** @deprecated @see 
APR_FPROT_UEXECUTE   */
#define APR_GSETID APR_FPROT_GSETID /** @deprecated @see 
APR_FPROT_GSETID */
#define APR_GREAD  APR_FPROT_GREAD  /** @deprecated @see 
APR_FPROT_GREAD  */
#define APR_GWRITE APR_FPROT_GWRITE /** @deprecated @see 
APR_FPROT_GWRITE */
#define APR_GEXECUTE   APR_FPROT_GEXECUTE   /** @deprecated @see 
APR_FPROT_GEXECUTE   */
#define APR_WSTICKYAPR_FPROT_WSTICKY/** @deprecated @see 
APR_FPROT_WSTICKY*/
#define APR_WREAD  APR_FPROT_WREAD  /** @deprecated @see 
APR_FPROT_WREAD  */
#define APR_WWRITE APR_FPROT_WWRITE /** @deprecated @see 
APR_FPROT_WWRITE */
#define APR_WEXECUTE   APR_FPROT_WEXECUTE   /** @deprecated @see 
APR_FPROT_WEXECUTE   */
#define APR_OS_DEFAULT APR_FPROT_OS_DEFAULT /** @deprecated @see 
APR_FPROT_OS_DEFAULT */
#define APR_FILE_SOURCE_PERMS 

Processed: Re: Bug#373290: libapr0-dev: Outdated header files?

2006-06-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 373290 normal
Bug#373290: libapr0-dev: Outdated header files?
Severity set to `normal' from `normal'

 tags 373290 + moreinfo
Bug#373290: libapr0-dev: Outdated header files?
There were no tags set.
Tags added: moreinfo

 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#372179: apr-util: FTBFS: cannot stat `./debian/tmp/usr/include/apr-1.0': No such file or directory

2006-06-14 Thread Tollef Fog Heen
* Julien Danjou 

| There was a problem while autobuilding your package:

[...]

I can't reproduce this.  Where's the build log available?

(I also somehow doubt this -- the configure call includes
--includedir=\$${prefix}/usr/include/apr-1.0 )

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Bug#372179: apr-util: FTBFS: cannot stat `./debian/tmp/usr/include/apr-1.0': No such file or directory

2006-06-14 Thread Mohammed Adnène Trojette
On Wed, Jun 14, 2006, Tollef Fog Heen wrote:
 I can't reproduce this.  Where's the build log available?
 
 (I also somehow doubt this -- the configure call includes
 --includedir=\$${prefix}/usr/include/apr-1.0 )

AFAIK, there is already a NMU addressing the issue in DELAYED queue.

-- 
adn
Mohammed Adnène Trojette



Processed: Re: Bug#372179: apr-util: FTBFS: cannot stat `./debian/tmp/usr/include/apr-1.0': No such file or directory

2006-06-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 372179 autoconf
Bug#372179: apr-util: FTBFS: cannot stat `./debian/tmp/usr/include/apr-1.0': No 
such file or directory
Bug#372241: Diff for 1.2.7-1.1 NMU
Bug reassigned from package `apr-util' to `autoconf'.

 retitle 372179 autoconf: AC_CANONICAL_SYSTEM overwrites $@
Bug#372179: apr-util: FTBFS: cannot stat `./debian/tmp/usr/include/apr-1.0': No 
such file or directory
Changed Bug title.

 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#372179: apr-util: FTBFS: cannot stat `./debian/tmp/usr/include/apr-1.0': No such file or directory

2006-06-14 Thread Tollef Fog Heen
reassign 372179 autoconf
retitle 372179 autoconf: AC_CANONICAL_SYSTEM overwrites $@
thanks

(I'm leaving the severity of this bug since it causes build failures,
feel free to adjust if you disagree.)

It seems like the CVS snapshot of autoconf currently in unstable
overwrites $@ (it does a set x $ac_cv_target among other things).
This causes problems for apr-util since it needs to recover the
command line arguments through the APR_PARSE_ARGUMENTS macro.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Bug#372179: apr-util: FTBFS: cannot stat `./debian/tmp/usr/include/apr-1.0': No such file or directory

2006-06-14 Thread Tollef Fog Heen
* Mohammed Adnène Trojette 

| On Wed, Jun 14, 2006, Tollef Fog Heen wrote:
|  I can't reproduce this.  Where's the build log available?
|  
|  (I also somehow doubt this -- the configure call includes
|  --includedir=\$${prefix}/usr/include/apr-1.0 )
| 
| AFAIK, there is already a NMU addressing the issue in DELAYED queue.

There was:

: [EMAIL PROTECTED] ~/DELAYED/2-day $ rm -f  libaprutil1* apr-util_1.2.7-1.1*
: [EMAIL PROTECTED] ~/DELAYED/2-day $

(deleted with the uploader's consent.  This seems to be a change in
behaviour in autoconf, so I'll probably reassign the bug there.)

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  



Bug#373290: closed by Thom May [EMAIL PROTECTED] (Re: Bug#373290: libapr0-dev: Outdated header files?)

2006-06-14 Thread Thom May
* Friedrich Dominicus ([EMAIL PROTECTED]) wrote :
 Well this is difficult to understand the debian package system
 description says:
 
 unstable (net): the Apache Portable Runtime
 2.0.55-4: alpha amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips
 mipsel powerpc s390 sparc
 
 and well that seems to go with the apache2 I'm using so I was thinking
 this is the most actual library. 

No, apache2.0 uses the APR 0.9 branch for API/ABI compatability reasons.
Apache 2.2 when it hits experimental will use the APR/APU 1.2 packages.
Cheers,
-Thom



Processed: unmerging 372179, reopening 382179, tagging 372179, reassign 372241 to apr-util, tagging 372241

2006-06-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.10
 unmerge 372179
Bug#372179: autoconf: AC_CANONICAL_SYSTEM overwrites $@
Bug is not marked as being merged with any others.

 reopen 382179
Bug number 382179 not found.

 tags 372179 - patch
Bug#372179: autoconf: AC_CANONICAL_SYSTEM overwrites $@
Tags were: patch
Tags removed: patch

 reassign 372241 apr-util
Bug#372241: Diff for 1.2.7-1.1 NMU
Bug reassigned from package `autoconf' to `apr-util'.

 tags 372241 - patch
Bug#372241: Diff for 1.2.7-1.1 NMU
Tags were: patch
Tags removed: patch


End of message, 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]



Processed: fix statuses

2006-06-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 382179
Bug number 382179 not found.

 tags 372179 - patch
Bug#372179: autoconf: AC_CANONICAL_SYSTEM overwrites $@
There were no tags set.
Tags removed: patch

 reassign 372241 apr-util
Bug#372241: Diff for 1.2.7-1.1 NMU
Bug reassigned from package `apr-util' to `apr-util'.

 tags 372241 - patch
Bug#372241: Diff for 1.2.7-1.1 NMU
There were no tags set.
Tags removed: patch

 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#117921: want to meet?

2006-06-14 Thread Flossie
Do not ignore me please,
I found your email somewhere and now decided to write you.
I am coming to youbr place in few weeks and thought we 
can meet each other. Let me know if you do not mind.
I am a nice pretty girl. Don't replyb to this email. 
Email me direclty at [EMAIL PROTECTED]




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



Quality Dentistry Half Price Grand Opening

2006-06-14 Thread Quality Dentistry
Title: Quality Dentistry

		
		


Contact us now and you can have

	dental implants for  1.598  799
	dental crowns for  498  249.
	 

For more information please contact us by e-mail or phone:
+44 (0) 208 1333 155.

 If you wish to unsubscribe, 
please reply to this mail with subject unsubscribe.



Bug#368610: Log for failed build of mod-mono_1.1.13-1 (dist=unstable2)

2006-06-14 Thread Martin Michlmayr
I just got the same on amd64:

- Forwarded message from Source Builder [EMAIL PROTECTED] -

Subject: Log for failed build of mod-mono_1.1.13-1 (dist=unstable2)
Date: Wed, 14 Jun 2006 23:30:37 +0200 (CEST)

Automatic build of mod-mono_1.1.13-1 on usurper by sbuild/amd64 0.46
Build started at 20060614-2330
**
Checking available source versions...
Fetching source files...
Reading Package Lists...
Building Dependency Tree...
Need to get 347kB of source archives.
Get:1 http://85.10.192.16 sid/main mod-mono 1.1.13-1 (dsc) [788B]
Get:2 http://85.10.192.16 sid/main mod-mono 1.1.13-1 (tar) [335kB]
Get:3 http://85.10.192.16 sid/main mod-mono 1.1.13-1 (diff) [11.3kB]
Fetched 347kB in 0s (1165kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.1.16), apache-dev, apache2-dev, libmono-dev
Added override: gcc-snapshot
Checking for already installed source dependencies...
gcc-snapshot: already installed (20060613-1)
debhelper: missing
apache-dev: missing
apache2-dev: missing
libmono-dev: missing
Checking for source dependency conflicts...
Reading Package Lists...
Building Dependency Tree...
Note, selecting apache2-threaded-dev instead of apache2-dev
The following extra packages will be installed:
  adduser apache-common apache2-common apache2-threaded-dev apache2-utils
  autoconf autotools-dev bzip2 gettext gettext-base html2text intltool-debian
  libapr0 libapr0-dev libbz2-1.0 libdb4.3-dev libexpat1-dev libgcrypt11
  libglib2.0-dev libgnutls11 libgnutls12 libgpg-error0 libldap2 libldap2-dev
  liblzo1 libmono0 libncursesw5 libopencdk8 libpcre3 libpcre3-dev libpcrecpp0
  libsasl2 libssl-dev libtasn1-2 libtool lynx m4 mime-support net-tools openssl
  pkg-config po-debconf ssl-cert zlib1g-dev
Suggested packages:
  apache apache-ssl apache-perl apache2-doc autoconf2.13 autobook
  autoconf-archive gnu-standards autoconf-doc dh-make cvs gettext-doc db4.3-doc
  rng-tools libglib2.0-doc gnutls-bin libtool-doc g77 fortran77-compiler gcj
  ca-certificates libgnome-dev
Recommended packages:
  automaken curl wget libgpmg1 libsasl2-modules libtasn1-2-bin libltdl3-dev
  libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
  adduser apache-common apache-dev apache2-common apache2-threaded-dev
  apache2-utils autoconf autotools-dev bzip2 debhelper gettext gettext-base
  html2text intltool-debian libapr0 libapr0-dev libbz2-1.0 libdb4.3-dev
  libexpat1-dev libgcrypt11 libglib2.0-dev libgnutls11 libgnutls12
  libgpg-error0 libldap2 libldap2-dev liblzo1 libmono-dev libmono0 libncursesw5
  libopencdk8 libpcre3 libpcre3-dev libpcrecpp0 libsasl2 libssl-dev libtasn1-2
  libtool lynx m4 mime-support net-tools openssl pkg-config po-debconf ssl-cert
  zlib1g-dev
0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.1MB/18.7MB of archives.
After unpacking 57.4MB of additional disk space will be used.
Get:1 http://85.10.192.16 sid/main adduser 3.87 [157kB]
Get:2 http://85.10.192.16 sid/main libgnutls11 1.0.16-14+b1 [332kB]
Get:3 http://85.10.192.16 sid/main libgnutls12 1.2.11-1 [479kB]
Get:4 http://85.10.192.16 sid/main libsasl2 2.1.19.dfsg1-0.2 [276kB]
Get:5 http://85.10.192.16 sid/main libldap2 2.1.30-13 [162kB]
Get:6 http://85.10.192.16 sid/main net-tools 1.60-17 [271kB]
Get:7 http://85.10.192.16 sid/main mime-support 3.36-1 [30.4kB]
Get:8 http://85.10.192.16 sid/main libapr0 2.0.55-4 [143kB]
Get:9 http://85.10.192.16 sid/main apache2-utils 2.0.55-4 [93.0kB]
Get:10 http://85.10.192.16 sid/main lynx 2.8.5-2sarge1 [1900kB]
Get:11 http://85.10.192.16 sid/main apache-common 1.3.34-2 [885kB]
Get:12 http://85.10.192.16 sid/main openssl 0.9.8b-2 [1008kB]
Get:13 http://85.10.192.16 sid/main ssl-cert 1.0.13 [9522B]
Get:14 http://85.10.192.16 sid/main apache2-common 2.0.55-4 [842kB]
Get:15 http://85.10.192.16 sid/main libdb4.3-dev 4.3.29-5 [555kB]
Get:16 http://85.10.192.16 sid/main libldap2-dev 2.1.30-13 [251kB]
Get:17 http://85.10.192.16 sid/main libapr0-dev 2.0.55-4 [285kB]
Get:18 http://85.10.192.16 sid/main apache2-threaded-dev 2.0.55-4 [174kB]
Get:19 http://85.10.192.16 sid/main libmono0 1.1.13.6-4 [839kB]
Get:20 http://85.10.192.16 sid/main libmono-dev 1.1.13.6-4 [1100kB]
Get:21 http://85.10.192.16 sid/main apache-dev 1.3.34-2 [333kB]
Preconfiguring packages ...
Fetched 10.1MB in 4s (2060kB/s)
Selecting previously deselected package adduser.
(Reading database ... 15517 files and directories currently installed.)
Unpacking adduser (from .../archives/adduser_3.87_all.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.14.5-4_amd64.deb) ...
Selecting previously deselected package libbz2-1.0.
Unpacking libbz2-1.0 (from .../libbz2-1.0_1.0.3-2_amd64.deb) ...
Selecting previously deselected package libgpg-error0.
Unpacking libgpg-error0 (from .../libgpg-error0_1.2-1_amd64.deb