Gentoo Archives: gentoo-embedded

From: Harald Schioeberg <schioebe@××××××××××.de>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] emerge ppp with crosscompile problem
Date: Wed, 03 May 2006 12:28:39
Message-Id: 4458A1C7.6000906@net.in.tum.de
In Reply to: Re: [gentoo-embedded] emerge ppp with crosscompile problem by Jakub Ladman
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Jakub Ladman wrote:
5 > Dne st 3. kvìtna 2006 13:57 Harald Schioeberg napsal(a):
6 >> i found your problem:
7 >> it is in
8 >> /var/tmp/portage/ppp-2.4.3-r14/work/ppp-2.4.3/pppd/plugins/Makefile.linux
9 >>
10 >> these are the first lines of this file:
11 >>
12 >> CC = gcc
13 >> COPTS = -O2 -g
14 >> CFLAGS = $(COPTS) -I.. -I../../include -fPIC
15 >> LDFLAGS = -shared
16 >> [...]
17 >>
18 >> .... and it simply does not respect any environment variables.
19 >> Time to write a patch and file the bugreport against the ppp ebuild.
20 >
21 > But i do not know how to do it :-(
22 > Jakub Ladman
23 >
24 >> cheers
25 >> Harald
26 >
27
28 A workaround until a new ppp ebuild is released might be (untested):
29
30 ln -s /usr/bin/sh4-..-gcc /usr/local/sh4-tools/gcc
31 PATH="/usr/local/sh4-tools:$PATH"
32 emerge ppp
33
34 i have filed a bug:
35
36 http://bugs.gentoo.org/show_bug.cgi?id=132115
37
38
39 -----BEGIN PGP SIGNATURE-----
40 Version: GnuPG v1.4.2.1 (GNU/Linux)
41 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
42
43 iD8DBQFEWKHHJgyxs71kcx4RAopKAKDgkC5vktq5XLlc/7DMTUDVJ8N93gCfdOju
44 i9sIvFmVFEBRvLXZED8PN9A=
45 =nMSv
46 -----END PGP SIGNATURE-----
47 --
48 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] emerge ppp with crosscompile problem Harald Schioeberg <schioebe@××××××××××.de>