Petr Salinger wrote:
If you would be willing to provide some advice, I'll get right on it.
Easier (and safer) would be to only fix "conflict with each other"
instead of whole svn.
1) get previous source package
wget
http://ftp.gnuab.org/debian/pool-kfreebsd-amd64/main/f/freebsd-utils/freebsd-utils_6.0-2.really.5.4.orig.tar.gz
wget
http://ftp.gnuab.org/debian/pool-kfreebsd-i386/main/f/freebsd-utils/freebsd-utils_6.0-2.really.5.4-0.6.diff.gz
wget
http://ftp.gnuab.org/debian/pool-kfreebsd-i386/main/f/freebsd-utils/freebsd-utils_6.0-2.really.5.4-0.6.dsc
dpkg-source -x freebsd-utils_6.0-2.really.5.4-0.6.dsc
2) prepare new package
cd freebsd-utils-6.0-2.really.5.4
add entry to debian/changelog
fix debian/control - patch is bellow
3) build
try to run "dpkg-buildpackage -b -uc"
install "Unmet build dependencies" via "apt-get install ..."
dpkg-buildpackage -b -uc
Petr
--- debian/control~ 2006-06-22 15:45:48.000000000 +0200
+++ debian/control 2006-06-22 15:45:48.000000000 +0200
@@ -16,8 +16,7 @@
Package: module-init-tools
Architecture: kfreebsd-i386 kfreebsd-amd64
Depends: ${shlibs:Depends}, libc0.1 (>= 2.3.6-3+kbsd.r1365)
-Conflicts: kldutils
-Provides: kldutils
+Conflicts: kldutils (<< 6.0-2.really.5.4-0.6)
Replaces: kldutils, freebsd-utils (<= 5.2.1-16)
Description: tools for managing kFreeBSD modules
This package contains a set of programs for loading, inserting, and
That worked until the actual time to compile. Any ideas? dmesg.c is is
definitely there.
set -e ; for i in
sbin/{dmesg,mdconfig,mount,mount_std,umount,swapon,sysctl}
usr.sbin/rpc.umntall \
sbin/mount_{autofs,ext2fs,hpfs,nullfs,reiserfs,unionfs} \
; do \
make COPTS="-D_GNU_SOURCE" NO_WERROR=1 NOGCCERROR=1
NOSHARED=NO NO_SHARED=NO -C build-tree/src/$i ; \
done
Warning: Object directory not changed from original
/root/work/freebsd-utils-6.0-2.really.5.4/build-tree/src/sbin/dmesg
cc -O -pipe -D_GNU_SOURCE -c dmesg.c
cc:No such file or directory
*** Error code 1
Stop in /root/work/freebsd-utils-6.0-2.really.5.4/build-tree/src/sbin/dmesg.
make: *** [build/freebsd-utils] Error 1
--
------------------------
Cody Mays
www.codymays.net
www.illusionos.org
outportb(0x64,0xDEADBEEF);
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]