[MacPorts] #31267: AntTweakBar is out of date and fails to build on Lion
MacPorts
noreply at macports.org
Thu Sep 15 10:19:03 PDT 2011
#31267: AntTweakBar is out of date and fails to build on Lion
------------------------------+---------------------------------------------
Reporter: jay@… | Owner: karcaw@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Keywords: lion | Port: anttweakbar
------------------------------+---------------------------------------------
Comment(by jay@…):
Hm, okay. So I patched the Portfile:
{{{
cd $(port dir anttweakbar)
patch -p0 < ~/Downloads/AntTweakBar_114_2.patch
}}}
That applied cleanly.
Then I downloaded the .zip file from the project website and converted it
to .tbz2, as that is what the Portfile is apparently looking for:
{{{
mkdir /tmp/ant
cd /tmp/ant
unzip ~/Downloads/AntTweakBar_114.zip
sudo tar jcf $(port dir
anttweakbar)/files/anttweakbar-1.14_2.darwin_11.x86_64.tbz2
}}}
And then tried building the port again:
{{{
sudo port install anttweakbar
}}}
But it fails on the checksum verification:
{{{
:debug:checksum checksum phase started at Thu Sep 15 13:10:16 EDT 2011
:notice:checksum ---> Verifying checksum(s) for anttweakbar
:debug:checksum Executing org.macports.checksum (anttweakbar)
:info:checksum ---> Checksumming AntTweakBar_114
:error:checksum Checksum (sha1) mismatch for AntTweakBar_114
:info:checksum Portfile checksum: AntTweakBar_114 sha1
b6405082efb6d6f26b3856a1b12c4e520055390e
:info:checksum Distfile checksum: AntTweakBar_114 sha1
a3e2d2c756413d1c562946a9e7b8190734284f2b
:error:checksum Checksum (rmd160) mismatch for AntTweakBar_114
:info:checksum Portfile checksum: AntTweakBar_114 rmd160
6297484674785807a8e750ccc8934dcba35f8353
:info:checksum Distfile checksum: AntTweakBar_114 rmd160
89fab9e632b54c858ed1a5f85a2abb802efe403d
:info:checksum The correct checksum line may be:
:info:checksum checksums sha1
a3e2d2c756413d1c562946a9e7b8190734284f2b \
rmd160 89fab9e632b54c858ed1a5f85a2abb802efe403d
:error:checksum Target org.macports.checksum returned: Unable to verify
file checksums
:debug:checksum Backtrace: Unable to verify file checksums
}}}
What am I doing wrong?
--
Ticket URL: <https://trac.macports.org/ticket/31267#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list