You are not logged in.

#1 2013-10-31 22:09:47

rxvtk
Member
Registered: 2013-10-15
Posts: 24

ncmpcpp-git recipe for target 'all-recursive' failed

I am trying to install ncmpcpp-git from the user repo

When installing, I am using "makepkg -s" I get

song.cpp: In member function ‘virtual unsigned int MPD::Song::getPrio() const’:
song.cpp:241:39: error: ‘mpd_song_get_prio’ was not declared in this scope
  return mpd_song_get_prio(m_song.get());
                                       ^
Makefile:566: recipe for target 'song.o' failed
make[2]: *** [song.o] Error 1
make[2]: Leaving directory '/home/alex/Downloads/ncmpcpp-git/src/ncmpcpp/src'
Makefile:452: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/alex/Downloads/ncmpcpp-git/src/ncmpcpp'
Makefile:362: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Any idea why?

Offline

#2 2013-10-31 22:34:40

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: ncmpcpp-git recipe for target 'all-recursive' failed

Builds fine here. Please, when asking for help, paste the full build output, not an extract.


Not a pacman issue, moving to AUR issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2013-10-31 22:45:15

rxvtk
Member
Registered: 2013-10-15
Posts: 24

Re: ncmpcpp-git recipe for target 'all-recursive' failed

Offline

#4 2013-10-31 22:50:39

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: ncmpcpp-git recipe for target 'all-recursive' failed

What is it about full output that you don't understand? Why are you removing the commands that you run to initiate the build?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2013-10-31 22:57:06

rxvtk
Member
Registered: 2013-10-15
Posts: 24

Re: ncmpcpp-git recipe for target 'all-recursive' failed

jasonwryan wrote:

What is it about full output that you don't understand? Why are you removing the commands that you run to initiate the build?

I'm not sure what you mean. That's all that was outputed.
but here are the commands that I used to build it:

Downloaded the tar.gz from here https://aur.archlinux.org/packages/nc/n … git.tar.gz manually

tar -zxvf ncmpcpp-git.tar.gz
cd ncmpcpp-git
makepkg -s

Offline

#6 2013-10-31 23:26:31

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: ncmpcpp-git recipe for target 'all-recursive' failed

There is no makepkg output in your paste. There should be the output as it clones the git repo and starts the build, like so:

==> Making package: ncmpcpp-git 1:1523.088eedd-1 (Fri Nov  1 12:18:42 NZDT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning ncmpcpp git repo...
Cloning into bare repository '/home/jason/Build/ncmpcpp-git/ncmpcpp'...
==> Validating source files with md5sums...
    ncmpcpp ... Skipped
==> Extracting sources...
  -> Creating working copy of ncmpcpp git repo...
Cloning into 'ncmpcpp'...
done.
==> Starting pkgver()...
==> Updated version: ncmpcpp-git 1:1544.955d308-1
==> Starting build()...

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2013-10-31 23:40:07

rxvtk
Member
Registered: 2013-10-15
Posts: 24

Re: ncmpcpp-git recipe for target 'all-recursive' failed

Oh, I'm sorry.

I just did makepkg -s > output.txt

I didn't know it would have cut off those other parts.

http://pastebin.com/VM0Y8KGX

Offline

#8 2013-11-01 00:00:50

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: ncmpcpp-git recipe for target 'all-recursive' failed

Some of your libraries are in unexpected places. Are you fully up-to-date?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#9 2013-11-01 00:12:49

rxvtk
Member
Registered: 2013-10-15
Posts: 24

Re: ncmpcpp-git recipe for target 'all-recursive' failed

jasonwryan wrote:

Some of your libraries are in unexpected places. Are you fully up-to-date?

Yes.
Would reinstalling the libraries move it to the original place?
if not; How would I go about installing ncmpcpp-git?

Offline

#10 2013-11-01 00:16:50

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: ncmpcpp-git recipe for target 'all-recursive' failed

What is the output of pacman -Q mpd libmpdclient fftw


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#11 2013-11-01 00:20:46

rxvtk
Member
Registered: 2013-10-15
Posts: 24

Re: ncmpcpp-git recipe for target 'all-recursive' failed

jasonwryan wrote:

What is the output of pacman -Q mpd libmpdclient fftw

mpd 0.18-1
libmpdclient 2.9-1
fftw 3.3.3-2

Offline

#12 2013-11-01 00:27:55

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: ncmpcpp-git recipe for target 'all-recursive' failed

That looks good. I have no idea why your system is building it differently to mine. If you are up to date and you are able to build other AUR packages without issue, then I am stumped.

# edit: just out of interest, what architecture are you on?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#13 2013-11-01 00:33:27

rxvtk
Member
Registered: 2013-10-15
Posts: 24

Re: ncmpcpp-git recipe for target 'all-recursive' failed

jasonwryan wrote:

That looks good. I have no idea why your system is building it differently to mine. If you are up to date and you are able to build other AUR packages without issue, then I am stumped.

# edit: just out of interest, what architecture are you on?

x86-64

Offline

Board footer

Powered by FluxBB