On Thu, 09 Jun 2016 at 10:34:18 -0400, Jeremy Bicha wrote: > The below patch works for me. I found it on ricotz' PPA; I'm not sure > where he got it from since I don't see it posted to git or GNOME's > bugzilla or https://github.com/ostreedev/ostree/ (which I guess is > where development is actually happening now)
I can't help thinking that whatever the correct solution is, this isn't it... The symptom is: env: symbol lookup error: /«PKGBUILDDIR»/tests/libreaddir-rand.so: undefined symbol: dlsym Looks like a missing -ldl. This could well be another result of Ubuntu's linker flags - in Debian we probably pick up an implicit libdl dependency from somewhere else. S