Your message dated Sun, 16 Mar 2008 23:35:02 +0100
with message-id <[EMAIL PROTECTED]>
and subject line closing now
has caused the Debian Bug report #382772,
regarding mc: ipk packages are ar archives, not tars
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
382772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382772
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mc
Version: 1:4.6.1-5
Severity: minor
Tags: patch

Hello,

The ipk packages are in fact ar archives, at least all of those which I
have seen:

[EMAIL PROTECTED] /tmp $ wget 
http://ipkg.nslu2-linux.org/feeds/slugos-bag/cross/3.10-beta/kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk
--12:13:03--  
http://ipkg.nslu2-linux.org/feeds/slugos-bag/cross/3.10-beta/kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk
           => `kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk'
Rezolvare ipkg.nslu2-linux.org... 140.211.166.82
Connecting to ipkg.nslu2-linux.org|140.211.166.82|:80... conectat.
Cerere HTTP trimisă, se aşteaptă răspuns... 302 Found
Locaţie: 
http://ipkg.nslu2-linux.org/feeds-redirect.php?f=slugos-bag/cross/3.10-beta/kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk
 [urmează]
--12:13:04--  
http://ipkg.nslu2-linux.org/feeds-redirect.php?f=slugos-bag/cross/3.10-beta/kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk
           => 
`feeds-redirect.php?f=slugos-bag%2Fcross%2F3.10-beta%2Fkernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk'
Reusing existing connection to ipkg.nslu2-linux.org:80.
Cerere HTTP trimisă, se aşteaptă răspuns... 302 Found
Locaţie: 
http://ipkg-us-dyoung.nslu2-linux.org/feeds/slugos-bag/cross/3.10-beta/kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk
 [urmează]
--12:13:04--  
http://ipkg-us-dyoung.nslu2-linux.org/feeds/slugos-bag/cross/3.10-beta/kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk
           => `kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk'
Rezolvare ipkg-us-dyoung.nslu2-linux.org... 205.196.212.100
Connecting to ipkg-us-dyoung.nslu2-linux.org|205.196.212.100|:80... conectat.
Cerere HTTP trimisă, se aşteaptă răspuns... 200 OK
Dimensiune: 9.006 (8.8K) [text/plain]

100%[===============================================================================================================>]
 9.006         23.21K/s

12:13:06 (23.13 KB/s) - `kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk' 
saved [9006/9006]

[EMAIL PROTECTED] /tmp $ file kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk
kernel-module-ip-tables_2.6.16-r6.4_ixp4xxbe.ipk: Debian binary package (format 
2.0)



The attached patch fixes the mc.ext file so it properly open a ipk
package.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-powerpc
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

Versions of packages mc depends on:
ii  libc6                         2.3.6-19   GNU C Library: Shared libraries
ii  libglib2.0-0                  2.10.3-3   The GLib library of C routines
ii  libgpmg1                      1.19.6-22  General Purpose Mouse - shared lib
ii  libslang2                     2.0.6-2    The S-Lang programming library - r

mc recommends no packages.

-- no debconf information
--- mc.ext.dpkg-dist    2006-08-13 12:11:19.000000000 +0300
+++ mc.ext      2006-08-13 12:11:17.000000000 +0300
@@ -106,8 +106,8 @@
 
 ### Archives ###
 
-# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk
-regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$
+# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z
+regex/\.t([gp]?z|ar\.g?[zZ])$
        Open=%cd %p#utar
        View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -
 
@@ -191,8 +191,8 @@
        Open=%cd %p#rpm
        View=%view{ascii} if rpm --nosignature --version >/dev/null 2>&1; then 
RPM="rpm --nosignature" ; else RPM="rpm" ; fi ; $RPM -qivlp --scripts %f
 
-# deb
-regex/\.u?deb$
+# deb, .ipk
+regex/\.u?deb$|\.ipk$
        Open=%cd %p#deb
        View=%view{ascii} dpkg-deb -I %f && echo && dpkg-deb -c %f
 

--- End Message ---
--- Begin Message ---
Hello, 
As I wrote some weeks ago I'll close this bugreport if there is no fix 
around. The most .ipk files I know are .tar based not ar archives. 
So I don't see a reason to change this behaviour within mc. 

If I would change this behaviour to support ar archives there will be 
plenty of users who doesn't like that new behaviour  and who will be 
unhappy with that change. Since there is in my eyes no real good fix for 
that I'll dare close this bug. 

Please reopen it if you have a fix for supporting both archive types.

Thanks in advance.

Greetings 
Winnie

-- 
 .''`.   Patrick Winnertz <[EMAIL PROTECTED]>
:  :' :  GNU/Linux Debian Developer
`. `'`   http://www.der-winnie.de http://people.skolelinux.org/~winnie
  `-  Debian - when you have better things to do than fixing systems
      Spamtrap: [EMAIL PROTECTED]

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to