Source: aaphoto
Version: 0.45-1
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Hi,

"aaphoto" fails to cross build because of missing dependency "libgomp1".
When build native, "libgomp1" can be installed through dependencies of "debhelper". However when cross build, for example armhf, debhelper:native will be used instead of debhelper:armhf, so libgomp1:armhf is not installed.

Error:
dpkg-shlibdeps: error: cannot find library libgomp.so.1 needed by debian/aaphoto/usr/bin/aaphoto (ELF format: 'elf32-littlearm' abi: '0101002800000000'; RPATH: '')
dpkg-shlibdeps: error: cannot continue due to the error above


This can be fixed by adding libgomp1 to Build-Depends.

--
Trung
diff -Nru aaphoto-0.45/debian/control aaphoto-0.45/debian/control
--- aaphoto-0.45/debian/control 2016-07-10 08:06:47.000000000 -0400
+++ aaphoto-0.45/debian/control 2016-07-10 07:38:19.000000000 -0400
@@ -6,7 +6,8 @@
  dh-autoreconf,
  autotools-dev,
  libjpeg-dev,
- libpng-dev
+ libpng-dev,
+ libgomp1
 Standards-Version: 3.9.8
 Homepage: http://log69.com/aaphoto_en.html
 
-- 
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com

Reply via email to