* [gentoo-embedded] sh4 system, pppd and dhcp
@ 2006-04-19 15:37 Jakub Ladman
0 siblings, 0 replies; only message in thread
From: Jakub Ladman @ 2006-04-19 15:37 UTC (permalink / raw
To: gentoo-embedded
Do i need emerge net-dialup/ppp ebuild with dhcp use flag to enable automatic
address determination for gprs network connection?
I am trying it, but if i enable this use flag, emerge fails with this error:
make[1]: Leaving directory
`/var/tmp/portage/ppp-2.4.3-r14/work/ppp-2.4.3/pppdump'
sh4-pc-linux-uclibc-gcc -Os -pipe -L/home/ladmanj/work_projects/sh4prj/lib
-L/home/ladmanj/work_projects/sh4prj/usr/lib -Wl,-z,now pppgetpass.vt.c -o
pppgetpass.vt
>>> Test phase [not enabled]: net-dialup/ppp-2.4.3-r14
>>> Install ppp-2.4.3-r14 into /var/tmp/portage/ppp-2.4.3-r14/image/ category
net-dialup
install: cannot stat `pppd/plugins/dhcp/dhcpc.so': není souborem ani adresářem
!!! ERROR: net-dialup/ppp-2.4.3-r14 failed.
!!! Function src_install, Line 224, Exitcode 1
!!! dhcpc.so not build
!!! If you need support, post the topmost build error, NOT this status
message.
If the dhcp use flag is out, ppp ebuilds completes itself succesfuly.
My system is described in this script:
trotl ladmanj # cat memerge
#!/bin/bash
ARCH=sh4
ACCEPT_KEYWORDS="-x86 -~x86 sh ~sh"
ROOT="/home/ladmanj/work_projects/sh4prj"
CFLAGS="-Os -pipe"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-L${ROOT}/lib -L${ROOT}/usr/lib"
CBUILD=i686-pc-linux-gnu
CHOST=sh4-pc-linux-uclibc
CTARGET=sh4-pc-linux-uclibc
CC=sh4-pc-linux-uclibc-gcc
CXX=sh4-pc-linux-uclibc-g++
PKGDIR=/usr/portage/packages/sh4
USE="-* -X -kde -gnome -glibc uclibc make-symlinks static"
export ARCH ACCEPT_KEYWORDS CFLAGS CXXFLAGS LDFLAGS ROOT CBUILD CHOST CTARGET
CC CXX PKGDIR USE
emerge -b $*
trotl ladmanj #
Thank you for help
Best regards
Jakub Ladman
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-19 15:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-19 15:37 [gentoo-embedded] sh4 system, pppd and dhcp Jakub Ladman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox