Re: cant compile emacs after installing XFree86

2004-03-20 Thread Albert Vest
On Sat, 21 Feb 2004 16:57:31 -0800
Noah [EMAIL PROTECTED] wrote:

...
 okay I make clean the XFree86 and started building one thing at a time and now
 it looks like everything is happy and emacs compiled.

Glad to hear it.

 pkg_info | grep XFree86
 XFree86-3.3.6_11X11R6.3/XFree86 core distribution  --! raises a red flag.

This reminds me of the first time I tried upgrading XFree86 - by starting in 
x11/XFree86 instead of
x11/XFree86-4 I got a system full of 3.3.6x rather than 4.3.0x that I intended.  Not 
fun.  Had to
rewrite my XF86Config files since the syntax changed.

Here's my output today:

pkg_info | grep XFree86
XFree86-4.3.0,1 X11/XFree86 core distribution (complete, using mini/meta-po
XFree86-FontServer-4.3.0_3 XFree86-4 font server
XFree86-Server-4.3.0_14 XFree86-4 X server and related programs
XFree86-VirtualFramebufferServer-4.3.0_4 XFree86-4 virtual framebuffer server
XFree86-clients-4.3.0_6 XFree86-4 client programs and related files
XFree86-documents-4.3.0 XFree86-4 documentation
XFree86-font100dpi-4.3.0 XFree86-4 bitmap 100 dpi fonts
XFree86-font75dpi-4.3.0 XFree86-4 bitmap 75 dpi fonts
XFree86-fontCyrillic-4.3.0 XFree86-4 Cyrillic fonts
XFree86-fontDefaultBitmaps-4.3.0 XFree86-4 default bitmap fonts
XFree86-fontEncodings-4.3.0 XFree86-4 font encoding files
XFree86-fontScalable-4.3.0 XFree86-4 scalable fonts
XFree86-libraries-4.3.0_6 XFree86-4 libraries and headers
XFree86-manuals-4.3.0 XFree86-4 man pages
dri-4.3.0,1 OpenGL hardware acceleration drivers for XFree86
imake-4.3.0_2   Imake and other utilities from XFree86
wrapper-1.0_3   Wrapper for XFree86-4 server

 -- 
Albert Vest, al vest at earth link dot net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cant compile emacs after installing XFree86

2004-02-21 Thread Kris Kennaway
On Sat, Feb 21, 2004 at 03:00:31PM -0800, Noah wrote:
 FreeBSD 4.8-Stable
 
 okay I just installed XFree86 from /usr/ports - 
 now trying to upgrade emacs but look the build fails.  any clue why?
 
 
 --- snip ---
 fcfreetype.c: In function `FcFreeTypeQuery':
 fcfreetype.c:279: syntax error before `psfontinfo'
 fcfreetype.c:738: `psfontinfo' undeclared (first use in this function)
 fcfreetype.c:738: (Each undeclared identifier is reported only once
 fcfreetype.c:738: for each function it appears in.)
 gmake[2]: *** [fcfreetype.lo] Error 1
 gmake[2]: Leaving directory `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.2.9
 0/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.2.9
 0'
 gmake: *** [all-recursive-am] Error 2
 *** Error code 2
 
 Stop in /usr/ports/x11-fonts/fontconfig.
 *** Error code 1

This is the fontconfig build failing, not emacs.  Furthermore, it
looks like you do not yet have XFree86 installed, or you have an
inconsistent system, because the emacs build couldn't find
XFree86-4-libraries on your system and tried to reinstall it.

 Stop in /usr/ports/x11/XFree86-4-libraries.
 *** Error code 1

Try upgrading your ports in order by using the portupgrade tool.

Kris

pgp0.pgp
Description: PGP signature


Re: cant compile emacs after installing XFree86

2004-02-21 Thread Noah

  
  Stop in /usr/ports/x11-fonts/fontconfig.
  *** Error code 1
 
 This is the fontconfig build failing, not emacs.  Furthermore, it
 looks like you do not yet have XFree86 installed, or you have an
 inconsistent system, because the emacs build couldn't find
 XFree86-4-libraries on your system and tried to reinstall it.
 
  Stop in /usr/ports/x11/XFree86-4-libraries.
  *** Error code 1
 
 Try upgrading your ports in order by using the portupgrade tool.
 


thanks Kris,

veyr quick response! can you be more specific about what I am uprgading with
the portupgrade tool?  I am still a newbie in some respects.

thanks in advance,

- Noah



 Kris

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


Re: cant compile emacs after installing XFree86

2004-02-21 Thread Kris Kennaway
On Sat, Feb 21, 2004 at 03:16:39PM -0800, Noah wrote:
 
   
   Stop in /usr/ports/x11-fonts/fontconfig.
   *** Error code 1
  
  This is the fontconfig build failing, not emacs.  Furthermore, it
  looks like you do not yet have XFree86 installed, or you have an
  inconsistent system, because the emacs build couldn't find
  XFree86-4-libraries on your system and tried to reinstall it.
  
   Stop in /usr/ports/x11/XFree86-4-libraries.
   *** Error code 1
  
  Try upgrading your ports in order by using the portupgrade tool.
  
 
 
 thanks Kris,
 
 veyr quick response! can you be more specific about what I am uprgading with
 the portupgrade tool?  I am still a newbie in some respects.

Actually I guess the first thing to work out is why your system thinks
you still need to install XFree86.  Can you please run the following
command:

pkg_info | grep XFree86

Kris


pgp0.pgp
Description: PGP signature


Re: cant compile emacs after installing XFree86

2004-02-21 Thread Noah
.
 
 Actually I guess the first thing to work out is why your system 
 thinks you still need to install XFree86.  Can you please run the following
 command:
 
 pkg_info | grep XFree86
 
 Kris


okay I make clean the XFree86 and started building one thing at a time and now
it looks like everything is happy and emacs compiled.


--- snip ---

pkg_info | grep XFree86
XFree86-3.3.6_11X11R6.3/XFree86 core distribution
XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts
XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts
XFree86-fontCyrillic-4.2.0 XFree86-4 Cyrillic Fonts
XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts
XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files
XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files
imake-4.2.0_1   Imake and other utilities from XFree86
imake-4.3.0 Imake and other utilities from XFree86 


--- snip ---

thanks again Kris!

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