Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
k3b installation error - ANY IDEAS
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
peterjk
n00b
n00b


Joined: 19 Aug 2005
Posts: 37
Location: Wolverhampton

PostPosted: Mon Aug 22, 2005 4:23 pm    Post subject: k3b installation error - ANY IDEAS Reply with quote

I have tried to emerge K3B, but get the following errors,

make[3]: *** [gcdmaster] Error 1
make[3]: Leaving directory `/var/tmp/portage/cdrdao-1.2.0/work/cdrdao-1.2.0/xdao'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/cdrdao-1.2.0/work/cdrdao-1.2.0/xdao'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/cdrdao-1.2.0/work/cdrdao-1.2.0'
make: *** [all] Error 2

!!! ERROR: app-cdr/cdrdao-1.2.0 failed.
!!! Function src_compile, Line 55, Exitcode 2
!!! could not compile

Could anyone help in this matter, please
_________________
Many thanks in advance.

I appreciate your help.

Pete
Back to top
View user's profile Send private message
borfig
Apprentice
Apprentice


Joined: 27 Oct 2004
Posts: 162

PostPosted: Mon Aug 22, 2005 4:32 pm    Post subject: Reply with quote

can you find any log files at your /var/tmp/portage/cdrdao-1.2.0 to give us some hints?
Back to top
View user's profile Send private message
peterjk
n00b
n00b


Joined: 19 Aug 2005
Posts: 37
Location: Wolverhampton

PostPosted: Mon Aug 22, 2005 5:55 pm    Post subject: Reply with quote

borfig wrote:
can you find any log files at your /var/tmp/portage/cdrdao-1.2.0 to give us some hints?


There are 3 folders inside a folder named cdrdao-1.2.0, namely "build-info", "temp", and "work". What am I looking for, I'm very much a newbie.

FOUND THIS in build-info:

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.2.0.ebuild,v 1.12 2005/07/30 09:57:40 killerfox Exp $

inherit flag-o-matic eutils

DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend"
HOMEPAGE="http://cdrdao.sourceforge.net/"
SRC_URI="mirror://sourceforge/cdrdao/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
IUSE="gnome debug encode pccts"
RESTRICT="nostrip"

RDEPEND="encode? ( >=media-sound/lame-3.90 )
gnome? ( >=dev-cpp/gtkmm-2.4
>=dev-cpp/libgnomemm-2.6
>=dev-cpp/libgnomecanvasmm-2.6
>=dev-cpp/gconfmm-2.6
>=dev-cpp/libgnomeuimm-2.6
media-libs/libao )"
DEPEND="pccts? ( >=dev-util/pccts-1.33.24-r1 )
virtual/cdrtools
${RDEPEND}"

src_unpack() {
unpack ${A}
cd ${S}

[[ $(gcc-major-version) -eq 4 ]] && epatch ${FILESDIR}/${P}-gcc4.patch

# Add gentoo to version
sed -i -e "s:^PACKAGE_STRING='cdrdao ${PV}':PACKAGE_STRING='cdrdao ${PV} gentoo':" configure

# Display better SCSI messages (advise from Bug 43003)
cd scsilib/include
sed -i -e 's:HAVE_SCANSTACK:NO_FRIGGING_SCANSTACK:g' xmconfig.h
sed -i -e 's:HAVE_SCANSTACK:NO_FRIGGING_SCANSTACK:g' mconfig.h
}

src_compile() {
# -funroll-loops do not work
filter-flags "-funroll-loops"

econf \
$(use_enable debug) \
$(use_with gnome xdao) \
$(use_with encode lame) \
$(use_with pccts pcctsbin /usr/bin) \
$(use_with pccts pcctsinc /usr/include/pccts) \
--disable-dependency-tracking || die "configure failed"

make || die "could not compile"
}

src_install() {
einstall || die "could not install"

cd ${S}

# Documentation
dodoc AUTHORS CREDITS ChangeLog NEWS README*
}
_________________
Many thanks in advance.

I appreciate your help.

Pete


Last edited by peterjk on Mon Aug 22, 2005 6:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Mon Aug 22, 2005 5:59 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Desktop Environments.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum