Bug 200703

Summary: qemu-bsd-user fails to handle getsockopt level=0 optname=1 for x11/xgrab
Product: Ports & Packages Reporter: Sean Bruno <sbruno>
Component: Individual Port(s)Assignee: Sean Bruno <sbruno>
Status: Closed FIXED    
Severity: Affects Some People CC: nox, sson
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: http://chips.ysv.freebsd.org/data/11armv6-default/2015-06-01_13h52m20s/logs/xgrab-2.41_3.log

Description Sean Bruno freebsd_committer freebsd_triage 2015-06-07 21:21:43 UTC
snippet from log:

rm -f xgrabsc
/nxb-bin/usr/bin/cc -o xgrabsc       -L/usr/local/lib   xgrabsc.o get.o process.o convert.o mem.o write.o      -lXext -lX11 -Wl,-rpath,/usr/local/lib
rm -f XGrabxaw.ad
/usr/local/bin/xrdb -n XGrabxaw.res >XGrabxaw.ad
getsockopt level=0 optname=1 not yet supported
Comment 1 Stacey Son freebsd_committer freebsd_triage 2015-06-13 17:00:21 UTC
The following commit should fix this...

https://github.com/seanbruno/qemu-bsd-user/commit/d715b14580222d0df441cb65fb27a80794a50399
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-06-13 17:27:22 UTC
A commit references this bug:

Author: nox
Date: Sat Jun 13 17:27:12 UTC 2015
New revision: 389473
URL: https://svnweb.freebsd.org/changeset/ports/389473

Log:
  - Catch up with github tree, adding IP_OPTIONS support sockopt syscalls -
    changelog:

  	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

  PR:		200703

Changes:
  head/emulators/qemu-sbruno/Makefile
  head/emulators/qemu-sbruno/distinfo