Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 393595

Summary: dev-libs/Ice-3.4.2 - In file included from ../../include/IceUtil/ArgVector.h:13, from ArgVector.cpp:10: ../../include/IceUtil/Config.h:32:5: error: #error "Unknown architecture"
Product: Gentoo Linux Reporter: Anton Romanov <theli.ua>
Component: [OLD] LibraryAssignee: C++ Team [disbanded] <cpp+disabled>
Status: RESOLVED OBSOLETE    
Severity: normal CC: kripton, snaipperi
Priority: Normal    
Version: unspecified   
Hardware: ARM   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 392327    
Attachments: build.log
emerge --info =dev-libs/Ice-3.4.2
emerge -pqv =dev-libs/Ice-3.4.2

Description Anton Romanov 2011-12-08 10:03:37 UTC
../../include/IceUtil/Config.h:32:5: error: #error "Unknown architecture"
Comment 1 Anton Romanov 2011-12-08 12:29:08 UTC
Created attachment 295183 [details]
build.log
Comment 2 Anton Romanov 2011-12-08 12:30:17 UTC
Created attachment 295185 [details]
emerge --info =dev-libs/Ice-3.4.2
Comment 3 Anton Romanov 2011-12-08 12:30:33 UTC
Created attachment 295187 [details]
emerge -pqv =dev-libs/Ice-3.4.2
Comment 4 Anton Romanov 2011-12-08 12:45:42 UTC
in the meanwhile i just workarounded with
CFLAGS=-D__BYTE_ORDER=__LITTLE_ENDIAN CXXFLAGS=-D__BYTE_ORDER=__LITTLE_ENDIAN emerge ...
Comment 5 Matti Eiden 2013-03-23 15:26:13 UTC
Bug still exists. Arm architecture is not checked in the Config.h, so it fails right away.
Comment 6 Andrius Štikonas 2014-06-06 00:59:14 UTC
This works here on armv7 (odroid-u2) with Ice-3.5.1. Maybe the bug was fixed in 3.5.1? Can anyone confirm that?
Comment 7 David Seifert gentoo-dev 2016-10-22 12:40:21 UTC
Not in tree anymore. Reopen if problem persists.