iWA's 雑記
[2004年11月] | [2004年] | [最新] | [TOP]
2004-11-04
#1 LANDISK (その8) ビルドメモ1
- cdbs-0.4.25
⇒ ocaml-native-compiler がないとビルドできない。Makefile, Makefile.in, Makefile.am を修正し、OCamlMakefile を使った make 時のターゲットを native-code から byte-code に変更。
- db-4.2.52
⇒ gcj への依存性の除外リストに sh4 を追加。
- debconf-1.4.30.8
⇒ (後回し)
- emacs21
⇒ rpmからパクってきたパッチを適用して、debian/patches/arch-sh.dpatch を作成。debian/controlに「Build-Conflicts: autoconf2.13
」を追加。
- iodbc-3.52.1
⇒ (後回し)
- libtool-1.5.6
⇒ (後回し)
- net-tools-1.60
⇒ (後回し)
- openssh-3.8.1p1
⇒ (後回し)
- perl-5.8.4
⇒「-O2
」「-O2 -fno-reorder-blocks
」では SEGV。あきらめて「-O1
」でビルド。hints/linux.sh を修正。
- postgresql-7.4.5
⇒ スピンロックがサポートされてねーよ、と言って途中でコケる。(configureでチェックしてくれぇ……) debian/rules で configure 時に --disable-spinlocks を追加。
- sysvinit-2.86
⇒ debian/control の glibc の依存関係を無理矢理変更。
- tetex-bin-2.0.2
⇒「-O2
」でリンク時にエラー。「-O2 -fno-reorder-blocks
」で解消。debian/rules にて、configure 起動時に CFLAGS を渡すよう修正。
- util-linux-2.12
⇒ (後回し)
- xfree86-4.3.0.dfsg.1
⇒ debian/MANIFEST.sh4.in を追加。依存関係さえ解消できればあとは問題なし。(でも実行はしてないんだよなぁ……)
[コメント]
[2004年11月] | [2004年] | [最新] | [TOP]