ghostscript build problem

2012-05-25 Thread Gary Aitken

My build of gnome2-lite failed building ghostscript.
Went to ports/ghostscript and did
  make clean
  make install
and I still get the same error.

After make install attempt,
  work/ghostscript-9.05/epag-3.09
exists and has files with original dates, except
  ert.c
  gdevpag.c
were freshly created.
however, there is no .o or executable.
In addition, the directory epag-3.09 has owner and group set to 1000,
which as nearly as I can tell are both non-existent owner and group on 
this system.


output of make -v install:

...
= SHA256 Checksum OK for ghostscript/ghostscript-9.05.tar.bz2.
= SHA256 Checksum OK for ghostscript/epag-3.09.tar.gz.
/usr/bin/tar -C /usr/ports/print/ghostscript9/work/ghostscript-9.05 -xzf 
/usr/ports/distfiles/ghostscript/epag-3.09.tar.gz
/bin/ln -s -f epag-3.09 
/usr/ports/print/ghostscript9/work/ghostscript-9.05/epag
install  -o root -g wheel -m 444 
/usr/ports/print/ghostscript9/files/epag.contrib.mak 
/usr/ports/print/ghostscript9/work/ghostscript

-9.05/base/epag.contrib.mak
...

===  Building for ghostscript9-9.05_3
/bin/ln -s -f 
/usr/ports/print/ghostscript9/work/ghostscript-9.05/epag-3.09/gdevepag.c 
/usr/ports/print/ghostscript9/work/ghostscrip

