Skip to content

Add a .travis.yml file#3

Closed
larsbergstrom wants to merge 5 commits intoservo:masterfrom
larsbergstrom:add_travis
Closed

Add a .travis.yml file#3
larsbergstrom wants to merge 5 commits intoservo:masterfrom
larsbergstrom:add_travis

Conversation

@larsbergstrom
Copy link
Copy Markdown
Contributor

@larsbergstrom larsbergstrom commented Sep 22, 2016

r? @glennw

(please actually wait for me to OK that servo/saltfs#484 has landed and been pushed to servo-master)


This change is Reviewable

@larsbergstrom
Copy link
Copy Markdown
Contributor Author

No package 'libva' found

Package libva was not found in the pkg-config search path.

Perhaps you should add the directory containing `libva.pc'

to the PKG_CONFIG_PATH environment variable

No package 'libva' found

@larsbergstrom
Copy link
Copy Markdown
Contributor Author

@glennw Do we need another -l here?

/home/users/aadgrand/LLVM/releases/ubuntu/final/llvm.src/lib/Support/Process.cpp:(.text+0x653): undefined reference to `setupterm'

/home/users/aadgrand/LLVM/releases/ubuntu/final/llvm.src/lib/Support/Process.cpp:(.text+0x663): undefined reference to `tigetnum'

/home/users/aadgrand/LLVM/releases/ubuntu/final/llvm.src/lib/Support/Process.cpp:(.text+0x66f): undefined reference to `set_curterm'

/home/users/aadgrand/LLVM/releases/ubuntu/final/llvm.src/lib/Support/Process.cpp:(.text+0x677): undefined reference to `del_curterm'

collect2: ld returned 1 exit status

@larsbergstrom
Copy link
Copy Markdown
Contributor Author

From http://stackoverflow.com/questions/21477407/llvm-3-5-fails-to-link, it looks like we either need to:
a) llvm-config --system-libs
b) add -ltinfo

@larsbergstrom
Copy link
Copy Markdown
Contributor Author

Or just update past 3.4, as for 3.5 and above of LLVM, osmesa will call llvm-config --system-libs...

@larsbergstrom
Copy link
Copy Markdown
Contributor Author

Hrm, it's still using /usr/local/clang-3.4 even when I install clang-3.5. Gonna have to think / test more for this one (or explicitly pass a different clang version to the osmesa build).

This was referenced Oct 6, 2016
@bors-servo
Copy link
Copy Markdown
Contributor

☔ The latest upstream changes (presumably #19) made this pull request unmergeable. Please resolve the merge conflicts.

@emilio
Copy link
Copy Markdown
Member

emilio commented Oct 18, 2017

Travis now works since #24.

@emilio emilio closed this Oct 18, 2017
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.

3 participants