Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909154 - profile embedded is missing Cygwin in USE_EXPAND_VALUES_ELIBC
Summary: profile embedded is missing Cygwin in USE_EXPAND_VALUES_ELIBC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-25 13:20 UTC by Thomas Posch
Modified: 2023-06-25 19:17 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 Thomas Posch 2023-06-25 13:20:58 UTC
Profile embedded is missing Cygwin in `USE_EXPAND_VALUES_ELIBC`:
```
profiles/base/make.defaults:     USE_EXPAND_VALUES_ELIBC="bionic Cygwin Darwin glibc mingw musl SunOS"
profiles/embedded/make.defaults: USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS"
```

This prevents `net-misc/openssh-9.3_p1-r1::gentoo` from merging:

```
 * ERROR: net-misc/openssh-9.3_p1-r1::gentoo failed (configure phase):
 *   USE Flag 'elibc_Cygwin' not in IUSE for net-misc/openssh-9.3_p1-r1
```

Quick fix: Add `USE_EXPAND_VALUES_ELIBC="${USE_EXPAND_VALUES_ELIBC} Cygwin" to `etc/portage/profile/make.defaults`.
Comment 1 Larry the Git Cow gentoo-dev 2023-06-25 19:17:31 UTC
The bug has been closed via the following commit(s):

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

commit 5a80377b5bf000d2efbc5ee3a5732c19c010a7a9
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-06-25 19:15:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-06-25 19:17:05 +0000

    net-misc/openssh: drop elibc_Cygwin cruft
    
    Support is already gone.
    
    Closes: https://bugs.gentoo.org/909154
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/openssh/openssh-9.3_p1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit a4a8895a5544dc431f4c4da97e8abce38eaa4808
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-06-25 19:10:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-06-25 19:17:04 +0000

    profiles/base: drop kernel_Winnt
    
    Bug: https://bugs.gentoo.org/909154
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

commit d4f055eb098c7e25d5ad5049acd1219379984a7d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-06-25 19:09:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-06-25 19:17:04 +0000

    profiles/base: drop ELIBC_Cygwin
    
    Bug: https://bugs.gentoo.org/909154
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)