Opened 10 years ago
Closed 6 years ago
#46543 closed enhancement (worksforme)
MacPorts should handle archive signature download failures gracefully
Reported by: | watsodw | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.3.3 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | intltool |
Description
So can't update intltool.
Attachments (1)
Change History (6)
comment:1 follow-up: 2 Changed 10 years ago by neverpanic (Clemens Lang)
Changed 10 years ago by watsodw
comment:2 Changed 10 years ago by watsodw
Replying to cal@…:
Please run
sudo port clean --all intltool
and try again, and if it still fails, attach themain.log
mentioned in the error message.
Did that; it didn't work, as I expected. See log.
comment:3 Changed 10 years ago by neverpanic (Clemens Lang)
Component: | ports → base |
---|---|
Summary: | intltool rmd160 file fails download, missing digital signature → MacPorts should handle archive signature download failures gracefully |
Type: | defect → enhancement |
:debug:archivefetch The requested URL returned error: 403 Forbidden (Blocked by Trustwave Secure Web Gateway)
Seems to be a problem with your local proxy solution.
MacPorts should just try the next server or attempt a build from source, though. It might be quicker to get your local admin to relax the restrictions a little, because the denied file is actually just 512 bytes of random junk (which happen to form an OpenSSL signature) and not dangerous at all, and fixing this in MacPorts will at least take until the next release.
comment:4 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | MarcusCalhoun-Lopez added |
---|
comment:5 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Since the primary culprit seems to be the local proxy, I believe this can be closed.
port -s
might also be a workaround since it forces a build from source.
Please feel free to reopen if I am missing something.
Please run
sudo port clean --all intltool
and try again, and if it still fails, attach themain.log
mentioned in the error message.