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

[debian-devel:11802] Re: パッケージ構築に関して。



む。

 Ryuichi Arafune <arafune@debian.org> さんは
   Subject: [debian-devel:11801] パッケージ構築に関して。
   Message-ID: <87wvnm2ceg.wl@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 において言いました

>> dgs *1) のパッケージングの際 scratch から build すると次のような 警告がでま
>> す。
>> 
>> 
>> dpkg-shlibdeps: warning: unknown output from ldd on
>> debian/dpsclient-demos/usr/bin/dpsexec':  libdps.so.0 => not found'
>> dpkg-shlibdeps: warning: unknown output from ldd on
>> debian/dpsclient-demos/usr/bin/texteroids':       libdps.so.0 => not found'
>> dpkg-shlibdeps: warning: unknown output from ldd on
>> debian/dpsclient-demos/usr/bin/xepsf':    libdpstk.so.0 => not found'
>> dpkg-shlibdeps: warning: unknown output from ldd on
>> debian/dpsclient-demos/usr/bin/xepsf':    libdps.so.0 => not found'
>> 
>> 
>> これらの libraries は dpsclient パッケージに含まれていて、同じ
>> orig.tar.gz から作られます。で debian/dpsclient/usr/lib にあるこれらのラ
>> イブラリーを見つけていないのでこれらの警告がでるものと解釈しています。
>> 見つけられないので、 Depends フィールドには dpsclient が入っていません。

>> BTS #59371 がこれに起因するものと思っているのですが、この場合どうすれば
>> よいのでしょうか?

 xfs-xtt が libxfont-xtt に含まれるライブラリをみますので xfs-xtt では
こうしてます。

 dh_shlibdeps -l`pwd`/debian/libxfont-xtt/usr/X11R6/lib -- -Ldebian/libxfont-xtt.shlibs

 dh_* を使わないなら

 LD_LIBRARY_PATH=`pwd`/debian/libxfont-xtt/usr/X11R6/lib dpkg-shlibdeps -Ldebian/libxfont-xtt.shlibs

 ですかね。

--
(半)