Re: X11 installation error

2008-05-05 Thread doug

On Mon, 5 May 2008, Glyn Millington wrote:


"Ruel Luchavez" <[EMAIL PROTECTED]> writes:


I already try it but the server reply me an error:

Error:  FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest/
  xorg.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/
  pub/FreeBSD/i386/packages6.2-release/Latest/xorg.tbz' by URL


This is most likely a naming issue. Use ftp and manually cd to the above 
directory to find out the name.



can anyone Help me to solve it..


Is there something odd going on in your package database? Have you tried
a

#pkgdb -F ?

Also because of the libraries involved you may not be able to do 'make install' 
while xorg is running. Personally I subscribe to using the package because of 
the length of time to build.

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


Re: X11 installation error

2008-05-05 Thread Glyn Millington
"Ruel Luchavez" <[EMAIL PROTECTED]> writes:

> I already try it but the server reply me an error:
>
> Error:  FTP Unable to get
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest/
>   xorg.tbz: File unavailable (e.g., file not found, no access)
> pkg_add: unable to fetch 'ftp://ftp.freebsd.org/
>   pub/FreeBSD/i386/packages6.2-release/Latest/xorg.tbz' by URL
>
> can anyone Help me to solve it..

Is there something odd going on in your package database? Have you tried
a 

#pkgdb -F ?


atb



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


Re: X11 installation error

2008-05-05 Thread Ruel Luchavez
I already try it but the server reply me an error:

Error:  FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest/
  xorg.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/
  pub/FreeBSD/i386/packages6.2-release/Latest/xorg.tbz' by URL

can anyone Help me to solve it..

Thanks..



2008/5/5 Michał Jędrzejczak <[EMAIL PROTECTED]>:

> Hi
>
> Perhaps  pkg_add -r xorg ( faster )
>
>
> Michał
>
> 2008/5/5 Ruel Luchavez <[EMAIL PROTECTED]>:
>
> > Hi,
> >
> > Do you have idea on how to resolve this, i want to install the X11 so i
> > go
> > to the directory
> >
> > cd /usr/port/x11/xorg
> > make install
> >
> > however the installation was unsuccessful due to this error:
> >
> > gmake[6]: *** [..common/vblank.o] Error 1
> > gmake[6]: Leaving directory
> > '/usr/ports/graphics/dri/works/mesa-7.03/src/mesa/drivers/1810'
> > gmake[5]: ***[subdirs] Error 1
> > gmake[5]: Leaving directory
> > /usr/ports/graphics/dri/work/Mesa-7.0.3/drc/mesa/drivers/dri'
> > gmake[4]: ***[linux-solo] Error 2
> > gmake[4]: Leaving directory
> > '/usr/ports/graphics/dri/work/Mesa-7.0.3/src/mesa'
> > gmake[3]: ***[default] Error 2
> > gmake[3]: Leaving directory
> > '/usr/ports/graphics/dri/work/Mesa-7.0.3/src/mesa'
> > gmake[2]: ***[subdirs] Error 1
> > gmake[2]: Leaving directory
> > '/usr/ports/graphics/dri/work/Mesa-7.0.3/src/'
> > gmake[1]: ***[default] Error 1
> > gmake[1]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.0.3'
> > gmake: *** [fressbsd-fri-x86] Error 2
> > *** Error code 2
> >
> > Stop in /usr/pots/graphics/dri
> > *** Error code 1Stop in /usr/ports/x11/xorg
> >
> > I already update my ports before running the "make install" using this
> > command "cvsup -g -L 2 /root/ports-supfile.
> > Did i forgot something else?
> > Help here Please...Thanks
> > ___
> > 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]"

X11 installation error

2008-05-05 Thread Ruel Luchavez
Hi,

Do you have idea on how to resolve this, i want to install the X11 so i go
to the directory

cd /usr/port/x11/xorg
make install

however the installation was unsuccessful due to this error:

gmake[6]: *** [..common/vblank.o] Error 1
gmake[6]: Leaving directory
'/usr/ports/graphics/dri/works/mesa-7.03/src/mesa/drivers/1810'
gmake[5]: ***[subdirs] Error 1
gmake[5]: Leaving directory
/usr/ports/graphics/dri/work/Mesa-7.0.3/drc/mesa/drivers/dri'
gmake[4]: ***[linux-solo] Error 2
gmake[4]: Leaving directory
'/usr/ports/graphics/dri/work/Mesa-7.0.3/src/mesa'
gmake[3]: ***[default] Error 2
gmake[3]: Leaving directory
'/usr/ports/graphics/dri/work/Mesa-7.0.3/src/mesa'
gmake[2]: ***[subdirs] Error 1
gmake[2]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.0.3/src/'
gmake[1]: ***[default] Error 1
gmake[1]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.0.3'
gmake: *** [fressbsd-fri-x86] Error 2
*** Error code 2

Stop in /usr/pots/graphics/dri
*** Error code 1Stop in /usr/ports/x11/xorg

I already update my ports before running the "make install" using this
command "cvsup -g -L 2 /root/ports-supfile.
Did i forgot something else?
Help here Please...Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"