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

Processing can't find SAGA in Debian [regression] #20511

Closed
qgib opened this issue Mar 7, 2015 · 8 comments
Closed

Processing can't find SAGA in Debian [regression] #20511

qgib opened this issue Mar 7, 2015 · 8 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@qgib
Copy link
Contributor

qgib commented Mar 7, 2015

Author Name: Borys Jurgiel (@borysiasty)
Original Redmine Issue: 12335
Affected QGIS version: master
Redmine category:processing/saga
Assignee: Victor Olaya


When starting Processing, it looks for SAGA by running subprocess.Popen(['saga_cmd', '-v'], shell=True) in SagaUtils.getSagaInstalledVersion
However, at least in Debian, passing arguments as a list seems to not work in the shell mode, so it should be either simple 'saga_cmd -v', or the shell mode should be False.

@qgib
Copy link
Contributor Author

qgib commented May 25, 2015

Author Name: Giovanni Manghi (@gioman)


is this still true?


  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented May 25, 2015

Author Name: Paolo Cavallini (@pcav)


Not confirmed here, on Sid.

@qgib
Copy link
Contributor Author

qgib commented Jun 8, 2015

Author Name: Giovanni Manghi (@gioman)


closing for lack of feedback.


  • resolution was changed from to not reproducable
  • status_id was changed from Feedback to Closed

@qgib
Copy link
Contributor Author

qgib commented Jun 8, 2015

Author Name: Borys Jurgiel (@borysiasty)


Sorry, it's a pitty the hub doesn't send any email notification when the status is changed to feedback.

Now in master it's even worse - Saga is completely gone from the algorithm tree.

@qgib
Copy link
Contributor Author

qgib commented Jun 9, 2015

Author Name: Jürgen Fischer (@jef-n)


  • status_id was changed from Closed to Feedback

@qgib
Copy link
Contributor Author

qgib commented Jun 9, 2015

Author Name: Giovanni Manghi (@gioman)


Borys Jurgiel wrote:

Sorry, it's a pitty the hub doesn't send any email notification when the status is changed to feedback.

Now in master it's even worse - Saga is completely gone from the algorithm tree.

do you have at least saga 2.1.2 installed? Processing do not support anymore any saga version lower than 2.1.2

@qgib
Copy link
Contributor Author

qgib commented Jun 9, 2015

Author Name: Borys Jurgiel (@borysiasty)


Yes, 2.1.2. I'll investigate it later this week.

@qgib
Copy link
Contributor Author

qgib commented Jun 18, 2015

Author Name: Martin Dobias (@wonder-sk)


Fixed in changeset "eaf17e56c2ff6c74eb43319096a177fc301d5a39".


  • status_id was changed from Feedback to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant