[Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026

Gleb Popov  changed:

   What|Removed |Added

 CC||arr...@freebsd.org

--- Comment #8 from Gleb Popov  ---
Anyways, to solve this we either need to depend on zstd or persuade configure
to not enable it. Your opinions?

>From Qt changelog:

> The Qt resource system now supports compressing content using the Zstandard 
> (https://zstd.net) algorithm. Compared to zlib, it compresses better for the 
> same CPU time, so this algorithm is the default.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 246527] emulators/qemu-user-static: please add syscall 574 (__realpathat)

2020-05-17 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-emulation mailing
list  for maintainer-feedback:
Bug 246527: emulators/qemu-user-static: please add syscall 574 (__realpathat)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246527



--- Description ---
Scenario:
- using qemu-user-static to cross compile ports in FreeBSD 13 armv6
- The native boot shows (in dmesg.boot)

FreeBSD 13.0-CURRENT #0 r361029M: Fri May 15 16:26:48 CEST 2020
root@v903.xyzzy:/auto/z/OBJ/FreeBSD/amd64/head/arm.armv6/sys/RPI-B arm
FreeBSD clang version 10.0.0 (g...@github.com:llvm/llvm-project.git
llvmorg-10.0.0-0-gd32170dbd5b)

- But here, qemu-user-static is used instead, chrooting to the armv6
installation.
- The amd64 host is also at r361029.

Result:
- There are many lines of

qemu: unsupported syscall: 574 (calling anyway)
qemu: unsupported syscall: 574 (calling anyway)

qemu: unsupported syscall: 574 (calling anyway)
qemu: unsupported syscall: 574 (calling anyway)

- These lines sometimes even confuse tools, causing the build to fail.

Could you please add the latest syscalls to this port?

-- Martin
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 246527] emulators/qemu-user-static: please add syscall 574 (__realpathat)

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246527

Bug ID: 246527
   Summary: emulators/qemu-user-static: please add syscall 574
(__realpathat)
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: emulat...@freebsd.org
  Reporter: d8zne...@aon.at
  Assignee: emulat...@freebsd.org
 Flags: maintainer-feedback?(emulat...@freebsd.org)

Scenario:
- using qemu-user-static to cross compile ports in FreeBSD 13 armv6
- The native boot shows (in dmesg.boot)

FreeBSD 13.0-CURRENT #0 r361029M: Fri May 15 16:26:48 CEST 2020
root@v903.xyzzy:/auto/z/OBJ/FreeBSD/amd64/head/arm.armv6/sys/RPI-B arm
FreeBSD clang version 10.0.0 (g...@github.com:llvm/llvm-project.git
llvmorg-10.0.0-0-gd32170dbd5b)

- But here, qemu-user-static is used instead, chrooting to the armv6
installation.
- The amd64 host is also at r361029.

Result:
- There are many lines of

qemu: unsupported syscall: 574 (calling anyway)
qemu: unsupported syscall: 574 (calling anyway) 
qemu: unsupported syscall: 574 (calling anyway)
qemu: unsupported syscall: 574 (calling anyway)

- These lines sometimes even confuse tools, causing the build to fail.

Could you please add the latest syscalls to this port?

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 246527] emulators/qemu-user-static: please add syscall 574 (__realpathat)

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246527

Kyle Evans  changed:

   What|Removed |Added

   Assignee|emulat...@freebsd.org   |kev...@freebsd.org
 CC||emulat...@freebsd.org,
   ||kev...@freebsd.org

--- Comment #1 from Kyle Evans  ---
Hi,

Indeed, the latest version not yet in ports does have all the latest syscalls.
New version is waiting for tracking down a signal regression from back in
October that prevents build of cmake and others with the current port.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026

--- Comment #9 from Tobias C. Berner  ---
(In reply to Gleb Popov from comment #8)
Are there any architecture restriction if we were to depend on zstd?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 246527] emulators/qemu-user-static: please add syscall 574 (__realpathat)

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246527

