You are not logged in.

#1 2012-09-29 01:17:10

omegaga
Member
From: Taiwan
Registered: 2012-02-18
Posts: 2
Website

symbol lookup error occurs after compiling pacman

Hi there, i met some problems with my pacman before so i just decide to compile it again. I download the src and then execute the following commands

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
sudo make install

but after these, when i run my pacman, an error occurs:

pacman: symbol lookup error: pacman: undefined symbol: alpm_option_set_usedelta

i couldn't find any related information on the web, does anyone know what exactly happened?
thx.

Offline

#2 2012-09-29 01:21:20

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: symbol lookup error occurs after compiling pacman

What kind of "problems" did you meet that made you think you needed to recompile pacman?

I'm not trying to be obnoxious -- I really am curious.

Last edited by 2ManyDogs (2012-09-29 01:23:29)

Offline

#3 2012-09-29 01:41:37

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: symbol lookup error occurs after compiling pacman

I compiled pacman once on another distro so that I could maintain my arch install from there.  Though at the time I was moving towards using my arch install as my daily driver.  Now it is really the only install I use.

Offline

#4 2012-09-29 01:59:06

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: symbol lookup error occurs after compiling pacman

If this symbol isn't defined, then you compiled alpm from git. The patch that changes the name of this function is unreleased.

http://projects.archlinux.org/pacman.gi … e9cc198f19

Last edited by falconindy (2012-09-29 01:59:38)

Offline

#5 2012-09-29 05:31:58

omegaga
Member
From: Taiwan
Registered: 2012-02-18
Posts: 2
Website

Re: symbol lookup error occurs after compiling pacman

falconindy wrote:

If this symbol isn't defined, then you compiled alpm from git. The patch that changes the name of this function is unreleased.

http://projects.archlinux.org/pacman.gi … e9cc198f19

I try the link you give, but now there is another error message.

pacman: undefined symbol: alpm_option_get_syncdbs

Did I misunderstand something?

Offline

Board footer

Powered by FluxBB