Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-23 Thread Colin Williams
> Was this fixed? > I tried running the same command that previously tried to build qtwebengine > and now [correctly] it didn't. Hi Albert, I was able to get the packaging team to provide QT5 so I no longer have to build it. I can give it another shot but I have a working QT5 and I think the

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-23 Thread Albert Astals Cid
El diumenge, 8 d’agost de 2021, a les 22:57:14 (CEST), Albert Astals Cid va escriure: > El dissabte, 7 d’agost de 2021, a les 10:40:25 (CEST), Colin Williams va > escriure: > > Hi Albert, > > > > I am providing QT5 configure.log below. This is the configure.log when > > providing the arguments

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-08 Thread Albert Astals Cid
El dissabte, 7 d’agost de 2021, a les 10:40:25 (CEST), Colin Williams va escriure: > Hi Albert, > > I am providing QT5 configure.log below. This is the configure.log when > providing the arguments `./kdesrc-build knotifications --verbose > --debug --stop-on-failure` and the kdesrc-buildrc:

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-07 Thread Colin Williams
Hi Albert, I am providing QT5 configure.log below. This is the configure.log when providing the arguments `./kdesrc-build knotifications --verbose --debug --stop-on-failure` and the kdesrc-buildrc: http://ix.io/3v2J configure.log for Qt5 http://ix.io/3veF Notice the `Qt WebEngine Build Tools`

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-05 Thread Albert Astals Cid
El dijous, 5 d’agost de 2021, a les 9:39:55 (CEST), Colin Williams va escriure: > ./kdesrc-build knotifications --verbose --debug --stop-on-failure > > kdesrc-buildrc: http://ix.io/3v2J > > I was building Qt5 because the provided Qt5 had the header issue from the > begining of the post. This is

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-05 Thread Colin Williams
./kdesrc-build knotifications --verbose --debug --stop-on-failure kdesrc-buildrc: http://ix.io/3v2J I was building Qt5 because the provided Qt5 had the header issue from the begining of the post. Thanks! On Wed, Aug 4, 2021, 1:41 AM Colin Williams < colin.williams.seat...@gmail.com> wrote: >

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-04 Thread Albert Astals Cid
El dimecres, 4 d’agost de 2021, a les 10:41:33 (CEST), Colin Williams va escriure: > I was able to remove the relocations option by editing the make.conf. The > qt5 build looks like maybe it completed about 1/4 of the build process then > failed. > > There are a few errors sprinkled across the

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-04 Thread Colin Williams
I was able to remove the relocations option by editing the make.conf. The qt5 build looks like maybe it completed about 1/4 of the build process then failed. There are a few errors sprinkled across the build log which appears identical to the error log: http://ix.io/3uXA >From the errors it

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-03 Thread Thiago Macieira
On Tuesday, 3 August 2021 05:29:22 PDT Colin Williams wrote: > I don't have a clue regarding 'reduce_relocations'. Is there a way to > disable it and would it make sense to do so? Check the config.log -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect -

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-03 Thread Albert Astals Cid
El dimarts, 3 d’agost de 2021, a les 14:29:22 (CEST), Colin Williams va escriure: > After nuking the build as mentioned, my issues with the Qt5 submodules > have gone away. I'm still failing to build Qt5 via the script. > > I get the error: ERROR: Feature 'reduce_relocations' was enabled, but >

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-03 Thread Colin Williams
After nuking the build as mentioned, my issues with the Qt5 submodules have gone away. I'm still failing to build Qt5 via the script. I get the error: ERROR: Feature 'reduce_relocations' was enabled, but the pre-condition '!config.win32 && tests.reduce_relocations' failed. I don't have a clue

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-03 Thread Colin Williams
> Your Qt is broken. > /usr/local/lib/libQt5Core.so.5: undefined symbol: u_strToUpper_68 Agreed > "Couldn't update Qt5 repository submodules!" means running the > init-repository command from the qt5 repo failed, maybe you don't have perl > or any of the perl dependencies > for that command?

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-02 Thread Gleb Popov
On Mon, Aug 2, 2021 at 12:26 AM Albert Astals Cid wrote: > Your Qt is broken. > > /usr/local/lib/libQt5Core.so.5: undefined symbol: u_strToUpper_68 > This symbol comes from the icu library. There is a setting that adds version suffixes like "_68" to every symbol. It seems that Qt runs into a

Re: Trying to build knotifications framework, kdesrc-build and qt5

2021-08-01 Thread Albert Astals Cid
El diumenge, 1 d’agost de 2021, a les 9:55:17 (CEST), Colin Williams va escriure: > I'm trying to build the knotifications framework on a platform that > doesn't provide packages for kde. The platform provided qt5 and > qt5-tools packages. I installed them. Then when building the framework >

Trying to build knotifications framework, kdesrc-build and qt5

2021-08-01 Thread Colin Williams
I'm trying to build the knotifications framework on a platform that doesn't provide packages for kde. The platform provided qt5 and qt5-tools packages. I installed them. Then when building the framework dependencies I got http://ix.io/3uDy >From that error I suspect that the system qt5 is broken.