Package: libomxil-bellagio
Version: 0.9.2.1-2
Severity: serious
Justification: fails to build from source

64-bit builds of libomxil-bellagio fail with piles of "cast from
pointer to integer of different size" errors.  These would normally be
warnings, and as such wouldn't break the build if it didn't specify
-Werror, but I'd suggest actually addressing them.  Many (if not all)
of the errors appear to stem from calls of the form

    DEBUG(DEB_LEV_FUNCTION_NAME, "In %s for component %x\n", __func__, 
(int)openmaxStandComp);

in which specifying %p rather than %x should let you pass pointers as
is (with no need for potentially size-changing casts).

Could you please take a look?

Thanks!

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.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]

Reply via email to