トップ «前の日記(2004-03-04(木)) 最新 次の日記(2004-03-06(土))» 編集

とた日記


2004-03-05(金) [長年日記]

_ Additional FreeBSD Contributors に名前が載ってた

ネタが無いので強引に作ってますが、Additional FreeBSD Contributors に名前が載っていました。嬉しいような恥ずかしいような。ilohamail の port を作ったということです。

_ 某 SIer からスカウト

最近、教科書会社からスカウトがあったのですが、「円周率はおよそ3」などという腐った教科書などを書くのは不名誉なことですので無視していました。久しぶりにまともそうなところからスカウトがありました。やや興味ありです。脱北のチャンスかも?

_ portsdb -Uu がまたまたエラー

先日と似たようなエラーが発生しました。

# portsdb -Uu
(snip)
Warning: Duplicate INDEX entry: *** Error code 1
Warning: Duplicate INDEX entry: 
 Done.
done
[Updating the portsdb  in /usr/ports ... - 5590 port entries found /usr/ports/INDEX-5:1:Port info line must consist of 10 fields.
/usr/ports/INDEX-5:2:Port info line must consist of 10 fields.
/usr/ports/INDEX-5:3:Port info line must consist of 10 fields.
/usr/ports/INDEX-5:4:Port info line must consist of 10 fields.
.........1000.........2000.........3000.........4000.........5000..... ..... done]
# cd /usr/ports
# make describe
(snip)
===> math/algae
*** Error code 1
 
Stop in /usr/ports/math.
*** Error code 1
 
Stop in /usr/ports.
# cd math/algae/
# make fetch
"Makefile", line 26: warning: String comparison operator should be either == or !=
"Makefile", line 26: Malformed conditional ((${ARCH} == "alpha" && ${OSVERSION} > 502102) || ${ARCH} == "sparc64")
"Makefile", line 26: Need an operator
"Makefile", line 28: if-less endif
"Makefile", line 28: Need an operator
make: fatal errors encountered -- cannot continue

/usr/ports/Mk/bsd.port.mk を参考にして

--- Makefile.orig       Fri Mar  5 18:01:47 2004
+++ Makefile    Fri Mar  5 20:21:45 2004
@@ -23,7 +23,7 @@
 
 .include 
 
-.if (${ARCH} == "alpha" && ${OSVERSION} > 502102) || ${ARCH} == "sparc64"
+.if ( ${ARCH} == "alpha" && ${OSVERSION} > 502102 ) || ${ARCH} == "sparc64"
 BROKEN=                "Configure fails on alpha 5.x and sparc64"
 .endif
 

としました。スペースの有無でこうなるとは。。。

_ portupgrade audio/wmusic

wmusic-1.4.12_1             <  needs updating (port has 1.5.0)

_ 某 ソフト会社 からスカウト

ラッキーモテ状態かも。少し腰を入れて研究しておかなければ。人事の方、遅くまでお疲れさまでございます。