Re: problem installing xorg 7.2

2007-06-04 Thread Lowell Gilbert
Anton Galitch [EMAIL PROTECTED] writes:

 Hi
 Because I wanted to upgrade my xorg package to 7.2, I read
 /usr/ports/UPDATING. but the description is only for portupgrade, and I dont
 use it because it works bad on my system, I use portmanager insteed.
 I couldnt upgrade xorg with portmanager so I just deinstalled it, and make
 install again.

 Thats the message that throws make install:


 configure: error: cannot find GL library - make sure Mesa or other
 OpenGL packag
 e is installed
 See `config.log' for more details.
 ===  Script configure failed unexpectedly.


 But when I cd ed to /usr/ports/graphics/mesagl  make install, it throws
 another message:


 ===  Mesa-5.0.2 is unnecessary because libGL and libGLU come with
 XFree86 4.0 a
 nd higher.
 *** Error code 1

 Stop in /usr/ports/graphics/mesagl.


 So what should I do??
 Is there any way of installing xorg 7.2 just with make install ??

You need to have XORG_UPGRADE set to yes.
See UPDATING...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem installing xorg

2004-09-14 Thread Subhro
cat /etc/make.conf ?

Regards
S.


On Tue, 14 Sep 2004 12:07:46 +, bugghy [EMAIL PROTECTED] wrote:
 I've cvsupped from 5.2.1 to 5.3-beta4 and deleted XFree86-* (as
 described in /usr/ports/UPDATING 20040723). Any ideeas ?
 
 # uname -sr
 FreeBSD 5.3-BETA4
 # pwd
 /usr/ports/x11/xorg
 # make install
 ...
 aking all in programs/scripts...
 making all in programs/glxinfo...
 rm -f glxinfo
 cc -o glxinfo -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm
 -Wall -Wpointer-arith -Wundef
 -L/usr/ports/x11/xorg-clients/work/xc/exports/lib   glxinfo.o -lGLU -lGL
 -lXext -lX11 -L/usr/X11R6/lib -lpthread -lm   -Wl,-rpath,/usr/X11R6/lib
 -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib
 /usr/X11R6/lib/libGLU.so: undefined reference to
 `TreeNodeSuccessor(treeNode*)'
 /usr/X11R6/lib/libGLU.so: undefined reference to
 `TreeNodeDeleteSingleNode(treeNode*, treeNode*)'
 /usr/X11R6/lib/libGLU.so: undefined reference to `TreeNodeMake(void*)'
 /usr/X11R6/lib/libGLU.so: undefined reference to
 `TreeNodeFind(treeNode*, void*, int (*)(void*, void*))'
 /usr/X11R6/lib/libGLU.so: undefined reference to
 `TreeNodeInsert(treeNode*, treeNode*, int (*)(void*, void*))'
 /usr/X11R6/lib/libGLU.so: undefined reference to
 `TreeNodeDeleteWholeTree(treeNode*)'
 /usr/X11R6/lib/libGLU.so: undefined reference to
 `TreeNodePredecessor(treeNode*)'
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg-clients/work/xc/programs/glxinfo.
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg-clients.
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg.
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem installing xorg

2004-09-14 Thread bugghy
X_WINDOW_SYSTEM=xfree86-4
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

On Tue, 2004-09-14 at 17:48, Subhro wrote:
 cat /etc/make.conf ?
 
 Regards
 S.
 
 
 On Tue, 14 Sep 2004 12:07:46 +, bugghy [EMAIL PROTECTED] wrote:
  I've cvsupped from 5.2.1 to 5.3-beta4 and deleted XFree86-* (as
  described in /usr/ports/UPDATING 20040723). Any ideeas ?
  
  # uname -sr
  FreeBSD 5.3-BETA4
  # pwd
  /usr/ports/x11/xorg
  # make install
  ...
  aking all in programs/scripts...
  making all in programs/glxinfo...
  rm -f glxinfo
  cc -o glxinfo -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm
  -Wall -Wpointer-arith -Wundef
  -L/usr/ports/x11/xorg-clients/work/xc/exports/lib   glxinfo.o -lGLU -lGL
  -lXext -lX11 -L/usr/X11R6/lib -lpthread -lm   -Wl,-rpath,/usr/X11R6/lib
  -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib
  /usr/X11R6/lib/libGLU.so: undefined reference to
  `TreeNodeSuccessor(treeNode*)'
  /usr/X11R6/lib/libGLU.so: undefined reference to
  `TreeNodeDeleteSingleNode(treeNode*, treeNode*)'
  /usr/X11R6/lib/libGLU.so: undefined reference to `TreeNodeMake(void*)'
  /usr/X11R6/lib/libGLU.so: undefined reference to
  `TreeNodeFind(treeNode*, void*, int (*)(void*, void*))'
  /usr/X11R6/lib/libGLU.so: undefined reference to
  `TreeNodeInsert(treeNode*, treeNode*, int (*)(void*, void*))'
  /usr/X11R6/lib/libGLU.so: undefined reference to
  `TreeNodeDeleteWholeTree(treeNode*)'
  /usr/X11R6/lib/libGLU.so: undefined reference to
  `TreeNodePredecessor(treeNode*)'
  *** Error code 1
  
  Stop in /usr/ports/x11/xorg-clients/work/xc/programs/glxinfo.
  *** Error code 1
  
  Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
  *** Error code 1
  
  Stop in /usr/ports/x11/xorg-clients.
  *** Error code 1
  
  Stop in /usr/ports/x11/xorg.
  
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
  

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


Re: problem installing xorg

2004-09-14 Thread Matthew Seaman
On Tue, Sep 14, 2004 at 09:02:14PM +, bugghy wrote:
 X_WINDOW_SYSTEM=xfree86-4

If you want to replace XFree-86 with X.Org then change this to

   X_WINDOW_SYSTEM=xorg

before you try and install any of the X.Org ports.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpkWuXnA44J2.pgp
Description: PGP signature


Re: problem installing xorg

2004-09-14 Thread bugghy
tried with that and that's how I got that error ... so now I reverted to
xfree86-4 which works fine

On Tue, 2004-09-14 at 18:21, Matthew Seaman wrote:
 On Tue, Sep 14, 2004 at 09:02:14PM +, bugghy wrote:
  X_WINDOW_SYSTEM=xfree86-4
 
 If you want to replace XFree-86 with X.Org then change this to
 
X_WINDOW_SYSTEM=xorg
 
 before you try and install any of the X.Org ports.
 
   Cheers,
 
   Matthew

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