Summary: | sys-devel/qconf-2.3 stabilisation request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Palimaka (kensington) <kensington> |
Component: | Stabilization | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | STABLEREQ |
Priority: | Normal | Flags: | stable-bot:
sanity-check+
|
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: |
sys-devel/qconf-2.3
|
Runtime testing required: | --- |
Bug Depends on: | |||
Bug Blocks: | 631788 |
Description
Michael Palimaka (kensington)
![]() ppc64 stable ppc stable The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91371ab0be380555fd3e691a27bc012fec2927b9 commit 91371ab0be380555fd3e691a27bc012fec2927b9 Author: Michael Palimaka <kensington@gentoo.org> AuthorDate: 2017-09-30 01:46:03 +0000 Commit: Michael Palimaka <kensington@gentoo.org> CommitDate: 2017-09-30 01:46:12 +0000 sys-devel/qconf: stabilise 2.3 for amd64/x86 Bug: https://bugs.gentoo.org/631886 Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-devel/qconf/qconf-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)} The build shows a lot of warnings about incorrect flags being passed to configure, and it doesn't work if QtXml is not installed. Feels fishy. (In reply to Rolf Eike Beer from comment #4) > The build shows a lot of warnings about incorrect flags being passed to > configure, and it doesn't work if QtXml is not installed. Feels fishy. The configure warnings are because someone switched the ebuild to use econf which passes a bunch of autoconf args unconditionally, but this package definitely doesn't use autoconf. It would be nice to fix this but I don't think it actually hurts anything. As for QtXml, that's listed as a dependency in the ebuild. None of Qt 5.x is even keyworded for sparc. |