Package: ccseapps
Severity: normal
Tags: upstream
User: [email protected]
Usertags: origin-ubuntu precise
Dear Maintainer,
I was looking into why in Ubuntu ccseapps is FTBFS on armel, armhf, and
powerpc.
Turns out the code specifically doesn't support such architectures. See the
bottom of CCSEApps/BoxLib/FPC.cpp:
"""
//
// TODO -- add more machine descriptions.
//
#if !(defined(__alpha) || \
defined(_CRAY1) || \
defined(_CRAYT3E) || \
defined(__sgi) || \
defined(__sun) || \
defined(__i486__) || \
defined(i386) || \
defined(__i386__) || \
defined(__ia64__) || \
defined(__x86_64__) || \
defined(__hpux) || \
defined(_MSC_VER) || \
defined(_AIX))
#error We do not yet support FAB I/O on this machine
#endif
"""
The Architecture line in debian/control should iterate the acceptable
architectures.
-- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-2-generic-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]