Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't emerge xorg-server[SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Budoka
l33t
l33t


Joined: 03 Jun 2012
Posts: 777
Location: Tokyo, Japan

PostPosted: Sat Jan 26, 2013 10:19 pm    Post subject: Can't emerge xorg-server[SOLVED] Reply with quote

Can't emerge xorg-server.

Quote:
(chroot) sysresccd ~ # emerge xorg-server

* IMPORTANT: 7 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

Calculating dependencies... done!

>>> Verifying ebuild manifests
>>> Running pre-merge checks for x11-base/xorg-server-1.13.1

>>> Starting parallel fetch

>>> Emerging (1 of 57) sys-libs/mtdev-1.1.3
* Fetching files in the background. To view fetch progress, run
* `tail -f /var/log/emerge-fetch.log` in another terminal.
>>> Downloading 'rsync://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2'
rsync: getaddrinfo: mirrors.rit.edu 873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
>>> Downloading 'ftp://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2'
--2013-01-27 16:15:25-- ftp://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2
=> ‘/usr/portage/distfiles/mtdev-1.1.3.tar.bz2’
Resolving mirrors.rit.edu... failed: Name or service not known.
wget: unable to resolve host address ‘mirrors.rit.edu’
>>> Downloading 'http://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2'
--2013-01-27 16:15:25-- http://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2
Resolving mirrors.rit.edu... failed: Name or service not known.
wget: unable to resolve host address ‘mirrors.rit.edu’
>>> Downloading 'http://bitmath.org/code/mtdev/mtdev-1.1.3.tar.bz2'
--2013-01-27 16:15:25-- http://bitmath.org/code/mtdev/mtdev-1.1.3.tar.bz2
Resolving bitmath.org... failed: Name or service not known.
wget: unable to resolve host address ‘bitmath.org’
!!! Couldn't download 'mtdev-1.1.3.tar.bz2'. Aborting.
* Fetch failed for 'sys-libs/mtdev-1.1.3', Log file:
* '/var/tmp/portage/sys-libs/mtdev-1.1.3/temp/build.log'

>>> Failed to emerge sys-libs/mtdev-1.1.3, Log file:

>>> '/var/tmp/portage/sys-libs/mtdev-1.1.3/temp/build.log'

* Messages for package sys-libs/mtdev-1.1.3:

* Fetch failed for 'sys-libs/mtdev-1.1.3', Log file:
* '/var/tmp/portage/sys-libs/mtdev-1.1.3/temp/build.log'
(chroot) sysresccd ~ #


Quote:
>>> Downloading 'rsync://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2'
rsync: getaddrinfo: mirrors.rit.edu 873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
>>> Downloading 'ftp://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2'
--2013-01-27 16:15:25-- ftp://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2
=> ‘/usr/portage/distfiles/mtdev-1.1.3.tar.bz2’
Resolving mirrors.rit.edu... failed: Name or service not known.
wget: unable to resolve host address ‘mirrors.rit.edu’
>>> Downloading 'http://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2'
--2013-01-27 16:15:25-- http://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2
Resolving mirrors.rit.edu... failed: Name or service not known.
wget: unable to resolve host address ‘mirrors.rit.edu’
>>> Downloading 'http://bitmath.org/code/mtdev/mtdev-1.1.3.tar.bz2'
--2013-01-27 16:15:25-- http://bitmath.org/code/mtdev/mtdev-1.1.3.tar.bz2
Resolving bitmath.org... failed: Name or service not known.
wget: unable to resolve host address ‘bitmath.org’
!!! Couldn't download 'mtdev-1.1.3.tar.bz2'. Aborting.
* Fetch failed for 'sys-libs/mtdev-1.1.3', Log file:
* '/var/tmp/portage/sys-libs/mtdev-1.1.3/temp/build.log'
~
/var/tmp/portage/sys-libs/mtdev-1.1.3/temp/build.log lines 1-19/19 (END)


Is it a simple case of bitmath.org not being available and if so how do I resolve this problem. I have been getting it for 2 days.


Last edited by Budoka on Mon Sep 16, 2013 5:24 am; edited 1 time in total
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Sat Jan 26, 2013 10:25 pm    Post subject: Reply with quote

Budoka,

From the message rsync: getaddrinfo: mirrors.rit.edu 873: Name or service not known it seems you have no internet connection.
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Sat Jan 26, 2013 10:31 pm    Post subject: Reply with quote

Check /etc/resolv.conf in the chroot and confirm that you do have working internet in the host environment. Failing that, you can use a working computer to fetch the files for you. If you have a working gentoo install already, you can simply copy /usr/portage/distfiles to your new install and you will magically have all the source code from your other one. You can use emerge --fetchonly if you need source code not yet present.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Budoka
l33t
l33t


Joined: 03 Jun 2012
Posts: 777
Location: Tokyo, Japan

PostPosted: Sat Jan 26, 2013 10:34 pm    Post subject: Reply with quote

BillWho wrote:
Budoka,

From the message rsync: getaddrinfo: mirrors.rit.edu 873: Name or service not known it seems you have no internet connection.


That is what I thought as well. But, am connected. Any other program that uses the network connection is connecting properly. Also I successfully ran an emerge -pv xorg-server (writing from memory so syntax may be wrong) without error.
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Sat Jan 26, 2013 10:40 pm    Post subject: Reply with quote

Budoka,

I clicked on the - http://mirrors.rit.edu/gentoo/distfiles/mtdev-1.1.3.tar.bz2 from you error message above and it immediately brought the download dialog so the mirror is OK.

As The Doctor recommended, check /etc/resolv.conf and copy it over if necessary.
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
wcg
Guru
Guru


Joined: 06 Jan 2009
Posts: 588

PostPosted: Sun Jan 27, 2013 6:23 am    Post subject: Reply with quote

This page has the instructions for installing from a Gentoo installation
cd after installing the Stage 3 tarball. It includes the resolv.conf instructions.
(The resolv.conf that you are copying before chroot is on an in-memory
filesystem created by the installation cd, using the information that you
supplied to the network setup dialog.)

http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=6
_________________
TIA
Back to top
View user's profile Send private message
Budoka
l33t
l33t


Joined: 03 Jun 2012
Posts: 777
Location: Tokyo, Japan

PostPosted: Mon Jan 28, 2013 9:39 pm    Post subject: Reply with quote

The Doctor wrote:
Check /etc/resolv.conf in the chroot and confirm that you do have working internet in the host environment. Failing that, you can use a working computer to fetch the files for you. If you have a working gentoo install already, you can simply copy /usr/portage/distfiles to your new install and you will magically have all the source code from your other one. You can use emerge --fetchonly if you need source code not yet present.


OK. So I did copy over resolv.conf on the original install and did so again. But it seems when I reboot it regenerates the dhcpd file with no connection. Any ideas? Doesn't seem to be a permissions problem that I can tell.

Copied resov.conf when connected:
Quote:
# Generated by NetworkManager
nameserver 192.168.1.1
nameserver 24.29.99.35
nameserver 24.29.99.36
/etc/resolv.conf lines 1-4/4 (END)


Resolve.conf in chroot after reboot.
Quote:
# Generated by dhcpcd
# /etc/resolv.conf.head can replace this line
# /etc/resolv.conf.tail can replace this line
/etc/resolv.conf lines 1-3/3 (END)


Was able to emerge xorg-server but still can't startx as was the same previously. I will add more details to that thread.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum