From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [Testday] Arch Linux Test report Date: Thu, 18 Dec 2014 09:27:14 +0100 Message-ID: <20141218082714.GA15435@aepfle.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julian Sivertsen Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Dec 18, Julian Sivertsen wrote: > == Issues === > Brief: Invalid FETCHER by ./configure > Importance: nuisance > Location: xen > Workaround: Install wget and reconfigure > The m4/fetcher.m4 script checks for the precence of wget before falling > back to "ftp -o". On Arch Linux curl is shipped and ftp does not support > the -o option. Resulting in the build failing when downloading zlib. The requirement for wget or ftp is indeed not mentioned in README or INSTALL. > Brief: libxenctrl.so.4.5 not found > Importance: low > Location: probably Arch Linux > Workaround: `echo /usr/local/lib > /etc/ld.so.conf.d/xen.cnf; ldconfig` > Something about the library path is messed up, as oxenstored fails when > launched by systemd. It needs the shared library libxenctrl.so.4.5 which > is located in the /usr/local/lib folder, but doesn't find it. Fix Arch Linux and add /usr/local/lib to the default /etc/ld.so.conf. Workaround: ./configure --enable-rpath Olaf