Gentoo Archives: gentoo-dev

From: Bryce Porter <bporter@××××××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] wvdial and strace problem
Date: Fri, 27 Apr 2001 13:53:19
Message-Id: Pine.LNX.4.21.0104271449130.4841-100000@x86.dyn.cheapnet.net
1 x86 strace > emerge strace-3.99.ebuild
2 gcc -b i486-pc-linux-gnu -Wall -DHAVE_CONFIG_H -I. -Ilinux/i386
3 -I./linux/i386 -Ilinux -I./linux -mpentium -march=pentium -O5 -c file.c
4 file.c: In function `sprinttime':
5 file.c:376: warning: implicit declaration of function `localtime'
6 file.c:376: warning: assignment makes pointer from integer without a cast
7 file.c:378: dereferencing pointer to incomplete type
8 file.c:378: dereferencing pointer to incomplete type
9 file.c:378: dereferencing pointer to incomplete type
10 file.c:379: dereferencing pointer to incomplete type
11 file.c:379: dereferencing pointer to incomplete type
12 file.c:379: dereferencing pointer to incomplete type
13 make: *** [file.o] Error 1
14
15 !!! ERROR: the make command did not complete successfully.
16 !!! ("make")
17 !!! Since this is a critical task, ebuild will be stopped.
18
19 !!! emerge aborting.
20
21 ---AND---
22
23 x86 strace > wvdial
24 Segmentation fault (core dumped)
25
26 it seems that wvdial compiled and merged fine, but when i goto run it, it
27 segfaults. with strace, it fails to compile everytime, and i can't figure
28 out why. i am using the downgraded automake and a build snapshot
29 tarball from achim. it boots and allows me to get a shell finally, but i
30 can't get on the net yet :(
31
32 any help would be greatly appreciated

Replies

Subject Author
Re: [gentoo-dev] wvdial and strace problem AGottinger@t-online.de (Achim Gottinger)