How to install dev version of clementine?

Discussions Regarding Software

Moderator: Moderators

How to install dev version of clementine?

Postby desputin » Sat Sep 22, 2012 16:27

Hi,

I'm new in sabayon and up to now I have used clementine with debian and moodbar integration. This is only available in the dev-version:
http://builds.clementine-player.org/

Is it possible for me to install a develepment version of clementine under sabayon? How would I do that?

best regards
desputin
desputin
Young Hen
 
Posts: 32
Joined: Sat Sep 22, 2012 16:15
Location: Germany

Re: How to install dev version of clementine?

Postby Fitzcarraldo » Sat Sep 22, 2012 17:41

You can do it by using the Portage package manager. 'Live' versions of packages, direct from the developers' repository, usually have the version number 9999 in Gentoo. There is an ebuild for clementine-9999 in the Portage multimedia overlay.

If you have not already done so, firstly, as root user in a Konsole/Terminal window, use the preparatory commands listed in the post Re: Atheros Wired Connection Problem. Then do the following:

Code: Select all
layman -a multimedia
echo "media-sound/clementine **" >> /etc/portage/package.keywords
emerge -1v =clementine-9999
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: How to install dev version of clementine?

Postby desputin » Sat Sep 22, 2012 20:58

Thank you.
It didn't quite work yet:

Code: Select all
>>> Starting parallel fetch

>>> Emerging (1 of 6) dev-util/pkgconfig-0.27.1
 * pkg-config-0.27.1.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                 [ ok ]
...
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... no
checking for gcc... no
checking for x86_64-pc-linux-gnu-cc... no
checking for cc... no
checking for x86_64-pc-linux-gnu-cl.exe... no
checking for cl.exe... no
configure: error: in `/var/tmp/portage/dev-util/pkgconfig-0.27.1/work/pkg-config-0.27.1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-util/pkgconfig-0.27.1/work/pkg-config-0.27.1/config.log
 * ERROR: dev-util/pkgconfig-0.27.1 failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   85:  Called src_configure
 *        environment, line 2754:  Called econf '--docdir=/usr/share/doc/pkgconfig-0.27.1/html' '--disable-silent-rules' '--with-system-include-path=/usr/include' '--with-system-library-path=/usr/lib64'
 *   phase-helpers.sh, line  467:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=dev-util/pkgconfig-0.27.1'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/pkgconfig-0.27.1'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/pkgconfig-0.27.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/pkgconfig-0.27.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/pkgconfig-0.27.1/work/pkg-config-0.27.1'
 * S: '/var/tmp/portage/dev-util/pkgconfig-0.27.1/work/pkg-config-0.27.1'

>>> Failed to emerge dev-util/pkgconfig-0.27.1, Log file:

>>>  '/var/tmp/portage/dev-util/pkgconfig-0.27.1/temp/build.log'

 * Messages for package dev-util/pkgconfig-0.27.1:

 * ERROR: dev-util/pkgconfig-0.27.1 failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   85:  Called src_configure
 *        environment, line 2754:  Called econf '--docdir=/usr/share/doc/pkgconfig-0.27.1/html' '--disable-silent-rules' '--with-system-include-path=/usr/include' '--with-system-library-path=/usr/lib64'
 *   phase-helpers.sh, line  467:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=dev-util/pkgconfig-0.27.1'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/pkgconfig-0.27.1'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/pkgconfig-0.27.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/pkgconfig-0.27.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/pkgconfig-0.27.1/work/pkg-config-0.27.1'
 * S: '/var/tmp/portage/dev-util/pkgconfig-0.27.1/work/pkg-config-0.27.1'
sabayon Documents #


Do you know what that could mean?
desputin
Young Hen
 
Posts: 32
Joined: Sat Sep 22, 2012 16:15
Location: Germany

Re: How to install dev version of clementine?

Postby Fitzcarraldo » Sat Sep 22, 2012 21:26

desputin wrote:
Code: Select all
checking for gcc... no

Code: Select all
configure: error: no acceptable C compiler found in $PATH

It means you don't have a C compiler (gcc) installed.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: How to install dev version of clementine?

Postby sabayonino » Sat Sep 22, 2012 21:42

check gcc profile is set properly :
Code: Select all
# gcc-config -l

 [1] x86_64-pc-linux-gnu-4.6.3 *
 [2] x86_64-pc-linux-gnu-4.6.3-hardenednopie
 [3] x86_64-pc-linux-gnu-4.6.3-hardenednopiessp
 [4] x86_64-pc-linux-gnu-4.6.3-hardenednossp
 [5] x86_64-pc-linux-gnu-4.6.3-vanilla


Set gcc to "1"
Code: Select all
# gcc-config 1 && source /etc/profile
User avatar
sabayonino
Sagely Hen
 
Posts: 1577
Joined: Sun Sep 21, 2008 1:12
Location: Italy


Return to Software in General

Who is online

Users browsing this forum: No registered users and 2 guests