-
Notifications
You must be signed in to change notification settings - Fork 23
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
help request - libphobos2 error in my package #83
Comments
I'll check next time I'm on Linux. If the latest LDC2 is installed, this sounds like |
While the build process picked up LDFLAGS, it selects a D compiler by itself. I tried compiling with Now on to the issue with the |
I think you may be hitting mesonbuild/meson#6541 |
I'm a little bit new to ebuilds and it's very possible there are mistakes in my script. Anyways, just the other day I learned about the toolchain-funcs eclass which provides tc-export. Maybe it would be good if there was something equivalent to ensure the appropriate compiler is being used for D as well. That would fix the problem with meson defaulting to the wrong compiler I think. But if DC is already set then I don't understand, normally meson should honour it. If the rpath problem is a bug I'll ask on IRC to see if there are known workarounds for it. Is my ebuild the first one to use meson btw? |
Outside of third party overlays that have this one as a dependency and may or may not be using meson you are the first. Congrats to your new can of worms. There's many like it, but this one is yours. :) |
Additional warnings/errors from |
I wrote this ebuild which I'd like to contribute to this overlay:
The package is installing correctly but when I run
tigersum --help
I get this error:Any idea what the problem might be and how I could fix my ebuild?
I'm compiling with ldc
The text was updated successfully, but these errors were encountered: