Summary: | print/ghostscript8 8.63 fails with -sDEVICE=ijs -sIjsServer=hpijs | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Peter Orlowski <peter.orlowski> | ||||
Component: | Individual Port(s) | Assignee: | Document Engineering Group (Nobody) <doceng> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Peter Orlowski
2008-11-11 13:50:04 UTC
Responsible Changed From-To: freebsd-ports-bugs->doceng Assign to maintainer This seems to be related to the pthread lib. Setting STDLIBS=-lm SYNC=nosync in src/Makefile.in fixes the error. I forgot to mention that every erroneous print job produces a leftover gsc process with 100% CPU load each. These have to be killed with -9 to go away. The bug is still present in print/ghostscript8 8.64 . It's still broken for me and I just cvsup'ed the ports r2 weeks ago. Ghostscript7 seems to be no longer building in ports also. :-( In Ghostscript 8.64 the file is in base/Makefile.in. Until they fix it: make extract make patch manually patch the file make install is a workaround. The one change that is needed is here: 331,332c331,332 < #SYNC=nosync < SYNC=posync --- > SYNC=nosync > #SYNC=posync The STDLIBS variable in 8.6.4 seems to have the -lm in it already Modified "patch-base-makefile.in" as per instructions in previous PR reply. Applied to ghostscript-8.64_6, fixes failure to run HPIJS. This PR can be closed WITH THE COMMITMENT OF THE LAST PATCH. Also, v8.63 of Ghostscript has been superceded by V8.70 (which, by the way, ALSO requires this same patch!). State Changed From-To: open->patched A patch has been committed to 8.71_1. Please try it and let us know if it works or not. hrs 2010-04-10 17:21:32 UTC FreeBSD ports repository Modified files: print/ghostscript8 Makefile print/ghostscript8/files patch-base-Makefile.in Log: Fix "-sDEVICE=ijs -sIjsServer=hpijs" issue. PR: ports/128787 Revision Changes Path 1.195 +1 -0 ports/print/ghostscript8/Makefile 1.3 +2 -2 ports/print/ghostscript8/files/patch-base-Makefile.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: patched->closed This problem has been solved. Thank you for your report! |