Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#22568 closed defect (invalid)

fontconfig failing on Checksums

Reported by: dan@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: checksum Cc:
Port: fonconfig

Description (last modified by blb@…)

I've tried for the last week to upgrade fontconfig through macports, getting:

$ sudo port upgrade fontconfig +macosx+universal
Warning: Implicit variants should not be explicitly set or unset. macosx will be ignored.
--->  Computing dependencies for fontconfig
--->  Verifying checksum(s) for fontconfig
Error: Checksum (md5) mismatch for fontconfig-2.7.3.tar.gz
Error: Checksum (sha1) mismatch for fontconfig-2.7.3.tar.gz
Error: Checksum (rmd160) mismatch for fontconfig-2.7.3.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: Unable to upgrade port: 1

Checked over at the fontconfig list and found nothing as well. I know that I can't be the only one having this? I think some other installs/upgrades are failing from this as well, at least on my box.

I'm running 10.6.2 on a MacBookPro with 4GM -- 2.8 Intel Core 2 Duo.

Attachments (1)

fontconfig-2.7.3.tar.gz (1.5 KB) - added by dan@… 14 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 14 years ago by blb@…

Description: modified (diff)
Keywords: fonconfig removed
Owner: changed from macports-tickets@… to ryandesign@…
Port: fonconfig added

Seems okay here, see the FAQ entry on checksum mismatches especially point 1.

comment:2 Changed 14 years ago by dan@…

I'll check it tonight behind my home firewall and see if that isolates it. I'm still getting the error after going through the list on the wiki.

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Milestone: MacPorts 1.8.2

Please do. If it fails, let us know from what server the file was downloaded, and tell us about the actual file you received (which will be in /opt/local/var/macports/distfiles/fontconfig) -- is it a valid archive? can it be decompressed? or is it instead perhaps some HTML document? if so, what does it say?

Changed 14 years ago by dan@…

Attachment: fontconfig-2.7.3.tar.gz added

comment:4 Changed 14 years ago by dan@…

Still having same problem from my home system with firewall turned off, etc. In the prescribed directory I found fontconfig-2.7.3.tar.gz (attached).

It seems to be improperly packed and errors from an untar:

$ tar -zxvf  fontconfig-2.7.3.tar.gz
tar: Unrecognized archive format: Inappropriate file type or format
tar: Error exit delayed from previous errors.

comment:5 Changed 14 years ago by blb@…

Looks like websense is getting in your way, since that is just an HTML file with:

...
<title>Access to this site is blocked</title>
...

comment:6 Changed 14 years ago by dan@…

Let me try it again from home. Nice. that. I'm wiping the file now.

Running:

port -R upgrade --force --enforce-variants  fontconfig +macosx +universal

It errored so I manually deleted all the libraries. It finally re-installed fine. It would be nice to know the port command to just wipe out a particular library. All good now I hope!

comment:7 Changed 14 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

comment:8 in reply to:  6 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to dan@…:

It would be nice to know the port command to just wipe out a particular library.

If you mean "how do I delete all distfiles for the port foo" then the command is "sudo port clean --all foo". If you mean "how do I uninstall port foo" then the command is "sudo port uninstall foo".

Note: See TracTickets for help on using tickets.