Skip Menu |

This queue is for tickets about the Encode-Detect CPAN distribution.

Report information
The Basics
Id: 23687
Status: rejected
Priority: 0/
Queue: Encode-Detect

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.00
Fixed in: (no value)



Subject: Failing compilation
Show quoted text
>23:00:27 k@k75:~/.cpan/build/Encode-Detect-1.00-Wi5Xnn%
/home/src/perl/repoperls/installed-perls/*/*/perl-*@29411/bin/perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Deleting Build Removed previous script 'Build' Creating new 'Build' script for 'Encode-Detect' version '1.00' Show quoted text
>23:01:06 k@k75:~/.cpan/build/Encode-Detect-1.00-Wi5Xnn% ./Build
[CPANSHELL] cc -Isrc -I/home/src/perl/repoperls/installed-perls/perl/pXADjKY/perl-5.8.0@29411/lib/5.9.5/i686-linux-64int/CORE -fpic -x c++ -Iinclude -c -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/LangBulgarianModel.o src/LangBulgarianModel.cpp cc: error trying to exec 'cc1plus': execvp: No such file or directory error building src/LangBulgarianModel.o from 'src/LangBulgarianModel.cpp' at /home/src/perl/repoperls/installed-perls/perl/pXADjKY/perl-5.8.0@29411/lib/5.9.5/ExtUtils/CBuilder/Base.pm line 108. I hope this helps, Thanks!
You need a C++ compiler installed on your system.
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #23687] Failing compilation
Date: Wed, 29 Nov 2006 09:13:18 +0100
To: bug-Encode-Detect [...] rt.cpan.org
From: andreas.koenig.gmwojprw [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Tue, 28 Nov 2006 17:21:24 -0500, " via RT" <bug-Encode-Detect@rt.cpan.org> said:
Show quoted text
Show quoted text
> You need a C++ compiler installed on your system.
I have! -- andreas
Subject: Re: [rt.cpan.org #23687] Failing compilation
Date: Wed, 29 Nov 2006 10:12:58 -0800
To: bug-Encode-Detect [...] rt.cpan.org
From: John Gardiner Myers <jgmyers [...] proofpoint.com>
andreas.koenig.gmwojprw@franz.ak.mind.de via RT wrote: Show quoted text
> I have! > >
The error message plainly shows that cc could not find cc1plus, the first pass of the C++ compiler. You might be interested in cpan #22700, a related issue
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #23687] Failing compilation
Date: Thu, 30 Nov 2006 08:30:22 +0100
To: bug-Encode-Detect [...] rt.cpan.org
From: andreas.koenig.gmwojprw [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Wed, 29 Nov 2006 13:14:49 -0500, "jgmyers@proofpoint.com via RT" <bug-Encode-Detect@rt.cpan.org> said:
Show quoted text
Show quoted text
> andreas.koenig.gmwojprw@franz.ak.mind.de via RT wrote:
>> I have! >> >>
> The error message plainly shows that cc could not find cc1plus, the > first pass of the C++ compiler.
Show quoted text
> You might be interested in cpan #22700, a related issue
First of, sorry, that was so terse yesterday. I was dashing out the door and not thinking. Infact I did have a C++ compiler installed but current gcc had none. Sorry for the noise. With the now freshly installed g++ Encode::Detect compiles for me. It doesn't pass the test though because Data::Dump is not listed in the prerequisites. After installing that, all tests pass. Thanks! -- andreas