[Bug 244212] emulators/virtualbox-ose: Update to 5.2.42

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

Guido Falsi  changed:

   What|Removed |Added

Summary|emulators/virtualbox-ose:   |emulators/virtualbox-ose:
   |Update to 5.2.40|Update to 5.2.42
   See Also||https://reviews.freebsd.org
   ||/D25496
 CC||madpi...@freebsd.org

--- Comment #14 from Guido Falsi  ---
Hi,

I've created a new review: https://reviews.freebsd.org/D25496

I've taken Mario Lobo patch here and cleaned it up a little.

Could I get it reviewed? Thanks!

-- 
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 244212] emulators/virtualbox-ose: Update to 5.2.42

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

--- Comment #15 from VVD  ---
(In reply to Guido Falsi from comment #14)
python2.6???

-- 
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 244212] emulators/virtualbox-ose: Update to 5.2.42

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

--- Comment #16 from Guido Falsi  ---
(In reply to VVD from comment #15)

> python2.6???

Sorry I don't get the question, my patches use python.3.7.

I do patch upstream code that already mentions python 2.6 ad add the actual
interpreter to the list.

I can change the patch to put the actual interpreter at the start of it, but
since upstream code tests from older to newer I thought I'd leave the logic
unchanged.

-- 
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 244212] emulators/virtualbox-ose: Update to 5.2.42

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

--- Comment #17 from Guido Falsi  ---
(In reply to Guido Falsi from comment #16)

The reason I'm patching Config.kmk in that part detecting python is that in
poudriere builds no "python3" executable is installed by USES=python:3.7, but
only the "python3.7" executable. So I need to add it to the list of binaries
being tested before built.

-- 
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 244212] emulators/virtualbox-ose: Update to 5.2.42

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

--- Comment #18 from VVD  ---
Why USES=python:3.7?
Why not USES=python?

-- 
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 244212] emulators/virtualbox-ose: Update to 5.2.42

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

--- Comment #19 from Guido Falsi  ---
(In reply to VVD from comment #18)

I can adapt the patch for that. But I don't see why supporting old python 2.7
which is going to be removed.

-- 
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 244212] emulators/virtualbox-ose: Update to 5.2.42

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

--- Comment #20 from VVD  ---
(In reply to Guido Falsi from comment #19)
3.7 is the default.
USES=python:3.7+
or
USES=python:3.5+

But not USES=python:3.7

-- 
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 244212] emulators/virtualbox-ose: Update to 5.2.42

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

--- Comment #21 from Guido Falsi  ---
(In reply to Guido Falsi from comment #19)

Right, anyway I changed it to USES=python, simply. It works fine with all of
the ones we have in the ports tree, and once python2 will be gone it will
factor out.

So you were right and I have accepted your suggestion.

I updated the patch in the review.

-- 
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-06-28 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-06-28 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.42

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"


[Bug 240874] Linuxolator: unimplemented linux syscalls: memfd_create, inotify_init{,1}

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

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

Author: kevans
Date: Mon Jun 29 03:09:16 UTC 2020
New revision: 362769
URL: https://svnweb.freebsd.org/changeset/base/362769

Log:
  linuxolator: implement memfd_create syscall

  This effectively mirrors our libc implementation, but with minor fudging --
  name needs to be copied in from userspace, so we just copy it straight into
  stack-allocated memfd_name into the correct position rather than allocating
  memory that needs to be cleaned up.

  The sealing-related fcntl(2) commands, F_GET_SEALS and F_ADD_SEALS, have
  also been implemented now that we support them.

  Note that this implementation is still not quite at feature parity w.r.t.
  the actual Linux version; some caveats, from my foggy memory:

  - Need to implement SHM_GROW_ON_WRITE, default for memfd (in progress)
  - LTP wants the memfd name exposed to fdescfs
  - Linux allows open() of an fdescfs fd with O_TRUNC to truncate after dup.
(?)

  Interested parties can install and run LTP from ports (devel/linux-ltp) to
  confirm any fixes.

  PR:   240874
  Reviewed by:  kib, trasz
  Differential Revision:https://reviews.freebsd.org/D21845

Changes:
  head/sys/amd64/linux/linux_dummy.c
  head/sys/amd64/linux32/linux32_dummy.c
  head/sys/arm64/linux/linux_dummy.c
  head/sys/compat/linux/linux.c
  head/sys/compat/linux/linux.h
  head/sys/compat/linux/linux_file.c
  head/sys/compat/linux/linux_file.h
  head/sys/i386/linux/linux_dummy.c

-- 
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"