I successfully built back in February from master on Debian 10, around
Rivendell 3.2.1int3.
Here's what my history says I installed.  I have more detail on commands I
ran but not things I changed.  I also at some point after this installed
libcanberra-gtk-module and I'm not sure why but it might be useful?

sudo apt-get install patch
> sudo apt install make gcc g++
> sudo apt install libssh-dev libsamplerate0-dev libsndfile1-dev
> libcdparanoia-dev libid3-3.8.3-dev libcurl4-openssl-dev libam0g-dev
> libsoundtouch-dev libasound2-dev libflac++-dev libmad0-dev libtwolame-dev
> libmp3lame-dev libfaad-dev libqt4-dev libexpat1-dev libtag1-dev
> sudo apt install libjack-jackd2-dev
> sudo apt install docbook-xsl fop xsltproc
> sudo apt install apache2
> sudo apt install mariadb-server
> sudo apt-get install open-vm-tools (I'm in an ESXi VM)
> sudo apt install git
> sudo apt install libtool m4 automake pkg-config
> sudo apt install libtool libmusicbrainz5-dev libmusicbrainz5-2 libtool-bin
> sudo apt install libmusicbrainz*
> sudo apt install libdiscid libcoverart
> sudo apt install libdiscid-dev libcoverart-dev
>
git clone -b master https://github.com/ElvishArtisan/rivendell.git
> cd rivendell

./autogen.sh
> export PATH=/sbin:$PATH
> export DOCBOOK_STYLESHEETS=/usr/share/xml/docbook/stylesheet/docbook-xsl
> ./configure --libexecdir=/var/www/rd-bin
> --sysconfdir=/etc/apache2/conf-available
> make
> sudo make install
> sudo a2enconf rd-bin
> systemctl reload apache2.service
> sudo mysql
> sudo ldconfig
> sudo rddbmgr --create --generate-audio
> mysql


On Sat, Oct 10, 2020 at 6:51 PM Tim Camp <[email protected]> wrote:

> Greetings,
>
> O thought I would post this one more time and see if anyone has a
> suggestion on how to proceed.
> Musicbrainz and libcoverart and their dev libraries are installed.
>
> During make I get this error....
>
>   CXXLD    caed
> /home/tim/Downloads/rivendell-3.4.1/lib/.libs/librd.so: undefined
> reference to `CoverArtArchive::CCoverArt::LastErrorMessage[abi:cxx11]()
> const'
> /home/tim/Downloads/rivendell-3.4.1/lib/.libs/librd.so: undefined
> reference to
> `CoverArtArchive::CCoverArt::FetchFront(std::__cxx11::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&) const'
> /home/tim/Downloads/rivendell-3.4.1/lib/.libs/librd.so: undefined
> reference to
> `CoverArtArchive::CCoverArt::CCoverArt(std::__cxx11::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&)'
> /home/tim/Downloads/rivendell-3.4.1/lib/.libs/librd.so: undefined
> reference to `CoverArtArchive::CCoverArt::~CCoverArt()'
> collect2: error: ld returned 1 exit status
> Makefile:484: recipe for target 'caed' failed
> make[1]: *** [caed] Error 1
> make[1]: Leaving directory '/home/tim/Downloads/rivendell-3.4.1/cae'
> Makefile:518: recipe for target 'all-recursive' failed
> make: *** [all-recursive] Error 1
>
> Ubuntu 18.04
> Rivendell 3.4.1
> configure runs with no errors
>
> Tim Camp
> WZEW-FM
> Mobile, AL.
>
>
> _______________________________________________
> Rivendell-dev mailing list
> [email protected]
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to