Your message dated Wed, 05 Apr 2006 06:02:19 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#360372: fixed in wireless-tools 27+28pre16-1
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)

--- Begin Message ---
Package: libiw-dev
Version: 27+28pre15-1
Severity: normal
Tags: d-i

/lib/libiw.so should be in /usr/lib (pointing to the library in /lib).
With it in /lib, gcc does not find it when linking -liw:

[EMAIL PROTECTED]:~/src/d-i/packages/netcfg>gcc -o netcfg netcfg-common.o 
wireless.o netcfg.o dhcp.o static.o ethtool-lite.o -ldebconfclient 
-ldebian-installer -lm -liw
[EMAIL PROTECTED]:~/src/d-i/packages/netcfg>ldd ./netcfg
        linux-gate.so.1 =>  (0xffffe000)
        libdebconfclient.so.0 => /usr/lib/libdebconfclient.so.0 (0xa7fd2000)
        libdebian-installer.so.4 => /usr/lib/libdebian-installer.so.4 
(0xa7fca000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xa7fa4000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xa7e6c000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xa7e68000)
        /lib/ld-linux.so.2 (0xa7fea000)

It's linked statically with libiw.a, the only thing it found. 

[EMAIL PROTECTED]:~/src/d-i/packages/netcfg>gcc -o netcfg netcfg-common.o 
wireless.o netcfg.o dhcp.o static.o ethtool-lite.o -ldebconfclient 
-ldebian-installer -lm /lib/libiw.so
[EMAIL PROTECTED]:~/src/d-i/packages/netcfg>ldd ./netcfg
        linux-gate.so.1 =>  (0xffffe000)
        libdebconfclient.so.0 => /usr/lib/libdebconfclient.so.0 (0xa7fd2000)
        libdebian-installer.so.4 => /usr/lib/libdebian-installer.so.4 
(0xa7fca000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xa7fa4000)
        libiw.so.28 => /lib/libiw.so.28 (0xa7f9d000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xa7e65000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xa7e60000)
        /lib/ld-linux.so.2 (0xa7fea000)

Rather than like this. This is wasting about 20kb in d-i

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

Versions of packages libiw-dev depends on:
ii  libc6-dev                   2.3.6-4      GNU C Library: Development Librari
ii  libiw28                     27+28pre15-1 Wireless tools - library

libiw-dev recommends no packages.

-- no debconf information

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: wireless-tools
Source-Version: 27+28pre16-1

We believe that the bug you reported is fixed in the latest version of
wireless-tools, which is due to be installed in the Debian FTP archive:

ifrename_27+28pre16-1_i386.deb
  to pool/main/w/wireless-tools/ifrename_27+28pre16-1_i386.deb
libiw-dev_27+28pre16-1_i386.deb
  to pool/main/w/wireless-tools/libiw-dev_27+28pre16-1_i386.deb
libiw28-udeb_27+28pre16-1_i386.udeb
  to pool/main/w/wireless-tools/libiw28-udeb_27+28pre16-1_i386.udeb
libiw28_27+28pre16-1_i386.deb
  to pool/main/w/wireless-tools/libiw28_27+28pre16-1_i386.deb
wireless-tools-udeb_27+28pre16-1_i386.udeb
  to pool/main/w/wireless-tools/wireless-tools-udeb_27+28pre16-1_i386.udeb
wireless-tools_27+28pre16-1.diff.gz
  to pool/main/w/wireless-tools/wireless-tools_27+28pre16-1.diff.gz
wireless-tools_27+28pre16-1.dsc
  to pool/main/w/wireless-tools/wireless-tools_27+28pre16-1.dsc
wireless-tools_27+28pre16-1_i386.deb
  to pool/main/w/wireless-tools/wireless-tools_27+28pre16-1_i386.deb
wireless-tools_27+28pre16.orig.tar.gz
  to pool/main/w/wireless-tools/wireless-tools_27+28pre16.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guus Sliepen <[EMAIL PROTECTED]> (supplier of updated wireless-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed,  5 Apr 2006 13:51:59 +0200
Source: wireless-tools
Binary: wireless-tools-udeb wireless-tools ifrename libiw28 libiw28-udeb 
libiw-dev
Architecture: source i386
Version: 27+28pre16-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen <[EMAIL PROTECTED]>
Changed-By: Guus Sliepen <[EMAIL PROTECTED]>
Description: 
 ifrename   - Rename network interfaces based on various static criteria
 libiw-dev  - Wireless tools - development files
 libiw28    - Wireless tools - library
 libiw28-udeb - Tools for manipulating Linux Wireless Extensions (udeb)
 wireless-tools - Tools for manipulating Linux Wireless Extensions
 wireless-tools-udeb - Tools for manipulating Linux Wireless Extensions (udeb)
Closes: 360372
Changes: 
 wireless-tools (27+28pre16-1) unstable; urgency=low
 .
   * New upstream release.
   * Move the symlink /lib/libiw.so back to /usr/lib. Closes: #360372
Files: 
 bcde3d13bb4fdd9d4976dbc3184aec61 669 net extra wireless-tools_27+28pre16-1.dsc
 abccc8bc09e1324af702b58adb6eda18 253870 net extra 
wireless-tools_27+28pre16.orig.tar.gz
 3c11d302abce00cd1fa1c1f9103e115e 6787 net extra 
wireless-tools_27+28pre16-1.diff.gz
 05c578bcc594075f005221a0c34d4322 106984 net extra 
wireless-tools_27+28pre16-1_i386.deb
 459c6c4e00dde8227cbd9aa5c809cda9 52460 net extra ifrename_27+28pre16-1_i386.deb
 04f434009bda92e97e586f14a2fff528 28230 libs extra libiw28_27+28pre16-1_i386.deb
 4defa3e5afc12af52a4b782fe7abb91d 48856 libdevel extra 
libiw-dev_27+28pre16-1_i386.deb
 62d574f1f8dfd49a236a1571c6d9f500 11578 debian-installer extra 
wireless-tools-udeb_27+28pre16-1_i386.udeb
 585c36452192a6e01b8238e0e762a78b 11636 debian-installer extra 
libiw28-udeb_27+28pre16-1_i386.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEM7s8AxLow12M2nsRAgOeAJ9d3p7e4yYqAoz8dCoiVBWSOhm63ACfVVZK
tZbbKIsQ7pCMkkLVTbNXfL0=
=zBIB
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to