[질문] 우분투 패키징 중 에러
..
..
..
common.h:116: warning: 'strLogbuf' defined but not used
mv -f .deps/watcher.Tpo .deps/watcher.Po
gcc -Wall -g -O2 -Wl,-z,defs -o shagent agent.o ckrule.o config.o dispatch.o log.o md5.o mngrule.o msg.o proc.o string.o time.o watcher.o -luparser -lc -luparser -lunet -lrt -lm -ldl
make[3]: Leaving directory `/tmp/buildd/unetnapd-1.0.0/src'
make[3]: Entering directory `/tmp/buildd/unetnapd-1.0.0'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/buildd/unetnapd-1.0.0'
make[2]: Leaving directory `/tmp/buildd/unetnapd-1.0.0'
make[1]: Leaving directory `/tmp/buildd/unetnapd-1.0.0'
#docbook-to-man debian/unetnapd.sgml > unetnapd.1
touch build-stamp
fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/unetnapd.
/usr/bin/make DESTDIR=/tmp/buildd/unetnapd-1.0.0/debian/unetnapd install
make[1]: Entering directory `/tmp/buildd/unetnapd-1.0.0'
Making install in src
make[2]: Entering directory `/tmp/buildd/unetnapd-1.0.0/src'
make[3]: Entering directory `/tmp/buildd/unetnapd-1.0.0/src'
test -z "/usr/sbin" || /bin/mkdir -p "/tmp/buildd/unetnapd-1.0.0/debian/unetnapd/usr/sbin"
/usr/bin/install -c 'shagent' '/tmp/buildd/unetnapd-1.0.0/debian/unetnapd/usr/sbin/shagent'
test -z "/etc" || /bin/mkdir -p "/tmp/buildd/unetnapd-1.0.0/debian/unetnapd/etc"
/usr/bin/install -c -m 644 'conf/unet.conf' '/tmp/buildd/unetnapd-1.0.0/debian/unetnapd/etc/unet.conf'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/buildd/unetnapd-1.0.0/src'
make[2]: Leaving directory `/tmp/buildd/unetnapd-1.0.0/src'
make[2]: Entering directory `/tmp/buildd/unetnapd-1.0.0'
make[3]: Entering directory `/tmp/buildd/unetnapd-1.0.0'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/buildd/unetnapd-1.0.0'
make[2]: Leaving directory `/tmp/buildd/unetnapd-1.0.0'
make[1]: Leaving directory `/tmp/buildd/unetnapd-1.0.0'
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: failure: no dependency information found for /usr/lib/libunet.so.1 (used by debian/unetnapd/usr/sbin/shagent).
dh_shlibdeps: command returned error code 512
make: *** [binary-arch] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2
pbuilder: Failed autobuilding of package
-> Aborting with an error
-> unmounting /var/cache/archive filesystem
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
-> removing directory /var/cache/pbuilder/build//7264 and its subdirectories
에러가 발생하는데 어떻게 처리 해 줘야 할 지 모르겠습니다.
libunet라는 라이브러리는 base.tgz에 포함 시켜져 있습니다.
아래는 control 파일 내용입니다.
Source: unetnapd Section: net Priority: extra Maintainer: Eun-seok chu <litdemon@unet.kr> Build-Depends: debhelper (>= 5), autotools-dev, libunet, libuparser Standards-Version: 1.0.0 Package: unetnapd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libunet, libuparser Description: Nap for linux Network security utilities
뭘 봐야 해결 할 수 있죠?? -_ㅡ;
댓글 달기