Changes between Initial Version and Version 1 of Ticket #41854


Ignore:
Timestamp:
Dec 18, 2013, 7:59:42 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I am able to reproduce the problem on my Mountain Lion machine—that is, I do see the message that "libWebKitSystemInterfaceMavericks.a: not in gzip format". The port should be fixed to not try to extract this file, by listing all the files that should be extracted in extract.only. However, on my system it is just a warning message; it does not stop the build.

I think the reason why it turned into an error on your system is that you have /sw/bin/gnutar, and it's a different version than the one that comes with OS X. /sw is the directory where Fink traditionally installs software. Fink and MacPorts serve the same purpose—to let you install software packages—but they can interfere with one another, as indeed they do here: MacPorts has inadvertently detected and is using Fink's copy of gnutar.

The solution to that is to pick a single package manager—MacPorts or Fink—and uninstall the other. We do not support using multiple package managers on the same system.

If you choose to stay with MacPorts and have removed Fink, you'll have to reinstall MacPorts base (you can use the installer package on our web site, and reinstalling base will not adversely affect your installed ports) so that it no longer users Fink's gnutar. You may also have to reinstall some of the ports you have installed, which may have suffered the same problem (for example if a port X complains of missing libraries or programs beneath /sw, rebuild X with "sudo port -n upgrade --force X").

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41854

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to michaelld@…
    • Property Summary changed from kdesdk4 to qt4-mac: extract fails: libWebKitSystemInterfaceMavericks.a: not in gzip format
    • Property Port qt4-mac added
  • Ticket #41854 – Description

    initial v1  
    22I tried to install kdesdke4 to use Kile linux editor with the KDE environment. However, during a qt4-mac installation, it failed with the following message:
    33
     4{{{
    45--->  Fetching distfiles for qt4-mac
    56--->  Verifying checksums for qt4-mac
     
    2425    http://guide.macports.org/#project.tickets
    2526Error: Processing of port kdesdk4 failed
     27}}}