graphics/jpeg

Graphics/jpeg seems to be broken again... anyone else having this problem?

Code:
...
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jpeg8d/jpegexiforient.c: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles//jpeg8d and try again
*** [do-feth] Error code 1

Stop in /usr/ports/graphics/jpeg
*** [checksum] Error code 1

Stop in /usr/ports/graphics/jpeg
 
ikbendeman said:
anyone else having this problem?

Code:
...
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jpeg8d/jpegexiforient.c: File unavailable (e.g., file not found, no access)
I tried it just now. That file fetches just fine from one of the two master sites (which are tried before using the FreeBSD distfiles collection as a last-but-not-guaranteed resort). If you don't have a network problem and you're certain that your ports tree is up to date, you may have just gotten unlucky and caught the master site(s) at a bad time. I suggest you try again and report back if the problem persists.
 
the problem persisted. jpeg8d/jpeg8d/jpegexiforient.c does not exist... its directly under distfiles


manually fetch
Code:
cd /usr/ports/distfiles/jpeg8d/
fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jpegexiforient.c

and in /usr/ports/graphics/jpeg sha256 and size to
Code:
bca1bc35bb53d3c189775e0ef4ecbd9be7660d636c7e044f964bde8697273b83
SIZE (jpeg8d/jpegexiforeint.c) = 1260

seriously? no one else is having this problem? had it on two machines and 386 and amd64...
 
jpegexiforient.c should be 8531 bytes. The 8192-byte file on the FTP server looks to be an older version. Setting RANDOMIZE_MASTER_SITES=yes in /etc/make.conf might get a site that has the newer version.

Is the local ports tree up to date?
 
I use devel/subversion to update my ports tree.
I have no problem on graphics/jpeg.
Code:
root@me:/usr/ports/graphics/jpeg # make fetch
===>   jpeg-8_4 depends on file: /usr/local/sbin/pkg - found
=> jpegsrc.v8d.tar.gz doesn't seem to exist in /usr/ports/distfiles/jpeg8d.
=> Attempting to fetch http://www.ijg.org/files/jpegsrc.v8d.tar.gz
jpegsrc.v8d.tar.gz                            100% of  968 kB   48 kBps 00m00s
=> jpegexiforient.c doesn't seem to exist in /usr/ports/distfiles/jpeg8d.
=> Attempting to fetch http://sylvana.net/jpegcrop/jpegexiforient.c
jpegexiforient.c                              100% of 8531  B   17 kBps
=> exifautotran.txt doesn't seem to exist in /usr/ports/distfiles/jpeg8d.
=> Attempting to fetch http://sylvana.net/jpegcrop/exifautotran.txt
exifautotran.txt                              100% of  684  B   12 kBps
 
Back
Top