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

gst_all_1.gst-rtsp-server has double prefix in it's .pc file #96946

Closed
doronbehar opened this issue Sep 2, 2020 · 2 comments · Fixed by #97003
Closed

gst_all_1.gst-rtsp-server has double prefix in it's .pc file #96946

doronbehar opened this issue Sep 2, 2020 · 2 comments · Fixed by #97003

Comments

@doronbehar
Copy link
Contributor

Describe the bug

When trying to use this package, I'm getting:

gcc -I... -I/nix/store/y5nlv3w8ddvy35aw3rcq8d4n5ig6ad5d-gst-rtsp-server-1.16.2-dev//nix/store/y5nlv3w8ddvy35aw3rcq8d4n5ig6ad5d-gst-rtsp-server-1.16.2-dev/include/gstreamer-1.0 -I/build/source/build -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -fPIC -MD -MQ sr
c/wfd/libwfd-server.a.p/wfd-media.c.o -MF src/wfd/libwfd-server.a.p/wfd-media.c.o.d -o src/wfd/libwfd-se
rver.a.p/wfd-media.c.o -c ../src/wfd/wfd-media.c
../src/wfd/wfd-media.c:3:10: fatal error: gst/rtsp-server/rtsp-media.h: No such file or directory
    3 | #include "gst/rtsp-server/rtsp-media.h"

To Reproduce

grep -R includedir $(nix-build --no-out-link -A gst_all_1.gst-rtsp-server.dev)/lib/pkgconfig

Additional context

I'm currently disabling gst-rtsp-server's split outputs in order to actually use it.

Notify maintainers

@bkchr

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute: gst_all_1.gst-rtsp-server
# a list of nixos modules affected by the problem
module:
@jtojnar
Copy link
Contributor

jtojnar commented Sep 2, 2020

@doronbehar
Copy link
Contributor Author

That patch won't apply. But I managed to apply a different fix based on a common fix to other gst plugins, at #97003 .

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

Successfully merging a pull request may close this issue.

2 participants