ossobv / bcg729-deb

(obsolete) Debian/Ubuntu package for the Bcg729 G.729 codec library
Other
14 stars 17 forks source link

Ubuntu 16.04.3 LTS building error #1

Closed denyspozniak closed 5 years ago

denyspozniak commented 6 years ago

Hello!

Could you check why I could not build package in Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-105-generic x86_64) ?

bcg729_console_log.txt

wdoekes commented 6 years ago
 32550K .......... .......... .......... .......... .......... 99%  634K 0s
 32600K .......... .......... .......... .......... .......... 99% 74.9M 0s
 32650K ....                                                  100% 8604G=3.0s

2018-03-16 20:39:26 (10.7 MB/s) - \91bcg729-patterns.zip\92 saved [33438219/33438219]

Error: bad checksum on bcg729-patterns.zip downloaded from http://www.belledonne-communications.com/downloads/.\nTry again
FAIL testCampaignAll-exec (exit status: 1)

Is a test case failure, and an odd one at that. Looks like the downloaded zip is corrupt? Not really something to do with the packaging.

You could:

denyspozniak commented 6 years ago

_ignore the tests using DEB_BUILDOPTIONS=nocheck - Works! Thanks!

andrewvmail commented 6 years ago

👍 on DEB_BUILD_OPTIONS=nocheck i had to also add a -b switch for Debian 9

wdoekes commented 5 years ago

I suppose #2 fixes this :)