Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

GitHub Issue #1549

62 views
Skip to first unread message

CCExtractor.org CI Platform

unread,
Aug 17, 2023, 7:53:55 PM8/17/23
to ccextra...@googlegroups.com
[BUG] CCextractor uses bashism in configure script - utkarsh2102
Link to Issue: https://www.github.com/CCExtractor/ccextractor/issues/1549
utkarsh2102

Originally reported as: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998781

Hi,

Your package uses configure script with bash features not present in POSIX without explicitly declaring the need to bash shell; this currently works as configure scripts select bash, but when dash enables LINENO support, your configure script will start failing:

 checking pkg-config m4 macros... ./configure: 4747: test: yes: unexpected operator
 no
 configure: error: 
 pkg-config is required.
  cd linux && tail -v -n \+0 config.log

To test this, you can install dash from experimental and re-run the configure script.

Please replace non-POSIX features with their equivalents to make sure the script runs with dash. Most common ones are usage of == instead of = and for with arrays (not lists).

Reply all
Reply to author
Forward
0 new messages