Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug#998730: budgie-indicator-applet: 0.7.1-1 #28

Closed
fossfreedom opened this issue Nov 7, 2021 · 2 comments
Closed

Bug#998730: budgie-indicator-applet: 0.7.1-1 #28

fossfreedom opened this issue Nov 7, 2021 · 2 comments

Comments

@fossfreedom
Copy link
Member

Raised on debian

Source: budgie-indicator-applet
Version: 0.7.1-1
Severity: normal
User: [email protected]
Usertags: lineno-bashism

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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for budgie-1.0 >= 1
... yes
./configure: 12862: test: xyes: unexpected operator
./configure: 12870: test: xno: unexpected operator
./configure: 12878: test: xno: unexpected operator
./configure: 12886: test: xno: unexpected operator
./configure: 12894: test: xno: unexpected operator
./configure: 12901: test: xyes: unexpected operator
configure: error: Either Ayatana Indicators or Ubuntu Indicators are required to build budgie-indicator-applet.

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).

--
Cheers,
Andrej

@fossfreedom
Copy link
Member Author

Suggest this will be better dealt with by converting to a meson build structure

@fossfreedom
Copy link
Member Author

1c715b8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant