In the last episode (Sep 11), Dino Vliet said:
> Hi folks,
> 
> On my adm64 dualcore system running freebsd 7 I want to install 
> /usr/ports/multmedia/kino. However the port stops because of this:
> 
> ==>    Verifying install for gs in /usr/ports/print/ghostscript8
> NOTE: Default paper size will be A4.
> ===>  Found saved configuration for ghostscript8-8.62_5
> ===>  Extracting for ghostscript8-8.62_5
> => MD5 Checksum OK for ghostscript/ghostscript-8.62.tar.bz2.
> => SHA256 Checksum OK for ghostscript/ghostscript-8.62.tar.bz2.
> => MD5 Checksum OK for ghostscript/epag-3.09.tar.gz.
> => SHA256 Checksum OK for ghostscript/epag-3.09.tar.gz.
> /usr/bin/tar -C /usr/ports/print/ghostscript8/work/ghostscript-8.62 -xzf 
> /usr/ports/distfiles/ghostscript/epag-3.09.tar.gz
> /bin/ln -s -f epag-3.09 
> /usr/ports/print/ghostscript8/work/ghostscript-8.62/epag
> install  -o root -g wheel -m 444 
> /usr/ports/print/ghostscript8/files/epag.contrib.mak 
> /usr/ports/print/ghostscript8/work/ghostscript-8.62/src/epag.contrib.mak
> ===>  Patching for ghostscript8-8.62_5
> ===>  Applying FreeBSD patches for ghostscript8-8.62_5
> /usr/bin/sed -i.bak -e 's|%%DATADIR%%|/usr/local/share/ghostscript|g ;  
> s|%%GS_VERSION%%|8.62|g'  
> /usr/ports/print/ghostscript8/work/ghostscript-8.62/contrib/japanese/dmp_site.ps
> ===>   ghostscript8-8.62_5 depends on executable: gmake - found
> ===>   ghostscript8-8.62_5 depends on file: 
> /usr/local/libdata/pkgconfig/xt.pc - found
> ===>   ghostscript8-8.62_5 depends on file: 
> /usr/local/libdata/pkgconfig/xext.pc - found
> ===>   ghostscript8-8.62_5 depends on shared library: jpeg.9 - found
> ===>   ghostscript8-8.62_5 depends on shared library: png.5 - found
> ===>   ghostscript8-8.62_5 depends on shared library: vga.1 - not found
> ===>    Verifying install for vga.1 in /usr/ports/graphics/svgalib
> ===>  svgalib-1.4.3_5 is only for i386, while you are running amd64.

Try cd'ing to /usr/ports/print/ghostscript8, then run "make config" and
make sure the two SVGALIB options are unselected.  They should be about
15 lines from the top:

        [ ] GS_lvga256   D: SVGAlib, 256-color VGA modes
        [ ] GS_vgalib    D: SVGAlib, 16-color VGA modes

Then rebuild ghostscript and you should be okay.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to