https://bugzilla.rpmfusion.org/show_bug.cgi?id=5527
FeRD (Frank Dana) <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #10 from FeRD (Frank Dana) <[email protected]> ---
(In reply to Bob Hepple from comment #7)
>
> Cool - although it still doesn't build on my f-31 system with the same
> errors I outlined before ('ERROR: Dependency "scdoc" not found').
scdoc is in the 'fedora' repo for F31, so there's no reason it shouldn't be
available:
$ sudo dnf info scdoc
Last metadata expiration check: 1:05:55 ago on Fri 14 Feb 2020 08:23:28 PM EST.
Available Packages
Name : scdoc
Version : 1.9.6
Release : 2.fc31
Architecture : x86_64
Size : 23 k
Source : scdoc-1.9.6-2.fc31.src.rpm
Repository : fedora
Summary : Tool for generating roff manual pages
URL : https://git.sr.ht/~sircmpwn/scdoc
License : MIT
Description : scdoc is a tool designed to make the process of writing man
pages
: more friendly. It reads scdoc syntax from stdin and writes roff
: to stdout, suitable for reading with man.
You didn't say how you're building... perhaps you just need to install scdoc?
i.e:
sudo dnf install scdoc
Full-local builds using your running system won't install missing dependencies
for you, so you have to do that manually. (Local Mock builds WILL install all
of the spec file's declared dependencies into the sandbox, though.)
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug._______________________________________________
rpmfusion-developers mailing list -- [email protected]
To unsubscribe send an email to [email protected]