Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Re: Installing Prefix/libc : heroxbd overlay
Date: Wed, 04 Feb 2015 14:50:02
Message-Id: 54D23195.5010104@gentoo.org
In Reply to: RE: [gentoo-alt] Installing Prefix/libc : heroxbd overlay by "McGehee
1 On 02/04/2015 02:47 PM, McGehee, Robert wrote:
2 > Ok, interesting. I think the problem is that I can't get to git:// port due to corporate firewall,
3
4 In case you're able to ssh somewhere outside the firewall, you can use this one:
5
6 $ ( echo '#! /bin/sh'; echo 'ssh -W $1:$2' your-outside-machine ) > ~/proxycmd
7 $ chmod +x ~/proxycmd
8
9 And then do the git commands with:
10
11 $ GIT_PROXY_COMMAND=~/proxycmd git ...
12
13 /haubi/
14
15 > so I've been switching the address to http://git.overlays.gentoo.org/... rather than git://git.overlays.gentoo.org/...
16 > I believe this functionality worked a few months ago (and it works now on github), but doesn't appear to work on the
17 > overlays server now. When I try to use the http port, I get a 503 error:
18 >
19 > git clone http://git.overlays.gentoo.org/dev/heroxbd.git
20 > Cloning into 'heroxbd'...
21 > fatal: unable to access 'http://git.overlays.gentoo.org/dev/heroxbd.git/': The requested URL returned error: 503
22 >
23 > I had assumed that access through both http and git ports were unavailable, but as I can only test http, this is clearly not the case. In fact, the distinction is clearly made on http://infra-status.gentoo.org that "gitweb" is down, but I did not initially understand the meaning.
24 >
25 > Ok, so unless something I said seems wrong or there is a http git server that hosts overlays/heroxbd, I'll try to figure out a work around on my end. Sorry for the noise!
26 >
27 > --Robert
28 >
29 >
30 > -----Original Message-----
31 > From: heroxbd@g.o [mailto:heroxbd@g.o]
32 > Sent: Tuesday, February 03, 2015 8:54 PM
33 > To: gentoo-alt@l.g.o
34 > Subject: Re: [gentoo-alt] Installing Prefix/libc : heroxbd overlay
35 >
36 > Hey Robert,
37 >
38 > Thank you for trying it out. I tried to get the overlay via layman with
39 > success. Could you paste your error message from layman?
40 >
41 > Cheers,
42 > Benda
43 >
44 > $ layman -a heroxbd
45 >
46 > * Adding overlay,...
47 > * Running Git... # ( cd /gpfshome/home/benda/gnto/var/lib/layman && /gpfshome/home/benda/gnto/usr/bin/git clone git://git.overlays.gentoo.org/dev/heroxbd.git /gpfshome/home/benda/gnto/var/lib/layman/heroxbd )
48 > Cloning into '/gpfshome/home/benda/gnto/var/lib/layman/heroxbd'...
49 > remote: Counting objects: 4363, done.
50 > remote: Compressing objects: 100% (2950/2950), done.
51 > remote: Total 4363 (delta 1306), reused 3815 (delta 1029)
52 > Receiving objects: 100% (4363/4363), 3.50 MiB | 1.02 MiB/s, done.
53 > Resolving deltas: 100% (1306/1306), done.
54 > Checking connectivity... done
55 > * Running Git... # ( cd /gpfshome/home/benda/gnto/var/lib/layman/heroxbd && /gpfshome/home/benda/gnto/usr/bin/git config user.name "layman" )
56 > * Running Git... # ( cd /gpfshome/home/benda/gnto/var/lib/layman/heroxbd && /gpfshome/home/benda/gnto/usr/bin/git config user.email "layman@localhost" )
57 > * Successfully added overlay(s) heroxbd.
58 >
59 > "McGehee, Robert" <Robert.McGehee@××××××××××××.com> writes:
60 >
61 >> I have Gentoo Prefix installed on a Red Hat 5 box, and I'm unable to
62 >> install a few packages due to the old glibc on my system. Following
63 >> this wiki page (http://wiki.gentoo.org/wiki/Prefix/libc), I'm hoping
64 >> to use heroxbd's overlay to add support for an updated glibc library.
65 >>
66 >> Unfortunately, for the past few months the overlays.gentoo.org server
67 >> appears to be down, and I haven't been able to get the overlay through
68 >> layman. This website (http://infra-status.gentoo.org) suggests there
69 >> is no ETA.
70 >>
71 >> So, is the heroxbd overlay available anywhere? If not, can it be added
72 >> to github or equivalent?
73 >
74 >
75 >

Replies