24 Sep 2009 18:24
Build Debian bin pkg from Ubunt scr pkg
Stefan Schlee <stefan_schlee <at> yahoo.com>
2009-09-24 16:24:51 GMT
2009-09-24 16:24:51 GMT
Hallo! I am trying to build a Debian Lenny package from the Ubuntu package sources provided by Torsten Bronger. I am a Debian packaging neophyte but after some struggling I managed to get something named refdb_<..>.deb. The only issue that I encountered was that I had to use the "libltdl3-dev" instead of the "libltdl7-dev" as proposed in the "Build-Depends:" clause, because the "libltdl7-dev" is not available in the Debian Lenny distribution. Still the build process worked out fine (although I got a lot of warnings concerning pointers, data types etc.) After I had manually satisfied the package requirements according to the "Depends:" clause, I issued a "dpkg -i refdb_<..>.deb". Alas the installation process terminated with an error: ... invoke-rc.d: initscript refdb, action "start" failed. dpkg: error processing refdb (--install): subprocess post-installation script returned error exit status 1 ... This made me include a "set -x" in the "/etc/init.d/refdb" file to get a trace. The output of the trace was as follows: + start_server + '[' '!' -d /var/run/refdb ']' + '[' -z refdb ']' + start-stop-daemon --start --quiet --pidfile /var/run/refdb/refdbd.pid --chuid refdb --exec /usr/sbin/refdbd -- -L /var/log/refdb/refdbd.log -P /var/run/refdb/refdbd.pid(Continue reading)



RSS Feed