Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 732186 - dev-db/opendbx lost most keywords
Summary: dev-db/opendbx lost most keywords
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-11 13:21 UTC by Sergei Trofimovich (RETIRED)
Modified: 2023-01-10 13:27 UTC (History)
3 users (show)

See Also:
Package list:
dev-db/opendbx *
Runtime testing required: ---
nattka: sanity-check+


Attachments
build.log (opendbx-1.5.0.log,48.22 KB, text/x-log)
2023-01-10 13:08 UTC, Marco Scardovi (scardracs)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Trofimovich (RETIRED) gentoo-dev 2020-07-11 13:21:26 UTC
Keywords for dev-db/opendbx:
         |                             |   u   |
         | a   a     p s     a   r     |   n   |
         | m   r h   p p   s l i i m m | e u s | r
         | d a m p p c a x 3 p a s 6 i | a s l | e
         | 6 r 6 p p 6 r 8 9 h 6 c 8 p | p e o | p
         | 4 m 4 a c 4 c 6 0 a 4 v k s | i d t | o
---------+-----------------------------+-------+-------
1.4.5-r1 | + o o o o o o + o o o o o o | 6 o 0 | gentoo
1.4.6-r2 | ~ o o o o o o ~ o o o o o o | 6 #   | gentoo
1.4.6-r3 | ~ o o o o o o ~ o o o o o o | 6 o   | gentoo
1.5.0-r2 | o o o o o o o o o o o o o o | 6 o   | gentoo

$ fgrep KEYWORDS *
opendbx-1.4.5-r1.ebuild:KEYWORDS="amd64 x86"
opendbx-1.4.6-r2.ebuild:KEYWORDS="~amd64 ~x86"
opendbx-1.4.6-r3.ebuild:KEYWORDS="~amd64 ~x86"
opendbx-1.5.0-r2.ebuild:KEYWORDS="~x64-solaris"

Is it intended to have only KEYWORDS="~x64-solaris" keywords for latest ebuild, or it's a typo?

If its not a typo I suggest adding a one-line comment above KEYWORDS like "Does not work outside x64-solaris because ..."
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-02-19 19:38:19 UTC
ping alicef
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2021-05-16 11:40:59 UTC
The package keeps popping up in tree-wide scans. Currently it's a one of 3 packages on amd64 that lost keywords.
Comment 3 Alice Ferrazzi Gentoo Infrastructure gentoo-dev 2022-02-11 10:22:34 UTC
If you need to use the package with ~amd64 ~x86, please test it and add the keywords.
Comment 4 Alice Ferrazzi Gentoo Infrastructure gentoo-dev 2022-02-11 10:23:00 UTC
As I'm no longer the maintainer of this package.
Comment 5 Pacho Ramos gentoo-dev 2022-12-19 16:21:36 UTC
I am inclined to simply drop the 1.5 version as it is a development version, this package is now orphan and no reverse dep needs the newer one
Comment 6 Marco Scardovi (scardracs) 2023-01-10 13:08:52 UTC
Created attachment 848120 [details]
build.log
Comment 7 Marco Scardovi (scardracs) 2023-01-10 13:09:38 UTC
^ I was trying to see if it is possible to rekeyword, at least for `amd64, but ends with that error
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-10 13:11:32 UTC
(In reply to Marco Scardovi (scardracs) from comment #7)
> ^ I was trying to see if it is possible to rekeyword, at least for `amd64,
> but ends with that error

GCC 11 issue. Needs append-cxxflags -std=c++11 or for the code to be fixed.
Comment 9 Marco Scardovi (scardracs) 2023-01-10 13:27:48 UTC
(In reply to Sam James from comment #8)
> (In reply to Marco Scardovi (scardracs) from comment #7)
> > ^ I was trying to see if it is possible to rekeyword, at least for `amd64,
> > but ends with that error
> 
> GCC 11 issue. Needs append-cxxflags -std=c++11 or for the code to be fixed.

Ok with your suggestion it works. I'm gonna launch it on a lxd container to see if everythong is ok or if it asks for other things