Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
PORTAGE_BINHOST Pakete lassen sich nicht installieren
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
andreaske
n00b
n00b


Joined: 11 Jan 2006
Posts: 11
Location: cologne/germany

PostPosted: Wed Jan 11, 2006 11:09 am    Post subject: PORTAGE_BINHOST Pakete lassen sich nicht installieren Reply with quote

Hallo,

ich wollte unter GENTOO 2005.1 für einen Server selten beötigte Pakete als binary installieren und habe nachfolgende Einstellung vorgenommen:

/etc/make.conf:
PORTAGE_BINHOST="http://chinstrap.alternating.net/files/2005.1/grp/i686"

Beim emergen von openoffice,kde oder irgendeines anderen Paketes kommt folgende Meldung:

Code:

emerge -gka openoffice

These are the packages that I would merge, in order:

Fetching binary packages info...
Location has moved: http://chinstrap.alternating.net/files/2005.1/grp/i686/
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3123, in ?
    mydepgraph=depgraph(myaction,myopts)
  File "/usr/bin/emerge", line 915, in __init__
    portage.db["/"]["bintree"].populate(("--getbinpkg" in myopts), ("--getbinpkgonly" in myopts))
  File "/usr/lib/portage/pym/portage.py", line 5931, in populate
    self.remotepkgs = getbinpkg.dir_get_metadata(settings["PORTAGE_BINHOST"], chunk_size=chunk_size)
  File "/usr/lib/portage/pym/getbinpkg.py", line 440, in dir_get_metadata
    filelist = dir_get_list(baseurl, conn)
  File "/usr/lib/portage/pym/getbinpkg.py", line 280, in dir_get_list
    page,rc,msg = make_http_request(conn,address,params,headers)
  File "/usr/lib/portage/pym/getbinpkg.py", line 200, in make_http_request
    response = conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 863, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 333, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 297, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine


Hat jemand eine Idee? Habe ich etwas vergessen?

Gruss
Andreas
Back to top
View user's profile Send private message
B0SSA
n00b
n00b


Joined: 25 Sep 2005
Posts: 52

PostPosted: Wed Jan 11, 2006 11:21 am    Post subject: Reply with quote

EDIT
Wieso preferierst du einen HOST?
Mach den Eintrag mal aus der make.conf und versuche es nochmal

EDIT2 (Bin heute estwas voreilig :) )
Ich hab mir mal die Liste der Progs mal angeschaut. da ist aber kein openoffice zu finden.
http://chinstrap.alternating.net/files/2005.1/grp/i686/

Ich hab auch schon so meine Erfahrungen gemacht mit den sourcen von open office

Ich hab festgestellt das es besser ist die BIN zu emergen
Code:

app-office/openoffice-bin
Back to top
View user's profile Send private message
andreaske
n00b
n00b


Joined: 11 Jan 2006
Posts: 11
Location: cologne/germany

PostPosted: Wed Jan 11, 2006 1:40 pm    Post subject: Reply with quote

Wenn ich ein Paket wähle welches auch existiert, erscheint die selbe Fehlermeldung:

Code:

emerge -gka app-editors/xemacs

These are the packages that I would merge, in order:

Fetching binary packages info...
Location has moved: http://chinstrap.alternating.net/files/2005.1/grp/i686/
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3123, in ?
    mydepgraph=depgraph(myaction,myopts)
  File "/usr/bin/emerge", line 915, in __init__
    portage.db["/"]["bintree"].populate(("--getbinpkg" in myopts), ("--getbinpkgonly" in myopts))
  File "/usr/lib/portage/pym/portage.py", line 5931, in populate
    self.remotepkgs = getbinpkg.dir_get_metadata(settings["PORTAGE_BINHOST"], chunk_size=chunk_size)
  File "/usr/lib/portage/pym/getbinpkg.py", line 440, in dir_get_metadata
    filelist = dir_get_list(baseurl, conn)
  File "/usr/lib/portage/pym/getbinpkg.py", line 280, in dir_get_list
    page,rc,msg = make_http_request(conn,address,params,headers)
  File "/usr/lib/portage/pym/getbinpkg.py", line 200, in make_http_request
    response = conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 863, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 333, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 297, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine


oder

Code:

 emerge -gka xemacs

These are the packages that I would merge, in order:

Fetching binary packages info...
Location has moved: http://chinstrap.alternating.net/files/2005.1/grp/i686/
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3123, in ?
    mydepgraph=depgraph(myaction,myopts)
  File "/usr/bin/emerge", line 915, in __init__
    portage.db["/"]["bintree"].populate(("--getbinpkg" in myopts), ("--getbinpkgonly" in myopts))
  File "/usr/lib/portage/pym/portage.py", line 5931, in populate
    self.remotepkgs = getbinpkg.dir_get_metadata(settings["PORTAGE_BINHOST"], chunk_size=chunk_size)
  File "/usr/lib/portage/pym/getbinpkg.py", line 440, in dir_get_metadata
    filelist = dir_get_list(baseurl, conn)
  File "/usr/lib/portage/pym/getbinpkg.py", line 280, in dir_get_list
    page,rc,msg = make_http_request(conn,address,params,headers)
  File "/usr/lib/portage/pym/getbinpkg.py", line 200, in make_http_request
    response = conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 863, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 333, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 297, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Wed Jan 11, 2006 1:46 pm    Post subject: Reply with quote

lass mal das i686 aus dem pfad weg denn laut http://chinstrap.alternating.net/?page_id=4:
musst du nicht dieses verzeichniss mit angeben
sprich
Code:
PORTAGE_BINHOST="http://chinstrap.alternating.net/files/2005.1/grp"

anstelle von
Code:
PORTAGE_BINHOST="http://chinstrap.alternating.net/files/2005.1/grp/i686"

_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
andreaske
n00b
n00b


Joined: 11 Jan 2006
Posts: 11
Location: cologne/germany

PostPosted: Wed Jan 11, 2006 2:01 pm    Post subject: Reply with quote

Ich habe jetzt das i686 weggelassen und das Problem besteht immer noch.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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