[Momonga-devel.ja:00904] ビルド出来ないパッケージについて


佐藤@滋賀県です

現在、自分ところで以下のパッケージがビルド出来ません。

---skk-jisyo----
[lftpget -c http://openlab.ring.gr.jp/skk/dic/zipcode.tar.bz2]--
get: Access failed: 404 Not Found (/skk/dic/zipcode.tar.bz2)
----------------
zipcode.tar.gzならあるようです。

---proftpd------
--[lftpget -c ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.5.tar.bz2]--
get: Access failed: 550 /distrib/source/proftpd-1.2.5.tar.bz2: No such file or directory
----------------
1.2.7r3までバージョンが進んでて、1.2.5は削除されています。

---gstreamer----
checking gtk-doc version (0.10) >= 0.7... no
configure: error: gtk-doc version is too low
----------------
[Momonga-devel.ja:00867]で成田さんが既に報告されて
いる件です

---sablotron----
specファイルに、

automake1.4-p5 --add-missing --copy

という記述がありますが、automake-1.5-16mには、
automake1.4-p5は無いのでエラーになります。
specファイル書き換えて逃げました。

---shadow-utils--
+ make
cd . && autoheader
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.

autoheader: missing template: USG
Use AC_DEFINE([USG], [], [Description])make: *** [stamp-h.in] Error 1
----------------
specファイルでは、autoconf-old,autoheader-oldを
使うように設定してある(らしい)けど、aclocal-oldが
autoconf,autoheaderを使うようにconfigureを書き換
えるのでbuild出来ません。自分は、

/usr/share/aclocal-1.4/init.m4

を書き換えて逃げました。autoconf-2.56-1mです。

--------------
kdemultimedia
kdenetwork
kdeaddons
kdeadmin
kdebindings
kdegraphics
kdepim
kdetoys
kdeutils
kxicq2
minicom
-------------
configure.in:44: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:99: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:99: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make[1]: *** [cvs] Error 1
-------------
上の全部、同じ様なエラーでconfigureが止まります。
autoconf,automakeのバージョンが上がった関係だと
思うんですが。

--maxima----
;; Loading file binary-clisp/mdefun.fas ...
;; Loaded file binary-clisp/mdefun.fas
;    - Loading module "numerical-functions" 
;      - Loading binary file "binary-clisp/bessel.fas" 
;; Loading file binary-clisp/bessel.fas ...make[1]: *** [binary-clisp/maxima.mem] Error 139
------------

---octave---
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
In file included from sighandlers.h:42,
                 from help.cc:61:
siglist.h:34: conflicting types for `char*sys_siglist[]'
/usr/include/signal.h:279: previous declaration as `const char* const 
   sys_siglist[64]'
make[2]: *** [pic/help.o] Error 1
-------------

この二つはよく分かりません。

よく、再現性のないエラーで止まったり、buildした
パッケージの中身が変だったりと、環境が不安定なの
で、自分の環境だけの問題かもしれませんが、とり
あえずご報告まで。

-----------------------------------------------------
                       佐藤雅伸 (m.sato@xxxxxxxxxxxx)