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-shared' target installs an invalid .pc file #83

Closed
yurivict opened this issue Feb 24, 2019 · 2 comments
Closed

'install-shared' target installs an invalid .pc file #83

yurivict opened this issue Feb 24, 2019 · 2 comments

Comments

@yurivict
Copy link

====> Running Q/A tests (stage-qa)
Error: 'libdata/pkgconfig/mujs.pc' is referring to /usr/ports/lang/mujs/work/stage

The content of the .pc file is:

Name: mujs
Description: MuJS embeddable Javascript interpreter
Version: 1.0.5-10-g9f40dfb
Cflags: -I/usr/ports/lang/mujs/work/stage/usr/local/include
Libs: -L/usr/ports/lang/mujs/work/stage/usr/local/lib -lmujs
Libs.private: -lm

The stage directory /usr/ports/lang/mujs/work/stage shoudn't be present.

@ccxvii
Copy link
Owner

ccxvii commented Feb 25, 2019

It looks like you've set either DESTDIR or prefix to /usr/ports/lang/mujs/work/stage.

@yurivict
Copy link
Author

Yes, DESTDIR is a stage directory.

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

No branches or pull requests

2 participants