Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669552 - media-sound/mixxx-9999 - sed: can't read src/SConscript: No such file or directory
Summary: media-sound/mixxx-9999 - sed: can't read src/SConscript: No such file or dire...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-10-25 07:00 UTC by jospezial
Modified: 2019-03-24 12:56 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2018-10-25 07:00:43 UTC
>>> Source unpacked in /var/tmp/portage/media-sound/mixxx-9999/work
>>> Preparing source in /var/tmp/portage/media-sound/mixxx-9999/work/mixxx-9999 ...
sed: can't read src/SConscript: No such file or directory
 * ERROR: media-sound/mixxx-9999::gentoo failed (prepare phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 124:  Called src_prepare
 *   environment, line 3078:  Called die
 * The specific snippet of code:
 *       sed -i -e "/unix_lib_path =/s/'lib'/'$(get_libdir)'/" src/SConscript || die;
 * 




https://github.com/mixxxdj/mixxx/commit/36e9ca77a6b852087d35232685ae2cef326412fc#diff-9edd7937fc098238019375326c80c6cf

" Build library objects in the SConscript variant_dir.

SCons has a feature that lets you declare a repository-root absolute
path to a file (e.g. "#lib/soundtouch/..."). Using this feature
prevents SCons from automatically re-directing built artifacts to a
variant_dir. To work around this, this commit moves src/SConscript and
src/SConscript.env to the root, and changes all paths in SConscripts
to use SConscript-relative paths.

This commit also switches to building an explicit static library for
vamp-hostdk, vamp-sdk, and soundtouch when internal linking is enabled
and the VAMP plugin now uses the system soundtouch if it is present.

Fixes Bug #1191327 and Bug #1617802."


The path of SConscript in mixxx-9999.ebuild and mixxx-2.0.0-docs.patch has to be changed.
Comment 1 jospezial 2019-01-10 01:07:38 UTC
ping
Comment 2 Larry the Git Cow gentoo-dev 2019-03-24 12:56:24 UTC
The bug has been closed via the following commit(s):

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

commit c853539046b1a468cbae9abf948b3a1115e34bea
Author:     Gerion Entrup <gerion.entrup@flump.de>
AuthorDate: 2019-03-23 20:39:33 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-03-24 12:56:15 +0000

    media-sound/mixxx: fix compilation of live ebuild
    
    SConscript file was moved by upstream.
    
    Closes: https://bugs.gentoo.org/669552
    Package-Manager: Portage-2.3.62, Repoman-2.3.11
    Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
    Closes: https://github.com/gentoo/gentoo/pull/11471
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 media-sound/mixxx/mixxx-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)