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

epm can't build packages #1804

Closed
michaelrsweet opened this issue Jun 27, 2006 · 3 comments
Closed

epm can't build packages #1804

michaelrsweet opened this issue Jun 27, 2006 · 3 comments
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

Version: 1.3-current
CUPS.org User: pipitas

epm can't build packages from current trunk/r5701. See this example:

kurt@ontheroad:~/SVNstuff/cups> epm -v cups packaging/cups.list
ESP Package Manager v4.0.1
Copyright 1999-2006 by Easy Software Products.

EPM is free software and comes with ABSOLUTELY NO WARRANTY; for details
see the GNU General Public License in the file COPYING or at
"http://www.fsf.org/gpl.html". Report all problems to "epm@easysw.com".

Searching for product information...
Stripping executables in distribution...
Creating PORTABLE distribution...
Copying cups license and readme files...
Creating non-shared software distribution file...
Creating shared software distribution file...
epm: Cannot stat man/accept. - No such file or directory
Packaging failed!

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: pipitas

Above patch fixes the problem.

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Actually, the patch removes the definition of MAN8DIR, which is also required...

@michaelrsweet
Copy link
Collaborator Author

"cups.list.in.patch":

Index: cups.list.in

--- cups.list.in (revision 5701)
+++ cups.list.in (working copy)
@@ -173,7 +173,7 @@
$MAN1EXT=@MAN1EXT@
$MAN5EXT=@MAN5EXT@
$MAN7EXT=@MAN7EXT@
-$MAN8DIR=@MAN8DIR@
+$MAN8EXT=@MAN8EXT@

$DSOLIBS=@DSOLIBS@

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

No branches or pull requests

1 participant