Power PC Build

Eric Richardson ekrichardson at gmail.com
Fri Jan 2 18:31:45 PST 2009


Michael,

On Fri, Jan 2, 2009 at 3:39 PM, Michael Franz <mvfranz at gmail.com> wrote:

> Eric,
>
> On Fri, Jan 2, 2009 at 4:32 PM, Eric Richardson <ekrichardson at gmail.com>wrote:
> <snip>
>
>>
>> I'm able to call make and it downloads the first piece but I have a md5sum
>> which doesn't understand the option --check. Don't know if this will be a
>> problem on other BSD platforms.
>>
>> hotspot_md5sum="`gawk 'version==$1 {print $3}' version=14.0b08 \
>>       /Users/eric/java/icedtea6/hotspot.map`" ; \
>>     if ! echo "${hotspot_md5sum}  hotspot.tar.gz" \
>>       | /sw/bin/md5sum --check ; \
>>     then \
>>       if [ hotspot.tar.gz ] ; \
>>       then \
>>         mv hotspot.tar.gz hotspot.tar.gz.old ; \
>>       fi ; \
>>       changeset="`gawk 'version==$1 {print $2}' version=14.0b08 \
>>         /Users/eric/java/icedtea6/hotspot.map`" ; \
>>       /usr/local/bin/wget
>> http://hg.openjdk.java.net/jdk7/hotspot/hotspot/archive/${changeset}.tar.gz<http://hg.openjdk.java.net/jdk7/hotspot/hotspot/archive/$%7Bchangeset%7D.tar.gz>-O hotspot.tar.gz ; \
>>     fi
>> /sw/bin/md5sum: illegal option -- -
>> usage: md5sum [-bv] [-c [file]] | [file...]
>> Generates or checks MD5 Message Digests
>>     -c  check message digests (default is generate)
>>     -v  verbose, print file names when checking
>>     -b  read files in binary mode
>>
>
> You can install coreutils from macports using the with_default_names
> variant to put md5sum into /opt/local/bin .  This version will understand
> the --check parameter.
>

I reviewed your previous post and list of macports loaded but wanted to post
this just in case it was applicable for others if they don't have the GNU
utilities. Glad you explained the with_default_names variant again though.
Thanks.


>
>
> Michael
>
> Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090102/44268040/attachment.html 


More information about the distro-pkg-dev mailing list