Your message dated Tue, 11 Aug 2009 15:15:41 +0200
with message-id <20090811131541.ga5...@emachines>
and subject line ipk archives can be either a tar or an ar archive
has caused the Debian Bug report #382772,
regarding ipk archives can be either a tar or an ar archive
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:

e...@merci /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]

e...@merci /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 ---
The ipk archives files are tar files.
Upstream team is agree with that.
So, this bug wont be fixed, because there is no bug.
mc vfs already support these files.
I close this bug.

regards

Denis Briand

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to