Package: proftpd
Severity: minor

Hi,

This is a only small cosmetic bug...

If you put in the same modulename in both of the lists "DSOMODS" and 
"CONF_ARGS=...--with-modules=" in the debian/rules than the 
linking process of proftpd is failing because the module is getting
deleted wrongly from $ac_build_static_modules in configure.in
(configure). Because after that modulename is deleted, the string 
"<...> modules/ <...>" is left in the list instead of the string "<...> <...>".

<configure.in>
...
1569 dnl Remove any modules in the shared module list from the static module 
list
1570 for amodule in $ac_shared_modules; do
1571   module=`echo "$amodule" | sed -e 's/.la//g'`.o;
1572   ac_static_modules=`echo "$ac_static_modules" | sed -e "s/$module//g"`;

- 1573   ac_build_static_modules=`echo "$ac_build_static_modules" | sed -e 
"s/$module//g"`;
+ 1573   ac_build_static_modules=`echo "$ac_build_static_modules" | sed -e 
"s/modules\/$module//g"`;

1574 done
1575 
1576 GLUE_MODULE_OBJS="$ac_core_modules $ac_static_modules"
...

Best
Arvin

-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21 (PREEMPT)
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages proftpd depends on:
ii  adduser                 3.105            add and remove users and groups
ii  debconf                 1.5.14           Debian configuration management sy
ii  debianutils             2.23.1           Miscellaneous utilities specific t
ii  libacl1                 2.2.42-1         Access control list shared library
ii  libattr1                1:2.4.32-1.2     Extended attribute shared library
ii  libc6                   2.6.1-1+b1       GNU C Library: Shared libraries
ii  libldap2                2.1.30.dfsg-13.5 OpenLDAP libraries
ii  libmysqlclient15off     5.0.45-1         MySQL database client library
ii  libncurses5             5.6+20070908-1   Shared libraries for terminal hand
ii  libpam-runtime          0.99.7.1-4       Runtime support for the PAM librar
ii  libpam0g                0.99.7.1-4       Pluggable Authentication Modules l
ii  libpq5                  8.2.4-2          PostgreSQL C client library
ii  libssl0.9.8             0.9.8e-6         SSL shared libraries
ii  libwrap0                7.6.dbs-14       Wietse Venema's TCP wrappers libra
ii  netbase                 4.30             Basic TCP/IP networking system
ii  perl                    5.8.8-7          Larry Wall's Practical Extraction 
ii  ucf                     3.001            Update Configuration File: preserv
ii  update-inetd            4.27-0.6         inetd.conf updater
ii  zlib1g                  1:1.2.3.3.dfsg-5 compression library - runtime

proftpd recommends no packages.





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

Reply via email to