Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] emerge of media-gfx/sav2p failed
Date: Sat, 08 Nov 2014 16:12:59
Message-Id: CAJ1xhMWfnDtB+eN1YfvPoFX7B_8MnN=pdhgMRJ1poZnWLv_Z9w@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge of media-gfx/sav2p failed by covici@ccs.covici.com
1 On Sat, Nov 8, 2014 at 6:06 PM, <covici@××××××××××.com> wrote:
2 > Alexander Kapshuk <alexander.kapshuk@×××××.com> wrote:
3 >
4 >> On Sat, Nov 8, 2014 at 4:56 PM, Alexander Kapshuk
5 >> <alexander.kapshuk@×××××.com> wrote:
6 >> > On Sat, Nov 8, 2014 at 4:46 PM, Alexander Kapshuk
7 >> > <alexander.kapshuk@×××××.com> wrote:
8 >> >> On Sat, Nov 8, 2014 at 3:06 PM, <covici@××××××××××.com> wrote:
9 >> >>> Hi. In my recent update of this morning I found that I cannot emerge
10 >> >>> media-gfx/sav2p and I cannot find anything on google nor in the bgo.
11 >> >>> Here is what the log says:
12 >> >>>
13 >> >>> configure: WARNING: cannot find inttype: sizeof(inttype)==16
14 >> >>> checking size of char *... (cached) 8
15 >> >>> checking size of void *... 8
16 >> >>> checking for an integral type to hold a ptr... long
17 >> >>> checking for ptr <-> integral conversion... yes
18 >> >>> checking for integral type size_t... unsigned long
19 >> >>> checking size of bool... 1
20 >> >>> configure: creating ./config.status
21 >> >>> config.status: creating Makehelp
22 >> >>> config.status: creating config.h
23 >> >>> running gmake Makedep... error
24 >> >>> configure: error: cannot compute depends
25 >> >>>
26 >> >>> !!! Please attach the following file when seeking support:
27 >> >>> !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
28 >> >>> * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
29 >> >>> * econf failed
30 >> >>> *
31 >> >>> * Call stack:
32 >> >>> * ebuild.sh, line 93: Called src_configure
33 >> >>> * environment, line 2735: Called econf '--enable-lzw'
34 >> >>> * '--enable-gif'
35 >> >>> * phase-helpers.sh, line 584: Called die
36 >> >>> * The specific snippet of code:
37 >> >>> * die "econf failed"
38 >> >>> *
39 >> >>> * If you need support, post the output of `emerge --info
40 >> >>> '=media-gfx/sam2p-0.49.2::gentoo'`,
41 >> >>> * the complete build log and the output of `emerge -pqv
42 >> >>> '=media-gfx/sam2p-0.49.2::gentoo'`.
43 >> >>> * The complete build log is located at
44 >> >>> '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
45 >> >>> * For convenience, a symlink to the build log is located at
46 >> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
47 >> >>> * The ebuild environment file is located at
48 >> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
49 >> >>> * Working directory:
50 >> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
51 >> >>> * S:
52 >> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
53 >> >>>
54 >> >>> Thanks in advance for any ideas.
55 >> >>>
56 >> >>>
57 >> >>> --
58 >> >>> Your life is like a penny. You're going to lose it. The question is:
59 >> >>> How do
60 >> >>> you spend it?
61 >> >>>
62 >> >>> John Covici
63 >> >>> covici@××××××××××.com
64 >> >>>
65 >> >>
66 >> >> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
67 >> >> got to say?
68 >> >
69 >> > Looks like folk were experiencing the same sort of problem with the
70 >> > package in question back in 2006-2008. See
71 >> > 'http://forums.gentoo.org/viewtopic-t-468592.html' for details.
72 >>
73 >> Some Arch Linux folks might have found a fix for the problem, see if
74 >> 'https://aur.archlinux.org/packages/sam2p/' is of any help.
75 >
76 > Well, they suggest to rebuild gcc, which is supposed to happen in this
77 > update, so I will just continue and see if it works after that.
78 > Thanks so much for finding that.
79 >
80 > --
81 > Your life is like a penny. You're going to lose it. The question is:
82 > How do
83 > you spend it?
84 >
85 > John Covici
86 > covici@××××××××××.com
87 >
88
89 This link, 'http://code.google.com/p/sam2p/issues/detail?id=8',
90 suggests that this problem occurs when gcc 4.7 is used. If that is
91 what you have, you may want to consider upgrading gcc to version 4.8,
92 try the ccdep.pl patch available at the link above and see if that
93 helps.