Re: Joomla 1.0.12 from ports master sites is corrupted!!

2007-04-16 Thread Karel Rous
Try to look at the contents of the file, it looks like response from 
some kind of redirection or response of some proxy server (the file 
should be probably html or ASCII text).


Karel

Ahmad Arafat Abdullah wrote:

Today..
My task is to install Joomla on my FreeBSD 6.2-PRERELEASE box...
previously it runs Joomla 1.5.x, installed thry source tarballs (
manually ) and my boss wat to change it to 1.0.12..

then i update ports, start to install 1.0.12.. but something weird
happens..

# make install clean
===>  Vulnerability check disabled, database not found
===>  Extracting for joomla-1.0.12
=> MD5 Checksum mismatch for
joomla/Joomla_1.0.12-Stable-Full_Package.tar.bz2.
===>  Refetch for 1 more times files:
joomla/Joomla_1.0.12-Stable-Full_Package.tar.bz2
===>  Vulnerability check disabled, database not found
=> Joomla_1.0.12-Stable-Full_Package.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/joomla.
=> Attempting to fetch from
http://forge.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_12/frs8162?dl=1/.
fetch:
http://forge.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_12/frs8162?dl=1/Joomla_1.0.12-Stable-Full_Package.tar.bz2:
size unknown
fetch:
http://forge.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_12/frs8162?dl=1/Joomla_1.0.12-Stable-Full_Package.tar.bz2:
size of remote file is not known
Joomla_1.0.12-Stable-Full_Package.tar.bz2 7559  B   24 kBps
===>  Vulnerability check disabled, database not found
=> MD5 Checksum mismatch for
joomla/Joomla_1.0.12-Stable-Full_Package.tar.bz2.
===>  Giving up on fetching files:
joomla/Joomla_1.0.12-Stable-Full_Package.tar.bz2
Make sure the Makefile and distinfo file (/usr/ports/www/joomla/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop in /usr/ports/www/joomla.
*** Error code 1

Stop in /usr/ports/www/joomla.

I test it on my other web/server ( I have 9 FreeBSD servers ) and the
result is the same.. I've deleted Joomla source from distfiles, refetch
again thru ports, still the same.. and suddenly ( after one whole day )..
I try to download it manually from joomla sites itself, I reveal
something.. the filesize is much more bigger!! MD5 Checksum also shown
that the files is corrupted...

Joomla_1.0.12-Stable-Full_Package.tar.bz2 7559  B   24
kBps   < previous

then i download it from:

http://joomlacode.org/gf/download/frsrelease/111/264/Joomla_1.0.12-Stable-Full_Package.tar.bz2

-rw-r--r--   1 root  wheel   1.6M Apr 15 19:09
Joomla_1.0.12-Stable-Full_Package.tar.bz2   < in my distfiles
after i download it manually

after that seems all my installation process runs smoothly.. no hiccup at
all..

anyone also face the same thing? Seems some of the developers ( ports etc
) need to inform the masters sites about this...

TQ

Arafat
System and Network Engineer
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
  


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

cdrtools os id when localized to cs_CZ.ISO8859-2

2007-04-02 Thread Karel Rous
   I left my localization probably at wrong state during compiling port 
of cdrtools (/usr/ports/sysutils/cdrtools) and when it was set to  
(LC_ALL=cs_CZ.ISO8859-2, LANG=cs_CZ.ISO8859-2, LANGUAGE=cs_CZ.ISO8859-2 
) then during make

it's output was like:
RULES/rules1.top:119: RULES/os-fŔÉÉbsd.id: No such file or directory
RULES/rules1.top:126: RULES/os-.def: No such file or directory
DEFAULTS/Defaults:8: DEFAULTS/Defaults.: No such file or directory
RULES/rules1.top:234: incs/Dcc.i386: No such file or directory
RULES/rules.top:39: RULES/Í386-cc.rul: No such file or directory
RULES/rules.cnf:56: incs/i386-cc/Inull: No such file or directory
RULES/rules.cnf:57: incs/i386-cc/rules.cnf: No such file or directory
p incs/i386-cc
gmake: p: Command not found
gmake: [incs/i386-cc/Inull] Error 127 (ignored)
cannot create incs/i386-cc/Inull: No such file or directory
gmake: *** [incs/i386-cc/Inull] Error 2
*** Error code 2

when set to defaults (LC_ALL=C), then everything was fine:

RULES/rules1.top:234: incs/Dcc.i386-freebsd: No such file or directory
RULES/rules.cnf:57: incs/i386-freebsd-cc/rules.cnf: No such file or 
directory

   ==> CONFIGURING RULES "incs/i386-freebsd-cc/rules.cnf"

Unfortunately I was doing many other suspicious tasks with gcc compiler 
flags that day... :)
But after all may I ask what is the possible reason for such change in 
os id?


Karel

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"