[Bug 247336] x11/plasma5-plasma-desktop: 5.19.1 widgets do not work

2020-06-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247336

--- Comment #4 from Adriaan de Groot  ---
It's being worked on (upstream, by me).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 247505] x11-wm/plasma5-kwin kwin_rules_dialog closed unexpectedly

2020-06-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247505

Adriaan de Groot  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 227027] devel/qt5: insecure file perms in the pkg tarballs

2020-06-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227027

Adriaan de Groot  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

--- Comment #10 from Adriaan de Groot  ---
Today, june 28 2020, I retrieved the official packages built by the FreeBSD
cluster, from
http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/qt5-qmake-5.14.2.txz, and
obtain

```
[adridg@beastie /tmp]$ tar tvzf qt5-qmake-5.14.2.txz | grep linux.conf
-rw-r--r--  0 root   wheel 1369 Mar 27 10:49
/usr/local/lib/qt5/mkspecs/common/linux.conf
```

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: qt5-core fails to build

2020-06-29 Thread Adriaan de Groot
On Monday, 29 June 2020 05:18:06 CEST Robert Huff wrote:
> In file included from /usr/include/immintrin.h:26:
> /usr/include/pmmintrin.h:266:26: error: cannot initialize a parameter of
> type 'void *' with an lvalue of type 'const void *'
> __builtin_ia32_monitor(__p, __extensions, __hints);

That's an unusual place for those headers (they look like clang internals to 
me). Are you sure your compiler matches your installed world?

[ade]

signature.asc
Description: This is a digitally signed message part.


Re: qt5-core fails to build

2020-06-29 Thread Robert Huff


Adriaan de Groot writes:

>  On Monday, 29 June 2020 05:18:06 CEST Robert Huff wrote:
>  > In file included from /usr/include/immintrin.h:26:
>  > /usr/include/pmmintrin.h:266:26: error: cannot initialize a parameter of
>  > type 'void *' with an lvalue of type 'const void *'
>  > __builtin_ia32_monitor(__p, __extensions, __hints);
>  
>  That's an unusual place for those headers (they look like clang
>  internals to me). Are you sure your compiler matches your installed
>  world?

It should.
"cc -v":

FreeBSD clang version 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 
9.0.0)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin

Or is that the wrong test?


Respectfully,


Robert Huff