Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] [other] Re: PERFORCE change 78733 by Benjamin Dirks for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] [other] Re: PERFORCE change 78733 by Benjamin Dirks for review
  • Date: Mon, 1 May 2006 18:41:04 +0200

On Monday 01 May 2006 17:53, Ladislav Hagara wrote:
> > Change 78733 by benjamin_dirks AT benjamin-dirks-home.asaru.net on
> > 2006/05/01 03:33:51
> > added GCC_VERSION=3.4, build failed on gcc 4.0
> > Affected files ...
> > ==== //sgl/grimoires/devel/crypto/beecrypt/DETAILS#4 (xtext) ====
> > SPELL=beecrypt
> > VERSION=4.1.2
> > + GCC_VERSION=3.4
>
> Just tested, for me it is OK with gcc 4.0.3.
> # gaze version gcc beecrypt
> Grimoire Section Spell Grimoire Version Installed Version
> -------- ------- ----- ---------------- -----------------
> test gnu gcc 4.0.3 4.0.3
> test crypto beecrypt 4.1.2 4.1.2
>

it won't compile with gcc-4.1.0 though



g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../.. -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -DOPTIMIZE_I386 -O -march=athlon-tbird -mmmx -m3dnow
-pipe -O3 -DNDEBUG -Wa,--noexecstack -c
CertificateFactory.cxx -fPIC -DPIC -o .libs/CertificateFactory.o
../../../beecrypt/c++/security/Security.h: In static member function 'static
beecrypt::security::cert::CertificateFactory*
beecrypt::security::cert::CertificateFactory::getInstance(const
beecrypt::lang::String&)':
../../../beecrypt/c++/security/Security.h:81: error: 'struct
beecrypt::security::Security::spi' is private
CertificateFactory.cxx:48: error: within this context
../../../beecrypt/c++/security/Security.h:89: error: 'static
beecrypt::security::Security::spi* beecrypt::security::Security::getSpi(const
beecrypt::lang::String&, const beecrypt::lang::String&)' is private
CertificateFactory.cxx:48: error: within this context
../../../beecrypt/c++/security/Security.h: In static member function 'static
beecrypt::security::cert::CertificateFactory*
beecrypt::security::cert::CertificateFactory::getInstance(const
beecrypt::lang::String&, const beecrypt::lang::String&)':
../../../beecrypt/c++/security/Security.h:81: error: 'struct
beecrypt::security::Security::spi' is private
CertificateFactory.cxx:63: error: within this context
../../../beecrypt/c++/security/Security.h:90: error: 'static
beecrypt::security::Security::spi* beecrypt::security::Security::getSpi(const
beecrypt::lang::String&, const beecrypt::lang::String&, const
beecrypt::lang::String&)' is private
CertificateFactory.cxx:63: error: within this context
../../../beecrypt/c++/security/Security.h: In static member function 'static
beecrypt::security::cert::CertificateFactory*
beecrypt::security::cert::CertificateFactory::getInstance(const
beecrypt::lang::String&, const beecrypt::security::Provider&)':
../../../beecrypt/c++/security/Security.h:81: error: 'struct
beecrypt::security::Security::spi' is private
CertificateFactory.cxx:78: error: within this context
../../../beecrypt/c++/security/Security.h:91: error: 'static
beecrypt::security::Security::spi* beecrypt::security::Security::getSpi(const
beecrypt::lang::String&, const beecrypt::lang::String&, const
beecrypt::security::Provider&)' is private
CertificateFactory.cxx:78: error: within this context
make[4]: *** [CertificateFactory.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
make[4]: Leaving directory `/usr/src/beecrypt-4.1.2/c++/security/cert'


> > BUILD_API=2
> > - SOURCE=$SPELL-$VERSION.tar.gz
> > -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> > - SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
> > + SOURCE=${SPELL}-${VERSION}.tar.gz
> > +SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
> > + SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
>
> Why $SPELL to ${SPELL}, ...?
> Any new standard?

--
Regards, Treeve

Attachment: pgp4LI5p07cAS.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page