firefox-0.8-0.fdr.2.src.rpm mach rebuild help

Gary Peck gbpeck at sbcglobal.net
Mon Feb 9 23:52:36 UTC 2004


On Mon, Feb 09, 2004 at 11:04:30PM +0000, Gavin Henry wrote:
> On Monday 09 February 2004 22:49, Jakub Jelinek wrote:
> > On Mon, Feb 09, 2004 at 10:46:35PM +0000, Gavin Henry wrote:
> > > I am trying to help test firefox, but I get errors with mach and I wasn't
> > > sure is this should be posted on bugzilla:
> > >
> > > checking for c++... no
> > > checking for g++... no
> >
> > These 2 lines suggest that you don't have gcc-c++ package installed.
> 
> I followed the mach README and did the minimal install. It should have gcc-c++
> 
> any other options to enable this?

for some reason, mach doesn't include gcc-c++ in its set of required
build packages. i've notified the author but haven't received a reply
yet. in the meanwhile, you either have to add "BuildRequires: gcc-c++"
to firefox's spec file, or add something like the following to your
.machrc file (replacing 'fedora-1-i386-core' with the label of the mach
root you're using, if appropriate):

    packages['fedora-1-i386-core']['build'] = (
        packages['fedora-1-i386-core']['build'] + ' gcc-c++' )
        
gary





More information about the fedora-devel-list mailing list