Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14504] New: netpbm doesn't compile under test grimoire with gcc/g++ 4.3.0

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14504] New: netpbm doesn't compile under test grimoire with gcc/g++ 4.3.0
  • Date: 1 May 2008 18:44:10 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14504

Summary: netpbm doesn't compile under test grimoire with gcc/g++
4.3.0
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: graphics
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: jevv.cr AT gmail.com


netpbmd doesn't compile after the gcc/g++ upgrade to 4.3.0 under test
grimoire:

cc -c -I/usr/src/netpbm-10.34/lib -I. -Iimportinc -DNDEBUG -march=pentium3
-pipe
-O3 -O3 -ffast-math -pedantic -fno-common -Wall -Wno-uninitialized
-Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes
-Wundef \
-o libpbm3.o libpbm3.c
libpbm3.c: In function 'packBitsWithMmxSse':
libpbm3.c:108: warning: specifying vector types with __attribute__ ((mode)) is
deprecated
libpbm3.c:108: warning: use __attribute__ ((vector_size)) instead
libpbm3.c:116: note: use -flax-vector-conversions to permit conversions
between
vectors with differing element types or numbers of subparts
libpbm3.c:116: error: incompatible type for argument 1 of
'__builtin_ia32_pcmpeqb'
libpbm3.c:116: error: incompatible type for argument 2 of
'__builtin_ia32_pcmpeqb'
libpbm3.c:116: error: incompatible types in initialization
libpbm3.c:118: error: incompatible type for argument 1 of
'__builtin_ia32_pmovmskb'
make[1]: Leaving directory `/usr/src/netpbm-10.34/lib'
make[1]: *** [libpbm3.o] Error 1
make: *** [lib/all] Error 2

I'm also attaching the whole cast log.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 14504] New: netpbm doesn't compile under test grimoire with gcc/g++ 4.3.0, bugzilla-daemon, 05/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page