Re: [kde-freebsd] qt-everywhere-opensource-src-4.8.5.tar.gz file size mismatch

2014-01-25 Thread Steve Robertson
On 01/25/14 09:44, Raphael Kubo da Costa wrote:
> Steve Robertson  writes:
>
>> I was attempting to install multimedia/vlc from ports using portmaster.
>> In the process, a fetch was attempted for
>> qt-everywhere-opensource-src-4.8.5.tar.gz which ended in "file size
>> mismatch". This was attempted 3 times from 3 different sites with the
>> same error each time. I also noticed that the actual file size was
>> reported as different from each of the three sites. I'm building on
>> FreeBSD 10.0-RELEASE. A subsequent attempt resulted in a SHA256 Checksum
>> mismatch.
>> Is there a site where I can fetch the uncorrupted distfile?
> What's the size and sha256sum of the tarball you ended up downloading?
> Do you still remember the mirrors you used?
>
> Checking my /usr/ports/devel/qt4/distfile, it seems to have the same
> hash and size as described in
> http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz.mirrorlist
>
> I've also tried downloading
> http://download.qt-project.org/official_releases/qt/4.8/4.8.5//qt-everywhere-opensource-src-4.8.5.tar.gz
> and everything matched.
>
Raphael, Schaich, et al.

Thank you for responding, I didn't record which mirrors were failing,
but I think the mirrors are OK.
I eventually got the distfile from

http://download.qt-project.org/official_releases/qt/4.8/4.8.5//qt-everywhere-opensource-src-4.8.5.tar.gz

through my web browser.
The checksum and size matched, so I manually placed it in
/usr/ports/distfiles and thereafter portmaster completed the building
with no further problem.

I think what happened was that the fetch process (which was invoked
through portmaster) was attempting to use my /tmp file in the download
process.
I've been using a 256 Mb tmpfs for my /tmp file and it ran out of space.
I cleared /tmp and increased my tmpfs to 512 Mb.

Thank you again.
Steve R.

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] qt-everywhere-opensource-src-4.8.5.tar.gz file size mismatch

2014-01-25 Thread Max Brazhnikov
On Fri, 24 Jan 2014 08:02:29 -0800 Steve Robertson wrote:
> Hello,
> 
> I was attempting to install multimedia/vlc from ports using portmaster.
> In the process, a fetch was attempted for
> qt-everywhere-opensource-src-4.8.5.tar.gz which ended in "file size
> mismatch". This was attempted 3 times from 3 different sites with the
> same error each time. I also noticed that the actual file size was
> reported as different from each of the three sites. I'm building on
> FreeBSD 10.0-RELEASE. A subsequent attempt resulted in a SHA256 Checksum
> mismatch.
> Is there a site where I can fetch the uncorrupted distfile?

Don't allow portmaster to download Qt4 distfiles for you. All Qt4 ports
share the same distfile, portmaster spawns 'make fetch' in background
for each port it tries to upgrade, as a result you may get corrupted tarball.

You can try instead
cd /usr/ports/devel/qt4-corelib && make distclean && make checksum

Cheers,
Max

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] qt-everywhere-opensource-src-4.8.5.tar.gz file size mismatch

2014-01-25 Thread Raphael Kubo da Costa
Steve Robertson  writes:

> I was attempting to install multimedia/vlc from ports using portmaster.
> In the process, a fetch was attempted for
> qt-everywhere-opensource-src-4.8.5.tar.gz which ended in "file size
> mismatch". This was attempted 3 times from 3 different sites with the
> same error each time. I also noticed that the actual file size was
> reported as different from each of the three sites. I'm building on
> FreeBSD 10.0-RELEASE. A subsequent attempt resulted in a SHA256 Checksum
> mismatch.
> Is there a site where I can fetch the uncorrupted distfile?

What's the size and sha256sum of the tarball you ended up downloading?
Do you still remember the mirrors you used?

Checking my /usr/ports/devel/qt4/distfile, it seems to have the same
hash and size as described in
http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz.mirrorlist

I've also tried downloading
http://download.qt-project.org/official_releases/qt/4.8/4.8.5//qt-everywhere-opensource-src-4.8.5.tar.gz
and everything matched.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] qt-everywhere-opensource-src-4.8.5.tar.gz file size mismatch

2014-01-25 Thread Schaich Alonso
On Fri, 24 Jan 2014 08:02:29 -0800
Steve Robertson  wrote:

> Hello,
> 
> I was attempting to install multimedia/vlc from ports using portmaster.
> In the process, a fetch was attempted for
> qt-everywhere-opensource-src-4.8.5.tar.gz which ended in "file size
> mismatch". This was attempted 3 times from 3 different sites with the
> same error each time. I also noticed that the actual file size was
> reported as different from each of the three sites. I'm building on
> FreeBSD 10.0-RELEASE. A subsequent attempt resulted in a SHA256 Checksum
> mismatch.
> Is there a site where I can fetch the uncorrupted distfile?
> 
> Thank You,
> Steve Robertson
> 
> 
> ___
> kde-freebsd mailing list
> kde-freebsd@kde.org
> https://mail.kde.org/mailman/listinfo/kde-freebsd
> See also http://freebsd.kde.org/ for latest information

My tarball has 241491467 bytes in size reported by stat(1) and the sha256(1)
checksum eb728f8268831dc4373be6403b7dd5d5dde03c169ad6882f9a8cb560df6aa138.

This is conforming to the distfile content. I downloaded it from the ports
default, but you should be able to download it from any of the mirrors
listed on the official qt site:

http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz.mirrorlist

Alonso
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] qt-everywhere-opensource-src-4.8.5.tar.gz file size mismatch

2014-01-25 Thread Steve Robertson
Hello,

I was attempting to install multimedia/vlc from ports using portmaster.
In the process, a fetch was attempted for
qt-everywhere-opensource-src-4.8.5.tar.gz which ended in "file size
mismatch". This was attempted 3 times from 3 different sites with the
same error each time. I also noticed that the actual file size was
reported as different from each of the three sites. I'm building on
FreeBSD 10.0-RELEASE. A subsequent attempt resulted in a SHA256 Checksum
mismatch.
Is there a site where I can fetch the uncorrupted distfile?

Thank You,
Steve Robertson


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information