Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX
Date: Mon, 02 Jun 2008 20:26:29
Message-Id: 20080602202624.GF1163@gentoo.org
In Reply to: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX by Greg
1 On 02-06-2008 15:21:14 -0500, Greg wrote:
2 >>> If I'm running out of space, I don't know where.
3 >>
4 >> Have you looked at this:
5 >> http://prefix-launcher.wiki.sourceforge.net/howto+install+prefix+launcher
6 >>
7 >> Looks related to your error.
8 >>
9 > It does look like this is what I need. Starting over. Will keep you
10 > posted.
11
12 I guess doing those changes and restarting with gcc will do.
13
14 >>>> I don't think patching is working either.
15 >>>>
16 >>> I still don't think patching is working. I don't know why.
17 >>
18 >> what exactly doesn't work? patch itself, or applying patches or not?
19 >>
20 > patching file
21 > /usr/local/src/prefix-launcher-1.2/buildroot/tar/tar-1.15.1/configure
22 > Hunk #1 succeeded at 1049 (offset 1047 lines).
23 > updating
24 > /usr/local/src/prefix-launcher-1.2/buildroot/tar/tar-1.15.1/config/config.guess
25 > applying aix-rtl patch#1
26 > patching file
27 > /usr/local/src/prefix-launcher-1.2/buildroot/tar/tar-1.15.1/configure
28 > Hunk #1 FAILED at 1.
29 > 1 out of 1 hunk FAILED -- saving rejects to file
30 > /usr/local/src/prefix-launcher-1.2/buildroot/tar/tar-1.15.1/configure.rej
31 > applying aix-rtl patch#2
32 > patching file
33 > /usr/local/src/prefix-launcher-1.2/buildroot/tar/tar-1.15.1/configure
34 > Hunk #1 FAILED at 1.
35 > 1 out of 1 hunk FAILED -- saving rejects to file
36 > /usr/local/src/prefix-launcher-1.2/buildroot/tar/tar-1.15.1/configure.rej
37 > patching file
38 > /usr/local/src/prefix-launcher-1.2/buildroot/tar/tar-1.15.1/configure
39 > Hunk #1 FAILED at 1.
40 > 1 out of 1 hunk FAILED -- saving rejects to file
41 > /usr/local/src/prefix-launcher-1.2/buildroot/tar/tar-1.15.1/configure.rej
42 >
43 > I don't know enough to know exactly what a "Hunk" is, but something
44 > isn't happening. I looked at the patch and it didn't seem like too big
45 > a deal, but who knows?
46
47 A "hunk" is just a group of lines that need to be changed. When groups
48 are distant from each other, multiple "hunks" are made to reflect the
49 groups. I guess this is bad, but you can see how far you get. If it
50 compiles it probably is ok. Sidenote, that tar is pretty old, but
51 that's up for haubi to see if updating it helps.
52
53
54 --
55 Fabian Groffen
56 Gentoo on a different level
57 --
58 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] failing prefix-launcher-1.2 on AIX Greg <trigggl@×××××.com>
RE: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX Markus Duft <mduft@g.o>