* [gentoo-user] emerge of media-gfx/sav2p failed
@ 2014-11-08 13:06 covici
2014-11-08 14:46 ` Alexander Kapshuk
0 siblings, 1 reply; 12+ messages in thread
From: covici @ 2014-11-08 13:06 UTC (permalink / raw
To: gentoo-user
Hi. In my recent update of this morning I found that I cannot emerge
media-gfx/sav2p and I cannot find anything on google nor in the bgo.
Here is what the log says:
configure: WARNING: cannot find inttype: sizeof(inttype)==16
checking size of char *... (cached) 8
checking size of void *... 8
checking for an integral type to hold a ptr... long
checking for ptr <-> integral conversion... yes
checking for integral type size_t... unsigned long
checking size of bool... 1
configure: creating ./config.status
config.status: creating Makehelp
config.status: creating config.h
running gmake Makedep... error
configure: error: cannot compute depends
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
* ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
* econf failed
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 2735: Called econf '--enable-lzw'
* '--enable-gif'
* phase-helpers.sh, line 584: Called die
* The specific snippet of code:
* die "econf failed"
*
* If you need support, post the output of `emerge --info
'=media-gfx/sam2p-0.49.2::gentoo'`,
* the complete build log and the output of `emerge -pqv
'=media-gfx/sam2p-0.49.2::gentoo'`.
* The complete build log is located at
'/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
* For convenience, a symlink to the build log is located at
'/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
* The ebuild environment file is located at
'/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
* Working directory:
'/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
* S:
'/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
Thanks in advance for any ideas.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 13:06 [gentoo-user] emerge of media-gfx/sav2p failed covici
@ 2014-11-08 14:46 ` Alexander Kapshuk
2014-11-08 14:56 ` Alexander Kapshuk
2014-11-08 15:53 ` covici
0 siblings, 2 replies; 12+ messages in thread
From: Alexander Kapshuk @ 2014-11-08 14:46 UTC (permalink / raw
To: Gentoo mailing list
On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
> Hi. In my recent update of this morning I found that I cannot emerge
> media-gfx/sav2p and I cannot find anything on google nor in the bgo.
> Here is what the log says:
>
> configure: WARNING: cannot find inttype: sizeof(inttype)==16
> checking size of char *... (cached) 8
> checking size of void *... 8
> checking for an integral type to hold a ptr... long
> checking for ptr <-> integral conversion... yes
> checking for integral type size_t... unsigned long
> checking size of bool... 1
> configure: creating ./config.status
> config.status: creating Makehelp
> config.status: creating config.h
> running gmake Makedep... error
> configure: error: cannot compute depends
>
> !!! Please attach the following file when seeking support:
> !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
> * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
> * econf failed
> *
> * Call stack:
> * ebuild.sh, line 93: Called src_configure
> * environment, line 2735: Called econf '--enable-lzw'
> * '--enable-gif'
> * phase-helpers.sh, line 584: Called die
> * The specific snippet of code:
> * die "econf failed"
> *
> * If you need support, post the output of `emerge --info
> '=media-gfx/sam2p-0.49.2::gentoo'`,
> * the complete build log and the output of `emerge -pqv
> '=media-gfx/sam2p-0.49.2::gentoo'`.
> * The complete build log is located at
> '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
> * For convenience, a symlink to the build log is located at
> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
> * The ebuild environment file is located at
> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
> * Working directory:
> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> * S:
> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>
> Thanks in advance for any ideas.
>
>
> --
> Your life is like a penny. You're going to lose it. The question is:
> How do
> you spend it?
>
> John Covici
> covici@ccs.covici.com
>
What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
got to say?
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 14:46 ` Alexander Kapshuk
@ 2014-11-08 14:56 ` Alexander Kapshuk
2014-11-08 14:59 ` Alexander Kapshuk
2014-11-08 16:01 ` covici
2014-11-08 15:53 ` covici
1 sibling, 2 replies; 12+ messages in thread
From: Alexander Kapshuk @ 2014-11-08 14:56 UTC (permalink / raw
To: Gentoo mailing list
On Sat, Nov 8, 2014 at 4:46 PM, Alexander Kapshuk
<alexander.kapshuk@gmail.com> wrote:
> On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
>> Hi. In my recent update of this morning I found that I cannot emerge
>> media-gfx/sav2p and I cannot find anything on google nor in the bgo.
>> Here is what the log says:
>>
>> configure: WARNING: cannot find inttype: sizeof(inttype)==16
>> checking size of char *... (cached) 8
>> checking size of void *... 8
>> checking for an integral type to hold a ptr... long
>> checking for ptr <-> integral conversion... yes
>> checking for integral type size_t... unsigned long
>> checking size of bool... 1
>> configure: creating ./config.status
>> config.status: creating Makehelp
>> config.status: creating config.h
>> running gmake Makedep... error
>> configure: error: cannot compute depends
>>
>> !!! Please attach the following file when seeking support:
>> !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
>> * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
>> * econf failed
>> *
>> * Call stack:
>> * ebuild.sh, line 93: Called src_configure
>> * environment, line 2735: Called econf '--enable-lzw'
>> * '--enable-gif'
>> * phase-helpers.sh, line 584: Called die
>> * The specific snippet of code:
>> * die "econf failed"
>> *
>> * If you need support, post the output of `emerge --info
>> '=media-gfx/sam2p-0.49.2::gentoo'`,
>> * the complete build log and the output of `emerge -pqv
>> '=media-gfx/sam2p-0.49.2::gentoo'`.
>> * The complete build log is located at
>> '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
>> * For convenience, a symlink to the build log is located at
>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
>> * The ebuild environment file is located at
>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
>> * Working directory:
>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>> * S:
>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>>
>> Thanks in advance for any ideas.
>>
>>
>> --
>> Your life is like a penny. You're going to lose it. The question is:
>> How do
>> you spend it?
>>
>> John Covici
>> covici@ccs.covici.com
>>
>
> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
> got to say?
Looks like folk were experiencing the same sort of problem with the
package in question back in 2006-2008. See
'http://forums.gentoo.org/viewtopic-t-468592.html' for details.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 14:56 ` Alexander Kapshuk
@ 2014-11-08 14:59 ` Alexander Kapshuk
2014-11-08 15:08 ` Alexander Kapshuk
2014-11-08 16:06 ` covici
2014-11-08 16:01 ` covici
1 sibling, 2 replies; 12+ messages in thread
From: Alexander Kapshuk @ 2014-11-08 14:59 UTC (permalink / raw
To: Gentoo mailing list
On Sat, Nov 8, 2014 at 4:56 PM, Alexander Kapshuk
<alexander.kapshuk@gmail.com> wrote:
> On Sat, Nov 8, 2014 at 4:46 PM, Alexander Kapshuk
> <alexander.kapshuk@gmail.com> wrote:
>> On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
>>> Hi. In my recent update of this morning I found that I cannot emerge
>>> media-gfx/sav2p and I cannot find anything on google nor in the bgo.
>>> Here is what the log says:
>>>
>>> configure: WARNING: cannot find inttype: sizeof(inttype)==16
>>> checking size of char *... (cached) 8
>>> checking size of void *... 8
>>> checking for an integral type to hold a ptr... long
>>> checking for ptr <-> integral conversion... yes
>>> checking for integral type size_t... unsigned long
>>> checking size of bool... 1
>>> configure: creating ./config.status
>>> config.status: creating Makehelp
>>> config.status: creating config.h
>>> running gmake Makedep... error
>>> configure: error: cannot compute depends
>>>
>>> !!! Please attach the following file when seeking support:
>>> !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
>>> * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
>>> * econf failed
>>> *
>>> * Call stack:
>>> * ebuild.sh, line 93: Called src_configure
>>> * environment, line 2735: Called econf '--enable-lzw'
>>> * '--enable-gif'
>>> * phase-helpers.sh, line 584: Called die
>>> * The specific snippet of code:
>>> * die "econf failed"
>>> *
>>> * If you need support, post the output of `emerge --info
>>> '=media-gfx/sam2p-0.49.2::gentoo'`,
>>> * the complete build log and the output of `emerge -pqv
>>> '=media-gfx/sam2p-0.49.2::gentoo'`.
>>> * The complete build log is located at
>>> '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
>>> * For convenience, a symlink to the build log is located at
>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
>>> * The ebuild environment file is located at
>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
>>> * Working directory:
>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>>> * S:
>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>>>
>>> Thanks in advance for any ideas.
>>>
>>>
>>> --
>>> Your life is like a penny. You're going to lose it. The question is:
>>> How do
>>> you spend it?
>>>
>>> John Covici
>>> covici@ccs.covici.com
>>>
>>
>> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
>> got to say?
>
> Looks like folk were experiencing the same sort of problem with the
> package in question back in 2006-2008. See
> 'http://forums.gentoo.org/viewtopic-t-468592.html' for details.
Some Arch Linux folks might have found a fix for the problem, see if
'https://aur.archlinux.org/packages/sam2p/' is of any help.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 14:59 ` Alexander Kapshuk
@ 2014-11-08 15:08 ` Alexander Kapshuk
2014-11-08 16:13 ` covici
2014-11-08 16:06 ` covici
1 sibling, 1 reply; 12+ messages in thread
From: Alexander Kapshuk @ 2014-11-08 15:08 UTC (permalink / raw
To: Gentoo mailing list
On Sat, Nov 8, 2014 at 4:59 PM, Alexander Kapshuk
<alexander.kapshuk@gmail.com> wrote:
> On Sat, Nov 8, 2014 at 4:56 PM, Alexander Kapshuk
> <alexander.kapshuk@gmail.com> wrote:
>> On Sat, Nov 8, 2014 at 4:46 PM, Alexander Kapshuk
>> <alexander.kapshuk@gmail.com> wrote:
>>> On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
>>>> Hi. In my recent update of this morning I found that I cannot emerge
>>>> media-gfx/sav2p and I cannot find anything on google nor in the bgo.
>>>> Here is what the log says:
>>>>
>>>> configure: WARNING: cannot find inttype: sizeof(inttype)==16
>>>> checking size of char *... (cached) 8
>>>> checking size of void *... 8
>>>> checking for an integral type to hold a ptr... long
>>>> checking for ptr <-> integral conversion... yes
>>>> checking for integral type size_t... unsigned long
>>>> checking size of bool... 1
>>>> configure: creating ./config.status
>>>> config.status: creating Makehelp
>>>> config.status: creating config.h
>>>> running gmake Makedep... error
>>>> configure: error: cannot compute depends
>>>>
>>>> !!! Please attach the following file when seeking support:
>>>> !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
>>>> * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
>>>> * econf failed
>>>> *
>>>> * Call stack:
>>>> * ebuild.sh, line 93: Called src_configure
>>>> * environment, line 2735: Called econf '--enable-lzw'
>>>> * '--enable-gif'
>>>> * phase-helpers.sh, line 584: Called die
>>>> * The specific snippet of code:
>>>> * die "econf failed"
>>>> *
>>>> * If you need support, post the output of `emerge --info
>>>> '=media-gfx/sam2p-0.49.2::gentoo'`,
>>>> * the complete build log and the output of `emerge -pqv
>>>> '=media-gfx/sam2p-0.49.2::gentoo'`.
>>>> * The complete build log is located at
>>>> '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
>>>> * For convenience, a symlink to the build log is located at
>>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
>>>> * The ebuild environment file is located at
>>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
>>>> * Working directory:
>>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>>>> * S:
>>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>>>>
>>>> Thanks in advance for any ideas.
>>>>
>>>>
>>>> --
>>>> Your life is like a penny. You're going to lose it. The question is:
>>>> How do
>>>> you spend it?
>>>>
>>>> John Covici
>>>> covici@ccs.covici.com
>>>>
>>>
>>> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
>>> got to say?
>>
>> Looks like folk were experiencing the same sort of problem with the
>> package in question back in 2006-2008. See
>> 'http://forums.gentoo.org/viewtopic-t-468592.html' for details.
>
> Some Arch Linux folks might have found a fix for the problem, see if
> 'https://aur.archlinux.org/packages/sam2p/' is of any help.
One more link that seems to pinpoint the problem,
'http://code.google.com/p/sam2p/issues/detail?id=8'.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 14:46 ` Alexander Kapshuk
2014-11-08 14:56 ` Alexander Kapshuk
@ 2014-11-08 15:53 ` covici
2014-11-08 15:55 ` Alexander Kapshuk
1 sibling, 1 reply; 12+ messages in thread
From: covici @ 2014-11-08 15:53 UTC (permalink / raw
To: gentoo-user
Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:
> On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
> > Hi. In my recent update of this morning I found that I cannot emerge
> > media-gfx/sav2p and I cannot find anything on google nor in the bgo.
> > Here is what the log says:
> >
> > configure: WARNING: cannot find inttype: sizeof(inttype)==16
> > checking size of char *... (cached) 8
> > checking size of void *... 8
> > checking for an integral type to hold a ptr... long
> > checking for ptr <-> integral conversion... yes
> > checking for integral type size_t... unsigned long
> > checking size of bool... 1
> > configure: creating ./config.status
> > config.status: creating Makehelp
> > config.status: creating config.h
> > running gmake Makedep... error
> > configure: error: cannot compute depends
> >
> > !!! Please attach the following file when seeking support:
> > !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
> > * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
> > * econf failed
> > *
> > * Call stack:
> > * ebuild.sh, line 93: Called src_configure
> > * environment, line 2735: Called econf '--enable-lzw'
> > * '--enable-gif'
> > * phase-helpers.sh, line 584: Called die
> > * The specific snippet of code:
> > * die "econf failed"
> > *
> > * If you need support, post the output of `emerge --info
> > '=media-gfx/sam2p-0.49.2::gentoo'`,
> > * the complete build log and the output of `emerge -pqv
> > '=media-gfx/sam2p-0.49.2::gentoo'`.
> > * The complete build log is located at
> > '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
> > * For convenience, a symlink to the build log is located at
> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
> > * The ebuild environment file is located at
> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
> > * Working directory:
> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> > * S:
> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> >
> > Thanks in advance for any ideas.
> >
> >
> > --
> > Your life is like a penny. You're going to lose it. The question is:
> > How do
> > you spend it?
> >
> > John Covici
> > covici@ccs.covici.com
> >
>
> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
> got to say?
Well, its huge, but here are a few lines that may be relevant:
configure:7594: running gmake Makedep
Makefile:45: Makedep: No such file or directory
(echo '/* Generated automatically by Makefile. */' && \
echo '#ifndef SAM2P_VERSION_H' && \
echo '#define SAM2P_VERSION_H 1' && \
echo '#define SAM2P_VERSION "0.49.2"' && \
echo '#endif') >sam2p_version.h
perl -x -S ./ccdep.pl --FAL=assert,no,yes,checker
x86_64-pc-linux-gnu-g++
./ccdep.pl: running.
+ x86_64-pc-linux-gnu-g++ -DOBJDEP -fno-diagnostics-show-caret -M
-MG -E 2>&1 image.cpp c_lgcc3.cpp minips.cpp cgif.c
jpegdump_main.cpp sam2p_main.cpp pts_defl\.c in_tiff.cpp c_lgcc.cpp
in_lbm.cpp test_main.cpp appliers.cpp gensi.cpp pts_lzw.c in_jai.cpp
in_ps.cpp encoder.cpp in_tga.cpp mapping.cpp in_pcx.cpp snprintf\.c
StdAfx.cpp rule.cpp pts_fax.c in_bmp.cpp in_pnm.cpp out_gif.cpp
in_gif.cpp in_xpm.cpp ps_tiny.c in_jpeg.cpp crc32.c gensio.cpp
vcsam2p.cpp error.cpp testfax\_main.c in_png.cpp
+ x86_64-pc-linux-gnu-g++ -DOBJDEP -fno-diagnostics-show-caret -E
2>&1 >/dev/null image.cpp c_lgcc3.cpp minips.cpp cgif.c
jpegdump_main.cpp sam2p_main.cpp pts_\defl.c in_tiff.cpp c_lgcc.cpp
in_lbm.cpp test_main.cpp appliers.cpp gensi.cpp pts_lzw.c in_jai.cpp
in_ps.cpp encoder.cpp in_tga.cpp mapping.cpp in_pcx.cpp snpr\intf.c
StdAfx.cpp rule.cpp pts_fax.c in_bmp.cpp in_pnm.cpp out_gif.cpp
in_gif.cpp in_xpm.cpp ps_tiny.c in_jpeg.cpp crc32.c gensio.cpp
vcsam2p.cpp error.cpp tes\tfax_main.c in_png.cpp
./ccdep.pl: invalid depret: [/usr/include/features.h:148:3: warning:
#warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE" [-Wcpp]]
Makefile:44: recipe for target 'Makedep' failed
gmake: *** [Makedep] Error 1
configure:7600: result: error
configure:7602: error: cannot compute depends
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 15:53 ` covici
@ 2014-11-08 15:55 ` Alexander Kapshuk
2014-11-08 16:17 ` covici
0 siblings, 1 reply; 12+ messages in thread
From: Alexander Kapshuk @ 2014-11-08 15:55 UTC (permalink / raw
To: Gentoo mailing list
On Sat, Nov 8, 2014 at 5:53 PM, <covici@ccs.covici.com> wrote:
> Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:
>
>> On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
>> > Hi. In my recent update of this morning I found that I cannot emerge
>> > media-gfx/sav2p and I cannot find anything on google nor in the bgo.
>> > Here is what the log says:
>> >
>> > configure: WARNING: cannot find inttype: sizeof(inttype)==16
>> > checking size of char *... (cached) 8
>> > checking size of void *... 8
>> > checking for an integral type to hold a ptr... long
>> > checking for ptr <-> integral conversion... yes
>> > checking for integral type size_t... unsigned long
>> > checking size of bool... 1
>> > configure: creating ./config.status
>> > config.status: creating Makehelp
>> > config.status: creating config.h
>> > running gmake Makedep... error
>> > configure: error: cannot compute depends
>> >
>> > !!! Please attach the following file when seeking support:
>> > !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
>> > * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
>> > * econf failed
>> > *
>> > * Call stack:
>> > * ebuild.sh, line 93: Called src_configure
>> > * environment, line 2735: Called econf '--enable-lzw'
>> > * '--enable-gif'
>> > * phase-helpers.sh, line 584: Called die
>> > * The specific snippet of code:
>> > * die "econf failed"
>> > *
>> > * If you need support, post the output of `emerge --info
>> > '=media-gfx/sam2p-0.49.2::gentoo'`,
>> > * the complete build log and the output of `emerge -pqv
>> > '=media-gfx/sam2p-0.49.2::gentoo'`.
>> > * The complete build log is located at
>> > '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
>> > * For convenience, a symlink to the build log is located at
>> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
>> > * The ebuild environment file is located at
>> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
>> > * Working directory:
>> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>> > * S:
>> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>> >
>> > Thanks in advance for any ideas.
>> >
>> >
>> > --
>> > Your life is like a penny. You're going to lose it. The question is:
>> > How do
>> > you spend it?
>> >
>> > John Covici
>> > covici@ccs.covici.com
>> >
>>
>> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
>> got to say?
>
> Well, its huge, but here are a few lines that may be relevant:
> configure:7594: running gmake Makedep
> Makefile:45: Makedep: No such file or directory
> (echo '/* Generated automatically by Makefile. */' && \
> echo '#ifndef SAM2P_VERSION_H' && \
> echo '#define SAM2P_VERSION_H 1' && \
> echo '#define SAM2P_VERSION "0.49.2"' && \
> echo '#endif') >sam2p_version.h
> perl -x -S ./ccdep.pl --FAL=assert,no,yes,checker
> x86_64-pc-linux-gnu-g++
> ./ccdep.pl: running.
> + x86_64-pc-linux-gnu-g++ -DOBJDEP -fno-diagnostics-show-caret -M
> -MG -E 2>&1 image.cpp c_lgcc3.cpp minips.cpp cgif.c
> jpegdump_main.cpp sam2p_main.cpp pts_defl\.c in_tiff.cpp c_lgcc.cpp
> in_lbm.cpp test_main.cpp appliers.cpp gensi.cpp pts_lzw.c in_jai.cpp
> in_ps.cpp encoder.cpp in_tga.cpp mapping.cpp in_pcx.cpp snprintf\.c
> StdAfx.cpp rule.cpp pts_fax.c in_bmp.cpp in_pnm.cpp out_gif.cpp
> in_gif.cpp in_xpm.cpp ps_tiny.c in_jpeg.cpp crc32.c gensio.cpp
> vcsam2p.cpp error.cpp testfax\_main.c in_png.cpp
> + x86_64-pc-linux-gnu-g++ -DOBJDEP -fno-diagnostics-show-caret -E
> 2>&1 >/dev/null image.cpp c_lgcc3.cpp minips.cpp cgif.c
> jpegdump_main.cpp sam2p_main.cpp pts_\defl.c in_tiff.cpp c_lgcc.cpp
> in_lbm.cpp test_main.cpp appliers.cpp gensi.cpp pts_lzw.c in_jai.cpp
> in_ps.cpp encoder.cpp in_tga.cpp mapping.cpp in_pcx.cpp snpr\intf.c
> StdAfx.cpp rule.cpp pts_fax.c in_bmp.cpp in_pnm.cpp out_gif.cpp
> in_gif.cpp in_xpm.cpp ps_tiny.c in_jpeg.cpp crc32.c gensio.cpp
> vcsam2p.cpp error.cpp tes\tfax_main.c in_png.cpp
> ./ccdep.pl: invalid depret: [/usr/include/features.h:148:3: warning:
> #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> _DEFAULT_SOURCE" [-Wcpp]]
> Makefile:44: recipe for target 'Makedep' failed
> gmake: *** [Makedep] Error 1
> configure:7600: result: error
> configure:7602: error: cannot compute depends
>
> --
> Your life is like a penny. You're going to lose it. The question is:
> How do
> you spend it?
>
> John Covici
> covici@ccs.covici.com
>
What version of your gcc compiler?
gcc --version
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 14:56 ` Alexander Kapshuk
2014-11-08 14:59 ` Alexander Kapshuk
@ 2014-11-08 16:01 ` covici
1 sibling, 0 replies; 12+ messages in thread
From: covici @ 2014-11-08 16:01 UTC (permalink / raw
To: gentoo-user
Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:
> On Sat, Nov 8, 2014 at 4:46 PM, Alexander Kapshuk
> <alexander.kapshuk@gmail.com> wrote:
> > On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
> >> Hi. In my recent update of this morning I found that I cannot emerge
> >> media-gfx/sav2p and I cannot find anything on google nor in the bgo.
> >> Here is what the log says:
> >>
> >> configure: WARNING: cannot find inttype: sizeof(inttype)==16
> >> checking size of char *... (cached) 8
> >> checking size of void *... 8
> >> checking for an integral type to hold a ptr... long
> >> checking for ptr <-> integral conversion... yes
> >> checking for integral type size_t... unsigned long
> >> checking size of bool... 1
> >> configure: creating ./config.status
> >> config.status: creating Makehelp
> >> config.status: creating config.h
> >> running gmake Makedep... error
> >> configure: error: cannot compute depends
> >>
> >> !!! Please attach the following file when seeking support:
> >> !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
> >> * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
> >> * econf failed
> >> *
> >> * Call stack:
> >> * ebuild.sh, line 93: Called src_configure
> >> * environment, line 2735: Called econf '--enable-lzw'
> >> * '--enable-gif'
> >> * phase-helpers.sh, line 584: Called die
> >> * The specific snippet of code:
> >> * die "econf failed"
> >> *
> >> * If you need support, post the output of `emerge --info
> >> '=media-gfx/sam2p-0.49.2::gentoo'`,
> >> * the complete build log and the output of `emerge -pqv
> >> '=media-gfx/sam2p-0.49.2::gentoo'`.
> >> * The complete build log is located at
> >> '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
> >> * For convenience, a symlink to the build log is located at
> >> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
> >> * The ebuild environment file is located at
> >> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
> >> * Working directory:
> >> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> >> * S:
> >> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> >>
> >> Thanks in advance for any ideas.
> >>
> >>
> >> --
> >> Your life is like a penny. You're going to lose it. The question is:
> >> How do
> >> you spend it?
> >>
> >> John Covici
> >> covici@ccs.covici.com
> >>
> >
> > What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
> > got to say?
>
> Looks like folk were experiencing the same sort of problem with the
> package in question back in 2006-2008. See
> 'http://forums.gentoo.org/viewtopic-t-468592.html' for details.
I kind of ignored that one as it was so old, but maybe its relevant.
And it was fixed with a newer version back then, so that is not helping
much for now.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 14:59 ` Alexander Kapshuk
2014-11-08 15:08 ` Alexander Kapshuk
@ 2014-11-08 16:06 ` covici
2014-11-08 16:12 ` Alexander Kapshuk
1 sibling, 1 reply; 12+ messages in thread
From: covici @ 2014-11-08 16:06 UTC (permalink / raw
To: gentoo-user
Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:
> On Sat, Nov 8, 2014 at 4:56 PM, Alexander Kapshuk
> <alexander.kapshuk@gmail.com> wrote:
> > On Sat, Nov 8, 2014 at 4:46 PM, Alexander Kapshuk
> > <alexander.kapshuk@gmail.com> wrote:
> >> On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
> >>> Hi. In my recent update of this morning I found that I cannot emerge
> >>> media-gfx/sav2p and I cannot find anything on google nor in the bgo.
> >>> Here is what the log says:
> >>>
> >>> configure: WARNING: cannot find inttype: sizeof(inttype)==16
> >>> checking size of char *... (cached) 8
> >>> checking size of void *... 8
> >>> checking for an integral type to hold a ptr... long
> >>> checking for ptr <-> integral conversion... yes
> >>> checking for integral type size_t... unsigned long
> >>> checking size of bool... 1
> >>> configure: creating ./config.status
> >>> config.status: creating Makehelp
> >>> config.status: creating config.h
> >>> running gmake Makedep... error
> >>> configure: error: cannot compute depends
> >>>
> >>> !!! Please attach the following file when seeking support:
> >>> !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
> >>> * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
> >>> * econf failed
> >>> *
> >>> * Call stack:
> >>> * ebuild.sh, line 93: Called src_configure
> >>> * environment, line 2735: Called econf '--enable-lzw'
> >>> * '--enable-gif'
> >>> * phase-helpers.sh, line 584: Called die
> >>> * The specific snippet of code:
> >>> * die "econf failed"
> >>> *
> >>> * If you need support, post the output of `emerge --info
> >>> '=media-gfx/sam2p-0.49.2::gentoo'`,
> >>> * the complete build log and the output of `emerge -pqv
> >>> '=media-gfx/sam2p-0.49.2::gentoo'`.
> >>> * The complete build log is located at
> >>> '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
> >>> * For convenience, a symlink to the build log is located at
> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
> >>> * The ebuild environment file is located at
> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
> >>> * Working directory:
> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> >>> * S:
> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> >>>
> >>> Thanks in advance for any ideas.
> >>>
> >>>
> >>> --
> >>> Your life is like a penny. You're going to lose it. The question is:
> >>> How do
> >>> you spend it?
> >>>
> >>> John Covici
> >>> covici@ccs.covici.com
> >>>
> >>
> >> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
> >> got to say?
> >
> > Looks like folk were experiencing the same sort of problem with the
> > package in question back in 2006-2008. See
> > 'http://forums.gentoo.org/viewtopic-t-468592.html' for details.
>
> Some Arch Linux folks might have found a fix for the problem, see if
> 'https://aur.archlinux.org/packages/sam2p/' is of any help.
Well, they suggest to rebuild gcc, which is supposed to happen in this
update, so I will just continue and see if it works after that.
Thanks so much for finding that.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 16:06 ` covici
@ 2014-11-08 16:12 ` Alexander Kapshuk
0 siblings, 0 replies; 12+ messages in thread
From: Alexander Kapshuk @ 2014-11-08 16:12 UTC (permalink / raw
To: Gentoo mailing list
On Sat, Nov 8, 2014 at 6:06 PM, <covici@ccs.covici.com> wrote:
> Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:
>
>> On Sat, Nov 8, 2014 at 4:56 PM, Alexander Kapshuk
>> <alexander.kapshuk@gmail.com> wrote:
>> > On Sat, Nov 8, 2014 at 4:46 PM, Alexander Kapshuk
>> > <alexander.kapshuk@gmail.com> wrote:
>> >> On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
>> >>> Hi. In my recent update of this morning I found that I cannot emerge
>> >>> media-gfx/sav2p and I cannot find anything on google nor in the bgo.
>> >>> Here is what the log says:
>> >>>
>> >>> configure: WARNING: cannot find inttype: sizeof(inttype)==16
>> >>> checking size of char *... (cached) 8
>> >>> checking size of void *... 8
>> >>> checking for an integral type to hold a ptr... long
>> >>> checking for ptr <-> integral conversion... yes
>> >>> checking for integral type size_t... unsigned long
>> >>> checking size of bool... 1
>> >>> configure: creating ./config.status
>> >>> config.status: creating Makehelp
>> >>> config.status: creating config.h
>> >>> running gmake Makedep... error
>> >>> configure: error: cannot compute depends
>> >>>
>> >>> !!! Please attach the following file when seeking support:
>> >>> !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
>> >>> * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
>> >>> * econf failed
>> >>> *
>> >>> * Call stack:
>> >>> * ebuild.sh, line 93: Called src_configure
>> >>> * environment, line 2735: Called econf '--enable-lzw'
>> >>> * '--enable-gif'
>> >>> * phase-helpers.sh, line 584: Called die
>> >>> * The specific snippet of code:
>> >>> * die "econf failed"
>> >>> *
>> >>> * If you need support, post the output of `emerge --info
>> >>> '=media-gfx/sam2p-0.49.2::gentoo'`,
>> >>> * the complete build log and the output of `emerge -pqv
>> >>> '=media-gfx/sam2p-0.49.2::gentoo'`.
>> >>> * The complete build log is located at
>> >>> '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
>> >>> * For convenience, a symlink to the build log is located at
>> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
>> >>> * The ebuild environment file is located at
>> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
>> >>> * Working directory:
>> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>> >>> * S:
>> >>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
>> >>>
>> >>> Thanks in advance for any ideas.
>> >>>
>> >>>
>> >>> --
>> >>> Your life is like a penny. You're going to lose it. The question is:
>> >>> How do
>> >>> you spend it?
>> >>>
>> >>> John Covici
>> >>> covici@ccs.covici.com
>> >>>
>> >>
>> >> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
>> >> got to say?
>> >
>> > Looks like folk were experiencing the same sort of problem with the
>> > package in question back in 2006-2008. See
>> > 'http://forums.gentoo.org/viewtopic-t-468592.html' for details.
>>
>> Some Arch Linux folks might have found a fix for the problem, see if
>> 'https://aur.archlinux.org/packages/sam2p/' is of any help.
>
> Well, they suggest to rebuild gcc, which is supposed to happen in this
> update, so I will just continue and see if it works after that.
> Thanks so much for finding that.
>
> --
> Your life is like a penny. You're going to lose it. The question is:
> How do
> you spend it?
>
> John Covici
> covici@ccs.covici.com
>
This link, 'http://code.google.com/p/sam2p/issues/detail?id=8',
suggests that this problem occurs when gcc 4.7 is used. If that is
what you have, you may want to consider upgrading gcc to version 4.8,
try the ccdep.pl patch available at the link above and see if that
helps.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 15:08 ` Alexander Kapshuk
@ 2014-11-08 16:13 ` covici
0 siblings, 0 replies; 12+ messages in thread
From: covici @ 2014-11-08 16:13 UTC (permalink / raw
To: gentoo-user
Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:
> On Sat, Nov 8, 2014 at 4:59 PM, Alexander Kapshuk
> <alexander.kapshuk@gmail.com> wrote:
> > On Sat, Nov 8, 2014 at 4:56 PM, Alexander Kapshuk
> > <alexander.kapshuk@gmail.com> wrote:
> >> On Sat, Nov 8, 2014 at 4:46 PM, Alexander Kapshuk
> >> <alexander.kapshuk@gmail.com> wrote:
> >>> On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
> >>>> Hi. In my recent update of this morning I found that I cannot emerge
> >>>> media-gfx/sav2p and I cannot find anything on google nor in the bgo.
> >>>> Here is what the log says:
> >>>>
> >>>> configure: WARNING: cannot find inttype: sizeof(inttype)==16
> >>>> checking size of char *... (cached) 8
> >>>> checking size of void *... 8
> >>>> checking for an integral type to hold a ptr... long
> >>>> checking for ptr <-> integral conversion... yes
> >>>> checking for integral type size_t... unsigned long
> >>>> checking size of bool... 1
> >>>> configure: creating ./config.status
> >>>> config.status: creating Makehelp
> >>>> config.status: creating config.h
> >>>> running gmake Makedep... error
> >>>> configure: error: cannot compute depends
> >>>>
> >>>> !!! Please attach the following file when seeking support:
> >>>> !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
> >>>> * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
> >>>> * econf failed
> >>>> *
> >>>> * Call stack:
> >>>> * ebuild.sh, line 93: Called src_configure
> >>>> * environment, line 2735: Called econf '--enable-lzw'
> >>>> * '--enable-gif'
> >>>> * phase-helpers.sh, line 584: Called die
> >>>> * The specific snippet of code:
> >>>> * die "econf failed"
> >>>> *
> >>>> * If you need support, post the output of `emerge --info
> >>>> '=media-gfx/sam2p-0.49.2::gentoo'`,
> >>>> * the complete build log and the output of `emerge -pqv
> >>>> '=media-gfx/sam2p-0.49.2::gentoo'`.
> >>>> * The complete build log is located at
> >>>> '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
> >>>> * For convenience, a symlink to the build log is located at
> >>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
> >>>> * The ebuild environment file is located at
> >>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
> >>>> * Working directory:
> >>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> >>>> * S:
> >>>> '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> >>>>
> >>>> Thanks in advance for any ideas.
> >>>>
> >>>>
> >>>> --
> >>>> Your life is like a penny. You're going to lose it. The question is:
> >>>> How do
> >>>> you spend it?
> >>>>
> >>>> John Covici
> >>>> covici@ccs.covici.com
> >>>>
> >>>
> >>> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
> >>> got to say?
> >>
> >> Looks like folk were experiencing the same sort of problem with the
> >> package in question back in 2006-2008. See
> >> 'http://forums.gentoo.org/viewtopic-t-468592.html' for details.
> >
> > Some Arch Linux folks might have found a fix for the problem, see if
> > 'https://aur.archlinux.org/packages/sam2p/' is of any help.
>
> One more link that seems to pinpoint the problem,
> 'http://code.google.com/p/sam2p/issues/detail?id=8'.
OK, maybe I will try to fix the ebuild to put in this patch.
Thanks.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] emerge of media-gfx/sav2p failed
2014-11-08 15:55 ` Alexander Kapshuk
@ 2014-11-08 16:17 ` covici
0 siblings, 0 replies; 12+ messages in thread
From: covici @ 2014-11-08 16:17 UTC (permalink / raw
To: gentoo-user
Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:
> On Sat, Nov 8, 2014 at 5:53 PM, <covici@ccs.covici.com> wrote:
> > Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:
> >
> >> On Sat, Nov 8, 2014 at 3:06 PM, <covici@ccs.covici.com> wrote:
> >> > Hi. In my recent update of this morning I found that I cannot emerge
> >> > media-gfx/sav2p and I cannot find anything on google nor in the bgo.
> >> > Here is what the log says:
> >> >
> >> > configure: WARNING: cannot find inttype: sizeof(inttype)==16
> >> > checking size of char *... (cached) 8
> >> > checking size of void *... 8
> >> > checking for an integral type to hold a ptr... long
> >> > checking for ptr <-> integral conversion... yes
> >> > checking for integral type size_t... unsigned long
> >> > checking size of bool... 1
> >> > configure: creating ./config.status
> >> > config.status: creating Makehelp
> >> > config.status: creating config.h
> >> > running gmake Makedep... error
> >> > configure: error: cannot compute depends
> >> >
> >> > !!! Please attach the following file when seeking support:
> >> > !!! /var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log
> >> > * ERROR: media-gfx/sam2p-0.49.2::gentoo failed (configure phase):
> >> > * econf failed
> >> > *
> >> > * Call stack:
> >> > * ebuild.sh, line 93: Called src_configure
> >> > * environment, line 2735: Called econf '--enable-lzw'
> >> > * '--enable-gif'
> >> > * phase-helpers.sh, line 584: Called die
> >> > * The specific snippet of code:
> >> > * die "econf failed"
> >> > *
> >> > * If you need support, post the output of `emerge --info
> >> > '=media-gfx/sam2p-0.49.2::gentoo'`,
> >> > * the complete build log and the output of `emerge -pqv
> >> > '=media-gfx/sam2p-0.49.2::gentoo'`.
> >> > * The complete build log is located at
> >> > '/var/log/portage/media-gfx:sam2p-0.49.2:20141108-123213.log'.
> >> > * For convenience, a symlink to the build log is located at
> >> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/build.log'.
> >> > * The ebuild environment file is located at
> >> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/temp/environment'.
> >> > * Working directory:
> >> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> >> > * S:
> >> > '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2'
> >> >
> >> > Thanks in advance for any ideas.
> >> >
> >> >
> >> > --
> >> > Your life is like a penny. You're going to lose it. The question is:
> >> > How do
> >> > you spend it?
> >> >
> >> > John Covici
> >> > covici@ccs.covici.com
> >> >
> >>
> >> What's '/var/tmp/portage/media-gfx/sam2p-0.49.2/work/sam2p-0.49.2/config.log'
> >> got to say?
> >
> > Well, its huge, but here are a few lines that may be relevant:
> > configure:7594: running gmake Makedep
> > Makefile:45: Makedep: No such file or directory
> > (echo '/* Generated automatically by Makefile. */' && \
> > echo '#ifndef SAM2P_VERSION_H' && \
> > echo '#define SAM2P_VERSION_H 1' && \
> > echo '#define SAM2P_VERSION "0.49.2"' && \
> > echo '#endif') >sam2p_version.h
> > perl -x -S ./ccdep.pl --FAL=assert,no,yes,checker
> > x86_64-pc-linux-gnu-g++
> > ./ccdep.pl: running.
> > + x86_64-pc-linux-gnu-g++ -DOBJDEP -fno-diagnostics-show-caret -M
> > -MG -E 2>&1 image.cpp c_lgcc3.cpp minips.cpp cgif.c
> > jpegdump_main.cpp sam2p_main.cpp pts_defl\.c in_tiff.cpp c_lgcc.cpp
> > in_lbm.cpp test_main.cpp appliers.cpp gensi.cpp pts_lzw.c in_jai.cpp
> > in_ps.cpp encoder.cpp in_tga.cpp mapping.cpp in_pcx.cpp snprintf\.c
> > StdAfx.cpp rule.cpp pts_fax.c in_bmp.cpp in_pnm.cpp out_gif.cpp
> > in_gif.cpp in_xpm.cpp ps_tiny.c in_jpeg.cpp crc32.c gensio.cpp
> > vcsam2p.cpp error.cpp testfax\_main.c in_png.cpp
> > + x86_64-pc-linux-gnu-g++ -DOBJDEP -fno-diagnostics-show-caret -E
> > 2>&1 >/dev/null image.cpp c_lgcc3.cpp minips.cpp cgif.c
> > jpegdump_main.cpp sam2p_main.cpp pts_\defl.c in_tiff.cpp c_lgcc.cpp
> > in_lbm.cpp test_main.cpp appliers.cpp gensi.cpp pts_lzw.c in_jai.cpp
> > in_ps.cpp encoder.cpp in_tga.cpp mapping.cpp in_pcx.cpp snpr\intf.c
> > StdAfx.cpp rule.cpp pts_fax.c in_bmp.cpp in_pnm.cpp out_gif.cpp
> > in_gif.cpp in_xpm.cpp ps_tiny.c in_jpeg.cpp crc32.c gensio.cpp
> > vcsam2p.cpp error.cpp tes\tfax_main.c in_png.cpp
> > ./ccdep.pl: invalid depret: [/usr/include/features.h:148:3: warning:
> > #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
> > _DEFAULT_SOURCE" [-Wcpp]]
> > Makefile:44: recipe for target 'Makedep' failed
> > gmake: *** [Makedep] Error 1
> > configure:7600: result: error
> > configure:7602: error: cannot compute depends
> >
> > --
> > Your life is like a penny. You're going to lose it. The question is:
> > How do
> > you spend it?
> >
> > John Covici
> > covici@ccs.covici.com
> >
>
> What version of your gcc compiler?
> gcc --version
4.8.3.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2014-11-08 16:17 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-08 13:06 [gentoo-user] emerge of media-gfx/sav2p failed covici
2014-11-08 14:46 ` Alexander Kapshuk
2014-11-08 14:56 ` Alexander Kapshuk
2014-11-08 14:59 ` Alexander Kapshuk
2014-11-08 15:08 ` Alexander Kapshuk
2014-11-08 16:13 ` covici
2014-11-08 16:06 ` covici
2014-11-08 16:12 ` Alexander Kapshuk
2014-11-08 16:01 ` covici
2014-11-08 15:53 ` covici
2014-11-08 15:55 ` Alexander Kapshuk
2014-11-08 16:17 ` covici
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox