Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR - Building grokevt package #4124

Open
2 tasks done
D3vil0p3r opened this issue Apr 21, 2024 · 1 comment
Open
2 tasks done

ERROR - Building grokevt package #4124

D3vil0p3r opened this issue Apr 21, 2024 · 1 comment
Labels
type::bug Valid bug

Comments

@D3vil0p3r
Copy link
Contributor

  • I have searched open and closed issues for duplicates
  • I am submitting a bug report for existing functionality that does not work as intended

Bug description

In order to keep PKGBUILDs consistents, I was analyzing some packages if they build correctly.

grokevt fails during the package process:

make: *** No rule to make target 'install'.  Stop.
==> ERROR: A failure occurred in package().
    Aborting...

The make install refers to the Makefile inside the release folders, but, even if you run the building process in the release folder, for example 0.5.0, the build process fails due to the doc building process that lack of .gz doc files.

The docbook part in Makefile uses docbook2man command that does not seem to exist anymore (probably the new one is db2x_docbook2man (so its package must be added in the dependency list).

Steps to reproduce

@D3vil0p3r D3vil0p3r added the type::bug Valid bug label Apr 21, 2024
@saltasatelites
Copy link

Hello.
depends=('python2' 'reglookup' 'cpio')
Needs python2 (deprecated)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug Valid bug
Projects
None yet
Development

No branches or pull requests

2 participants