You are not logged in.
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
Builds fine here. Please, when asking for help, paste the full build output, not an extract.
Not a pacman issue, moving to AUR issues...
Offline
Offline
What is it about full output that you don't understand? Why are you removing the commands that you run to initiate the build?
Offline
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 -sOffline
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()...Offline
Oh, I'm sorry.
I just did makepkg -s > output.txt
I didn't know it would have cut off those other parts.
Offline
Some of your libraries are in unexpected places. Are you fully up-to-date?
Offline
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
What is the output of pacman -Q mpd libmpdclient fftw
Offline
What is the output of pacman -Q mpd libmpdclient fftw
mpd 0.18-1
libmpdclient 2.9-1
fftw 3.3.3-2
Offline
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?
Offline
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