Total1049773 Week9356 Yesterday1522 Today1551 1count/day on each IP Since 2006-06-06
«Prev || 1 | 2 | 3 |...| 8 | 9 | 10 |...| 15 | 16 | 17 || Next»

29 May 2008

portupgrade

clamav-0.93 < needs updating (port has 0.93_1)
ja-samba-3.0.28,1 < needs updating (port has 3.0.28_1,1)
libxml2-2.6.31 < needs updating (port has 2.6.32)
pcre-7.6 < needs updating (port has 7.7)
pear-1.7.1 < needs updating (port has 1.7.2)


05/29/08 23:32:44 - noboru - No comments portupgrade

10 May 2008

portupgrade

clamav-0.92.1_1 < needs updating (port has 0.93)
p5-Time-HiRes-1.9712,1 < needs updating (port has 1.9715,1)
wget-1.11 < needs updating (port has 1.11.2)
前回clamavのupgradeを忘れたようだ

05/10/08 11:16:35 - noboru - No comments portupgrade

03 May 2008

portupgrade

clamav-0.92.1_1 < needs updating (port has 0.93)
pear-Auth-1.5.4 < needs updating (port has 1.6.1)
php5-5.2.5_1 < needs updating (port has 5.2.6)
php5-mbstring-5.2.5_1 < needs updating (port has 5.2.6)
php5-pcre-5.2.5_1 < needs updating (port has 5.2.6)
php5-pgsql-5.2.5_1 < needs updating (port has 5.2.6)
php5-session-5.2.5_1 < needs updating (port has 5.2.6)
php5-xml-5.2.5_1 < needs updating (port has 5.2.6)


05/03/08 11:43:31 - noboru - No comments portupgrade

13 April 2008

portupgrade

expat-2.0.0_1 < needs updating (port has 2.0.1)
ruby-1.8.6.111_1,1 < needs updating (port has 1.8.6.111_2,1)
sudo-1.6.9.14 < needs updating (port has 1.6.9.15_1)


04/13/08 16:30:21 - noboru - No comments portupgrade

04 April 2008

portupgrade

pear-1.6.2_1 < needs updating (port has 1.7.1)
pkg-config-0.22_1 < needs updating (port has 0.23_1)
postgresql-client-8.2.6_1 < needs updating (port has 8.2.7)
postgresql-server-8.2.6 < needs updating (port has 8.2.7)
sudo-1.6.9.12 < needs updating (port has 1.6.9.14)
unzip-5.52_3 < needs updating (port has 5.52_5)


04/04/08 22:10:56 - noboru - No comments portupgrade

21 March 2008

portupgrade fpdf 失敗