t-9.05/base
/bin/mkdir -p 
/usr/ports/print/ghostscript9/work/ghostscript-9.05/contrib/epag
install  -o root -g wheel -m 444 
/usr/ports/print/ghostscript9/work/ghostscript-9.05/epag-3.09/* 
/usr/ports/print/ghostscript9/work/

ghostscript-9.05/contrib/epag
/bin/mkdir -p /usr/ports/print/ghostscript9/work/ghostscript-9.05/obj
/bin/mkdir -p /usr/ports/print/ghostscript9/work/ghostscript-9.05/bin
GNU Make 3.82
Built for amd64-portbld-freebsd9.0
...
cd /usr/ports/print/ghostscript9/work/ghostscript-9.05/epag-3.09  
/usr/bin/env CFLAGS_STANDARD=-O2 -pipe -fno-strict-aliasing
XCFLAGS= XLDFLAGS=-pthread  EXTRALIBS=-liconv 
SOC_LOADER=dxmainc.c FT_BRIDGE=1 SHELL=/bin/sh NO_LINT=YES 
AUTOCONF=/usr/loc
al/bin/autoconf-2.69  AUTOCONF_DIR=/usr/local/share/autoconf-2.69 
AUTOHEADER=/usr/local/bin/autoheader-2.69  AUTOIFNAMES=/usr/local
/bin/ifnames-2.69  AUTOM4TE=/usr/local/bin/autom4te-2.69 
AUTORECONF=/usr/local/bin/autoreconf-2.69  AUTOSCAN=/usr/local/bin/autosca
n-2.69  AUTOUPDATE=/usr/local/bin/autoupdate-2.69  AUTOCONF_VERSION=2.69 
 PREFIX=/usr/local  LOCALBASE=/usr/local  MOTIFLIB=-L/usr/
local/lib -lXm -lXp LIBDIR=/usr/lib  CC=cc CFLAGS=-O2 -pipe 
-fno-strict-aliasing  CPP=cpp CPPFLAGS=-DUPD_SIGNAL=0 -I.  -I/
usr/ports/print/ghostscript9/work/ghostscript-9.05/lcms/include 
-I/usr/local/include/libpng  -I/usr/ports/print/ghostscript9/work/g
hostscript-9.05/openjpeg/libopenjpeg 
-I/usr/ports/print/ghostscript9/work/ghostscript-9.05/openjpeg 
-I/usr/local/include  LDFLAGS
= -L/usr/local/lib  CXX=c++ CXXFLAGS=-O2 -pipe 
-fno-strict-aliasing  MANPREFIX=/usr/local 
BSD_INSTALL_PROGRAM=install  -s -
o root -g wheel -m 555  BSD_INSTALL_LIB=install  -s -o root -g wheel 
-m 444  BSD_INSTALL_SCRIPT=install  -o root -g wheel -m 555
  BSD_INSTALL_DATA=install  -o root -g wheel -m 444 
BSD_INSTALL_MAN=install  -o root -g wheel -m 444 make -f Makefile
cc -O2 -pipe -fno-strict-aliasing  -c 
/usr/ports/print/ghostscript9/work/ghostscript-9.05/epag-3.09/ert.c

cc -o ert ert.o
cd /usr/ports/print/ghostscript9/work/ghostscript-9.05   cc -O2 -pipe 
-fno-strict-aliasing -I./obj -I./soobj -I./base  -I./contrib
/pcl3/eprn -o bin/pcl3opts  contrib/pcl3/src/pcl3opts.c 
contrib/pcl3/src/pclscan.c  contrib/pcl3/eprn/mediasize.c contrib/pcl3/src/p

clsize.c
test: -eq: unexpected operator
In file included from contrib/pcl3/eprn/mediasize.c:26:
./base/std.h:23:18: error: arch.h: No such file or directory

*** Error code 1

Stop in /usr/ports/print/ghostscript9.


Anyone else have this problem or can suggest a fix?

Thanks,

Gary
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ghostscript message when running ps2pdf

2012-04-08 Thread Robert Huff

Antonio Olivares writes:

  Has anyone seen the following message:
  
  GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = 
 -1?
  
  This is the first time I see this error message when running
  ps2pdf on FreeBSD.  Any pointers as to how to suppress these
  messages when invoking ps2pdf?

I have not seen this message.  However, I note Freetype(2)
recently had a minor version bump. Have you updated that port, and
could this be the cause of this problem?



Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ghostscript message when running ps2pdf

2012-04-08 Thread Antonio Olivares
On Sun, Apr 8, 2012 at 7:06 AM, Robert Huff roberth...@rcn.com wrote:

 Antonio Olivares writes:

  Has anyone seen the following message:

  GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code 
 = -1?

  This is the first time I see this error message when running
  ps2pdf on FreeBSD.  Any pointers as to how to suppress these
  messages when invoking ps2pdf?

        I have not seen this message.  However, I note Freetype(2)
 recently had a minor version bump. Have you updated that port, and
 could this be the cause of this problem?


That is it.  The update in ports cures this message :)
Thanks for the information.

Regards,


Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ghostscript x11

2010-11-02 Thread grarpamp
 http://lists.freebsd.org/pipermail/freebsd-questions/2010-October/222897.html
 Unknown device: x11
 Unrecoverable error: undefined in .uninstallpagedevice
 Operand stack: defaultdevice

 Wrote elhosots:
 After my post, ive been unable to reproduce my own results. The
 only thing that works for me under fbsd 8.1-stable is to use
 ghostscript7

So are you installing (-f force overwrite?) ghostscript7 after gv
installs 8?


Hmm... given that with my package set on RELENG_8, in today's list
of i386/packages-8-stable we have the following list of conflicts
on 7 and pkgdeps on 8, I'm a bit confused as to how things work.

Were I to install 7 first, it looks like gv/gsview are going to try
installing 8 over top of it? And they will fail as 8 conflicts.

Were I to install 7 last, it may break the apps that dep on the
newer 8 due to binary, feature and clobbering issues.

Yet curiously, gsview does display fine with 8 (no x11 error) yet
I do not have 7 installed (the one claimed to work with gv without
and x11 error, as in your case).

My state is clean as I rm -rf /usr/local, which also contains the
pkg database for that instance, before installing the local package
set.

/usr/local/pkg/ghostscript8-8.71_6/+CONTENTS:@conflicts ghostscript7-[0-9]*
/usr/local/pkg/ghostscript8-8.71_6/+CONTENTS:@conflicts ghostscript7-*-[0-9]*

/usr/local/pkg/epstool-3.08_3/+CONTENTS:@pkgdep ghostscript8-8.71_6
/usr/local/pkg/epstool-3.08_3/+CONTENTS:@comment DEPORIGIN:print/ghostscript8
/usr/local/pkg/gsfonts-8.11_5/+CONTENTS:@dirrm share/ghostscript/fonts
/usr/local/pkg/gsfonts-8.11_5/+CONTENTS:@unexec rmdir
%D/share/ghostscript 2/dev/null || true
/usr/local/pkg/gsview-4.9_3/+CONTENTS:@pkgdep ghostscript8-8.71_6
/usr/local/pkg/gsview-4.9_3/+CONTENTS:@comment DEPORIGIN:print/ghostscript8
/usr/local/pkg/gv-3.7.1/+CONTENTS:@pkgdep ghostscript8-8.71_6
/usr/local/pkg/gv-3.7.1/+CONTENTS:@comment DEPORIGIN:print/ghostscript8
/usr/local/pkg/pstotext-1.9_2/+CONTENTS:@pkgdep ghostscript8-8.71_6
/usr/local/pkg/pstotext-1.9_2/+CONTENTS:@comment DEPORIGIN:print/ghostscript8
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ghostscript install problem

2010-10-28 Thread Fred

Hello,

I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4.  The
build stops when
/usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to
be installed in /usr/local/bin.  The error is file not found.  Error
code 71.  I tried going to the epag-3.09 directory:
make clean
make
The following warnings are produced:
ert.c:  In function 'printUsageAndExit':
ert.c:34: warning: incompatible implicit declaration of built-in
function 'exit'
ert.c: In function 'main':
ert.c:52: warning: incompatible implicit declaration of built-in function
'malloc'
ert.c:55: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:63: warning: incompatible implicit declaration of built-in function
'strlen'
ert.c:73: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:82: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:87: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:116: warning: incompatible implicit declaration of built-in function
'exit'

What can I do to resolve this problem?

Best regards,
Fred


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ghostscript install problem

2010-10-28 Thread Lowell Gilbert
Fred f...@blakemfg.com writes:

 Hello,

 I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4.  The
 build stops when
 /usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to
 be installed in /usr/local/bin.  The error is file not found.  Error
 code 71.  I tried going to the epag-3.09 directory:
 make clean
 make
 The following warnings are produced:
 ert.c:  In function 'printUsageAndExit':
 ert.c:34: warning: incompatible implicit declaration of built-in
 function 'exit'
 ert.c: In function 'main':
 ert.c:52: warning: incompatible implicit declaration of built-in function
 'malloc'
 ert.c:55: warning: incompatible implicit declaration of built-in function
 'exit'
 ert.c:63: warning: incompatible implicit declaration of built-in function
 'strlen'
 ert.c:73: warning: incompatible implicit declaration of built-in function
 'exit'
 ert.c:82: warning: incompatible implicit declaration of built-in function
 'exit'
 ert.c:87: warning: incompatible implicit declaration of built-in function
 'exit'
 ert.c:116: warning: incompatible implicit declaration of built-in function
 'exit'

 What can I do to resolve this problem?

You could always start by updating your ports.  At least that way, those
of us with current versions of the port would be able to look at the
same makefiles and so forth.  That said, go back to the main port
directory, make clean, make rmconfig, and build again; *don't* change
the port options when given the choice (after all, the port did build on
a clean system, so the problem's probably something you set up).  Also
make sure there's nothing relevant in /etc/make.conf.
   
Another point:  if you still have the problem after following this
advice, copy-and-paste the actual errors, rather than trying to re-type
it.  

Good luck.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ghostscript install problem

2010-10-28 Thread Fred

Lowell Gilbert wrote:

Fred f...@blakemfg.com writes:

  

Hello,

I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4.  The
build stops when
/usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to
be installed in /usr/local/bin.  The error is file not found.  Error
code 71.  I tried going to the epag-3.09 directory:
make clean
make
The following warnings are produced:
ert.c:  In function 'printUsageAndExit':
ert.c:34: warning: incompatible implicit declaration of built-in
function 'exit'
ert.c: In function 'main':
ert.c:52: warning: incompatible implicit declaration of built-in function
'malloc'
ert.c:55: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:63: warning: incompatible implicit declaration of built-in function
'strlen'
ert.c:73: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:82: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:87: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:116: warning: incompatible implicit declaration of built-in function
'exit'

What can I do to resolve this problem?



You could always start by updating your ports.  At least that way, those
of us with current versions of the port would be able to look at the
same makefiles and so forth.  That said, go back to the main port
directory, make clean, make rmconfig, and build again; *don't* change
the port options when given the choice (after all, the port did build on
a clean system, so the problem's probably something you set up).  Also
make sure there's nothing relevant in /etc/make.conf.
   
Another point:  if you still have the problem after following this

advice, copy-and-paste the actual errors, rather than trying to re-type
it.  


Good luck.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


  
Ghostscript8 compiled and installed ok.  It was probably the rmconfig 
that fixed it.  I had unset a lot of options that were of no value to 
me.  Maybe one or more of them are not really optional.


Concerning the copy  paste, root is not running X so there is no copy 
and paste.  I tried redirecting error output from make with 
2$HOME/make_error but make sees the redirection as an instruction it 
does not know how to do.


Thanks for the help.

Best regards,
Fred

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ghostscript install problem

2010-10-28 Thread Lowell Gilbert
Fred f...@blakemfg.com writes:

 Ghostscript8 compiled and installed ok.  It was probably the rmconfig
 that fixed it.  I had unset a lot of options that were of no value to
 me.  Maybe one or more of them are not really optional.

Or more likely, optional but other options depend on them.

 Concerning the copy  paste, root is not running X so there is no copy
 and paste.  I tried redirecting error output from make with
 2$HOME/make_error but make sees the redirection as an instruction it
 does not know how to do.

Sounds like you're using a csh-style shell.  Redirection is one of the
things they do really badly.  There are other options, like script(1) in
the base system, or sysutils/screen in ports.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ghostscript install problem

2010-10-28 Thread Warren Block

On Thu, 28 Oct 2010, Fred wrote:
Concerning the copy  paste, root is not running X so there is no copy and 
paste.  I tried redirecting error output from make with 2$HOME/make_error 
but make sees the redirection as an instruction it does not know how to do.


http://forums.freebsd.org/showthread.php?t=17309
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ghostscript x11 [8-stable]

2010-10-26 Thread grarpamp
An FYI regarding:
 http://lists.freebsd.org/pipermail/freebsd-questions/2010-October/222897.html

This problem has existed for me for many months, if not more. Currently:

-rw-r--r--1 110  1002 11407910 Oct 07 11:33 ghostscript8-8.71_6.tbz
4a2328c262b08dc78938c66548117d27dc6a3586 ghostscript8-8.71_6.tbz

running the command: gv t.ps
produces:
Unknown device: x11
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
defaultdevice

For reference, 'gsview' is the only viewer that currently seems to work
out of: ghostview, gsview, gv, [xpdf untested]
[Figured Java AcrobatViewer should be deprecated at over 10 years old!]

Also, though they work, the page set selector buttons right under the
reload button in 'gv' do not render right and appear scrambled and too
small.

Will probably try compiling current source tarballs by hand till then.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ghostscript x11 [8-stable]

2010-10-26 Thread Stephen Montgomery-Smith

grarpamp wrote:

An FYI regarding:
  http://lists.freebsd.org/pipermail/freebsd-questions/2010-October/222897.html

This problem has existed for me for many months, if not more. Currently:

-rw-r--r--1 110  1002 11407910 Oct 07 11:33 ghostscript8-8.71_6.tbz
4a2328c262b08dc78938c66548117d27dc6a3586 ghostscript8-8.71_6.tbz

running the command: gv t.ps
produces:
Unknown device: x11
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
 defaultdevice


My experience is that ghostscript isn't compiled with an x11 device in 
the following circumstances:


I compile it in a jail, with BATCH=yes set in /etc/make.conf.

If I don't compile it in a jail, and set the options the regular way, 
then it does seem to compile with the x11 device present.


Maybe this will give people a clue as to where the error is.  Maybe a 
bug in the default setting of options in the ports system?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ghostscript install problem

2010-10-25 Thread Fred

Hello,

I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4.  The 
build stops when 
/usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to 
be installed in /usr/local/bin.  The error is file not found.  Error 
code 71.  I tried going to the epag-3.09 directory:

make clean
make
The following warnings are produced:
ert.c:  In function 'printUsageAndExit':
ert.c:34: warning: incompatible implicit declaration of built-in 
function 'exit'

ert.c: In function 'main':
ert.c:52: warning: incompatible implicit declaration of built-in function
'malloc'
ert.c:55: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:63: warning: incompatible implicit declaration of built-in function
'strlen'
ert.c:73: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:82: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:87: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:116: warning: incompatible implicit declaration of built-in function
'exit'

What can I do to resolve this problem?

Best regards,
Fred

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ghostscript x11

2010-10-18 Thread Ed Hudson
does the current pkg build tree for i386/8.1-stable
have X11 turned off (by default) for ghostscript-8.71 ?

elhdt# pkg_add -rf ghostscript8
Fetching
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Latest/ghostscript8.tbz...
Done.

elhdt# ls -ld /var/db/pkg/ghost*
drwxr-xr-x  2 root  wheel  512 Oct 18 18:06 /var/db/pkg/ghostscript8-8.71_6

running the command: gv t.ps
produces:

Unknown device: x11
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
defaultdevice

cvsuping the ports tree, rebuilding ghostscript8, and installing
(default option selection!), and the above command now works.

(after build/install):
ls -ld /var/db/pkg/ghost*
drwxr-xr-x  2 root  wheel  512 Oct 18 18:12 /var/db/pkg/ghostscript8-8.71_6

thanks,

-elh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ghostscript-8.71 update

2010-08-25 Thread Lowell Gilbert
Alain G. Fabry alainfa...@belgacom.net writes:

 Trying to update ghostscript, but seems to fail. Can somebody provide me with 
 info on how to solve this?

It seems to build fine on the build cluster.  

Make sure you clean the work directories and update any dependencies
before trying again.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ghostscript-8.71 update

2010-08-24 Thread Alain G. Fabry
Trying to update ghostscript, but seems to fail. Can somebody provide me with 
info on how to solve this?


Here error during build of port

..
cc  -DHAVE_MKSTEMP -DHAVE_HYPOT   -DHAVE_FONTCONFIG -O2 -fno-strict-aliasing 
-pipe -fPIC -DUPD_SIGNAL=0 -I.  
-I/usr/ports/print/ghostscript8/work/ghostscript-8.71/jasper/src/libjasper/include
  -I/usr/local/include/libpng  -I/usr/local/include  -Wall -Wstrict-prototypes 
-Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings 
-Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common 
-DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=unsigned long long -O2 
-fno-strict-aliasing -pipe -DUSE_LIBPAPER -DGS_DEVS_SHARED 
-DGS_DEVS_SHARED_DIR=\/usr/local/lib/ghostscript/8.71\ -I./obj/../soobj 
-I./base  -g -o ./bin/../sobin/gsc ./psi/dxmainc.c -L./bin/../sobin -lgs
./bin/../sobin/libgs.so: undefined reference to `gx_default_buffer_page'
./bin/../sobin/libgs.so: undefined reference to `gx_default_start_render_thread'
./bin/../sobin/libgs.so: undefined reference to `clist_get_data'
./bin/../sobin/libgs.so: undefined reference to `gdev_prn_put_params'
./bin/../sobin/libgs.so: undefined reference to `gx_default_open_render_device'
./bin/../sobin/libgs.so: undefined reference to `gx_default_close_render_device'
./bin/../sobin/libgs.so: undefined reference to `cmd_clear_known'
./bin/../sobin/libgs.so: undefined reference to `gdev_prn_open'
./bin/../sobin/libgs.so: undefined reference to `gx_default_print_page_copies'
./bin/../sobin/libgs.so: undefined reference to `gx_default_size_buf_device'
./bin/../sobin/libgs.so: undefined reference to `cmd_write_ctm'
./bin/../sobin/libgs.so: undefined reference to `gs_clist_device_procs'
./bin/../sobin/libgs.so: undefined reference to `gx_default_setup_buf_device'
./bin/../sobin/libgs.so: undefined reference to `gx_default_get_space_params'
./bin/../sobin/libgs.so: undefined reference to `gdev_prn_get_params'
./bin/../sobin/libgs.so: undefined reference to `cmd_read_matrix'
./bin/../sobin/libgs.so: undefined reference to `clist_pattern_manage'
./bin/../sobin/libgs.so: undefined reference to 
`cmd_write_ctm_return_length_nodevice'
./bin/../sobin/libgs.so: undefined reference to `cmd_put_color_mapping'
./bin/../sobin/libgs.so: undefined reference to `gdev_prn_close'
./bin/../sobin/libgs.so: undefined reference to 
`clist_writer_check_empty_cropping_stack'
./bin/../sobin/libgs.so: undefined reference to `st_device_clist'
./bin/../sobin/libgs.so: undefined reference to `clist_playback_file_bands'
./bin/../sobin/libgs.so: undefined reference to `gx_default_destroy_buf_device'
./bin/../sobin/libgs.so: undefined reference to `gdev_prn_output_page'
./bin/../sobin/libgs.so: undefined reference to `clist_init_io_procs'
./bin/../sobin/libgs.so: undefined reference to `clist_put_data'
./bin/../sobin/libgs.so: undefined reference to `gx_default_create_buf_device'
./bin/../sobin/libgs.so: undefined reference to `gdev_prn_get_bits'
./bin/../sobin/libgs.so: undefined reference to `clist_end_page'
./bin/../sobin/libgs.so: undefined reference to `clist_data_size'
./bin/../sobin/libgs.so: undefined reference to `st_device_printer'
gmake[1]: *** [bin/../sobin/gsc] Error 1
gmake[1]: Leaving directory 
`/usr/ports/print/ghostscript8/work/ghostscript-8.71'
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portinstall20100824-60860-1222o6h-0 env make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! print/ghostscript8(linker error)
Command failed [exit code 1]: /usr/local/sbin/portinstall 
print/ghostscript8

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Building Ghostscript from source on FreeBSD

2009-10-19 Thread Brent Bloxam
I'm having trouble building Ghostscript 8.70 from source on FreeBSD 7.0. 
I cannot use the version in the ports tree for various reasons. I've 
looked at the .mak patches in ./files/ for the ports tree however to try 
to suss out any differences but they elude me.


My configure line:
./configure --prefix=/usr/local/imagemagick-6.5.6 --disable-cups 
--disable-gtk --disable-cairo --disable-fontconfig --without-libpaper 
--without-pdftoraster --without-ijs --without-jbig2dec --without-jasper 
--without-omni --without-x --with-drivers=BMP,FAX,JPEG,PNG,PS,TIFF


The error I receive building:

gcc -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations 
-Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing 
-Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H 
-DGX_COLOR_INDEX_TYPE=unsigned long long -I./base -o ./obj/genconf 
./base/genconf.c

gcc: ./base/genconf.c: No such file or directory
gcc: No input files specified

./base/genconf.c exists. Executing the gcc command on its own is 
successful, yet the build can't continue even with ./obj/genconf 
existing. `make -d A` reaches the failure with:


Examining ./base/stdpn.h...modified 18:23:38 Jun 05, 2007...up-to-date.
Examining ./obj/genconf...non-existent...modified before source 
(/home/build/ghostscript-8.70/./base/genconf.c)...out-of-date.

./obj/genconf: = /home/build/ghostscript-8.70/./base/genconf.c
./obj/genconf:? = /home/build/ghostscript-8.70/./base/genconf.c
./obj/genconf: = /home/build/ghostscript-8.70/./base/genconf.c 
/home/build/ghostscript-8.70/./base/stdpre.h
./obj/genconf:? = /home/build/ghostscript-8.70/./base/genconf.c 
/home/build/ghostscript-8.70/./base/stdpre.h
./obj/genconf: = /home/build/ghostscript-8.70/./base/genconf.c 
/home/build/ghostscript-8.70/./base/stdpre.h 
/home/build/ghostscript-8.70/./base/stdpn.h
./obj/genconf:? = /home/build/ghostscript-8.70/./base/genconf.c 
/home/build/ghostscript-8.70/./base/stdpre.h 
/home/build/ghostscript-8.70/./base/stdpn.h
cc -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations 
-Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing 
-Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H 
-DGX_COLOR_INDEX_TYPE=unsigned long long -I./base -o ./obj/genconf 
./base/genconf.c

cc: ./base/genconf.c: No such file or directory
cc: No input files specified

Why is it that it believes ./obj/genconf is nonexistent, and then 
proceeds to fail while it has no problems with anything else up to that 
point?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Building Ghostscript from source on FreeBSD

2009-10-19 Thread Brent Bloxam

Brent Bloxam wrote:
I'm having trouble building Ghostscript 8.70 from source on FreeBSD 7.0. 
I cannot use the version in the ports tree for various reasons. I've 
looked at the .mak patches in ./files/ for the ports tree however to try 
to suss out any differences but they elude me.


My configure line:
./configure --prefix=/usr/local/imagemagick-6.5.6 --disable-cups 
--disable-gtk --disable-cairo --disable-fontconfig --without-libpaper 
--without-pdftoraster --without-ijs --without-jbig2dec --without-jasper 
--without-omni --without-x --with-drivers=BMP,FAX,JPEG,PNG,PS,TIFF


The error I receive building:

gcc -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations 
-Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing 
-Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H 
-DGX_COLOR_INDEX_TYPE=unsigned long long -I./base -o ./obj/genconf 
./base/genconf.c

gcc: ./base/genconf.c: No such file or directory
gcc: No input files specified

./base/genconf.c exists. Executing the gcc command on its own is 
successful, yet the build can't continue even with ./obj/genconf 
existing. `make -d A` reaches the failure with:


Examining ./base/stdpn.h...modified 18:23:38 Jun 05, 2007...up-to-date.
Examining ./obj/genconf...non-existent...modified before source 
(/home/build/ghostscript-8.70/./base/genconf.c)...out-of-date.

./obj/genconf: = /home/build/ghostscript-8.70/./base/genconf.c
./obj/genconf:? = /home/build/ghostscript-8.70/./base/genconf.c
./obj/genconf: = /home/build/ghostscript-8.70/./base/genconf.c 
/home/build/ghostscript-8.70/./base/stdpre.h
./obj/genconf:? = /home/build/ghostscript-8.70/./base/genconf.c 
/home/build/ghostscript-8.70/./base/stdpre.h
./obj/genconf: = /home/build/ghostscript-8.70/./base/genconf.c 
/home/build/ghostscript-8.70/./base/stdpre.h 
/home/build/ghostscript-8.70/./base/stdpn.h
./obj/genconf:? = /home/build/ghostscript-8.70/./base/genconf.c 
/home/build/ghostscript-8.70/./base/stdpre.h 
/home/build/ghostscript-8.70/./base/stdpn.h
cc -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations 
-Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing 
-Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H 
-DGX_COLOR_INDEX_TYPE=unsigned long long -I./base -o ./obj/genconf 
./base/genconf.c

cc: ./base/genconf.c: No such file or directory
cc: No input files specified

Why is it that it believes ./obj/genconf is nonexistent, and then 
proceeds to fail while it has no problems with anything else up to that 
point?


Solved. Looks like building Ghostscript explicitly requires gmake
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


cups and ghostscript recursive dependency problem

2009-06-04 Thread Mike Clarke
I'm getting recursive dependency problems following a recent 
portupgrade -a.

I've deinstalled cups-base as advised in UPDATING and somehow 
ghostscript8 has also ended up being removed. Now when I attempt to 
rebuild cups-base I get recursive dependency problems.

curlew:/root# cd /usr/ports/print/cups-base

curlew:/usr/ports/print/cups-base# make

===   cups-base-1.3.10_2 depends on file: /usr/local/lib/libcups.a - 
found
===   cups-base-1.3.10_2 depends on executable: gmake - found
===   cups-base-1.3.10_2 depends on executable: gs - not found
===Verifying install for gs in /usr/ports/print/ghostscript8
===   ghostscript8-8.64_4 depends on executable: gmake - found
===   ghostscript8-8.64_4 depends on 
file: /usr/local/libdata/pkgconfig/xt.pc - found
===   ghostscript8-8.64_4 depends on 
file: /usr/local/libdata/pkgconfig/xext.pc - found
===   ghostscript8-8.64_4 depends on shared library: jpeg.9 - found
===   ghostscript8-8.64_4 depends on shared library: png.5 - found
===   ghostscript8-8.64_4 depends on shared library: 
libcupsimage.so.2 - not found
===Verifying install for libcupsimage.so.2 
in /usr/ports/print/cups-base
===   cups-base-1.3.10_2 depends on file: /usr/local/lib/libcups.a - 
found
===   cups-base-1.3.10_2 depends on executable: gmake - found
===   cups-base-1.3.10_2 depends on executable: gs - not found
===Verifying install for gs in /usr/ports/print/ghostscript8
===   ghostscript8-8.64_4 depends on executable: gmake - found
===   ghostscript8-8.64_4 depends on 
file: /usr/local/libdata/pkgconfig/xt.pc - found
===   ghostscript8-8.64_4 depends on 
file: /usr/local/libdata/pkgconfig/xext.pc - found
===   ghostscript8-8.64_4 depends on shared library: jpeg.9 - found
===   ghostscript8-8.64_4 depends on shared library: png.5 - found
===   ghostscript8-8.64_4 depends on shared library: 
libcupsimage.so.2 - not found
===Verifying install for libcupsimage.so.2 
in /usr/ports/print/cups-base
===   cups-base-1.3.10_2 depends on file: /usr/local/lib/libcups.a - 
found
===   cups-base-1.3.10_2 depends on executable: gmake - found
===   cups-base-1.3.10_2 depends on executable: gs - not found


... this repeats many times until it changes to ...


make: Max recursion level (500) exceeded.: Resource temporarily 
unavailable
*** Error code 2

Stop in /usr/ports/print/cups-base.
*** Error code 1

Stop in /usr/ports/print/ghostscript8.
*** Error code 1

Stop in /usr/ports/print/cups-base.
*** Error code 1

Stop in /usr/ports/print/ghostscript8.
*** Error code 1

... I've already run pkgdb -Ff which deleted lots of redundant 
dependencies on cups-base and ghostscript8 but I consistently get the 
recursive problem. What should I try next?

-- 
Mike Clarke
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: cups and ghostscript recursive dependency problem

2009-06-04 Thread Giorgos Keramidas
On Thu, 4 Jun 2009 15:36:56 +0100, Mike Clarke jmc-freeb...@milibyte.co.uk 
wrote:
 I'm getting recursive dependency problems following a recent
 portupgrade -a.

 I've deinstalled cups-base as advised in UPDATING and somehow
 ghostscript8 has also ended up being removed. Now when I attempt to
 rebuild cups-base I get recursive dependency problems.

 curlew:/root# cd /usr/ports/print/cups-base

 curlew:/usr/ports/print/cups-base# make

 ===   cups-base-1.3.10_2 depends on file: /usr/local/lib/libcups.a -
 found
 ===   cups-base-1.3.10_2 depends on executable: gmake - found
 ===   cups-base-1.3.10_2 depends on executable: gs - not found
 ===Verifying install for gs in /usr/ports/print/ghostscript8
 ===   ghostscript8-8.64_4 depends on executable: gmake - found
 ===   ghostscript8-8.64_4 depends on
 file: /usr/local/libdata/pkgconfig/xt.pc - found
 ===   ghostscript8-8.64_4 depends on
 file: /usr/local/libdata/pkgconfig/xext.pc - found
 ===   ghostscript8-8.64_4 depends on shared library: jpeg.9 - found
 ===   ghostscript8-8.64_4 depends on shared library: png.5 - found
 ===   ghostscript8-8.64_4 depends on shared library:
 libcupsimage.so.2 - not found
 ===Verifying install for libcupsimage.so.2
 in /usr/ports/print/cups-base
 ===   cups-base-1.3.10_2 depends on file: /usr/local/lib/libcups.a -
 found
[...]
 ... this repeats many times until it changes to ...

 make: Max recursion level (500) exceeded.: Resource temporarily
 unavailable
 *** Error code 2

 ... I've already run pkgdb -Ff which deleted lots of redundant
 dependencies on cups-base and ghostscript8 but I consistently get the
 recursive problem. What should I try next?

Do you have the latest port revision of ghostscript8?  We have tweaked
its dependencies in the last 2-3 commits.  Check that the `Makefile' in
`/usr/ports/print/ghostscript8' includes:

# New ports collection makefile for: ghostscript
# Date created:Tue Jun 10 21:58:54 CEST 1997
# Whom:Andreas Klemm andr...@klemm.gtn.com
#
# $FreeBSD$
#

PORTNAME=  ghostscript8
PORTVERSION=   8.64
PORTREVISION=  5
^^

If the PORTREVISION is not 5, then please update the port and try again.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: cups and ghostscript recursive dependency problem

2009-06-04 Thread Mike Clarke
On Thursday 04 June 2009, Giorgos Keramidas wrote:

 Do you have the latest port revision of ghostscript8?  We have
 tweaked its dependencies in the last 2-3 commits.  Check that the
 `Makefile' in `/usr/ports/print/ghostscript8' includes:

     # New ports collection makefile for: ghostscript
     # Date created:                Tue Jun 10 21:58:54 CEST 1997
     # Whom:                        Andreas Klemm
 andr...@klemm.gtn.com #
     # $FreeBSD$
     #

     PORTNAME=      ghostscript8
     PORTVERSION=   8.64
     PORTREVISION=  5
     ^^

 If the PORTREVISION is not 5, then please update the port and try
 again.

That was the cause, I had portversion 4. Updating to 5 fixed it. Thanks 
for the help.

-- 
Mike Clarke
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: cups and ghostscript recursive dependency problem

2009-06-04 Thread Mel Flynn
On Thursday 04 June 2009 18:27:00 Giorgos Keramidas wrote:

 PORTNAME=  ghostscript8
 PORTVERSION=   8.64
 PORTREVISION=  5
 ^^

\o/ Thanks for also respecting WITHOUT_CUPS since rev 3.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: cups and ghostscript recursive dependency problem

2009-06-04 Thread Giorgos Keramidas
On Thu, 4 Jun 2009 21:54:04 +0200, Mel Flynn 
mel.flynn+fbsd.questi...@mailing.thruhere.net wrote:
 On Thursday 04 June 2009 18:27:00 Giorgos Keramidas wrote:

 PORTNAME=  ghostscript8
 PORTVERSION=   8.64
 PORTREVISION=  5
 ^^

 \o/ Thanks for also respecting WITHOUT_CUPS since rev 3.

You are welcome, of course :-)

That was the main motivation behind the recent flurry of changes.



pgpx8OLYIHW2Y.pgp
Description: PGP signature


ghostscript-gpl-8.62_3 from ports wont compile

2008-08-23 Thread Gonzalo Nemmi
Is anyone else having problems when trying to install ghostscript-gpl?


[EMAIL PROTECTED]:~ # uname -a
FreeBSD inferna.inferna.com.ar 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Jul 20 
03:44:42 ART 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/INFERNA  i386
[EMAIL PROTECTED]:~ # cd /usr/ports/print/ghostscript-gpl
[EMAIL PROTECTED]:/usr/ports/print/ghostscript-gpl # make install clean
===  Building for ghostscript-gpl-8.62_3
...
...
./obj/../soobj/gdevl256.o(.text+0x73a): In function `gs_shared_init':
: multiple definition of `gs_shared_init'
./obj/../soobj/gdevxalt.o(.text+0x1759): first defined here
/usr/bin/ld: Warning: size of symbol `gs_shared_init' changed from 150 
in ./obj/../soobj/gdevxalt.o to 38 in ./obj/../soobj/gdevl256.o
./obj/../soobj/gdevvglb.o(.text+0x995): In function `gs_shared_init':
: multiple definition of `gs_shared_init'
./obj/../soobj/gdevxalt.o(.text+0x1759): first defined here
gmake[1]: *** [bin/../sobin/libgs.so.8.62] Error 1
gmake[1]: Leaving directory 
`/usr/ports/print/ghostscript-gpl/work/ghostscript-8.62'
gmake: *** [so] Error 2
*** Error code 2

Stop in /usr/ports/print/ghostscript-gpl.
*** Error code 1

Stop in /usr/ports/print/ghostscript-gpl.
[EMAIL PROTECTED]:/usr/ports/print/ghostscript-gpl #

Should you need any extra info, please ask for it, I'll be glad to provide it.
Any help will be greatly appreciated.

-- 
Blessings
Gonzalo Nemmi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


updating ghostscript-gpl with portupgrade

2008-07-18 Thread Ivaylo Bonev
Hi, I want to update ports and when I try I see this error
# portversion -l ''
freetype2   
ghostscript-gpl 
# portupgrade -arR
** Makefile possibly broken: print/ghostscript-gpl:
Makefile, line 132: warning: drivers incompatible with WITHOUT_X11
will be removed automatically
ghostscript-gpl-8.62_3


/usr/local/sbin/portupgrade:1468:in `get_pkgname': Makefile broken
(MakefileBrokenError)
from /usr/local/sbin/portupgrade:622:in `main'
from /usr/local/sbin/portupgrade:613:in `each'
from /usr/local/sbin/portupgrade:613:in `main'
from /usr/local/sbin/portupgrade:588:in `catch'
from /usr/local/sbin/portupgrade:588:in `main'
from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `call'
from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `parse_in_order'
from /usr/local/lib/ruby/1.8/optparse.rb:1299:in `catch'
 ... 6 levels...
from /usr/local/lib/ruby/1.8/optparse.rb:785:in `initialize'
from /usr/local/sbin/portupgrade:229:in `new'
from /usr/local/sbin/portupgrade:229:in `main'
from /usr/local/sbin/portupgrade:2208

I use FreeBSD 7 with up to date ports without X11. I don't have anything in
make.conf except Perl lines.
How can I update these ports?
CC to me please.
Ivaylo Bonev

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CUPS installation, ghostscript patch?

2008-03-10 Thread Leslie Jensen
I'm installing CUPS and I get the question below. I honestly don't know 
what filename to write. Any suggestions?


Thanks
Leslie


  ghostscript-8.61.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/ghostscript.
= Attempting to fetch from
http://heanet.dl.sourceforge.net/sourceforge/ghostscript/.
ghostscript-8.61.tar.bz2  100% of   12 MB  890 kBps
00m00s
= Font.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ghostscript.
= Attempting to fetch from http://www.interq.or.jp/mars/cherry/mac/.
Font.tar.bz2  100% of 2198  B 9670 kBps
===  Extracting for ghostscript-gpl-8.61_3
= MD5 Checksum OK for ghostscript/ghostscript-8.61.tar.bz2.
= SHA256 Checksum OK for ghostscript/ghostscript-8.61.tar.bz2.
= MD5 Checksum OK for ghostscript/ijs-0.35.tar.bz2.
= SHA256 Checksum OK for ghostscript/ijs-0.35.tar.bz2.
= MD5 Checksum OK for ghostscript/epag-3.09.tar.gz.
= SHA256 Checksum OK for ghostscript/epag-3.09.tar.gz.
= MD5 Checksum OK for ghostscript/Font.tar.bz2.
= SHA256 Checksum OK for ghostscript/Font.tar.bz2.
  in post-extract ...
extracting epag-3.09.tar.gz ...
extracting Font.tar.bz2 ...
===  Patching for ghostscript-gpl-8.61_3
===  Applying FreeBSD patches for ghostscript-gpl-8.61_3
File to patch:

-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS installation, ghostscript patch?

2008-03-10 Thread Matthias Apitz
El día Monday, March 10, 2008 a las 11:41:59AM +0100, Leslie Jensen escribió:

 I'm installing CUPS and I get the question below. I honestly don't know 
 what filename to write. Any suggestions?
 
 Thanks
 Leslie

On my 7.0R after updating all ports with portsnap fetch/extract this
port installed fine:

$ pkg_info | fgrep ghostscript-gpl
ghostscript-gpl-8.61_3 GPL Postscript interpreter

I've just looked into the Makefile of this port and it was commited
on March 4 of this year;

matthias

 
 
   ghostscript-8.61.tar.bz2 doesn't seem to exist in
 /usr/ports/distfiles/ghostscript.
 = Attempting to fetch from
 http://heanet.dl.sourceforge.net/sourceforge/ghostscript/.
 ghostscript-8.61.tar.bz2  100% of   12 MB  890 kBps
 00m00s
 = Font.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ghostscript.
 = Attempting to fetch from http://www.interq.or.jp/mars/cherry/mac/.
 Font.tar.bz2  100% of 2198  B 9670 kBps
 ===  Extracting for ghostscript-gpl-8.61_3
 = MD5 Checksum OK for ghostscript/ghostscript-8.61.tar.bz2.
 = SHA256 Checksum OK for ghostscript/ghostscript-8.61.tar.bz2.
 = MD5 Checksum OK for ghostscript/ijs-0.35.tar.bz2.
 = SHA256 Checksum OK for ghostscript/ijs-0.35.tar.bz2.
 = MD5 Checksum OK for ghostscript/epag-3.09.tar.gz.
 = SHA256 Checksum OK for ghostscript/epag-3.09.tar.gz.
 = MD5 Checksum OK for ghostscript/Font.tar.bz2.
 = SHA256 Checksum OK for ghostscript/Font.tar.bz2.
   in post-extract ...
 extracting epag-3.09.tar.gz ...
 extracting Font.tar.bz2 ...
 ===  Patching for ghostscript-gpl-8.61_3
 ===  Applying FreeBSD patches for ghostscript-gpl-8.61_3
 File to patch:
 
 -
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ghostscript and options window

2007-07-05 Thread Alberto Rizzi
When I build print/ghostscript-gpl on my 6.2-STABLE I have to choose
which driver to build through the GPL Ghostscript driver configuration
window.

These settings aren't saved anywhere so, each time I upgrade
ghostscript, I have to choose which drivers to install

How can I set these options only once?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ghostscript and options window

2007-07-05 Thread Yuri Pankov
On Thu, Jul 05, 2007 at 10:11:21AM +0200, Alberto Rizzi wrote:
 When I build print/ghostscript-gpl on my 6.2-STABLE I have to choose
 which driver to build through the GPL Ghostscript driver configuration
 window.
 
 These settings aren't saved anywhere so, each time I upgrade
 ghostscript, I have to choose which drivers to install
 
 How can I set these options only once?

You need to pass BATCH=yes to make. How you'll do it depends on ports
tools you use - here's example for portconf:

print/ghostscript-*: BATCH=yes


HTH,
Yuri


pgpAZWMsHszkb.pgp
Description: PGP signature


Re: Ghostscript and options window

2007-07-05 Thread Alberto Rizzi
Yuri Pankov ha scritto:
 On Thu, Jul 05, 2007 at 10:11:21AM +0200, Alberto Rizzi wrote:
 When I build print/ghostscript-gpl on my 6.2-STABLE I have to choose
 which driver to build through the GPL Ghostscript driver configuration
 window.

 These settings aren't saved anywhere so, each time I upgrade
 ghostscript, I have to choose which drivers to install

 How can I set these options only once?
 
 You need to pass BATCH=yes to make. How you'll do it depends on ports
 tools you use - here's example for portconf:
 
 print/ghostscript-*: BATCH=yes
 
 
With BATCH=YES the build process will use default options without asking
me first

I want to choose which driver to install
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portupgrade -o print/ghostscript-gpl ghostscript-gnu doesn't work

2007-06-03 Thread Dino Vliet
Hi peeps,

on my amd64 system which I just upgraded to 6.2 (from 6.1) I wanted to upgrade 
my ports ass well. Looking into the /usr/ports/UPDATING file I saw the 
following announcement:

20070405:
  AFFECTS: users of print/ghostscript-*
  AUTHOR: [EMAIL PROTECTED]

  The default ghostscript port is changed from ghostscript-gnu to
  ghostscript-gpl. To upgrade

  portupgrade -o print/ghostscript-gpl ghostscript-gnu
  portmaster -o print/ghostscript-gpl ghostscript-gnu

  If you want to use the ghostscript-gnu as default, put
  WITH_GHOSTSCRIPT_GNU=yes in your make.conf.

I tried to upgrade this port with the recommended command:
portupgrade -o print/ghostscript-gpl ghostscript-gnu

But the result is that nothing happens and my ghostscript-gnu port is still 
installed:

$ pkg_info | grep ghost
ggv-2.12.0_1GNOME 2 ghostscript viewer
ghostscript-gnu-7.07_16 GNU Postscript interpreter

What did I miss?

Thnaks in advanced


   
-
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Replacing ghostscript-afpl with 'gpl' version

2007-03-31 Thread Gerard

The /print/ghostscript-afpl Makefile now has this notation in it:

1) /usr/ports/print/ghostscript-afpt

quote

DEPRECATED= the leading edge of Ghostscript development is now under GPL 
license, use print/ghostscript-gpl instead


EXPIRATION_DATE= 2007-07-01

end quote

I have several ports that depend on the 'afpl' version. If I were to 
place something like this in the /etc/make.conf file, would it force the 
use of the newer port in place of the older depreciate one?


1) /etc/make.conf

WITH_GHOSTSCRIPT_GPL=yes

Thanks!

--

   ___
  oo  // \\ ||  Gerard
 (_,\/ \_/ \||  [EMAIL PROTECTED]
   \ \_/_\_/||
   /_/   \_\||  If today is the first day of the rest of
  ___   ||  your life, then what was yesterday?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ghostscript

2007-01-24 Thread kalin mintchev
hi all...

i have a problem compiling ghostscript...
no mater what version i am using and using the newest port i always get:

gcc: ./src/genconf.c: No such file or directory
gcc: No input files specified
*** Error code 1

apparently that happens only on freebsd...

any ideas to solve this...

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread Andrew Pantyukhin

On 1/24/07, kalin mintchev [EMAIL PROTECTED] wrote:

hi all...

i have a problem compiling ghostscript...
no mater what version i am using and using the newest port i always get:

gcc: ./src/genconf.c: No such file or directory
gcc: No input files specified
*** Error code 1

apparently that happens only on freebsd...


Are you installing from ports?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread kalin mintchev
 On 1/24/07, kalin mintchev [EMAIL PROTECTED] wrote:
 hi all...

 i have a problem compiling ghostscript...
 no mater what version i am using and using the newest port i always get:

 gcc: ./src/genconf.c: No such file or directory
 gcc: No input files specified
 *** Error code 1

 apparently that happens only on freebsd...

 Are you installing from ports?

no. this is from src.from the port i get:

1 out of 1 hunks ignored--saving rejects to alps/gdevalps.mak-5.50.rej
 Patch patch-alps:gdevalps.mak failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/print/ghostscript-gpl.












___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread Andrew Pantyukhin

On 1/24/07, kalin mintchev [EMAIL PROTECTED] wrote:

 On 1/24/07, kalin mintchev [EMAIL PROTECTED] wrote:
 hi all...

 i have a problem compiling ghostscript...
 no mater what version i am using and using the newest port i always get:

 gcc: ./src/genconf.c: No such file or directory
 gcc: No input files specified
 *** Error code 1

 apparently that happens only on freebsd...

 Are you installing from ports?

no. this is from src.from the port i get:

1 out of 1 hunks ignored--saving rejects to alps/gdevalps.mak-5.50.rej
 Patch patch-alps:gdevalps.mak failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/print/ghostscript-gpl.


Forget about src. Try updating your ports. Try
ghostscript-afpl.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread kalin mintchev


 Forget about src. Try updating your ports. Try
 ghostscript-afpl.

ok...  same crap:

   extracting gs6.0.lexmark7000.patch ...
===  Patching for ghostscript-afpl-8.54,1
===  Applying FreeBSD patches for ghostscript-afpl-8.54,1
-e: not found
*** Error code 127

Stop in /usr/ports/print/ghostscript-afpl.


what next?





 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread kalin mintchev


all the nox11 ones are breaking at the same place - the freakin'
gs6.0.lexmark7000.patch

i don;t want all this drivers...  i just need cli utility to turn a
postscript file into an image - jpg or png..  it seams its only doable
with ghostscript...;



 On 1/24/07, kalin mintchev [EMAIL PROTECTED] wrote:
  On 1/24/07, kalin mintchev [EMAIL PROTECTED] wrote:
  hi all...
 
  i have a problem compiling ghostscript...
  no mater what version i am using and using the newest port i always
 get:
 
  gcc: ./src/genconf.c: No such file or directory
  gcc: No input files specified
  *** Error code 1
 
  apparently that happens only on freebsd...
 
  Are you installing from ports?

 no. this is from src.from the port i get:

 1 out of 1 hunks ignored--saving rejects to alps/gdevalps.mak-5.50.rej
  Patch patch-alps:gdevalps.mak failed to apply cleanly.
 *** Error code 1

 Stop in /usr/ports/print/ghostscript-gpl.

 Forget about src. Try updating your ports. Try
 ghostscript-afpl.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread Matthew Seaman
kalin mintchev wrote:
 Forget about src. Try updating your ports. Try
 ghostscript-afpl.
 
 ok...  same crap:
 
   extracting gs6.0.lexmark7000.patch ...
 ===  Patching for ghostscript-afpl-8.54,1
 ===  Applying FreeBSD patches for ghostscript-afpl-8.54,1
 -e: not found
 *** Error code 127
 
 Stop in /usr/ports/print/ghostscript-afpl.
 
 
 what next?

What's the result if you type:

   make -V REINPLACE_CMD 

in the Ghostscript port directory?  It should look like this:

happy-idiot-talk:...ports/print/ghostscript-afpl:% make -V REINPLACE_CMD
/usr/bin/sed -i.bak

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: ghostscript

2007-01-24 Thread Peter A. Giessel
On 2007/01/24 7:35, kalin mintchev seems to have typed:
 
 all the nox11 ones are breaking at the same place - the freakin'
 gs6.0.lexmark7000.patch
 
 i don;t want all this drivers...  i just need cli utility to turn a
 postscript file into an image - jpg or png..  it seams its only doable
 with ghostscript...;

Why don't you just uncheck?:
[ ] lex7000   Lexmark 7000 [LEX7000]

in the config options screen?

cd /usr/ports/print/ghostscript-afpl
make

Up comes the AFPL Ghostscript driver configuration screen.  Just
uncheck all the printers except the image ones...

[X] jpeg  JPEG format, RGB output  
[X] jpeggray  JPEG format, gray output

[X] pngmono   PNG Monochrome Portable Network Graphics 
[X] pnggray   PNG 8-bit gray Portable Network Graphics 
[X] png16 PNG 4-bit color Portable Network Graphics
[X] png256PNG 8-bit color Portable Network Graphics
[X] png16mPNG 24-bit color Portable Network Graphics   
[X] pngalpha  PNG 32-bit RGBA color Portable Network Graphics
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread kalin mintchev
 On 2007/01/24 7:35, kalin mintchev seems to have typed:

 all the nox11 ones are breaking at the same place - the freakin'
 gs6.0.lexmark7000.patch

 i don;t want all this drivers...  i just need cli utility to turn a
 postscript file into an image - jpg or png..  it seams its only doable
 with ghostscript...;

 Why don't you just uncheck?:
 [ ] lex7000   Lexmark 7000 [LEX7000]

 in the config options screen?\

options screen!!!  i'd love an option screen
whats the command line option to ignore options??


 cd /usr/ports/print/ghostscript-afpl
 make

 Up comes the AFPL Ghostscript driver configuration screen.  Just
 uncheck all the printers except the image ones...

 [X] jpeg  JPEG format, RGB output
 [X] jpeggray  JPEG format, gray output

 [X] pngmono   PNG Monochrome Portable Network Graphics
 [X] pnggray   PNG 8-bit gray Portable Network Graphics
 [X] png16 PNG 4-bit color Portable Network Graphics
 [X] png256PNG 8-bit color Portable Network Graphics
 [X] png16mPNG 24-bit color Portable Network Graphics
 [X] pngalpha  PNG 32-bit RGBA color Portable Network Graphics



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread kalin mintchev
 kalin mintchev wrote:
 Forget about src. Try updating your ports. Try
 ghostscript-afpl.

 ok...  same crap:

   extracting gs6.0.lexmark7000.patch ...
 ===  Patching for ghostscript-afpl-8.54,1
 ===  Applying FreeBSD patches for ghostscript-afpl-8.54,1
 -e: not found
 *** Error code 127

 Stop in /usr/ports/print/ghostscript-afpl.


 what next?

 What's the result if you type:

make -V REINPLACE_CMD


a new line  absolutly nothing.



 in the Ghostscript port directory?  It should look like this:

 happy-idiot-talk:...ports/print/ghostscript-afpl:% make -V REINPLACE_CMD
 /usr/bin/sed -i.bak

   Cheers,

   Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
   Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
   Kent, CT11 9PW




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread applecom

kalin mintchev [EMAIL PROTECTED] wrote:


options screen!!!  i'd love an option screen
whats the command line option to ignore options??


It seems that all the ghostscript variants in ports have an options screen.
Did you updated the ports? Make sure you haven't 'work' directory before  
running make.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread kalin mintchev
 On Wednesday 24 January 2007 1:10 pm, kalin mintchev wrote:

 options screen!!!  i'd love an option screen
 whats the command line option to ignore options??

 What version of FreeBSD are you using?

on that machine 4.10. i know its old but also the ghostscript hasn;t
changed that much since than. as i wrote earlier i don;t need any of the
drivers at all. just need to be able to make a postscript file into png or
jpeg.


 Have you in fact updated your
 entire
 ports tree recently?

do i need to? i did the print ports and graphics too. used the distro 4.10
and the latest one too. also downloaded manually the latest ones and tried
that too. i never get to a gui  started over many times from scratch -
make clean, new different ports   i've never had so mutch trouble with
anything before. even the src doesn;t compile

is there any -d flags i can use to tell make to ignore some of the
optional drivers?

thanks...



 --
 Kirk Strauser



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript

2007-01-24 Thread Matthew Seaman
kalin mintchev wrote:
 kalin mintchev wrote:
 Forget about src. Try updating your ports. Try
 ghostscript-afpl.
 ok...  same crap:

   extracting gs6.0.lexmark7000.patch ...
 ===  Patching for ghostscript-afpl-8.54,1
 ===  Applying FreeBSD patches for ghostscript-afpl-8.54,1
 -e: not found
 *** Error code 127

 Stop in /usr/ports/print/ghostscript-afpl.


 what next?
 What's the result if you type:

make -V REINPLACE_CMD
 
 
 a new line  absolutly nothing.
 
 
 in the Ghostscript port directory?  It should look like this:

 happy-idiot-talk:...ports/print/ghostscript-afpl:% make -V REINPLACE_CMD
 /usr/bin/sed -i.bak

OK.  That's what is causing the problems for you.  The definition of
REINPLACE_CMD should come from /usr/ports/Mk/bsd.port.mk around
lines 2084--2087:

# Macro for doing in-place file editing using regexps
REINPLACE_ARGS?=-i.bak
REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS}

Either you haven't got an up to date copy of the /usr/ports/Mk stuff
or you are somehow overriding REINPLACE_CMD elsewhere, perhaps in
/etc/make.conf.

The current version number of bsd.port.mk is 

$FreeBSD: ports/Mk/bsd.port.mk,v 1.545 2007/01/08 00:00:33 pav Exp $

but REINPLACE_CMD hasn't been modified for quite some time -- you'ld need
a ports tree that was years out of date not to have it.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: ghostscript

2007-01-24 Thread kalin mintchev

make -V REINPLACE_CMD


 a new line  absolutly nothing.


 in the Ghostscript port directory?  It should look like this:

 happy-idiot-talk:...ports/print/ghostscript-afpl:% make -V
 REINPLACE_CMD
 /usr/bin/sed -i.bak

 OK.  That's what is causing the problems for you.  The definition of
 REINPLACE_CMD should come from /usr/ports/Mk/bsd.port.mk around
 lines 2084--2087:

 # Macro for doing in-place file editing using regexps
 REINPLACE_ARGS?=  -i.bak
 REINPLACE_CMD?=   ${SED} ${REINPLACE_ARGS}


the bsd i'm trying to compile the gs on is 4.10.

here is what i have in bsd.port.mk

# Special macro for doing in-place file editing using regexps
.if defined(USE_REINPLACE)
REINPLACE_ARGS?=-i.bak
.if ${OSVERSION}  460101 || ( ${OSVERSION} = 50  ${OSVERSION} 
500036 )
PATCH_DEPENDS+= ${LOCALBASE}/bin/sed_inplace:${PORTSDIR}/textproc/sed_inplace
REINPLACE_CMD?= ${LOCALBASE}/bin/sed_inplace ${REINPLACE_ARGS}
.else
REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS}
.endif
.endif


sed_inplace is in th eports and installed it myself but that didnt make
any difference...



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ghostscript device 'gdi'

2007-01-21 Thread applecom
My experience with ghoscscript device 'gdi' is that even patched it  
generates a correct data only for 600 dpi resolution. With -r300' option  
printer makes pages with large horizontal black and grey stripes.
Does somebody use Samsung laser printer and ghostscript device 'gdi' for  
printing to it?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript device 'gdi'

2007-01-21 Thread John Nielsen
On Sunday 21 January 2007 20:07, [EMAIL PROTECTED] wrote:
 My experience with ghoscscript device 'gdi' is that even patched it
 generates a correct data only for 600 dpi resolution. With -r300' option
 printer makes pages with large horizontal black and grey stripes.
 Does somebody use Samsung laser printer and ghostscript device 'gdi' for
 printing to it?

I have a Lexmark E210, which is basically a rebranded Samsung ML-1210. I 
print to it using Cups and the foomatic scripts/filters and haven't had any 
problems. I know it uses gs with the gdi device on the back end. I just 
printed a test page at 300 dpi and it looks fine.

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript device 'gdi'

2007-01-21 Thread applecom

John Nielsen [EMAIL PROTECTED] wrote:


On Sunday 21 January 2007 20:07, [EMAIL PROTECTED] wrote:

My experience with ghoscscript device 'gdi' is that even patched it
generates a correct data only for 600 dpi resolution. With -r300' option
printer makes pages with large horizontal black and grey stripes.
Does somebody use Samsung laser printer and ghostscript device 'gdi' for
printing to it?


I have a Lexmark E210, which is basically a rebranded Samsung ML-1210. I
print to it using Cups and the foomatic scripts/filters and haven't had  
any

problems. I know it uses gs with the gdi device on the back end. I just
printed a test page at 300 dpi and it looks fine.


I have Samsung ML-1210 exactly, foomatic-filters-3.0.2_4,
ghostscript-gnu-7.07_15.
Try to print alphabet.ps from ghostscript examples with 300 dpi. For
example:
'foomatic-rip --ppd path to gdi ppd -o Resolution=300x300dpi -o
PageSize=A4 /usr/local/share/ghostscript/7.07/examples/alphabet.ps 
/dev/ulpt0'.
Is page printed well? For me isn't, only ugly stripes.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript - port - titles

2007-01-01 Thread Lowell Gilbert
Vizion [EMAIL PROTECTED] writes:

 I am curious about the retitling of current versions of ghostscript released 
 under gnu public license.

 In /print/ghostscript version 8.15.x is ghostscript-gpl whereas version 7.07x 
 is ghostscript-gnu.

 Am I missing something here?

 Does portupgrade handle the upgrade or do we need to deinstall 7.07x to 
 install 8.x?

portupgrade can handle it, but you will need to tell it which origin
to use. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ghostscript - port - titles

2006-12-31 Thread Vizion
I am curious about the retitling of current versions of ghostscript released 
under gnu public license.

In /print/ghostscript version 8.15.x is ghostscript-gpl whereas version 7.07x 
is ghostscript-gnu.

Am I missing something here?

Does portupgrade handle the upgrade or do we need to deinstall 7.07x to install 
8.x?

david


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Upgrade ghostscript? How?

2006-08-30 Thread Xiao-Yong Jin
Hi, I wanna upgrade ghostscript to ghostscript-gpl-8.15 from
ghostscript-gnu-7.07.  I've installed the gpl version via port.  But
when I tried to pkg_delete the gnu version, it said 

pkg_delete: package 'ghostscript-gnu-7.07_15' is required by these other 
packages
and may not be deinstalled:
ImageMagick-6.2.8.5
auctex-11.83
cm-super-0.3.3
dvipdfmx-20050831_2
dvipsk-tetex-5.95a_1
freetype-tools-1.3.1_3
ghostscript-gnu-commfont-7.07_3
gv-3.6.1
hplip-0.9.11
html2ps-letter-1.0.b4_1,1
teTeX-3.0_1
teTeX-base-3.0_9
transfig-3.2.4_1
xdvik-tetex-22.84.10
zh-CJK-4.6.0_1
zh-moefonts-cid-1.0_3

I'll probably also delete ghostscript-gnu-commfont-7.07_3 and
zh-moefonts-cid-1.0_3.  But is there anything more I should consider
harmful to my system when I switch ghostscript gnu to gpl?  Or simply
pkg_delete by --force is enough?

Thank you,
Xiao-Yong
-- 
   ,,,
  (o o)
---ooO-(_)-Ooo---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade ghostscript? How?

2006-08-30 Thread Garrett Cooper

On Aug 30, 2006, at 1:28 PM, Xiao-Yong Jin wrote:


Hi, I wanna upgrade ghostscript to ghostscript-gpl-8.15 from
ghostscript-gnu-7.07.  I've installed the gpl version via port.  But
when I tried to pkg_delete the gnu version, it said

pkg_delete: package 'ghostscript-gnu-7.07_15' is required by these  
other packages

and may not be deinstalled:
ImageMagick-6.2.8.5
auctex-11.83
cm-super-0.3.3
dvipdfmx-20050831_2
dvipsk-tetex-5.95a_1
freetype-tools-1.3.1_3
ghostscript-gnu-commfont-7.07_3
gv-3.6.1
hplip-0.9.11
html2ps-letter-1.0.b4_1,1
teTeX-3.0_1
teTeX-base-3.0_9
transfig-3.2.4_1
xdvik-tetex-22.84.10
zh-CJK-4.6.0_1
zh-moefonts-cid-1.0_3

I'll probably also delete ghostscript-gnu-commfont-7.07_3 and
zh-moefonts-cid-1.0_3.  But is there anything more I should consider
harmful to my system when I switch ghostscript gnu to gpl?  Or simply
pkg_delete by --force is enough?

Thank you,
Xiao-Yong


Try pkg_delete -f {name of all ghostscript files here}. Then install  
the newest port version and be sure to run pkgdb -F afterwards so you  
can fix the package database, such that it references the right  
ghostscript.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade ghostscript? How?

2006-08-30 Thread Micah

Garrett Cooper wrote:

On Aug 30, 2006, at 1:28 PM, Xiao-Yong Jin wrote:


Hi, I wanna upgrade ghostscript to ghostscript-gpl-8.15 from
ghostscript-gnu-7.07.  I've installed the gpl version via port.  But
when I tried to pkg_delete the gnu version, it said

pkg_delete: package 'ghostscript-gnu-7.07_15' is required by these 
other packages

and may not be deinstalled:
ImageMagick-6.2.8.5
auctex-11.83
cm-super-0.3.3
dvipdfmx-20050831_2
dvipsk-tetex-5.95a_1
freetype-tools-1.3.1_3
ghostscript-gnu-commfont-7.07_3
gv-3.6.1
hplip-0.9.11
html2ps-letter-1.0.b4_1,1
teTeX-3.0_1
teTeX-base-3.0_9
transfig-3.2.4_1
xdvik-tetex-22.84.10
zh-CJK-4.6.0_1
zh-moefonts-cid-1.0_3

I'll probably also delete ghostscript-gnu-commfont-7.07_3 and
zh-moefonts-cid-1.0_3.  But is there anything more I should consider
harmful to my system when I switch ghostscript gnu to gpl?  Or simply
pkg_delete by --force is enough?

Thank you,
Xiao-Yong


Try pkg_delete -f {name of all ghostscript files here}. Then install the 
newest port version and be sure to run pkgdb -F afterwards so you can 
fix the package database, such that it references the right ghostscript.

-Garrett


Additionally I had to set GHOSTSCRIPT_PORT=print/ghostscript-gpl 
/etc/make.conf in order to get newly installed/upgraded ports to depend 
on gs-gpl instead of gs-gnu. I was never able to get gs-afpl to work 
properly.


HTH,
Micah
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ghostscript headaches

2005-10-30 Thread Micah

Hi all,

I'm running FBSD 5.4-release-p7.  I've had gs-gnu 7.07 installed from 
when I installed FBSD 5.3.  I just installed scribus and it needs a 
newer gs.  I set WITH_GHOSTSCRIPT_AFPL=yes, deinstalled gs-gnu, 
installed gs-afpl, and did a pkgdb -F.  Scribus now worked right but 
cups didn't.  I tried portupgrade -f cups\* but it failed in 
cups-pstoraster (see below).  I thought I'd try gs-gpl, but I can't find 
a WITH_GHOSTSCRIPT_GPL flag.  A few messages on freebsd.org seems to 
indicate that gs-gpl is the default, but then why am I stuck with 
gs-gnu?  Anyone have any words of advice on how to get an 8.x gs running 
on my machine with cups?


Thanks,
Micah

trisha# pwd
/usr/ports/print/cups-pstoraster
trisha# make build
===  Vulnerability check disabled, database not found
===  Extracting for cups-pstoraster-8.15
= Checksum OK for ghostscript/espgs-8.15rc3-source.tar.bz2.
===  Patching for cups-pstoraster-8.15
===   cups-pstoraster-8.15 depends on file: /nonexistent - not found
===Verifying patch for /nonexistent in 
/usr/ports/print/ghostscript-afpl

===   Returning to build of cups-pstoraster-8.15
===  Applying FreeBSD patches for cups-pstoraster-8.15
/bin/ln -sf 
/usr/ports/print/cups-pstoraster/work/espgs-8.15rc3/pstoraster/gdevcups.c 
$(/bin/realpath /usr/ports)/print/ghostscript-afpl/work/ghostscript/src
ln: /usr/ports/print/ghostscript-afpl/work/ghostscript/src: No such file 
or directory

*** Error code 1

Stop in /usr/ports/print/cups-pstoraster.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript headaches

2005-10-30 Thread Micah

Micah wrote:

Hi all,

I'm running FBSD 5.4-release-p7.  I've had gs-gnu 7.07 installed from 
when I installed FBSD 5.3.  I just installed scribus and it needs a 
newer gs.  I set WITH_GHOSTSCRIPT_AFPL=yes, deinstalled gs-gnu, 
installed gs-afpl, and did a pkgdb -F.  Scribus now worked right but 
cups didn't.  I tried portupgrade -f cups\* but it failed in 
cups-pstoraster (see below).  I thought I'd try gs-gpl, but I can't find 
a WITH_GHOSTSCRIPT_GPL flag.  A few messages on freebsd.org seems to 
indicate that gs-gpl is the default, but then why am I stuck with 
gs-gnu?  Anyone have any words of advice on how to get an 8.x gs running 
on my machine with cups?


Thanks,
Micah

trisha# pwd
/usr/ports/print/cups-pstoraster
trisha# make build
===  Vulnerability check disabled, database not found
===  Extracting for cups-pstoraster-8.15
= Checksum OK for ghostscript/espgs-8.15rc3-source.tar.bz2.
===  Patching for cups-pstoraster-8.15
===   cups-pstoraster-8.15 depends on file: /nonexistent - not found
===Verifying patch for /nonexistent in 
/usr/ports/print/ghostscript-afpl

===   Returning to build of cups-pstoraster-8.15
===  Applying FreeBSD patches for cups-pstoraster-8.15
/bin/ln -sf 
/usr/ports/print/cups-pstoraster/work/espgs-8.15rc3/pstoraster/gdevcups.c 
$(/bin/realpath /usr/ports)/print/ghostscript-afpl/work/ghostscript/src
ln: /usr/ports/print/ghostscript-afpl/work/ghostscript/src: No such file 
or directory

*** Error code 1

Stop in /usr/ports/print/cups-pstoraster.



After digging through patches and problem reports, I was able to piece 
together something.  cups-pstoraster seems partially broken.  It works 
with gs-gpl only if GHOSTSCRIPT_PORT=print/ghostscript-gpl.  I don't 
know if it will work with gs-afpl.  I just don't want to recompile 
everything again just to see if it works.  I now have a working cups 
/and/ a working scribus and GHOSTSCRIPT_PORT set in my make.conf.


Later,
Micah
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GhostScript port/pkg broken on 5.3R

2005-04-26 Thread Jeff Kreska
I can't seem to get ghostscript port/pkg to work. I can't find anyone else
with this problem so I am not sure if it is onlt my environement.

I tryed pkg ghostscript-gnu-7.07
port ghostscrupt-gnu ( cvsupped tried again )

My uname reports: 5.3-RELEASE FreeBSD 5.3-RELEASE i386

Problem is with ps2ascii, everytime I run ps2ascii file this is the
output I get:
Operand stack:
   --nostringval--
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--  
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--
  --nostringval--   false   1   %stopped_push   2   3   %oparray_pop  
2   3   %oparray_pop   2   3   %oparray_pop   2   3   %oparray_pop  
.runexec2   --nostringval--   --nostringval--   --nostringval--   2  
%stopped_push   --nostringval--   --nostringval--   --nostringval--
Dictionary stack:
   --dict:1115/1123(ro)(G)--   --dict:0/20(G)--   --dict:77/200(L)--
Current allocation mode is local
Current file position is 7
GNU Ghostscript 7.07: Unrecoverable error, exit code 1


Any pointers or suggestions would be greatly be appreciated.


-- 
Regards,
Jeff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GhostScript port/pkg broken on 5.3R

2005-04-26 Thread Lowell Gilbert
Jeff Kreska [EMAIL PROTECTED] writes:

 I can't seem to get ghostscript port/pkg to work. I can't find anyone else
 with this problem so I am not sure if it is onlt my environement.
 
 I tryed pkg ghostscript-gnu-7.07
 port ghostscrupt-gnu ( cvsupped tried again )
 
 My uname reports: 5.3-RELEASE FreeBSD 5.3-RELEASE i386
 
 Problem is with ps2ascii, everytime I run ps2ascii file this is the
 output I get:
 Operand stack:
--nostringval--
 Execution stack:
%interp_exit   .runexec2   --nostringval--   --nostringval--  
 --nostringval--   2   %stopped_push   --nostringval--   --nostringval--
   --nostringval--   false   1   %stopped_push   2   3   %oparray_pop  
 2   3   %oparray_pop   2   3   %oparray_pop   2   3   %oparray_pop  
 .runexec2   --nostringval--   --nostringval--   --nostringval--   2  
 %stopped_push   --nostringval--   --nostringval--   --nostringval--
 Dictionary stack:
--dict:1115/1123(ro)(G)--   --dict:0/20(G)--   --dict:77/200(L)--
 Current allocation mode is local
 Current file position is 7
 GNU Ghostscript 7.07: Unrecoverable error, exit code 1
 
 
 Any pointers or suggestions would be greatly be appreciated.

It looks like the program doesn't think the input is actually a
PostScript file.  Try another file: e.g., 
 
ftp://ftp.freebsd.org/pub/FreeBSD/doc/en_US.ISO8859-1/articles/5-roadmap/article.ps.bz2
works for me.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Build options for ghostscript-gnu

2005-04-04 Thread Tom Munro Glass
Whenever portmanager decides to rebuild ghostscript-gnu, there is a huge list 
of printers/devices that I have to deselect. Is there any way of saving the 
build configuration for ghostscript-gnu so I don't have to do this every 
time?

Tom Munro Glass
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


need help: i lost my ghostscript shell script

2005-03-12 Thread Gary Kline

Well, people, I did it; I didn't backup my script that renders
PostScript on my HP-500 printer.  I t was in /usr/libexec,
and while it was backed up on two other servers.  But I
upgraded to 5.3 on both.  So lost.Can somene send me
what I need?

thanks much,

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cups+Ghostscript invalidfileaccess???

2005-03-03 Thread LR
Hello!

I tried to setup my new Brother laser printer to my
5.3 FreeBSD. But I can't printout anything. For
example I press the Print test page-Button in the
web interface. In the job list the state abort is
shown. 

In /var/log/cups/error_log I found these lines: 

D [03/Mar/2005:14:28:57 +0100] [Job 5] GNU Ghostscript
7.07 (2003-05-17)
D [03/Mar/2005:14:28:57 +0100] [Job 5] Copyright (C)
2003 artofcode LLC, Benicia, CA.  All rights reserved.
D [03/Mar/2005:14:28:57 +0100] [Job 5] This software
comes with NO WARRANTY: see the file PUBLIC for
details.
D [03/Mar/2005:14:29:09 +0100] [Job 5] Loading
NimbusSanL-Bold font from
/usr/local/share/ghostscript/fonts/n019004l.pf
b... 2287356 883780 1702808 405324 0 done.
D [03/Mar/2005:14:29:09 +0100] [Job 5] Loading
NimbusSanL-Regu font from
/usr/local/share/ghostscript/fonts/n019003l.pf
b... 2384404 974247 1702808 409299 0 done.
D [03/Mar/2005:14:29:09 +0100] [Job 5] Loading
NimbusRomNo9L-Regu font from
/usr/local/share/ghostscript/fonts/n021003l
.pfb... 2541740 1083022 1702808 354413 0 done.
D [03/Mar/2005:14:29:10 +0100] [Job 5]
D [03/Mar/2005:14:29:10 +0100] [Job 5] Closing
renderer
D [03/Mar/2005:14:29:11 +0100] [Job 5] Loading
NimbusSanL-BoldItal font from
/usr/local/share/ghostscript/fonts/n019024
l.pfb... 2638788 1182608 1722904 372380 0 done.
D [03/Mar/2005:14:29:11 +0100] [Job 5] Error:
/invalidfileaccess in --.outputpage--
D [03/Mar/2005:14:29:11 +0100] [Job 5] Operand stack:
D [03/Mar/2005:14:29:11 +0100] [Job 5] 397.553  
317.66   292.08   771.46   292.08   56.725   48.68   1
  true
D [03/Mar/2005:14:29:11 +0100] [Job 5] Execution
stack:
D [03/Mar/2005:14:29:11 +0100] [Job 5] %interp_exit  
.runexec2   --nostringval--   --nostringval--  
--nostringval--
 2   %stopped_push   --nostringval--   --nostringval--
  --nostringval--   false   1   %stopped_push   1   3 
 %oparray
_pop   1   3   %oparray_pop   1   3   %oparray_pop   1
  3   %oparray_pop   .runexec2   --nostringval--  
--nostringval
--   --nostringval--   2   %stopped_push  
--nostringval--   7   3   %oparray_pop  
--nostringval--   --nostringval--
 --nostringval--   --nostringval--
D [03/Mar/2005:14:29:11 +0100] [Job 5] Dictionary
stack:
D [03/Mar/2005:14:29:11 +0100] [Job 5]
--dict:1062/1123(ro)(G)--   --dict:1/20(G)--  
--dict:100/200(L)--
D [03/Mar/2005:14:29:11 +0100] [Job 5] Current
allocation mode is local
D [03/Mar/2005:14:29:11 +0100] [Job 5] Last OS error:
45
D [03/Mar/2005:14:29:11 +0100] [Job 5] GNU Ghostscript
7.07: Unrecoverable error, exit code 1
D [03/Mar/2005:14:29:15 +0100] [Job 5] renderer return
value: 1
D [03/Mar/2005:14:29:15 +0100] [Job 5] renderer
received signal: 1
D [03/Mar/2005:14:29:15 +0100] [Job 5] tail process
done writing data to STDOUT

Can somebody tell me how to fix it? 



Bye

Luis




__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ghostscript install error on 5.3-RELEASE

2005-01-08 Thread Chandler May
HI, I'm having trouble installing ghostscript-gnu on FreeBSD
5.3-RELEASE (in order to set up CUPS as a print server). It stops
during compilation.
make install distclean  gs_install_error
only sent part of the output that I saw to the file
gs_install_error. Hopefully, the rest of it is not needed for
troubleshooting. If it is needed, could somebody advise me as to how
to capture all of the output in one file? It was complaining about
implicit function declarations, among a few other warnings.

Please help! I've had so much trouble with FreeBSD, I almost want to
go back to Linux.

Chandler

===  Building for ghostscript-gnu-7.07_11
 in pre-build ...
   creating directories for compilation ...
   building gimp-print library ...
gmake  all-recursive
gmake[1]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6'
Making all in intl
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/intl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/intl'
Making all in include
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include'
Making all in gimp-print
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include/gimp-print'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include/gimp-print'
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include'
gmake[2]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include'
Making all in lib
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/lib'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/lib'
Making all in man
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/man'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/man'
Making all in src
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src'
Making all in printdef
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/printdef'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/printdef'
Making all in main
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/main'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/main'
Making all in escputil
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/escputil'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/escputil'
Making all in gimp
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/gimp'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/gimp'
Making all in cups
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/cups'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/cups'
Making all in foomatic
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/foomatic'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/foomatic'
Making all in ghost
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/ghost'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/ghost'
Making all in testpattern
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/testpattern'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/testpattern'
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu

Re: ghostscript install error on 5.3-RELEASE

2005-01-08 Thread Chandler May
On Sat, 08 Jan 2005 23:58:19 +0100, Matthias Buelow [EMAIL PROTECTED] wrote:
 Chandler May wrote:

  troubleshooting. If it is needed, could somebody advise me as to how
  to capture all of the output in one file? It was complaining about
  implicit function declarations, among a few other warnings.

 Try  file on csh, or file 21 on sh (and compatibles).  That will
 also redirect stderr into the file (instead of just stdout).



Thanks for the tip! Here is the entire output when I try to install
ghostscript-gnu (on FreeBSD 5.3-RELEASE), including errors:

===  Building for ghostscript-gnu-7.07_11
 in pre-build ...
   creating directories for compilation ...
   building gimp-print library ...
gmake  all-recursive
gmake[1]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6'
Making all in intl
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/intl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/intl'
Making all in include
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include'
Making all in gimp-print
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include/gimp-print'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include/gimp-print'
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include'
gmake[2]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/include'
Making all in lib
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/lib'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/lib'
Making all in man
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/man'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/man'
Making all in src
gmake[2]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src'
Making all in printdef
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/printdef'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/printdef'
Making all in main
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/main'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/main'
Making all in escputil
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/escputil'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/escputil'
Making all in gimp
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/gimp'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/gimp'
Making all in cups
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/cups'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/cups'
Making all in foomatic
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/foomatic'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/foomatic'
Making all in ghost
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/ghost'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/ghost'
Making all in testpattern
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/testpattern'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6/src/testpattern'
gmake[3]: Entering directory
`/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print-4.2.6

Re: ghostscript install error on 5.3-RELEASE

2005-01-08 Thread Chandler May
On Sun, 09 Jan 2005 01:30:30 +0100, Matthias Buelow [EMAIL PROTECTED] wrote:
 Chandler May wrote:
 
  ./src/gdevl256.c:114: error: `G320x200x256' undeclared (first use in
 
 have you added any additional drivers, like vgalib in the dialog when
 building the port?  if so, then I'd first try it with the default
 settings, unless you have a good reason to enable a particular driver
 (in which case I'd file a problem report, if it then fails).
 

I did happen to add the vgalib and lvga256 drivers... how would I go
about deleting records of the current progress, to restart the
installation?

Chandler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript install error on 5.3-RELEASE

2005-01-08 Thread Chandler May
On Sat, 8 Jan 2005 20:57:33 -0600, Chandler May [EMAIL PROTECTED] wrote:
 On Sun, 09 Jan 2005 01:30:30 +0100, Matthias Buelow [EMAIL PROTECTED] wrote:
  Chandler May wrote:
 
   ./src/gdevl256.c:114: error: `G320x200x256' undeclared (first use in
 
  have you added any additional drivers, like vgalib in the dialog when
  building the port?  if so, then I'd first try it with the default
  settings, unless you have a good reason to enable a particular driver
  (in which case I'd file a problem report, if it then fails).
 
 
 I did happen to add the vgalib and lvga256 drivers... how would I go
 about deleting records of the current progress, to restart the
 installation?
 
 Chandler
 

Never mind, I just deleted work and the ghostscript folder from
distfiles... the installation is working now. So far so good - it has
gotten farther than before, I think.

Chandler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript install error on 5.3-RELEASE

2005-01-08 Thread Matthias Buelow
Chandler May wrote:
Never mind, I just deleted work and the ghostscript folder from
distfiles... the installation is working now. So far so good - it has
gotten farther than before, I think.
You might want to file a PR that the port is broken with certain options 
(with sendpr, or via the web form at http://www.freebsd.org/send-pr.html).

mkb.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CUPS with ghostscript-afpl-nox11-8.50,1

2005-01-01 Thread Timothy Luoma
I'm trying to install /usr/ports/print/cups on 5.3 with 
ghostscript-afpl-nox11-8.50,1

$ /usr/ports/print/cups
$ make WITH_GHOSTSCRIPT_AFPL=yes install distclean
but that doesn't work, it still tries to install  ghostscript-gnu
===  Installing for ghostscript-gnu-nox11-7.07_11
===  ghostscript-gnu-nox11-7.07_11 conflicts with installed package(s):
  ghostscript-afpl-nox11-8.50,1
  They install files into the same place.
  Please remove them first with pkg_delete(1).
I also tried 'make GHOSTSCRIPT_PORT=print/ghostscript-afpl-nox11 
install distclean'

Anyone know what I'm doing wrong?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error in ghostscript

2004-11-26 Thread Doug Van Allen
Tried that and it didn't work.
 
 On Thu, 25 Nov 2004 10:23:39 -0600, Adam Fabian [EMAIL PROTECTED] wrote:
  I had an error building afl ghostscript a while ago.  It required
  svgalib, which wasn't pulled in as a dependency.  (Kind of snuck at it
  the back way by having drivers that required it.)  Anyway, try
  installing the svgalib port and picking up the compile.
  --
  Adam Fabian ([EMAIL PROTECTED])
 
 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Error in ghostscript

2004-11-25 Thread Doug Van Allen
At least that is what I think.  Still trying to install KDE and got
the ghostscript configuration menu.  All I took out was the printer I
would not use.  Then I hit enter and it started to go.  This is the
error I got:

./src/gdev1256.c:294: warning: traditional C rejects ISO C style
function definitions
./src/gdev1256.c: at top level:
./src/gdev1256.c:306: warning: non-static declaration of
'lvga256_draw_line' follows static declaration
./src/gdev1256.c:79: warning: previous declaration of
'lvga256_draw_line' was here
./src/gdev1256.c: in function 'lvga256_draw_line':
./src/gdev1256.c:306: warning: traditional C rejects ISO C style
function definitions
./src/gdev1256.c:307: warning: implicit declaration of function 'gl_line'
gmake: *** [obj/gdevl256.o] Error 1
*** Error code 2

Stop in  /usr/ports/print/ghostscript-gnu.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick.
*** Error code 1

Stop in /usr/ports/editors/koffice-kde3.
*** Error code 1

Stop in /usr/ports/x11/kde3.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: afpl vs gnu ghostscript

2004-09-24 Thread parv
in message [EMAIL PROTECTED],
wrote David Bear thusly...

 can anyone tell me the difference between afpl ghostscript and gnu
 ghostscript in the ports collection.  afplghostscript is at v8, while
 gnu ghostscript is a lowever number..
 
 other than the license (gpl vs ?) are there functional differences?

Depending on how you compile any of these ports thru the annoying
interactive dialog, things may or may not work sometimes...

  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/47768


  - parv

-- 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CUPS + GDI(GNU Ghostscript)

2004-02-14 Thread Jon-Eirik Pettersen
I'm trying to use a Samsung ML1710 laster printer on FreeBSD. It's 
connected via USB and is detected:
ulpt0: Samsung Electronics Co., Ltd. Samsung ML-1710, rev 1.10/1.00, 
addr 3, iclass 7/1

It is Linux-drivers on the CD that does not work with FreeBSD (not Linux 
either), but the Samsung ML1210 driver that is in the GDI-driver in 
GNU-Ghostscript works in Linux.  But in FreeBSD, it does not list the 
Ghostscript-drivers in the Gnome-cups-manager or the web-interface, like 
it does in Linux (Fedora+RedHat+Mandrake). I think this is some 
configurations the distro-makers do, but I cannot find out what.

This printer does _only_ accept postscript that is 100% correctly formatted.

Anyone?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


lpt0 blocking i/o causes ghostscript to hang system

2004-01-24 Thread Peter C. Lai
Hi. I have this peculiar issue with printing to lpt0 with ghostscript-gnu 7.05.

I'm running stock lpd(1) with a handwritten input filter. If I am printing a 
huge file (such that the printer can't buffer all of the document at once and I
am spooling to the printer as the printer is printing), and the printer starts 
blocking i/o (due to paper jam/paper out/etc), the ghostscript hangs the system
until I unblock the parport (by remedying the condition, or hitting the retry
button  on the printer). It appears that ghostscript attempting to pipe its
output trips interupts to the point that all of the cpu is taken up and the
system will stop responding until the printer unblocks lpt0.

My input filter is:

#!/bin/sh 
exec 31 12
GS=/usr/local/bin/gs
GS_FONTPATH=/usr/local/share/ghostscript/fonts:\ 
/usr/local/share/ghostscript/7.05/lib
export GS GS_FONTPATH
$GS -q -dNOPAUSE -dSAFER -sDEVICE=ljet4 -sOutputFile=/dev/fd/3 -  exit 0
exit 2

Now, if I don't use gs, and just use cat(1) as my passthrough filter like this:

#!/bin/sh
exec 31 12
/bin/cat 13  exit 0
exit 2

When i/o on lpt0 is blocking in this case, cat(1) will quietly sit there until 
such time that lpt0 can be written to again. I believe this is because cat(1)
buffers its output. 

Right now my solution is to have ghostscript's -sOutputFile=\|/usr/bin/lpr -h \
-Pbuffer where a printcap(5) entry for the buffer printer's device is lpt0
and has an input filter that uses cat(1) (just like above). Here, gs will
output the processed job to a buffer spool before any i/o is outbound to lpt0.

Any of you run into this problem at all? It was seriously bugging me until I
devised the 2 spooler system above, which adds stability to the system but
feels too hackish for me. Whereas my print server is no longer hanging because
someone is too lazy to put paper in it, the solution breaks my in-house web
based job control system.

The main culprit is gs not buffering its output; but lpd could also use a hand 
in printer not-ready detection.

-- 
Peter C. Lai
University of Connecticut
Dept. of Molecular and Cell Biology
Yale University School of Medicine
SenseLab | Research Assistant
http://cowbert.2y.net/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Help please - ghostscript fails to install in fbsd5.1-release

2003-12-26 Thread Chip Wiegand
I am trying to install the port Lilypond, but it fails due to 
ghostscript-gnu failing. I try ghostscript by itself and it fails with 
the following errors -

there are a bunch of warnings about non-static declarations, then this -
src/gdev1256.c:307: warning: implicit declaration of function gl_line
gmake: ***[obj/gdev1256.0] error 1
*** error code 2
stop in /usr/ports/print/ghostscript-gnu
** command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portinstall1996777.0 make
** fix the problem and try again
** the following packages were not installed or upgraded (*:skipped / 
!:failed)
! print/ghostscript-gnu (missing header)

Any ideas what I need to do to make this work?
thankyou,
Chip
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Samsung-SmartGDI-all-GS.tar.gz Error when installing ghostscript

2003-09-21 Thread Radhika S
Hi,
I just finished installing ghostscript-8.0 on my freebsd
5.0
machine and kept getting this error message:
Checksum error on: Samsung-SmartGDI-all-GS.tar.gz

I found a site that you can manually download from and the
checksum is correct. This is the site:

http://ftp.us.xemacs.org/ftp/pub/freebsd/distfiles/ghostscript/

Hope this helps
Radhika

=
It's all a matter of perspective. You can choose your view by choosing where to stand.
--Larry Wall

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript-gnu distfile checksum error - WORKAROUND (was: Stop error installing /usr/ports/mail/evolution)

2003-09-18 Thread Lowell Gilbert
Barry C. Hawkins [EMAIL PROTECTED] writes:

 Thanks for the responses guys.  It's odd to me that such a small file
 would have failed to download properly when so many others were
 downloaded during the same process without issue.  I will chalk this
 one up to experience and (hopefully ;^) ) remember it for the future.

I don't think the file had problems downloading; I think you just had
an old copy.  The filename has no version information built in, so
when they change it, the new version has the same name, but a
different checksum.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript-gnu distfile checksum error - WORKAROUND (was: Stop error installing /usr/ports/mail/evolution)

2003-09-17 Thread Lowell Gilbert
Barry Hawkins [EMAIL PROTECTED] writes:

   My own research via Google showed several places I could try
 to  download the problematic Samsung-SmartGDI-all-GS.tar.gz.  After
 downloading the file in question several times from different
 locations, including the FreeBSD ftp archives, I continued to receive
 the same messages regarding checksum failures.
   I came across one person's workaround, and was able to use
 that  http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/
 002738.html.  However, there are several old postings in various
 newsgroups about this problem, some dating back to October 2002.  Why
 hasn't this MD5 checksum issue been corrected yet?  Is there another
 dependent issue that justifies not fixing this?

If I fetch it right now, it fetches fine and matches the checksum.
There's nothing wrong with the port -- the problem is in your system
failing to get the file.  Remove it, and let the ports system get it
on its own, and I *suspect* that the ports system will get it right.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript-gnu distfile checksum error - WORKAROUND (was: Stop error installing /usr/ports/mail/evolution)

2003-09-17 Thread Stephen Hilton
On 17 Sep 2003 22:16:58 -0400
Lowell Gilbert [EMAIL PROTECTED] wrote:

 Barry Hawkins [EMAIL PROTECTED] writes:
 
  My own research via Google showed several places I could try
  to  download the problematic Samsung-SmartGDI-all-GS.tar.gz.  After
  downloading the file in question several times from different
  locations, including the FreeBSD ftp archives, I continued to receive
  the same messages regarding checksum failures.
  I came across one person's workaround, and was able to use
  that  http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/
  002738.html.  However, there are several old postings in various
  newsgroups about this problem, some dating back to October 2002.  Why
  hasn't this MD5 checksum issue been corrected yet?  Is there another
  dependent issue that justifies not fixing this?
 
 If I fetch it right now, it fetches fine and matches the checksum.
 There's nothing wrong with the port -- the problem is in your system
 failing to get the file.  Remove it, and let the ports system get it
 on its own, and I *suspect* that the ports system will get it right.


I ran into this problem also a while back, just deleted the distfile 
Samsung-SmartGDI-all-GS.tar.gz and fetched it again. Problem solved!

Regards,


Stephen Hilton
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript-gnu distfile checksum error - WORKAROUND (was: Stop error installing /usr/ports/mail/evolution)

2003-09-17 Thread Barry C . Hawkins
On Wednesday, Sep 17, 2003, at 22:37 US/Eastern, Stephen Hilton wrote:

On 17 Sep 2003 22:16:58 -0400
Lowell Gilbert [EMAIL PROTECTED] wrote:
Barry Hawkins [EMAIL PROTECTED] writes:

My own research via Google showed several places I could try
to  download the problematic Samsung-SmartGDI-all-GS.tar.gz.  After
downloading the file in question several times from different
locations, including the FreeBSD ftp archives, I continued to receive
the same messages regarding checksum failures.
I came across one person's workaround, and was able to use
that  http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/
002738.html.  However, there are several old postings in various
newsgroups about this problem, some dating back to October 2002.  Why
hasn't this MD5 checksum issue been corrected yet?  Is there another
dependent issue that justifies not fixing this?
If I fetch it right now, it fetches fine and matches the checksum.
There's nothing wrong with the port -- the problem is in your system
failing to get the file.  Remove it, and let the ports system get it
on its own, and I *suspect* that the ports system will get it right.


I ran into this problem also a while back, just deleted the distfile
Samsung-SmartGDI-all-GS.tar.gz and fetched it again. Problem solved!
Regards,

Stephen Hilton
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]



Thanks for the responses guys.  It's odd to me that such a small file 
would have failed to download properly when so many others were 
downloaded during the same process without issue.  I will chalk this 
one up to experience and (hopefully ;^) ) remember it for the future.

Regards,
--
Barry C. Hawkins
All Things Computed
site: www.allthingscomputed.com/
weblog: www.allthingscomputed.com/blog/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ghostscript-gnu distfile checksum error - WORKAROUND (was: Stop error installing /usr/ports/mail/evolution)

2003-09-16 Thread Barry Hawkins
On Tuesday, Sep 16, 2003, at 12:12 US/Eastern, Barry C.Hawkins wrote:

Hello all,
	I encountered the following error when installing the port for  
evolution on two 5.1 installations:

# cd /usr/ports/mail/evolution
# sudo make install
...
fetch: Samsung-SmartGDI-all-GS.tar.gz: local modification time does  
not match remote
 Couldn't fetch it - please try to receive this
 port manually into /usr/ports/distfiles/ghostscript and try again.
*** Error code 1
...
Stop in /usr/ports/mail/evolution.

	I am wondering where I should try to get this archive.  If I have  
committed some common faux pas that is causing this issue, also feel  
free to enlighten me.

Thanks in advance,
--  
Barry C. Hawkins
All Things Computed
site: www.allthingscomputed.com/
weblog: www.allthingscomputed.com/blog/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to  
[EMAIL PROTECTED]



BSDers,
	My own research via Google showed several places I could try to  
download the problematic Samsung-SmartGDI-all-GS.tar.gz.  After  
downloading the file in question several times from different  
locations, including the FreeBSD ftp archives, I continued to receive  
the same messages regarding checksum failures.
	I came across one person's workaround, and was able to use that  
http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/ 
002738.html.  However, there are several old postings in various  
newsgroups about this problem, some dating back to October 2002.  Why  
hasn't this MD5 checksum issue been corrected yet?  Is there another  
dependent issue that justifies not fixing this?	Here are some of the  
postings I have seen so far:

http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/002704.html
http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/002705.html
http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/002706.html
http://lug.kamloops.net/pipermail/lug/2003-July/004318.html
http://www.geocrawler.com/archives/3/155/2002/10/0/10034605/
Regards,
--
Barry C. Hawkins
All Things Computed
site: www.allthingscomputed.com/
weblog: www.allthingscomputed.com/blog/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ghostscript and kde3 configuration

2003-08-14 Thread Rajat Datta
A few days ago I had asked how the configuration screen for ghostscript
drivers worked in that I couldn't get the cursor over to the OK button.  I
got the answer to use the TAB key from several people.

But, it doesn't seem to always work.  If I press TAB, the cursor simply moves 
over some number of columns to the right (I'm presuming 8 columns).  But, 
/stand/sysinstall, which I presume is similar, works just fine.  Now, I'm 
getting the same problem when trying to configure kde3 (doing a make install
in /usr/ports/x11/kde3).

This happens whether I use xterm, KDE Konsole, or the non-X tty console.  I 
assume some stty setting is wrong, but what?

rajat

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ghostscript driver configuration dialog

2003-07-22 Thread Rajat Datta
When building ghostscript (either -afpl or -gnu) with make install, a driver 
configuration dialog pops up.  Unfortunately, I have been unable to get it to 
accept any choices I make.  That is to say, hitting the ENTER key simply 
toggles the current choice on or off, as does SPACE.  If I choose CANCEL, the 
make immediately terminates.  So how do I actually choose OK?   Ctrl-M, 
Ctrl-J all simply toggle the current choice on or off.

rajat

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostscript driver configuration dialog

2003-07-22 Thread Chuck Swiger
Rajat Datta wrote:
When building ghostscript (either -afpl or -gnu) with make install, a driver 
configuration dialog pops up.  [ ... ]  So how do I actually choose OK?  Ctrl-M, 
Ctrl-J all simply toggle the current choice on or off.
Use TAB.

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


apsfilter, ghostscript and my wife's Lexmark 3200 printer

2003-04-03 Thread Tom Parquette
Hi.
I've got printing set up and I have been able to generate the test print 
from 5.0-CURRENT to my Laserjet 2200dse via USB cabling.
My wife wants to get her Lexmark 3200 off of her desk and somewhere 
else.  So, I migrated my Laserjet to USB and I'm planning to plug her 
printer into the parallel port.

Apsfilter configures fine for the laserjet but I'm having problems with 
the Lexmark 3200 (color inkjet).
When I try to configure apsfilter to talk to the Lexmark, I'm told that 
I do not have support for the 3200 compiled into ghostscript.  I 
upgraded the port to ghostscript-gnu-7.05_5.  I selected all available 
printers (I did not see the Lexmark 3200 in the list) and ghostscript 
installed without complaining.

I reattempted the Lexmark configuration and it still failed saying I did 
not have the Lexmark driver.
I'm not that familiar with ghostscript.  Has anybody seen this before?  
TIA

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apsfilter, ghostscript and my wife's Lexmark 3200 printer

2003-04-03 Thread David Banning
On Thu, Apr 03, 2003 at 06:55:42PM -0500, Tom Parquette wrote:
 Hi.
 I've got printing set up and I have been able to generate the test print 
 from 5.0-CURRENT to my Laserjet 2200dse via USB cabling.
 My wife wants to get her Lexmark 3200 off of her desk and somewhere 
 else.  So, I migrated my Laserjet to USB and I'm planning to plug her 
 printer into the parallel port.
 
 Apsfilter configures fine for the laserjet but I'm having problems with 
 the Lexmark 3200 (color inkjet).
 When I try to configure apsfilter to talk to the Lexmark, I'm told that 
 I do not have support for the 3200 compiled into ghostscript.  I 
 upgraded the port to ghostscript-gnu-7.05_5.  I selected all available 
 printers (I did not see the Lexmark 3200 in the list) and ghostscript 
 installed without complaining.
 
 I reattempted the Lexmark configuration and it still failed saying I did 
 not have the Lexmark driver.
 I'm not that familiar with ghostscript.  Has anybody seen this before?  

Is your box FreeBSD and hers a windows box?  If that's the case,
you don't need ghostscript at all. You just need a raw entry in your
printcap.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Porper Ghostscript for CUPS?

2003-02-04 Thread stan
This weekend I cvsup'd, did make world, and portsupgrade on my laptop. Now
printing won't work. I use CUPS, and diging around in the logfiles I find:

E [04/Feb/2003:10:57:46 -0500] Unable to convert file 0 to printable format for 
job 115!
I [04/Feb/2003:10:57:46 -0500] Hint: Do you have ESP Ghostscript installed?


pkg_info shos that I have ghostscript-gnu-7.05_1 installed a which shoes
/usr/local/bin/gv, which runs.

So, which Ghostscipt port do I need to install to make CUPS happy, again?


-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



GhostScript / Ghostview / Xdvi not working

2003-02-02 Thread Marco Beishuizen

My problem appeared first when I wanted to insert a .eps graphics file in
LyX. When I try to view my document with Xdvi it doesn't show the .eps
files. Opening the document manually with Xdvi I get the error: gs:
Unknown device: x11.

A similar error pops up when trying to view the document whith
GhostScript. Then I get the error: Unknown device: x11.

When I try to open gs manually in a xterm I get the error:  Unable to
open the initial device, quitting.

After a google search I think I have to install GhostScript with x11
support. But I have no idea how to do that. How do I get the x11 support
in GhostScript?

Marco
-- 
!07/11 PDP a ni deppart m'I  !pleH

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: [already solved] GhostScript / Ghostview / Xdvi not working

2003-02-02 Thread Marco Beishuizen
On Mon, 3 Feb 2003, the wise Marco Beishuizen spoke, and said:


 My problem appeared first when I wanted to insert a .eps graphics file in
 LyX. When I try to view my document with Xdvi it doesn't show the .eps
 files. Opening the document manually with Xdvi I get the error: gs:
 Unknown device: x11.

 A similar error pops up when trying to view the document whith
 GhostScript. Then I get the error: Unknown device: x11.

 When I try to open gs manually in a xterm I get the error:  Unable to
 open the initial device, quitting.

 After a google search I think I have to install GhostScript with x11
 support. But I have no idea how to do that. How do I get the x11 support
 in GhostScript?

 Marco

Problem solved. I had to reinstall ghostscript from the portstree with the
option NO_CHECKSUM=yes. It looks OK now.

Marco

-- 
With every passing hour our solar system comes forty-three thousand
miles closer to globular cluster M13 in the constellation Hercules, and
still there are some misfits who continue to insist that there is no
such thing as progress.
-- Ransom K. Ferm

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Installing Ghostscript

2003-01-25 Thread Steve
Hi all,

I am trying to install ghostscript on a 4.6 stable machine in a user 
account as the user himself. However, I am getting the following error 
while doing so:

configure: error: I wasn't able to find a copy
  of the jpeg library. This is required for compiling
  ghostscript. Please download a copy of the source,
  e.g. from http://www.ijg.org/, unpack it at the
  top level of the gs source tree, and rename
  the directory to 'jpeg'.

So I tried to install the jpeg library by downloading it from the above 
site. ./configure and make goes thorough without problems but make install 
gives the following error:

%make install
/usr/bin/install -c cjpeg /configure-path/bin/cjpeg
install: /configure-path/bin/cjpeg: No such file or directory
*** Error code 71

Stop in /configure-path.


when I check there is no bin directory created in the configure path. What 
could be the reason for this?

Any help is welcome on this.

Best Regards,
Steve


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Installing Ghostscript

2003-01-25 Thread Luke Hollins
On Sat, 25 Jan 2003, Steve wrote:

 Hi all,

 I am trying to install ghostscript on a 4.6 stable machine in a user
 account as the user himself. However, I am getting the following error
 while doing so:

 configure: error: I wasn't able to find a copy
of the jpeg library. This is required for compiling
ghostscript. Please download a copy of the source,
e.g. from http://www.ijg.org/, unpack it at the
top level of the gs source tree, and rename
the directory to 'jpeg'.

 So I tried to install the jpeg library by downloading it from the above
 site. ./configure and make goes thorough without problems but make install
 gives the following error:

easiest way to do this is to use the port in /usr/ports/graphics/jpeg
anytime you need something like that, it is probably a good idea to
go into /usr/ports and run 'make search key=jpeg' for example.
If you use the ghostscript port , it should automatically build and
install these dependencies for you.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



/usr/ports/print/ghostscript-{gnu,afpl}

2002-11-08 Thread Mike Hogsett

 Checksum mismatch for ghostscript/eplaser-3.0.4-651.tgz.


Suggestions?  ( cvsup'd /usr/ports this morning )

 - Mike

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: /usr/ports/print/ghostscript-{gnu,afpl}

2002-11-08 Thread Andrew Brampton
make sure you got eplaser-3.0.4-651.tgz correctly...
Try deleting eplaser-3.0.4-651.tgz and letting a download of the file occur

Andrew
- Original Message - 
From: Mike Hogsett [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 08, 2002 5:37 PM
Subject: /usr/ports/print/ghostscript-{gnu,afpl}


 
  Checksum mismatch for ghostscript/eplaser-3.0.4-651.tgz.
 
 
 Suggestions?  ( cvsup'd /usr/ports this morning )
 
  - Mike
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Follow-up: Yet Another make release fails on ghostscript-gnu

2002-11-06 Thread Lowell Gilbert
Michael Dexter [EMAIL PROTECTED] writes:

 Having complete control over the build of my network OS is simply
 revolutionary... but I was hoping this revolution would not be so
 bloody.

You can get *that* with one of the supported update options.  make
release was never intended for anybody but release engineers.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Yet Another make release fails on ghostscript-gnu

2002-11-05 Thread Michael Dexter

Greetings from Latvia,

I am very, very excited about FreeBSD's make release ability but 
like many others I have read about on the various list archives, I my 
builds are hanging on trivial failures. In this case, the 
eplaser-3.0.4-651.tgz file is failing its checksum, bringing the 
build to a halt. I have followed the advice of adding 
NO_CHECKSUM=yes to no avail. I have tried it both after make and 
at the end of my string of variables. Which reads:

make release CHROOTDIR=/usr/testrelease BUILDNAME=4.7-RELEASE CVSROOT=/usr/ncvs
RELEASETAG=RELENG_4_7_0_RELEASE NOPORTS=yes NOPORTREADMES=yes NODOCS=yes
TARGET_ARCH=i386 TARGET=i386

(/usr/ncvs is my  choice, NO_CHECKSUMS=yes has again gone either 
after make or at the end)

I have also:

1. Downloaded the same file from other /usr/ports/distfiles 
directories. Though different sizes, they also fail the check.

2. Tried to fetch new versions from /usr/ports/print/ghostscript-gnu/ 
and place them in either /usr/ports/distfiles and 
/usr/ports/ghostscript/ AND /usr/ports/ghostscript-gnu/

3. Not tried DOMINIMALDOCPORTS as this would seem to go through the 
minimum files I am already having trouble with.

Observations:

1. NO_CHECKSUM does not appear to be in any of the Makefiles in 
/usr/src/release/ or /usr/src/
  Where is this check being called? Is there any other 
way to override it? Does it really exist?

2. The only vague reference to the file I need is in 
/usr/src/release/Makefile.inc.docports and reportedly the ports. 
man ports reveals the elusive NO_CHECKSUMS option! I see 
/usr/src/release/Makefile, doc and scripts but alas my make is not 
fluent enough to understand who is calling what and when. I would 
hope I do not need to feed NO_CHECKSUMS into evey invocation of 
make.

3. NOPORTSATALL=yes seems to be like an unavailable option, given 
that there will always be minimum documentation, which appear to need 
ports.

4. Others in need have pointed out that a build-friendly distfiles 
tar ball would ease this process. Does such a thing exist? Could I 
strip/re-create it from the official 4.7 release?

Note that I have brought my sys, ncvs and ports source trees up to 
date. Because things are downloaded, I don't see how a fresh, raw, 
official 4.7 install would help what seems to be the checksum of a 
single downloaded port that I understand is downloaded on demand.

THIS bothers me: make checksum inside of 
/usr/ports/print/ghostscript-gnu PASSES ALL CHECKSUM TESTS, including 
eplaser-3.0.4-651.tgz

Why would this fail during make release?

Any ideas?

Many thanks,

Michael.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Follow-up: Yet Another make release fails on ghostscript-gnu

2002-11-05 Thread Michael Dexter

Greetings again,

Regarding the make release mentioned earlier...

After peppering my /usr/ports/distfiles/ tree with very redundant 
distfiles, i.e. the same files in /usr/ports and 
/usr/ports/ghostscript and /usr/ports/ghostscript-gnu, things finally 
worked. (Ending on a vn present failure but I know where to look on 
that one)

Given the time it takes to test each and every variable, I fear I 
will never be confident that I have an answer, though it was very 
educational...

Early on, I tried stepping through make release.1 and all but this 
appeared to ignore the flags I sent it. All of the output was sent to 
the /R directory, rather than my choice of /usr/testrelease/

Can that be changed? Is there indeed a way to step-trough a release build?

Having complete control over the build of my network OS is simply 
revolutionary... but I was hoping this revolution would not be so 
bloody.

Conclusions:

As suggested elsewhere, it would be nice to have an official source 
of buildable release files like the /usr/src on the CD, that would 
spare one the guesswork of trusting the ports fetch to build the 
build files prior to making the release.

Might a pre-make script based upon the real make script perform all 
of the downloads and checksum verifications? This could save hours in 
wasted build time and guesswork, a bit like running cvsup prior to 
building world, knowing exactly what source will be used.

I will look into this but again, my experience with make is only a 
few hours old.

Thanks again,

Michael.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message