Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 745387 - media-sound/murmur-9999 fails to build because main.pro is missing
Summary: media-sound/murmur-9999 fails to build because main.pro is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-09-29 08:28 UTC by aceone
Modified: 2020-11-17 09:01 UTC (History)
1 user (show)

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 aceone 2020-09-29 08:28:31 UTC
cat /var/log/portage/media-sound:murmur-9999:20200929-075455.log         
 * Package:    media-sound/murmur-9999
 * Repository: gentoo
 * Maintainer: polynomial-c@gentoo.org
 * USE:        abi_x86_64 amd64 dbus elibc_glibc ice kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
 * Repository id: mumble-voip_mumble.git
 * To override fetched repository properties, use:
 *   EGIT_OVERRIDE_REPO_MUMBLE_VOIP_MUMBLE
 *   EGIT_OVERRIDE_BRANCH_MUMBLE_VOIP_MUMBLE
 *   EGIT_OVERRIDE_COMMIT_MUMBLE_VOIP_MUMBLE
 *   EGIT_OVERRIDE_COMMIT_DATE_MUMBLE_VOIP_MUMBLE
 * 
 * Fetching https://github.com/mumble-voip/mumble.git ...
git fetch https://github.com/mumble-voip/mumble.git +HEAD:refs/git-r3/HEAD
git symbolic-ref refs/git-r3/media-sound/murmur/0/__main__ refs/git-r3/HEAD
 * Skipping submodule speex
 * Skipping submodule celt-0.7.0-src
 * Skipping submodule opus
 * Skipping submodule 3rdparty/minhook
 * Skipping submodule 3rdparty/mach-override-src
 * Skipping submodule 3rdparty/speexdsp
 * Skipping submodule 3rdparty/rnnoise-src
 * Skipping submodule themes/Mumble
 * Checking out https://github.com/mumble-voip/mumble.git to /var/tmp/portage/portage/media-sound/murmur-9999/work/murmur-9999 ...
git checkout --quiet refs/git-r3/HEAD
GIT update -->
   repository:               https://github.com/mumble-voip/mumble.git
   at the commit:            2a47549e504c934adb3934d6428f9a985aaa75f5
 * Skipping submodule speex
 * Skipping submodule celt-0.7.0-src
 * Skipping submodule opus
 * Skipping submodule 3rdparty/minhook
 * Skipping submodule 3rdparty/mach-override-src
 * Skipping submodule 3rdparty/speexdsp
 * Skipping submodule 3rdparty/rnnoise-src
 * Skipping submodule themes/Mumble
 * Running qmake ...
Cannot find file: main.pro.
 [ !! ]

Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2020-09-29 08:41:33 UTC
They replaced the qmake build system with cmake so the ebuild need adjustment.
Comment 2 Larry the Git Cow gentoo-dev 2020-11-17 09:01:16 UTC
The bug has been closed via the following commit(s):

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

commit 532899f70eae05cab95e5074fac79359ab91dba2
Author:     Jannis Achstetter <kripton@kripserver.net>
AuthorDate: 2020-10-21 17:40:32 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-11-17 09:01:12 +0000

    media-sound/murmur: Migrate live ebuild to cmake
    
    Closes: https://bugs.gentoo.org/745387
    Closes: https://github.com/gentoo/gentoo/pull/17991
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Jannis Achstetter <kripton@kripserver.net>
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 media-sound/murmur/metadata.xml       |  1 +
 media-sound/murmur/murmur-9999.ebuild | 37 ++++++++++++++++++++---------------
 2 files changed, 22 insertions(+), 16 deletions(-)