Gentoo Archives: gentoo-amd64

From: Bira <u.alberton@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Errors compiliing Examine and a quick question about bug reports
Date: Mon, 14 Aug 2006 23:15:53
Message-Id: d391a7990608141613p706ded47s50681165ea5154f1@mail.gmail.com
1 Hello,
2
3 I've been trying out Enlightenment E17 for the past couple of days,
4 and I've run into some compilation problems with the "examine" lib,
5 which is a dependency for "engage" (a nifty iconbar thing).
6
7 At the start of compilation, the proccess throws up these error messages:
8
9 examine-examine_client.o: In function `examine_client_get_val_cb':
10 examine_client.c:(.text+0x8e2): undefined reference to `ewl_spinner_value_set'
11 examine-examine_client.o: In function `examine_client_revert':
12 examine_client.c:(.text+0x65c): undefined reference to `ewl_spinner_value_set'
13 examine_client.c:(.text+0x691): undefined reference to `ewl_spinner_value_set'
14 examine-examine.o: In function `cb_set_int':
15 examine.c:(.text+0xac): undefined reference to `ewl_spinner_value_get'
16 examine-examine.o: In function `cb_set_float':
17 examine.c:(.text+0xbf): undefined reference to `ewl_spinner_value_get'
18 examine-examine.o: In function `draw_tree':
19 examine.c:(.text+0x683): undefined reference to `ewl_spinner_step_set'
20 examine.c:(.text+0x69d): undefined reference to `ewl_spinner_min_val_set'
21 examine.c:(.text+0x6b0): undefined reference to `ewl_spinner_max_val_set'
22 examine.c:(.text+0x6ca): undefined reference to `ewl_spinner_step_set'
23 examine.c:(.text+0x70b): undefined reference to `ewl_spinner_min_val_set'
24 examine.c:(.text+0x723): undefined reference to `ewl_spinner_max_val_set'
25 examine.c:(.text+0x742): undefined reference to `ewl_spinner_step_set'
26 collect2: ld returned 1 exit status
27 make[2]: *** [examine] Error 1
28 make[2]: Leaving directory
29 `/var/tmp/portage/examine-9999/work/e17/apps/examine/src'
30 make[1]: *** [all-recursive] Error 1
31 make[1]: Leaving directory `/var/tmp/portage/examine-9999/work/e17/apps/examine'
32 make: *** [all] Error 2
33 ...
34 ...
35 ...
36 !!! SEND BUG REPORTS TO vapier@g.o NOT THE E TEAM
37 ...
38
39 I've tried poking around in the source code, but I couldn't find none
40 of these functions (ewl_spinner_value_set, etc.) in my include
41 directory, so I think this is caused by some sort of API change.
42
43 I know E17 is pre-alpha, and that this sort of thing is bound to
44 happen. Should I file a bug report, or should I just wait a week or
45 two for the problem to be solved?
46
47 Also, should I send the report directly to the e-mail Portage gave me
48 (above) or post it to Gentoo's Bugzilla? I don't think support for E17
49 is quite official yet, and this is the reason for my question.
50
51 I thank you all in advance for your patience and your answers :).
52
53
54
55
56 --
57 Bira
58 http://compexplicita.blogspot.com
59 http://sinfoniaferida.blogspot.com
60 --
61 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Errors compiliing Examine and a quick question about bug reports Richard Fish <bigfish@××××××××××.org>