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

Install libgsf-1-dev on Debian 8 #173

Merged
merged 1 commit into from
Feb 26, 2015
Merged

Install libgsf-1-dev on Debian 8 #173

merged 1 commit into from
Feb 26, 2015

Conversation

LinusU
Copy link
Contributor

@LinusU LinusU commented Feb 26, 2015

This was needed on my docker container running Debian Jessie. This is the error without it:

Package libgsf-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgsf-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libgsf-1', required by 'vips', not found
gyp: Call to 'PKG_CONFIG_PATH=":$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig" pkg-config --libs vips' returned exit status 1. while trying to load binding.gyp

This was needed on my docker container running Debian Jessie. This is the error without it:

```text
Package libgsf-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgsf-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libgsf-1', required by 'vips', not found
gyp: Call to 'PKG_CONFIG_PATH=":$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig" pkg-config --libs vips' returned exit status 1. while trying to load binding.gyp
```
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.45% when pulling 3175107 on LinusU:patch-1 into ef54e32 on lovell:master.

@lovell
Copy link
Owner

lovell commented Feb 26, 2015

Thanks @LinusU, this problem has come up before, e.g. #100 (comment) and https://github.com/jcupitt/libvips/issues/173

I believe @jberkenbilt maintains the vips source package in Debian.

Jay, if you're able to help us, I think libgsf-1-dev should be added as a mandatory dependency of lipvips-dev given libgsf-1-114 is a mandatory dependency of libvips38.

lovell added a commit that referenced this pull request Feb 26, 2015
Install libgsf-1-dev on Debian 8
@lovell lovell merged commit a44df2f into lovell:master Feb 26, 2015
@jberkenbilt
Copy link

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780750

Thanks!

(I gave the bug report a bad title but am fixing it.)

@lovell
Copy link
Owner

lovell commented Mar 18, 2015

Great, thank you Jay.

@LinusU
Copy link
Contributor Author

LinusU commented Mar 19, 2015

Nice work @jberkenbilt!

@LinusU LinusU deleted the patch-1 branch March 19, 2015 11:04
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.

None yet

4 participants