[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:08590] Re: Failed packages to build for sparc-jp recently.



前田です。

At Wed, 14 Apr 1999 23:42:05 +0900,
Masato Taruishi <taru@debian.or.jp> wrote:
> Package: clu2c
> Version: 1.99.3-1
> Maintainer: Shugo Maeda <shugo@xxxxxxxxxxxx>

問題が3つありました。

http://sakura.debian.or.jp/~taru/FAILED/clu2c_1.99.3-1.messagesより

> dyn_load.c:56: sys/elf.h: No such file or directory

これはなぜかわかりません。

> jfp.c:52: initializer element for `ja_stdio[0].fp' is not constant
> jfp.c:53: initializer element for `ja_stdio[1].fp' is not constant
> jfp.c:54: initializer element for `ja_stdio[2].fp' is not constant

gccで、

#include <stdio.h>

FILE *f = stdout;

が通らなくなったせいのようです。
# stdoutが定数じゃないと怒られる。
# g++だと通るんですけど...どうしたもんかなあ。

あと、うちの環境(bash_2.02.1-1.4)では、

case foo in
time)
  ...
esac

のようなのがsyntax errorになるようで、これも問題になりました。
とりあえず、'time'とクォートしてしのいでいますが、これはbashのバ
グでしょうか。

-- 
前田 修吾