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

Return None if pkg-config gives a non-zero exit code #227

Merged
merged 1 commit into from
Feb 22, 2013

Conversation

roehling
Copy link
Contributor

This prevents the ugly stack trace that comes with
missing dependencies and makes the build log harder
to read.

Note that a failure to execute pkg-config at all
raises an OSError exception, which is not caught as it
indicates an actual bug or severe misconfiguration.

This is part of a proposed fix for #34

This prevents the ugly stack trace that comes with
missing dependencies and makes the build log harder
to read.

Note that a failure to execute pkg-config at all
raises an OSError exception, which is not caught as it
indicates an actual bug or severe misconfiguration.

This is part of a proposed fix for ros-infrastructure#34
dirk-thomas added a commit that referenced this pull request Feb 22, 2013
Return None if pkg-config gives a non-zero exit code
@dirk-thomas dirk-thomas merged commit 4d069af into ros-infrastructure:master Feb 22, 2013
@roehling roehling deleted the rosdep_issue_34_2 branch February 22, 2013 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants