You are not logged in.

#1 2020-02-10 19:11:28

dangerousHobo
Member
Registered: 2007-03-02
Posts: 30

Compiling pacman from source fails

I'm trying to build pacman from source (for experimenting and learning) and I'm running into issues while running `autoconf`.

$ autoconf
configure.ac:218 error: required file 'build-aux/config.rpath' not found

The file is indeed not there. If I create a dummy file

touch build-aux/config.rpath

does get me past the error and generates a `configure` script, but said configure script fails because it really does need whatever config.rpath is suppose to contain.

I've tried both pacman-master and pacman-v5.2.1 with the same results. What am I missing?

autoconf version = 2.69
automake version = 1.15.1
libtoolize version = 2.4.6


Registered Linux user: #424635

Offline

#2 2020-02-11 06:30:48

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,395
Website

Re: Compiling pacman from source fails

If you want to use autotools, run "autoreconf -vif". Then configure away.

Offline

Board footer

Powered by FluxBB