Public bug reported:

Hi there,

the package libomxalsa fails to build in a current Ubuntu rebuild test
on i386.

(Hopefully) Relevant part of the log:
--------------------------------------

configure:11804: result: no
configure:11681: checking whether pthreads work with -mt
configure:11774: gcc -o conftest  -Werror -mt   conftest.c   >&5
gcc: error: unrecognized command line option '-mt'
configure:11781: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "OpenMAX Bellagio libasound based ALSA Src/Sink 
Component"
| #define PACKAGE_TARNAME "libomxalsa"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OpenMAX Bellagio libasound based ALSA Src/Sink 
Component 0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libomxalsa"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:11804: result: no
configure:11689: checking for pthread-config
configure:11717: result: no
configure:11961: error: POSIX threads support is required

A full buildlog is available at https://launchpad.net/ubuntu/+archive
/test-rebuild-20140127/+build/5514491/+files/buildlog_ubuntu-
trusty-i386.libomxalsa_0.1-2_FAILEDTOBUILD.txt.gz

Thanks for your time!

Regards,
  Andreas

--
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624

** Affects: libomxalsa (Ubuntu)
     Importance: High
         Status: New


** Tags: ftbfs rebuild-20140127 trusty

** Changed in: libomxalsa (Ubuntu)
   Importance: Undecided => High

** Description changed:

  Hi there,
  
  the package libomxalsa fails to build in a current Ubuntu rebuild test
  on i386.
  
- (Hopefully) Relevant part of the log: 
+ (Hopefully) Relevant part of the log:
  --------------------------------------
  
- install_sh='$(SHELL) /build/buildd/libomxalsa-0.1/install-sh'
- libdir='/usr/lib/libomxil-bellagio0'
- libexecdir='${prefix}/lib/libomxalsa'
- localedir='${datarootdir}/locale'
- localstatedir='/var'
- lt_ECHO='echo'
- mandir='${prefix}/share/man'
- mkdir_p='/bin/mkdir -p'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='/etc'
- target_alias=''
- 
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- 
- #define PACKAGE_NAME "OpenMAX Bellagio libasound based ALSA Src/Sink 
Component"
- #define PACKAGE_TARNAME "libomxalsa"
- #define PACKAGE_VERSION "0.1"
- #define PACKAGE_STRING "OpenMAX Bellagio libasound based ALSA Src/Sink 
Component 0.1"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE "libomxalsa"
- #define VERSION "0.1"
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- 
- configure: exit 1
- dh_auto_configure: ./configure --build=i686-linux-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--libexecdir=${prefix}/lib/libomxalsa --disable-maintainer-mode 
--disable-dependency-tracking --libdir=/usr/lib/libomxil-bellagio0 returned 
exit code 1
- make[1]: *** [override_dh_auto_configure] Error 25
- make[1]: Leaving directory `/build/buildd/libomxalsa-0.1'
- make: *** [build] Error 2
- dpkg-buildpackage: error: debian/rules build gave error exit status 2
- ******************************************************************************
- Build finished at 20140202-0912
- FAILED [dpkg-buildpackage died]
+ configure:11804: result: no
+ configure:11681: checking whether pthreads work with -mt
+ configure:11774: gcc -o conftest  -Werror -mt   conftest.c   >&5
+ gcc: error: unrecognized command line option '-mt'
+ configure:11781: $? = 1
+ configure: failed program was:
+ | /* confdefs.h.  */
+ | #define PACKAGE_NAME "OpenMAX Bellagio libasound based ALSA Src/Sink 
Component"
+ | #define PACKAGE_TARNAME "libomxalsa"
+ | #define PACKAGE_VERSION "0.1"
+ | #define PACKAGE_STRING "OpenMAX Bellagio libasound based ALSA Src/Sink 
Component 0.1"
+ | #define PACKAGE_BUGREPORT ""
+ | #define PACKAGE "libomxalsa"
+ | #define VERSION "0.1"
+ | #define STDC_HEADERS 1
+ | #define HAVE_SYS_TYPES_H 1
+ | #define HAVE_SYS_STAT_H 1
+ | #define HAVE_STDLIB_H 1
+ | #define HAVE_STRING_H 1
+ | #define HAVE_MEMORY_H 1
+ | #define HAVE_STRINGS_H 1
+ | #define HAVE_INTTYPES_H 1
+ | #define HAVE_STDINT_H 1
+ | #define HAVE_UNISTD_H 1
+ | #define HAVE_DLFCN_H 1
+ | #define LT_OBJDIR ".libs/"
+ | /* end confdefs.h.  */
+ | #include <pthread.h>
+ | int
+ | main ()
+ | {
+ | pthread_t th; pthread_join(th, 0);
+ |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
+ |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
+ |   ;
+ |   return 0;
+ | }
+ configure:11804: result: no
+ configure:11689: checking for pthread-config
+ configure:11717: result: no
+ configure:11961: error: POSIX threads support is required
  
  A full buildlog is available at https://launchpad.net/ubuntu/+archive
  /test-rebuild-20140127/+build/5514491/+files/buildlog_ubuntu-
  trusty-i386.libomxalsa_0.1-2_FAILEDTOBUILD.txt.gz
  
  Thanks for your time!
  
  Regards,
-   Andreas
+   Andreas
  
- -- 
+ --
  PGP-encrypted mails preferred
  PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1279945

Title:
  FTBFS: error: POSIX threads support is required

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libomxalsa/+bug/1279945/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to