Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608032 - media-plugins/gst-transcoder does not respect CC
Summary: media-plugins/gst-transcoder does not respect CC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2017-02-02 13:19 UTC by Agostino Sarubbo
Modified: 2020-05-09 16:22 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 Agostino Sarubbo gentoo-dev 2017-02-02 13:19:29 UTC
This is an auto-filled bug because this package does not respect system's CC and calls directly cc/gcc or similar.

Meson encountered an error in file meson.build, line 1, column 0:
Unknown compiler(s): "cc"
The follow exceptions were encountered:
Running "cc --version" gave "[Errno 2] No such file or directory: 'cc'"
 * ERROR: media-plugins/gst-transcoder-1.8.2-r1::gentoo failed (configure phase):
 *   (no error message)
Comment 1 Pacho Ramos gentoo-dev 2017-02-03 12:14:05 UTC
not a regression
Comment 2 Larry the Git Cow gentoo-dev 2020-05-09 16:22:47 UTC
The bug has been closed via the following commit(s):

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

commit 92451b5e3c3a5901f62dd1caefe9ec1d7376a1e4
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2020-05-09 16:12:20 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2020-05-09 16:20:33 +0000

    media-plugins/gst-transcoder: bump to 1.14.1, fix LICENSE
    
    There is also a 1.16.0, but that requires gst1.16, and we want to
    fast-stabilize gst-transcoder to fix pitivi to not be so completely
    broken.
    
    As we now use meson.eclass properly (back when previous was added, that
    didn't exist and we used the compatibility ./configure from upstream that
    called meson), we don't dep on python ourselves anymore and if there
    are any remaining CC or other toolchain env var honoring issues, it's
    not our problem, but a generic meson.eclass related one.
    
    Closes: https://bugs.gentoo.org/718338
    Closes: https://bugs.gentoo.org/634408
    Closes: https://bugs.gentoo.org/622396
    Closes: https://bugs.gentoo.org/608032
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 media-plugins/gst-transcoder/Manifest              |  1 +
 .../gst-transcoder/gst-transcoder-1.14.1.ebuild    | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)