Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

emerge cdrdao-1.1.9 (for k3b) fails

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
nyowe
n00b
n00b
Posts: 30
Joined: Sat Mar 13, 2004 10:09 pm

emerge cdrdao-1.1.9 (for k3b) fails

  • Quote

Post by nyowe » Wed Jan 19, 2005 4:05 pm

I am trying to emerge k3b but for some reason cdrdao-1.1.9 fails to emerge and spits out the following error

Code: Select all

config.status: creating config.h
config.status: executing depfiles commands

------------------------------------------------------
  Building scsilib   : yes
  Building pccts     : yes
  Building cdrdao    : yes
  Building toc2cue   : yes
  Building cue2toc   : yes
  Building toc2mp3   : yes
  Building gcdmaster : no
------------------------------------------------------
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9'
Making all in scsilib
make[2]: Entering directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/scsilib'
RULES/rules1.top:234: incs/Dcc.x86-linux: No such file or directory
RULES/rules.cnf:56: incs/x86-linux-cc/Inull: No such file or directory
RULES/rules.cnf:57: incs/x86-linux-cc/rules.cnf: No such file or directory
Makefile:18: warning: overriding commands for target `install'
RULES/rules1.dir:27: warning: ignoring old commands for target `install'
sh conf/cc-config.sh cc incs/Dcc.x86-linux
Trying to find cc
Found cc
Creating empty 'incs/Dcc.x86-linux'
conf/cc-config.sh: line 102: incs/Dcc.x86-linux: No such file or directory
make[2]: *** [incs/Dcc.x86-linux] Error 1
make[2]: *** Waiting for unfinished jobs....
        ==> MAKING DIRECTORY "incs/x86-linux-cc/Inull"
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/scsilib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9'
make: *** [all] Error 2

!!! ERROR: app-cdr/cdrdao-1.1.9 failed.
!!! Function src_compile, Line 62, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
how come the file incs/Dcc.x86-linux is missing... how can i correct this???
Top
fctk
Veteran
Veteran
Posts: 1424
Joined: Wed Jan 28, 2004 8:08 pm
Location: Milan, Italy, EU

  • Quote

Post by fctk » Thu Jan 20, 2005 2:30 pm

http://bugs.gentoo.org/show_bug.cgi?id=76824
Top
fauxalliance
n00b
n00b
User avatar
Posts: 8
Joined: Tue Sep 30, 2003 4:00 am
Location: Newfoundland, Canada

  • Quote

Post by fauxalliance » Fri Jan 21, 2005 2:45 am

same problem here

2.6.10-nitro4
no scsi-ide

running make in /var/tmp/portage/foo works fine

tia to anyone who can help
Top
Gnufsh
Guru
Guru
User avatar
Posts: 400
Joined: Sat Dec 28, 2002 5:40 pm
Location: Portland, OR
Contact:
Contact Gnufsh
Website

  • Quote

Post by Gnufsh » Sat Jan 22, 2005 6:29 pm

Well, the suggestion in the bug of re-running gcc-config did not help me with this problem. Any other ideas?
Top
CougarX
n00b
n00b
User avatar
Posts: 15
Joined: Thu Dec 18, 2003 7:23 pm
Location: Pennsylvania, US

  • Quote

Post by CougarX » Thu Jan 27, 2005 10:01 pm

I am also having the same problem...

using 2.6.10-gentoo-r6
no scsi-ide emulation activated (I think I built support into the kernel, I'll double check later)

I also tried the gcc-config suggestion in the bug report, did not work either.

Any other ideas?
CougarX
Top
CougarX
n00b
n00b
User avatar
Posts: 15
Joined: Thu Dec 18, 2003 7:23 pm
Location: Pennsylvania, US

working?

  • Quote

Post by CougarX » Thu Jan 27, 2005 10:16 pm

humm... it looks like if you emerge the ebuild directly it works, for example :

Code: Select all

emerge /usr/portage/app-cdr/cdrdao/cdrdao-1.1.9.ebuild
I'm not sure why this is any different than trying to install it the "normal" way, but at least for me it has gotten past the error message that is above.

I hope this helps, the idea came from: http://forums.gentoo.org/viewtopic.php? ... ght=cdrdao
CougarX
Top
Tolstoi
l33t
l33t
User avatar
Posts: 678
Joined: Thu May 20, 2004 8:06 am

  • Quote

Post by Tolstoi » Sun Jun 29, 2008 10:53 am

This :

Code: Select all

xcdrdao.cc: In function 'int main(int, char**)':
xcdrdao.cc:139: error: 'SigC' has not been declared
make[3]: *** [xcdrdao.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/app-cdr/cdrdao-1.2.2/work/cdrdao-1.2.2/xdao'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-cdr/cdrdao-1.2.2/work/cdrdao-1.2.2/xdao'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-cdr/cdrdao-1.2.2/work/cdrdao-1.2.2'
make: *** [all] Error 2
is the error I get.
Top
Tolstoi
l33t
l33t
User avatar
Posts: 678
Joined: Thu May 20, 2004 8:06 am

  • Quote

Post by Tolstoi » Sun Jun 29, 2008 11:10 am

My post above was related to 1.2.2. Setting cdrdao to ~x86 and upgrading to 1.2.2-r2 worked. Don't know why I didn't think of that earlier.
Top
Post Reply

8 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic