Hello, We are trying to build Qpid (a C++ program) on the Jenkins Ubuntu slaves but it appears that two libraries on which we depend are absent. Could you consider installing uuid-dev and sasl2-bin on the Ubuntu slaves please? I think they are sufficiently general as to be potentially useful to other projects.
uuid-dev - universally unique id library - headers and static libraries sasl2-bin - Cyrus SASL - administration programs for SASL users database The dependencies can be installed from APT: apt-get install sasl2-bin uuid-dev Kind regards, Keith Wall.