fpdf-1.53_5 < needs updating (port has 1.53_6)
ということで,portupgrade を,実行したらエラーとなった
# portupgrade fpdf
---> Upgrading 'fpdf-1.53_5' to 'fpdf-1.53_6' (print/fpdf)
---> Building '/usr/ports/print/fpdf'
===> Cleaning for fpdf-1.53_6
===> Vulnerability check disabled, database not found
===> Extracting for fpdf-1.53_6
=> MD5 Checksum mismatch for fpdf153.tgz.
=> SHA256 Checksum mismatch for fpdf153.tgz.
===> Refetch for 1 more times files: fpdf153.tgz fpdf153.tgz
===> Vulnerability check disabled, database not found
===> Vulnerability check disabled, database not found
=> MD5 Checksum mismatch for fpdf153.tgz.
=> SHA256 Checksum mismatch for fpdf153.tgz.
===> Giving up on fetching files: fpdf153.tgz fpdf153.tgz
Make sure the Makefile and distinfo file (/usr/ports/print/fpdf/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/print/fpdf.
*** Error code 1

Stop in /usr/ports/print/fpdf.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.42648.0 env UPGRADE_TOOL=portupgrade UPGRADE_POR T=fpdf-1.53_5 UPGRADE_PORT_VER=1.53_5 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! print/fpdf (fpdf-1.53_5) (checksum mismatch)

すでに配布ファイルがあったので名前を変更して再度実行したら成功した
# mv /usr/ports/distfiles/fpdf153.tgz /usr/ports/distfiles/fpdf153.tgz.save

比較したところファイル名は同じだがサイズがちがっている
-rw-r--r-- 1 root wheel 134848 Mar 21 17:10 /usr/ports/distfiles/fpdf153.tgz
-rw-r--r-- 1 root wheel 135106 Feb 6 12:29 /usr/ports/distfiles/fpdf153.tgz.save
以上

03/21/08 17:16:44 - noboru - No comments FreeBSD , portupgrade

09 March 2008

portupgrade

p5-Time-HiRes-1.9711,1 < needs updating (port has 1.9712,1)
smarty-2.6.18 < needs updating (port has 2.6.19)


03/09/08 21:52:35 - noboru - No comments portupgrade

04 March 2008

portupgrade smarty 失敗

smarty を 2.6.18 から 2.6.19 へ portupgrade しようとすると 失敗する

Smarty-2.6.14-docs.tar.gz のチェックサムとサイズが合わないのが原因でfetch に失敗している
=> MD5 Checksum mismatch for Smarty-2.6.14-docs.tar.gz.
=> SHA256 Checksum mismatch for Smarty-2.6.14-docs.tar.gz.
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/Smarty-2.6.14-docs.tar.gz: size mismatch: expected 137509, actual 136235

Smarty-2.6.14-docs.tar.gz を以下のサイトからダウンロードして
/usr/ports/distfiles/ において upgrade することにより回避した
http://www.smarty.net/distributions/manual/en/

ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ にあるファイルがおかしいと思われる

そのときのメッセージは以下の通り
host# portupgrade smarty
---> Upgrading 'smarty-2.6.18' to 'smarty-2.6.19' (www/smarty)
---> Building '/usr/ports/www/smarty'
===> Cleaning for smarty-2.6.19
===> Vulnerability check disabled, database not found
===> Extracting for smarty-2.6.19
=> MD5 Checksum OK for Smarty-2.6.19.tar.gz.
=> SHA256 Checksum OK for Smarty-2.6.19.tar.gz.
=> MD5 Checksum mismatch for Smarty-2.6.14-docs.tar.gz.
=> SHA256 Checksum mismatch for Smarty-2.6.14-docs.tar.gz.
===> Refetch for 1 more times files: Smarty-2.6.14-docs.tar.gz Smarty-2.6.14-docs.tar.gz
===> Vulnerability check disabled, database not found
=> Smarty-2.6.14-docs.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://www.smarty.net/distributions/manual/en/.
fetch: Smarty-2.6.14-docs.tar.gz: local modification time does not match remote
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/Smarty-2.6.14-docs.tar.gz: size mismatch: expected 137509, actual 136235
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

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

Stop in /usr/ports/www/smarty.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.12364.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=smarty-2.6.18 UPGRADE_PORT_VER=2.6.18 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! www/smarty (smarty-2.6.18) (checksum mismatch)


03/04/08 22:54:00 - noboru - No comments FreeBSD , portupgrade

24 February 2008

portupgrade

clamav-0.92 < needs updating (port has 0.92.1_1)
portupgrade-2.4.2,2 < needs updating (port has 2.4.3_2,2)


02/24/08 09:47:56 - noboru - No comments portupgrade

09 February 2008

portupgrade

pcre-7.4 < needs updating (port has 7.6)
portupgrade-2.3.1_1,2 < needs updating (port has 2.4.2,2)
wget-1.10.2_1 < needs updating (port has 1.11)


02/09/08 13:44:59 - noboru - No comments portupgrade
«Prev || 1 | 2 | 3 |...| 8 | 9 | 10 |...| 15 | 16 | 17 || Next»

< 2025-04 >
SunMonTueWedThuFriSat
  12345
6789101112
13141516171819
20212223242526
27282930   

 Use OpenOffice.org
VALUE-DOMAIN.COM

最近のコメント