lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNASZ_sHPjDLd7+LTc0Sj9K+W51zoRq-=r-0_5AJC06jaEg@mail.gmail.com>
Date:   Thu, 20 Aug 2020 20:33:11 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Ronald Warsow <rwarsow@....de>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Randy Dunlap <rdunlap@...radead.org>
Subject: Re: BUG with 5.8.x and make xconfig

On Thu, Aug 20, 2020 at 4:19 AM Ronald Warsow <rwarsow@....de> wrote:
>
> Hallo
>
> configuring kernel 5.8.x on Fedora 32 via "make xconfig" gives me this:
>
>
>   HOSTCXX scripts/kconfig/qconf.o
> scripts/kconfig/qconf.cc: In member function ‘void
> ConfigInfoView::clicked(const QUrl&)’:
> scripts/kconfig/qconf.cc:1231:3: error: ‘qInfo’ was not declared in this
> scope; did you mean ‘setInfo’?
>   1231 |   qInfo() << "Clicked link is empty";
>        |   ^~~~~
>        |   setInfo
> scripts/kconfig/qconf.cc:1244:3: error: ‘qInfo’ was not declared in this
> scope; did you mean ‘setInfo’?
>   1244 |   qInfo() << "Clicked symbol is invalid:" << data;
>        |   ^~~~~
>        |   setInfo
> make[1]: *** [scripts/Makefile.host:137: scripts/kconfig/qconf.o] Error 1
> make: *** [Makefile:606: xconfig] Error 2
>
>
>
> I have never seen this with kernel 5.7.x.
>
> I haven't found a solution to the above, yet.
> - apart from the workaround: "make menuconfig", etc.-
>
>
> pointers/hints/ideas ?


I think you are using Qt4
(dnf install qt4-devel).

If you install Qt5
(dnf install qt5-devel),
you will be able to do "make xconfig".

I will consider what to do about this.


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