You are not logged in.

#1 2008-01-20 10:33:35

arnuld
Member
From: INDIA
Registered: 2005-12-19
Posts: 212
Website

package "zip" broken ?

I can't not find the version of zip I am using. Thi si directly from my terminal:

[arnuld@arch ~]$ zip --version
usage: zip [-vD] [-1-9] [-f zipfile] file ...
[arnuld@arch ~]$ zip -version
usage: zip [-vD] [-1-9] [-f zipfile] file ...
[arnuld@arch ~]$ zip -v
usage: zip [-vD] [-1-9] [-f zipfile] file ...
[arnuld@arch ~]$ man zip
No manual entry for zip
[arnuld@arch ~]$ zip--help
-bash: zip--help: command not found
[arnuld@arch ~]$ zip --help
usage: zip [-vD] [-1-9] [-f zipfile] file ...
[arnuld@arch ~]$ zip -u
usage: zip [-vD] [-1-9] [-f zipfile] file ...
[arnuld@arch ~]$ zip -X
usage: zip [-vD] [-1-9] [-f zipfile] file ...
[arnuld@arch ~]$


from here, I can see I amusing the 2.32 version:  http://www.archlinux.org/packages/searc … p&limit=50

but why does "zip -v" is broken ?  I can not compile IceCat because of this problem :\

Offline

#2 2008-01-20 10:39:53

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: package "zip" broken ?

It appears to work for me (zip v2.32-1, i686)

allan@arch ~
> zip -v
Copyright (c) 1990-2006 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 2.32 (June 19th 2006), by Info-ZIP.
Currently maintained by Onno van der Linden. Please send bug reports to
the authors using http://www.info-zip.org/zip-bug.html; see README for details.

Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip,
as of above date; see http://www.info-zip.org/ for other sites.

Compiled with gcc 4.1.1 for Unix (Linux ELF) on Aug 13 2006.

Zip special compilation options:
    ASM_CRC
    ASMV
    USE_EF_UT_TIME
    [encryption, version 2.9 of 22 April 2000]
Encryption notice:
    The encryption code of this program is not copyrighted and is
    put in the public domain.  It was originally written in Europe
    and, to the best of our knowledge, can be freely distributed
    in both source and object forms from any country, including
    the USA under License Exception TSU of the U.S. Export
    Administration Regulations (section 740.13(e)) of 6 June 2002.

Zip environment options:
             ZIP:  [none]
          ZIPOPT:  [none]

Edit: Also, you can check what package you have installed with "pacman -Qi" rather than searching for the version on the Arch webpage.

Last edited by Allan (2008-01-20 10:41:30)

Offline

#3 2008-01-20 11:28:24

arnuld
Member
From: INDIA
Registered: 2005-12-19
Posts: 212
Website

Re: package "zip" broken ?

Allan wrote:

It appears to work for me (zip v2.32-1, i686)

......... [SNIP]............

Edit: Also, you can check what package you have installed with "pacman -Qi" rather than searching for the version on the Arch webpage.

Now that is really funny lol

[arnuld@arch ~]$ pacman -Qi zip
error: package "zip" not found

[arnuld@arch ~]$ pacman -Q zip
error: package "zip" not found

[arnuld@arch ~]$ zip -v
usage: zip [-vD] [-1-9] [-f zipfile] file ...

Offline

#4 2008-01-20 11:46:58

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: package "zip" broken ?

What does this give :

which zip
pacman -Qo $(which zip)

Last edited by shining (2008-01-20 11:48:17)


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#5 2008-01-20 15:16:24

arnuld
Member
From: INDIA
Registered: 2005-12-19
Posts: 212
Website

Re: package "zip" broken ?

I think I am funnier than Archlinux big_smile

[arnuld@arch ~]$ which zip
/usr/local/src/plan9/bin/zip

[arnuld@arch ~]$ sudo pacman -S zip
Password:
resolving dependencies...
looking for inter-conflicts...

Targets: zip-2.32-1 

Total Download Size:    0.08 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
zip-2.32-1                85.3K   48.7K/s 00:00:02 [####################################################################################] 100%
checking package integrity...
(1/1) checking for file conflicts                   [####################################################################################] 100%
(1/1) installing zip                                [####################################################################################] 100%
[arnuld@arch ~]$

Offline

#6 2008-01-20 15:28:38

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: package "zip" broken ?

arnuld wrote:

I think I am funnier than Archlinux big_smile

I think so too smile


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

Board footer

Powered by FluxBB