Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 745351 - app-cdr/cdrdao-1.2.4 calls commands that do not exist (gconftool-2: command not found)
Summary: app-cdr/cdrdao-1.2.4 calls commands that do not exist (gconftool-2: command n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-09-29 05:48 UTC by Agostino Sarubbo
Modified: 2022-08-29 20:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,114.22 KB, text/plain)
2020-09-29 05:48 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-09-29 05:48:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-cdr/cdrdao-1.2.4 calls commands that do not exist.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-29 05:48:36 UTC
Created attachment 663037 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-29 05:48:37 UTC
Possible context of error(s):

./configure: line 3331: gconftool-2: command not found
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: toc2cue.o: undefined reference to symbol '_Unwind_Resume@@GCC_3.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: toc2cddb.o: undefined reference to symbol '_Unwind_Resume@@GCC_3.0'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
Comment 3 Mike Gilbert gentoo-dev 2020-09-29 14:25:50 UTC
Also this:

> ./configure: line 3331: gconftool-2: command not found
Comment 4 Larry the Git Cow gentoo-dev 2022-02-15 07:00:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a6ffded9cb5644aeb3703c3bcbfb2456322c0a

commit 87a6ffded9cb5644aeb3703c3bcbfb2456322c0a
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2022-01-12 20:48:31 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-02-15 06:34:51 +0000

    app-cdr/cdrdao: new EAPI, new maintainer
    
    add dependency gnome-base/gconf
    drop keyword hppa due to gnome-base/gconf
    drop support for _rc ebuild
    
    Closes: https://bugs.gentoo.org/745351
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://github.com/gentoo/gentoo/pull/23763
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-cdr/cdrdao/cdrdao-1.2.4-r1.ebuild | 51 +++++++++++++++++++++++++++++++++++
 app-cdr/cdrdao/metadata.xml           | 12 ++++++---
 2 files changed, 60 insertions(+), 3 deletions(-)