Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725196 - net-print/mtink calls cc directly
Summary: net-print/mtink calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-05-25 07:16 UTC by Agostino Sarubbo
Modified: 2021-02-14 10:36 UTC (History)
0 users

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


Attachments
build.log (build.log,7.20 KB, text/plain)
2020-05-25 07:16 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-05-25 07:16:50 UTC
This is an auto-filed bug because net-print/mtink calls cc directly.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different CC implementation (like clang) by setting the CC variable. So this issue has been reproduced by setting the CC variable to x86_64-pc-linux-gnu-gcc and by removing the /usr/bin/cc - /usr/bin/gcc binaries.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-25 07:16:56 UTC
Created attachment 641546 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-02-14 10:36:49 UTC
The bug has been closed via the following commit(s):

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

commit eab7bcd2b21a9fcdbeffa663549547007740e523
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-02-14 10:32:57 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-02-14 10:32:57 +0000

    net-print/mtink: Fix build issues
    
    * Fix build with gcc-10
    * Fix detection of lesstif library
    * Do not call CC directly
    * Fix broken README symlink
    
    Closes: https://bugs.gentoo.org/708040
    Closes: https://bugs.gentoo.org/679324
    Closes: https://bugs.gentoo.org/727952
    Closes: https://bugs.gentoo.org/725196
    Closes: https://bugs.gentoo.org/741062
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-print/mtink/files/mtink-1.0.16-flags.patch     |  5 +--
 .../mtink/files/mtink-1.0.16-fno-common.patch      | 20 +++++++++
 net-print/mtink/files/mtink-1.0.16-motif.patch     | 49 ++++++++++++++++++++++
 net-print/mtink/files/mtink-1.0.16-overflow.patch  |  4 +-
 net-print/mtink/metadata.xml                       |  8 ++--
 net-print/mtink/mtink-1.0.16-r2.ebuild             | 35 ++++++++++------
 6 files changed, 100 insertions(+), 21 deletions(-)