--- Comment #2 from Martin Birgmeier  ---
Thanks Kyle for the quick feedback & all your work.

-- Martin

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026

--- Comment #10 from Gleb Popov  ---
(In reply to Tobias C. Berner from comment #9)
Well, archivers/zstd/Makefile doesn't contain any BROKEN_* knobs.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026

--- Comment #11 from Tobias C. Berner  ---
(In reply to Gleb Popov from comment #10)
Then I'd say, there is no reason not to depend on it :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026

--- Comment #12 from Gleb Popov  ---
Here's the patch:

Index: devel/qt5-core/Makefile
===
--- devel/qt5-core/Makefile (revision 535523)
+++ devel/qt5-core/Makefile (working copy)
@@ -2,7 +2,7 @@

 PORTNAME=  core
 DISTVERSION=   ${QT5_VERSION}
-PORTREVISION=  2
+PORTREVISION=  3
 CATEGORIES=devel
 PKGNAMEPREFIX= qt5-

@@ -10,7 +10,8 @@
 COMMENT=   Qt core non-graphical module

 LIB_DEPENDS=   libicui18n.so:devel/icu \
-   libpcre2-posix.so:devel/pcre2
+   libpcre2-posix.so:devel/pcre2 \
+   libzstd.so:archivers/zstd

 USES=  compiler:c++11-lang gnome qmake:no_env qt-dist:5,base
 USE_GNOME= glib20

How do you want me to test it? poud testport qt5-core would suffice?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 246527] emulators/qemu-user-static: please add syscall 574 (__realpathat)

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246527

--- Comment #3 from Kyle Evans  ---
Yup- I should have mentioned, if you do or are willing to build your own
qemu-user-static port, I have a patch available here that updates it to a
version that implements most of the latest syscalls and seemingly fixes issues
with multi-threaded stuff: https://reviews.freebsd.org/D24655 -> It doesn't fix
the aforementioned signal regression, but it's generally stable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 246527] emulators/qemu-user-static: please add syscall 574 (__realpathat)

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246527

--- Comment #4 from Martin Birgmeier  ---
Thank you, building right now.

Is the "signal regression" the issue where qemu would simply stop while
emulating a program? - I have this all the time and then need to ^c and
restart.

-- Martin

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 246527] emulators/qemu-user-static: please add syscall 574 (__realpathat)

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246527

--- Comment #5 from Kyle Evans  ---
Nope, as far as I can test that particular issue is fixed in the patch I've
posted- I managed to build guile2 for aarch64 thrice without a hangup.

The signal issue generally results in a segfault and prompt build failure.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 246527] emulators/qemu-user-static: please add syscall 574 (__realpathat)

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246527

--- Comment #6 from Martin Birgmeier  ---
Ok understood.

The build just finished, so now off to building armv6 ports... the noise is
already gone, thanks for that!

And if I understand correctly the hangs should also be gone - looking forward
to see that!

-- Martin

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026

--- Comment #13 from Tobias C. Berner  ---
(In reply to Gleb Popov from comment #12)
I would say that should be enough, yes.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026

Gleb Popov  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 242026] devel/qt5-core, x11-toolkits/qt5-gui: picks up libzstd if archivers/zstd is installed

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242026

--- Comment #14 from commit-h...@freebsd.org ---
A commit references this bug:

Author: arrowd
Date: Sun May 17 15:42:44 UTC 2020
New revision: 535557
URL: https://svnweb.freebsd.org/changeset/ports/535557

Log:
  devek/qt5-core: Add dependency on archivers/zstd.

  PR:   242026
  Approved by:  tcberner

Changes:
  head/devel/qt5-core/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 246527] emulators/qemu-user-static: please add syscall 574 (__realpathat)

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246527

Martin Birgmeier  changed:

   What|Removed |Added

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

