Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 802813 - app-arch/unar shouldn't depend on gcc[objc]
Summary: app-arch/unar shouldn't depend on gcc[objc]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: David Seifert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-19 01:36 UTC by Alex Xu (Hello71)
Modified: 2024-02-15 09:11 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 Alex Xu (Hello71) 2021-07-19 01:36:24 UTC
1. clang is also a supported objc compiler, so gcc should not be forced

2. unar already depends on gnustep-make, which pulls in the compiler dependency (RDEPEND)
Comment 1 loaden 2022-02-18 13:07:55 UTC
(In reply to Alex Xu (Hello71) from comment #0)
> 1. clang is also a supported objc compiler, so gcc should not be forced
> 
> 2. unar already depends on gnustep-make, which pulls in the compiler
> dependency (RDEPEND)

unar cannot compile with clang for now, see bug report 732846
Comment 2 Alex Xu (Hello71) 2022-02-19 16:09:53 UTC
(In reply to loaden from comment #1)
> (In reply to Alex Xu (Hello71) from comment #0)
> > 1. clang is also a supported objc compiler, so gcc should not be forced
> > 
> > 2. unar already depends on gnustep-make, which pulls in the compiler
> > dependency (RDEPEND)
> 
> unar cannot compile with clang for now, see bug report 732846

that only applies if USE=-libobjc2. furthermore i suspect it is due to a wrong installation of gcc; possibly gcc is not built with objc. the only issue i encountered with USE=libobjc2 was bug 833772.
Comment 3 Larry the Git Cow gentoo-dev 2024-01-11 20:38:44 UTC
The bug has been referenced in the following commit(s):

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

commit 52735bce7c8ab20f7065430a1c9fd17590b2a6c9
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2024-01-11 20:38:31 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2024-01-11 20:38:31 +0000

    app-arch/unar: add 1.10.8
    
    Bug: https://bugs.gentoo.org/802813
    Bug: https://bugs.gentoo.org/920359
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-arch/unar/Manifest                             |  1 +
 .../unar/files/unar-1.10.8-Wint-conversion.patch   | 40 ++++++++++++++++
 app-arch/unar/unar-1.10.8.ebuild                   | 55 ++++++++++++++++++++++
 3 files changed, 96 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2024-01-12 10:40:52 UTC
The bug has been referenced in the following commit(s):

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

commit c6226bf5686032af074d93cee08e657ff604c6fc
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2024-01-12 10:40:45 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2024-01-12 10:40:45 +0000

    app-arch/unar: check ObjC toolchain support
    
    Bug: https://bugs.gentoo.org/732846
    Bug: https://bugs.gentoo.org/802813
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-arch/unar/unar-1.10.8.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
Comment 5 Larry the Git Cow gentoo-dev 2024-02-15 09:11:44 UTC
The bug has been closed via the following commit(s):

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

commit a0eed3c0314696cf32306035bf06cc20cf8d7091
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2024-02-15 09:11:20 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2024-02-15 09:11:20 +0000

    app-arch/unar: drop 1.10.7
    
    Closes: https://bugs.gentoo.org/732846
    Closes: https://bugs.gentoo.org/802813
    Closes: https://bugs.gentoo.org/920359
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-arch/unar/Manifest           |  1 -
 app-arch/unar/unar-1.10.7.ebuild | 60 ----------------------------------------
 2 files changed, 61 deletions(-)