Bug 200703 - qemu-bsd-user fails to handle getsockopt level=0 optname=1 for x11/xgrab
Summary: qemu-bsd-user fails to handle getsockopt level=0 optname=1 for x11/xgrab
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Sean Bruno
URL: http://chips.ysv.freebsd.org/data/11a...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-07 21:21 UTC by Sean Bruno
Modified: 2015-06-19 19:03 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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