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

Re: fmtree: line 0: unknown keyword sha256digest



On 2020-01-15 12:28, David Christensen wrote:
Do I build from source?  If so, is there a good tutorial?

https://wiki.debian.org/SimpleBackportCreation


The only change is the installation step -- apt(8) did not work:

	2020-01-15 13:31:02 root@po /home/dpchrist/build
	# apt install freebsd-buildutils_10.3~svn296373-7_amd64.deb
	Reading package lists... Done
	Building dependency tree
	Reading state information... Done
	E: Unable to locate package freebsd-buildutils_10.3~svn296373-7_amd64.deb
E: Couldn't find any package by glob 'freebsd-buildutils_10.3~svn296373-7_amd64.deb' E: Couldn't find any package by regex 'freebsd-buildutils_10.3~svn296373-7_amd64.deb'


I needed to use dpkg(1):

	2020-01-15 13:38:39 root@po ~
# dpkg -i /home/dpchrist/build/freebsd-buildutils_10.3~svn296373-7_amd64.deb
	(Reading database ... 116788 files and directories currently installed.)
	Preparing to unpack .../freebsd-buildutils_10.3~svn296373-7_amd64.deb ...
	Unpacking freebsd-buildutils (10.3~svn296373-7) over (10.3~svn296373-6) ...
	Setting up freebsd-buildutils (10.3~svn296373-7) ...
	Processing triggers for man-db (2.7.6.1-2) ...


It works!


David


Reply to: