Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2008 13:41:47 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Dino Vliet <dino_vliet@yahoo.com>
Cc:        danfe@freebsd.org, freebsd-questions@freebsd.org
Subject:   Re: svgalib-1.4.3_5 is only for i386, while you are running amd64.
Message-ID:  <20080911184147.GA3232@dan.emsphone.com>
In-Reply-To: <327429.4903.qm@web51107.mail.re2.yahoo.com>
References:  <327429.4903.qm@web51107.mail.re2.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080911184147.GA3232>