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

Error compiling servo Undefined reference to LLVM* #24592

Open
hbina opened this issue Oct 30, 2019 · 7 comments
Open

Error compiling servo Undefined reference to LLVM* #24592

hbina opened this issue Oct 30, 2019 · 7 comments
Labels
A-build Related to or part of the build process P-linux Any Linux OS capable of running Servo

Comments

@hbina
Copy link
Contributor

hbina commented Oct 30, 2019

I have no idea what to make of this error so feel free to recommend a better title for this issue

https://gist.github.com/hbina/59f6f593a22ecfc58877ac3334921960

@jdm
Copy link
Member

jdm commented Oct 30, 2019

Try installing the clang and llvm-dev packages?

@jdm jdm added A-build Related to or part of the build process P-linux Any Linux OS capable of running Servo labels Oct 30, 2019
@hbina
Copy link
Contributor Author

hbina commented Oct 30, 2019

I do have clang but I am unaware of llvm-dev. Not sure if this is worth mentioning, but I also have installed a clang from the master branch; could this pose a problem?

@jdm
Copy link
Member

jdm commented Oct 30, 2019

No idea!

@CYBAI
Copy link
Member

CYBAI commented Oct 31, 2019

Package libtizcore was not found in the pkg-config search path.
Perhaps you should add the directory containing `libtizcore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libtizcore' found

Maybe you need to set the PKG_CONFIG_PATH env var 👀?

@jdm
Copy link
Member

jdm commented Oct 31, 2019

I don't believe the libtizcore messages matter.

@CYBAI
Copy link
Member

CYBAI commented Oct 31, 2019

Ah, I see. There's no error in the messages I quoted in previous comment.

Looks like the error message next line is more relevant 👀

llvm-config: error: libLLVM-10svn.so is missing

@jdm
Copy link
Member

jdm commented Oct 31, 2019

Oh, yeah, that looks very relevant. That's probably coming from the clang installed from LLVM master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build Related to or part of the build process P-linux Any Linux OS capable of running Servo
Projects
None yet
Development

No branches or pull requests

3 participants