Opened 7 years ago
Closed 7 years ago
#54235 closed defect (fixed)
libzzip not found
Reported by: | mrkapqa | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.1 |
Keywords: | Cc: | Schamschula (Marius Schamschula) | |
Port: | libzzip |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hllo ,
i try to install MPlayer on osx 10.4
this error i get
---> Computing dependencies for MPlayer Error: Dependency 'libzzip' not found. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port mplayer failed riks-imac-g5:~ rik$ sudo port install libzzip Error: Port libzzip not found riks-imac-g5:~ rik$ sudo port install mplayer ---> Computing dependencies for MPlayer Error: Dependency 'libzzip' not found.
installed the dependency manually from here
http://mail.zarahemla.com/software/pkgdetail.html?project_id=208&cat_id=200
but same error
Change History (5)
comment:1 Changed 7 years ago by kencu (Ken)
comment:2 Changed 7 years ago by Schamschula (Marius Schamschula)
The manually installed version is ancient. It may fail configure tests.
What version of MacPorts do you have installed? How long since you synced the Portfiles (i.e. did a port sync)?
comment:3 Changed 7 years ago by mrkapqa
thanks, it says : Macports base is already the latest version
sudo port -v install libzzip Error: Port libzzip not found sudo port install mplayer --- computing dependencies for MPlayer .... Error: Dependency 'libzzip' not found
comment:4 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | Schamschula added |
---|---|
Description: | modified (diff) |
Keywords: | mplayer tiger libzzip removed |
Owner: | set to ryandesign |
Port: | libzzip added; mplayer removed |
Status: | new → accepted |
Summary: | (10.4, mplayer) Dependency 'libzzip' not found → libzzip not found |
The port is not found because the portfile contains a syntax error on Snow Leopard and earlier, introduced in [9cf8dbd237d440b1faccd0d39ddc44816ed54ec6/macports-ports].
comment:5 Changed 7 years ago by Ryan Schmidt <git@…>
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
I have the last version of libzzip installed on Tiger PPC. I haven't updated it to the new version yet, as for Tiger, I tend to lag behind a bit on routinely updating things for no good reason as there are often errors to work out with new software.
Don't install it from a separate download site like that -- that will not (easily) work with MacPorts.
I don't understand why
sudo port -v install libzzip
would sayPort libzzip not found
. First thing I would think of would be to try syncing againsudo port sync
and see if it magically reappears...