--- Comment #7 from Martin Birgmeier  ---
Your patches are working nicely. I could not build binutils using emulation
before because the configure stage was producing incorrect results. Now it is
happily chugging along...

-- Martin

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


Problem reports for emulat...@freebsd.org that need special attention

2020-05-17 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
In Progress |224740 | emulators/qemu-user-static: low RLIMIT_VMEM hangs 

1 problems total for which you should take action.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


Problem reports for v...@freebsd.org that need special attention

2020-05-17 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|232969 | emulators/virtualbox-ose: fails to link rdesktop- 
Open|242637 | emulators/virtualbox-ose: Fix bridging when ng_et 
Open|243315 | emulators/virtualbox-ose: 5.2.34 fails to buid on 
New |226073 | emulators/virtualbox-ose-additions -- fix two min 
In Progress |244212 | emulators/virtualbox-ose: Update to 5.2.40

5 problems total for which you should take action.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 212638] emulators/virtualbox-ose-kmod & x11/nvidia-driver no longer build with NO_MODULES

2020-05-17 Thread bugzilla-noreply
Kubilay Kocak  has asked v...@freebsd.org for
maintainer-feedback:
Bug 212638: emulators/virtualbox-ose-kmod & x11/nvidia-driver no longer build
with NO_MODULES
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212638



--- Comment #5 from Kubilay Kocak  ---
(In reply to Alastair Hogge from comment #4)

Is this still an issue Alastair?

@Kyle Are you able to easily test reproduction of this?

^Triage: 

Close this as Unable to Reproduce, requesting re-open & steps to reproduce from
reporters/previous confirmers if still reproducible there.

Otherwise close Feedback Timeout in 2 weeks, requesting re-open if still
reproducible
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 212638] emulators/virtualbox-ose-kmod & x11/nvidia-driver no longer build with NO_MODULES

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212638

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||needs-qa
 CC||kev...@freebsd.org
   Assignee|ko...@freebsd.org   |v...@freebsd.org
   Severity|Affects Only Me |Affects Some People
  Flags||maintainer-feedback?(kevans
   ||@freebsd.org),
   ||maintainer-feedback?(vbox@F
   ||reeBSD.org)

--- Comment #5 from Kubilay Kocak  ---
(In reply to Alastair Hogge from comment #4)

Is this still an issue Alastair?

@Kyle Are you able to easily test reproduction of this?

^Triage: 

Close this as Unable to Reproduce, requesting re-open & steps to reproduce from
reporters/previous confirmers if still reproducible there.

Otherwise close Feedback Timeout in 2 weeks, requesting re-open if still
reproducible

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 212638] emulators/virtualbox-ose-kmod & x11/nvidia-driver no longer build with NO_MODULES

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212638

Kubilay Kocak  changed:

   What|Removed |Added

  Flags||maintainer-feedback?(danfe@
   ||FreeBSD.org)

--- Comment #6 from Kubilay Kocak  ---
^Triage: Request feedback from nvidia-driver maintainer

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 212638] emulators/virtualbox-ose-kmod & x11/nvidia-driver no longer build with NO_MODULES

2020-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212638

Kyle Evans  changed:

   What|Removed |Added

 CC||bdrew...@freebsd.org

--- Comment #7 from Kyle Evans  ---
Given the timeline, I think r303195 by bdrewery@ is the likely cause:

```
Don't run find(1) for __MPATH with NO_MODULES set.

It's a waste of time when it won't be used.

Submitted by:   bde
MFC after:  3 days
```

That said, it really looks like the fact that port kmod builds being able to
succeed prior to that was technically a bug. I'm CC'ing bdrewery@, as he'd be
better to consult on whether these being broken should be expected or not.

If they shouldn't work, then perhaps we can improve USES=kmod to try and detect
NO_MODULES being defined and set IGNORE, though that's a little more
complicated since it could perhaps be set in src.conf or src-env.conf instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"