From owner-freebsd-x11@freebsd.org Sun Jul 16 15:18:54 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA084C0966E for ; Sun, 16 Jul 2017 15:18:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C0A4B80F91 for ; Sun, 16 Jul 2017 15:18:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BF9A4C0966D; Sun, 16 Jul 2017 15:18:54 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF43DC0966C for ; Sun, 16 Jul 2017 15:18:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAEDA80F90 for ; Sun, 16 Jul 2017 15:18:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6GFIrq8078558 for ; Sun, 16 Jul 2017 15:18:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220767] lang/beignet: hangs if not linked against libpthread after jemalloc 5.0.0 update Date: Sun, 16 Jul 2017 15:18:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 15:18:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220767 Bug ID: 220767 Summary: lang/beignet: hangs if not linked against libpthread after jemalloc 5.0.0 update Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-qa, regression Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: eric@camachat.org, jasone@FreeBSD.org, threads@FreeBSD.org Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) After base r319971 some applications not already linked against threading library started to hang in [umtxn] state. It affects at least Beignet. Howe= ver, bisecting jemalloc as part of libc requires 8 steps of rebasing FreeBSD-specific changes. Maybe someone can suggest more apps to try that can trigger the issue. $ pkg install clinfo beignet # requires bug 217635 $ LD_PRELOAD=3D/lib/libthr.so.3 clinfo # works fine $ gdb clinfo (gdb) r Starting program: /usr/local/bin/clinfo Number of platforms 1 Platform Name Intel Gen OCL Driver Platform Vendor Intel Platform Version OpenCL 2.0 beignet 1.3 Platform Profile FULL_PROFILE Platform Extensions=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_3d_image_writes cl_khr_image2d_from_bu= ffer cl_khr_depth_images cl_khr_spir cl_khr_icd cl_intel_accelerator cl_intel_subgroups cl_intel_subgroups_short cl_khr_gl_sharing Platform Extensions function suffix Intel [New LWP 102018 of process 60317] ^C Thread 1 received signal SIGINT, Interrupt. _umtx_op_err () at /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:37 37 RSYSCALL_ERR(_umtx_op) (gdb) bt #0 _umtx_op_err () at /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:= 37 #1 0x0000000803c579e4 in __thr_umutex_lock (mtx=3D0x803e7dc78 <_mutex_static_lock>, id=3D101914) at /usr/src/lib/libthr/thread/thr_umtx.c:80 #2 0x0000000803c61acc in _thr_umutex_lock (mtx=3D0x803e7dc78 <_mutex_static_lock>, id=3D101914) at /usr/src/lib/libthr/thread/thr_umtx.h:123 #3 0x0000000803c619b4 in init_static (thread=3D0x80068b000, mutex=3D0x8013= 48e50) at /usr/src/lib/libthr/thread/thr_mutex.c:304 #4 0x0000000803c602f8 in check_and_init_mutex (mutex=3D0x801348e50, m=3D0x7fffffff2de0) at /usr/src/lib/libthr/thread/thr_mutex.c:598 #5 0x0000000803c5f689 in __pthread_mutex_trylock (mutex=3D0x801348e50) at /usr/src/lib/libthr/thread/thr_mutex.c:614 #6 0x0000000800d656b9 in malloc_mutex_trylock_final (mutex=3D0x801348e10) at /usr/src/contrib/jemalloc/include/jemalloc/internal/mutex.h:144 #7 0x0000000800d59602 in malloc_mutex_lock (tsdn=3D0x80063c088, mutex=3D0x801348e10) at /usr/src/contrib/jemalloc/include/jemalloc/internal/mutex.h:202 #8 0x0000000800d5b6b8 in __je_arena_tcache_fill_small (tsdn=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, tbin=3D0x80063c2e0, binind=3D6, prof_accumbytes= =3D0) at jemalloc_arena.c:1433 #9 0x0000000800cd7013 in __je_tcache_alloc_small_hard (tsdn=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, tbin=3D0x80063c2e0, binind=3D6, tcache_success=3D0x7fffffff53f6) at jemalloc_tcache.c:93 #10 0x0000000800d8ea3e in tcache_alloc_small (tsd=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, size=3D96, binind=3D6, zero=3Dtrue, slow_path=3Df= alse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/tcache_inlines.h= :86 #11 arena_malloc (tsdn=3D0x80063c088, arena=3D0x0, size=3D96, ind=3D6, zero= =3Dtrue, tcache=3D0x80063c240, slow_path=3Dfalse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/arena_inlines_b.h:101 #12 iallocztm (tsdn=3D0x80063c088, size=3D96, ind=3D6, zero=3Dtrue, tcache= =3D0x80063c240, is_internal=3Dfalse, arena=3D0x0, slow_path=3Dfalse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlin= es_c.h:33 #13 imalloc_no_sample (sopts=3D0x7fffffff5300, dopts=3D0x7fffffff52d0, tsd=3D0x80063c088, size=3D96, usize=3D96, ind=3D6) at jemalloc_jemalloc.c:1654 #14 imalloc_body (sopts=3D0x7fffffff5300, dopts=3D0x7fffffff52d0, tsd=3D0x8= 0063c088) at jemalloc_jemalloc.c:1850 #15 imalloc (sopts=3D0x7fffffff5300, dopts=3D0x7fffffff52d0) at jemalloc_jemalloc.c:1950 #16 __calloc (num=3D1, size=3D96) at jemalloc_jemalloc.c:2064 #17 0x0000000803c5fc0e in mutex_init (mutex=3D0x801348e50, mutex_attr=3D0x803e72758 <_pthread_mutexattr_default>, calloc_cb=3D0x80= 0d8bea0 <__calloc>) at /usr/src/lib/libthr/thread/thr_mutex.c:292 #18 0x0000000803c619dc in init_static (thread=3D0x80068b000, mutex=3D0x8013= 48e50) at /usr/src/lib/libthr/thread/thr_mutex.c:307 #19 0x0000000803c602f8 in check_and_init_mutex (mutex=3D0x801348e50, m=3D0x7fffffff60d0) at /usr/src/lib/libthr/thread/thr_mutex.c:598 #20 0x0000000803c5f689 in __pthread_mutex_trylock (mutex=3D0x801348e50) at /usr/src/lib/libthr/thread/thr_mutex.c:614 #21 0x0000000800d656b9 in malloc_mutex_trylock_final (mutex=3D0x801348e10) at /usr/src/contrib/jemalloc/include/jemalloc/internal/mutex.h:144 #22 0x0000000800d59602 in malloc_mutex_lock (tsdn=3D0x80063c088, mutex=3D0x801348e10) at /usr/src/contrib/jemalloc/include/jemalloc/internal/mutex.h:202 #23 0x0000000800d5b6b8 in __je_arena_tcache_fill_small (tsdn=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, tbin=3D0x80063c2e0, binind=3D6, prof_accumbytes= =3D0) at jemalloc_arena.c:1433 #24 0x0000000800cd7013 in __je_tcache_alloc_small_hard (tsdn=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, tbin=3D0x80063c2e0, binind=3D6, tcache_success=3D0x7fffffff86d6) at jemalloc_tcache.c:93 #25 0x0000000800d72886 in tcache_alloc_small (tsd=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, size=3D88, binind=3D6, zero=3Dfalse, slow_path=3D= false) at /usr/src/contrib/jemalloc/include/jemalloc/internal/tcache_inlines.h= :86 #26 arena_malloc (tsdn=3D0x80063c088, arena=3D0x0, size=3D88, ind=3D6, zero= =3Dfalse, tcache=3D0x80063c240, slow_path=3Dfalse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/arena_inlines_b.h:101 #27 iallocztm (tsdn=3D0x80063c088, size=3D88, ind=3D6, zero=3Dfalse, tcache=3D0x80063c240, is_internal=3Dfalse, arena=3D0x0, slow_path=3Dfalse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlin= es_c.h:33 #28 imalloc_no_sample (sopts=3D0x7fffffff85e0, dopts=3D0x7fffffff85b0, tsd=3D0x80063c088, size=3D88, usize=3D96, ind=3D6) at jemalloc_jemalloc.c:1654 #29 imalloc_body (sopts=3D0x7fffffff85e0, dopts=3D0x7fffffff85b0, tsd=3D0x8= 0063c088) at jemalloc_jemalloc.c:1850 #30 imalloc (sopts=3D0x7fffffff85e0, dopts=3D0x7fffffff85b0) at jemalloc_jemalloc.c:1950 #31 __malloc (size=3D88) at jemalloc_jemalloc.c:1981 #32 0x00000008033b81a8 in operator new (size=3D88) at /usr/src/contrib/libc++/src/new.cpp:70 #33 0x000000080803aa89 in llvm::User::operator new(unsigned long, unsigned = int) () from /usr/local/lib/beignet//libgbe.so #34 0x0000000806ea6b34 in clang::CodeGen::CodeGenFunction::StartFunction(clang::GlobalDecl, clang::QualType, llvm::Function*, clang::CodeGen::CGFunctionInfo const&, clang::CodeGen::FunctionArgList const&, clang::SourceLocation, clang::SourceLocation) () from /usr/local/lib/beignet//libgbe.so #35 0x0000000806ea8551 in clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) () from /usr/local/lib/beignet//libgbe.so #36 0x0000000806eba8d9 in clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDe= cl, llvm::GlobalValue*) () from /usr/local/lib/beignet//libgbe.so #37 0x0000000806eb6774 in clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) () from /usr/local/lib/beignet//libgbe.so #38 0x0000000806ebc322 in clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) () from /usr/local/lib/beignet//libgbe.so #39 0x0000000806e3c82f in (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) () f= rom /usr/local/lib/beignet//libgbe.so #40 0x0000000806e2fb85 in clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) () from /usr/local/lib/beignet//libgbe.so #41 0x00000008077d0462 in clang::ParseAST(clang::Sema&, bool, bool) () from /usr/local/lib/beignet//libgbe.so #42 0x0000000806bdc2b9 in clang::FrontendAction::Execute() () from /usr/local/lib/beignet//libgbe.so #43 0x0000000806ba2cf1 in clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) () from /usr/local/lib/beignet//libgbe.so std::__1::basic_string, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, unsigned lon= g, char*, unsigned long*, unsigned int) () from /usr/local/lib/beignet//libgbe= .so #45 0x00000008067848b3 in gbe::programNewFromSource(unsigned int, char cons= t*, unsigned long, char const*, char*, unsigned long*) () from /usr/local/lib/beignet//libgbe.so #46 0x00000008019617c7 in cl_program_build (p=3D0x8006cd1c0, options=3D0x80= 1992f4d "") at src/cl_program.c:626 #47 0x0000000801952782 in clBuildProgram (program=3D0x8006cd1c0, num_device= s=3D1, device_list=3D0x7fffffffe050, options=3D0x801992f4d "", pfn_notify=3D0x= 0, user_data=3D0x0) at src/cl_api.c:835 #48 0x00000008019757b4 in cl_self_test (device=3D0x801bcf2a0 , atomic_in_l3_flag=3DSELF_TEST_PASS) at src/cl_device_id.c:856 #49 0x0000000801975a3e in cl_get_device_ids (platform=3D0x801bcb3d8 , device_type=3D4294967295, num_entries=3D0, devices=3D0x0, num_devices=3D0x8007e8cf0) at src/cl_device_id.c:911 #50 0x00000008019554b3 in clGetDeviceIDs (platform=3D0x801bcb3d8 , device_type=3D4294967295, num_entries=3D0, devices=3D0x0, num_devices=3D0x8007e8cf0) at src/cl_api_device_id.c:43 #51 0x000000080083e065 in clGetDeviceIDs (platform=3D0x801bcb3d8 , device_type=3D4294967295, num_entries=3D0, devices=3D0x0, num_devices=3D0x8007e8cf0) at ocl_icd_loader_gen.c:58 #52 0x0000000000402341 in printPlatformInfo (p=3D0) at src/clinfo.c:459 #53 0x000000000040a3bd in main (argc=3D1, argv=3D0x7fffffffe2b8) at src/clinfo.c:2676 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Sun Jul 16 15:18:53 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D53E4C09661 for ; Sun, 16 Jul 2017 15:18:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BC86880F8A for ; Sun, 16 Jul 2017 15:18:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BB846C09660; Sun, 16 Jul 2017 15:18:53 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B95F4C0965F for ; Sun, 16 Jul 2017 15:18:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7DD280F89 for ; Sun, 16 Jul 2017 15:18:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6GFIrpw078558 for ; Sun, 16 Jul 2017 15:18:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 220767] lang/beignet: hangs if not linked against libpthread after jemalloc 5.0.0 update Date: Sun, 16 Jul 2017 15:18:53 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 15:18:53 -0000 Jan Beich has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 220767: lang/beignet: hangs if not linked against libpthread after jema= lloc 5.0.0 update https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220767 --- Description --- After base r319971 some applications not already linked against threading library started to hang in [umtxn] state. It affects at least Beignet. Howe= ver, bisecting jemalloc as part of libc requires 8 steps of rebasing FreeBSD-specific changes. Maybe someone can suggest more apps to try that can trigger the issue. $ pkg install clinfo beignet # requires bug 217635 $ LD_PRELOAD=3D/lib/libthr.so.3 clinfo # works fine $ gdb clinfo (gdb) r Starting program: /usr/local/bin/clinfo Number of platforms 1 Platform Name Intel Gen OCL Driver Platform Vendor Intel Platform Version OpenCL 2.0 beignet 1.3 Platform Profile FULL_PROFILE Platform Extensions=09=09=09=09=20 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_3d_image_writes cl_khr_image2d_from_bu= ffer cl_khr_depth_images cl_khr_spir cl_khr_icd cl_intel_accelerator cl_intel_subgroups cl_intel_subgroups_short cl_khr_gl_sharing Platform Extensions function suffix Intel [New LWP 102018 of process 60317] ^C Thread 1 received signal SIGINT, Interrupt. _umtx_op_err () at /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:37 37 RSYSCALL_ERR(_umtx_op) (gdb) bt #0 _umtx_op_err () at /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:= 37 #1 0x0000000803c579e4 in __thr_umutex_lock (mtx=3D0x803e7dc78 <_mutex_static_lock>, id=3D101914) at /usr/src/lib/libthr/thread/thr_umtx.c:80 #2 0x0000000803c61acc in _thr_umutex_lock (mtx=3D0x803e7dc78 <_mutex_static_lock>, id=3D101914) at /usr/src/lib/libthr/thread/thr_umtx.h:123 #3 0x0000000803c619b4 in init_static (thread=3D0x80068b000, mutex=3D0x8013= 48e50) at /usr/src/lib/libthr/thread/thr_mutex.c:304 #4 0x0000000803c602f8 in check_and_init_mutex (mutex=3D0x801348e50, m=3D0x7fffffff2de0) at /usr/src/lib/libthr/thread/thr_mutex.c:598 #5 0x0000000803c5f689 in __pthread_mutex_trylock (mutex=3D0x801348e50) at /usr/src/lib/libthr/thread/thr_mutex.c:614 #6 0x0000000800d656b9 in malloc_mutex_trylock_final (mutex=3D0x801348e10) at /usr/src/contrib/jemalloc/include/jemalloc/internal/mutex.h:144 #7 0x0000000800d59602 in malloc_mutex_lock (tsdn=3D0x80063c088, mutex=3D0x801348e10) at /usr/src/contrib/jemalloc/include/jemalloc/internal/mutex.h:202 #8 0x0000000800d5b6b8 in __je_arena_tcache_fill_small (tsdn=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, tbin=3D0x80063c2e0, binind=3D6, prof_accumbytes= =3D0) at jemalloc_arena.c:1433 #9 0x0000000800cd7013 in __je_tcache_alloc_small_hard (tsdn=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, tbin=3D0x80063c2e0, binind=3D6, tcache_success=3D0x7fffffff53f6) at jemalloc_tcache.c:93 #10 0x0000000800d8ea3e in tcache_alloc_small (tsd=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, size=3D96, binind=3D6, zero=3Dtrue, slow_path=3Df= alse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/tcache_inlines.h= :86 #11 arena_malloc (tsdn=3D0x80063c088, arena=3D0x0, size=3D96, ind=3D6, zero= =3Dtrue, tcache=3D0x80063c240, slow_path=3Dfalse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/arena_inlines_b.h:101 #12 iallocztm (tsdn=3D0x80063c088, size=3D96, ind=3D6, zero=3Dtrue, tcache= =3D0x80063c240, is_internal=3Dfalse, arena=3D0x0, slow_path=3Dfalse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlin= es_c .h:33 #13 imalloc_no_sample (sopts=3D0x7fffffff5300, dopts=3D0x7fffffff52d0, tsd=3D0x80063c088, size=3D96, usize=3D96, ind=3D6) at jemalloc_jemalloc.c:1654 #14 imalloc_body (sopts=3D0x7fffffff5300, dopts=3D0x7fffffff52d0, tsd=3D0x8= 0063c088) at jemalloc_jemalloc.c:1850 #15 imalloc (sopts=3D0x7fffffff5300, dopts=3D0x7fffffff52d0) at jemalloc_jemalloc.c:1950 #16 __calloc (num=3D1, size=3D96) at jemalloc_jemalloc.c:2064 #17 0x0000000803c5fc0e in mutex_init (mutex=3D0x801348e50, mutex_attr=3D0x803e72758 <_pthread_mutexattr_default>, calloc_cb=3D0x80= 0d8bea0 <__calloc>) at /usr/src/lib/libthr/thread/thr_mutex.c:292 #18 0x0000000803c619dc in init_static (thread=3D0x80068b000, mutex=3D0x8013= 48e50) at /usr/src/lib/libthr/thread/thr_mutex.c:307 #19 0x0000000803c602f8 in check_and_init_mutex (mutex=3D0x801348e50, m=3D0x7fffffff60d0) at /usr/src/lib/libthr/thread/thr_mutex.c:598 #20 0x0000000803c5f689 in __pthread_mutex_trylock (mutex=3D0x801348e50) at /usr/src/lib/libthr/thread/thr_mutex.c:614 #21 0x0000000800d656b9 in malloc_mutex_trylock_final (mutex=3D0x801348e10) at /usr/src/contrib/jemalloc/include/jemalloc/internal/mutex.h:144 #22 0x0000000800d59602 in malloc_mutex_lock (tsdn=3D0x80063c088, mutex=3D0x801348e10) at /usr/src/contrib/jemalloc/include/jemalloc/internal/mutex.h:202 #23 0x0000000800d5b6b8 in __je_arena_tcache_fill_small (tsdn=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, tbin=3D0x80063c2e0, binind=3D6, prof_accumbytes= =3D0) at jemalloc_arena.c:1433 #24 0x0000000800cd7013 in __je_tcache_alloc_small_hard (tsdn=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, tbin=3D0x80063c2e0, binind=3D6, tcache_success=3D0x7fffffff86d6) at jemalloc_tcache.c:93 #25 0x0000000800d72886 in tcache_alloc_small (tsd=3D0x80063c088, arena=3D0x801344980, tcache=3D0x80063c240, size=3D88, binind=3D6, zero=3Dfalse, slow_path=3D= false) at /usr/src/contrib/jemalloc/include/jemalloc/internal/tcache_inlines.h= :86 #26 arena_malloc (tsdn=3D0x80063c088, arena=3D0x0, size=3D88, ind=3D6, zero= =3Dfalse, tcache=3D0x80063c240, slow_path=3Dfalse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/arena_inlines_b.h:101 #27 iallocztm (tsdn=3D0x80063c088, size=3D88, ind=3D6, zero=3Dfalse, tcache=3D0x80063c240, is_internal=3Dfalse, arena=3D0x0, slow_path=3Dfalse) at /usr/src/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlin= es_c .h:33 #28 imalloc_no_sample (sopts=3D0x7fffffff85e0, dopts=3D0x7fffffff85b0, tsd=3D0x80063c088, size=3D88, usize=3D96, ind=3D6) at jemalloc_jemalloc.c:1654 #29 imalloc_body (sopts=3D0x7fffffff85e0, dopts=3D0x7fffffff85b0, tsd=3D0x8= 0063c088) at jemalloc_jemalloc.c:1850 #30 imalloc (sopts=3D0x7fffffff85e0, dopts=3D0x7fffffff85b0) at jemalloc_jemalloc.c:1950 #31 __malloc (size=3D88) at jemalloc_jemalloc.c:1981 #32 0x00000008033b81a8 in operator new (size=3D88) at /usr/src/contrib/libc++/src/new.cpp:70 #33 0x000000080803aa89 in llvm::User::operator new(unsigned long, unsigned = int) () from /usr/local/lib/beignet//libgbe.so #34 0x0000000806ea6b34 in clang::CodeGen::CodeGenFunction::StartFunction(clang::GlobalDecl, clang::QualType, llvm::Function*, clang::CodeGen::CGFunctionInfo const&, clang::CodeGen::FunctionArgList const&, clang::SourceLocation, clang::SourceLocation) () from /usr/local/lib/beignet//libgbe.so #35 0x0000000806ea8551 in clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) () from /usr/local/lib/beignet//libgbe.so #36 0x0000000806eba8d9 in clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDe= cl, llvm::GlobalValue*) () from /usr/local/lib/beignet//libgbe.so #37 0x0000000806eb6774 in clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) () from /usr/local/lib/beignet//libgbe.so #38 0x0000000806ebc322 in clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) () from /usr/local/lib/beignet//libgbe.so #39 0x0000000806e3c82f in (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) () f= rom /usr/local/lib/beignet//libgbe.so #40 0x0000000806e2fb85 in clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) () from /usr/local/lib/beignet//libgbe.so #41 0x00000008077d0462 in clang::ParseAST(clang::Sema&, bool, bool) () from /usr/local/lib/beignet//libgbe.so #42 0x0000000806bdc2b9 in clang::FrontendAction::Execute() () from /usr/local/lib/beignet//libgbe.so #43 0x0000000806ba2cf1 in clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) () from /usr/local/lib/beignet//libgbe.so std::__1::basic_string, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, std::__1::vector, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > >&, unsigned lon= g, char*, unsigned long*, unsigned int) () from /usr/local/lib/beignet//libgbe= .so #45 0x00000008067848b3 in gbe::programNewFromSource(unsigned int, char cons= t*, unsigned long, char const*, char*, unsigned long*) () from /usr/local/lib/beignet//libgbe.so #46 0x00000008019617c7 in cl_program_build (p=3D0x8006cd1c0, options=3D0x80= 1992f4d "") at src/cl_program.c:626 #47 0x0000000801952782 in clBuildProgram (program=3D0x8006cd1c0, num_device= s=3D1, device_list=3D0x7fffffffe050, options=3D0x801992f4d "", pfn_notify=3D0x= 0, user_data=3D0x0) at src/cl_api.c:835 #48 0x00000008019757b4 in cl_self_test (device=3D0x801bcf2a0 , atomic_in_l3_flag=3DSELF_TEST_PASS) at src/cl_device_id.c:856 #49 0x0000000801975a3e in cl_get_device_ids (platform=3D0x801bcb3d8 , device_type=3D4294967295, num_entries=3D0, devices=3D0x0, num_devices=3D0x8007e8cf0) at src/cl_device_id.c:911 #50 0x00000008019554b3 in clGetDeviceIDs (platform=3D0x801bcb3d8 , device_type=3D4294967295, num_entries=3D0, devices=3D0x0, num_devices=3D0x8007e8cf0) at src/cl_api_device_id.c:43 #51 0x000000080083e065 in clGetDeviceIDs (platform=3D0x801bcb3d8 , device_type=3D4294967295, num_entries=3D0, devices=3D0x0, num_devices=3D0x8007e8cf0) at ocl_icd_loader_gen.c:58 #52 0x0000000000402341 in printPlatformInfo (p=3D0) at src/clinfo.c:459 #53 0x000000000040a3bd in main (argc=3D1, argv=3D0x7fffffffe2b8) at src/clinfo.c:2676 From owner-freebsd-x11@freebsd.org Sun Jul 16 15:23:48 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E12AAC09A55 for ; Sun, 16 Jul 2017 15:23:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C8F6D8146B for ; Sun, 16 Jul 2017 15:23:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C83E7C09A54; Sun, 16 Jul 2017 15:23:48 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7D1EC09A52 for ; Sun, 16 Jul 2017 15:23:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B70E98146A for ; Sun, 16 Jul 2017 15:23:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6GFNmWc096360 for ; Sun, 16 Jul 2017 15:23:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 218644] fix build lang/beignet with llvm 4.0 Date: Sun, 16 Jul 2017 15:23:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 15:23:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218644 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC|threads@FreeBSD.org | --- Comment #7 from Jan Beich --- Moved to bug 220767. Let's keep this bug about LLVM 4.0. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Sun Jul 16 15:26:18 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4CE4C09B2A for ; Sun, 16 Jul 2017 15:26:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB5C81539 for ; Sun, 16 Jul 2017 15:26:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9A287C09B27; Sun, 16 Jul 2017 15:26:18 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99E49C09B26 for ; Sun, 16 Jul 2017 15:26:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 881F581538 for ; Sun, 16 Jul 2017 15:26:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6GFQIIJ000701 for ; Sun, 16 Jul 2017 15:26:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220767] lang/beignet: hangs if not linked against libpthread after jemalloc 5.0.0 update Date: Sun, 16 Jul 2017 15:26:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 15:26:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220767 --- Comment #1 from Jan Beich --- Created attachment 184402 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184402&action= =3Dedit "bt full" output --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Sun Jul 16 15:29:20 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06535C09C33 for ; Sun, 16 Jul 2017 15:29:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E1B3681655 for ; Sun, 16 Jul 2017 15:29:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E1193C09C32; Sun, 16 Jul 2017 15:29:19 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFFE8C09C30 for ; Sun, 16 Jul 2017 15:29:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD50A81654 for ; Sun, 16 Jul 2017 15:29:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6GFTJEH005889 for ; Sun, 16 Jul 2017 15:29:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220767] lang/beignet: hangs if consumer is not linked against libpthread after jemalloc 5.0.0 update Date: Sun, 16 Jul 2017 15:29:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 15:29:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220767 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|lang/beignet: hangs if not |lang/beignet: hangs if |linked against libpthread |consumer is not linked |after jemalloc 5.0.0 update |against libpthread after | |jemalloc 5.0.0 update --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Sun Jul 16 21:00:14 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D723C79BDA for ; Sun, 16 Jul 2017 21:00:14 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2D204668D1 for ; Sun, 16 Jul 2017 21:00:14 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2C75BC79BD9; Sun, 16 Jul 2017 21:00:14 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C162C79BD8 for ; Sun, 16 Jul 2017 21:00:14 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A0B8668CF for ; Sun, 16 Jul 2017 21:00:14 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6GL01j1002409 for ; Sun, 16 Jul 2017 21:00:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201707162100.v6GL01j1002409@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: x11@FreeBSD.org Subject: Problem reports for x11@FreeBSD.org that need special attention Date: Sun, 16 Jul 2017 21:00:13 +0000 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 21:00:14 -0000 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 | 220444 | x11-servers/xorg-server crashes on attempt to pla In Progress | 188833 | [suspend/resume] Suspend/resume with Intel GMA HD Open | 211797 | x11-fonts/xfs: Add CPE information 3 problems total for which you should take action. From owner-freebsd-x11@freebsd.org Mon Jul 17 17:39:36 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49B55D9B881 for ; Mon, 17 Jul 2017 17:39:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 31D97692F2 for ; Mon, 17 Jul 2017 17:39:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2E089D9B880; Mon, 17 Jul 2017 17:39:36 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D8A6D9B87F for ; Mon, 17 Jul 2017 17:39:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C342692F1 for ; Mon, 17 Jul 2017 17:39:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6HHdZgY062129 for ; Mon, 17 Jul 2017 17:39:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 218644] fix build lang/beignet with llvm 4.0 Date: Mon, 17 Jul 2017 17:39:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eric@camachat.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2017 17:39:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218644 --- Comment #8 from Eric Camachat --- (In reply to Jan Beich from comment #6) Ctrl-T outputs: load: 2.17 cmd: clinfo 492603 [umtxn] 3.79r 0.01u 0.03s 0% 16348k load: 2.08 cmd: clinfo 492603 [umtxn] 6.68r 0.01u 0.03s 0% 16348k load: 2.08 cmd: clinfo 492603 [umtxn] 7.31r 0.01u 0.03s 0% 16348k load: 2.08 cmd: clinfo 492603 [umtxn] 7.94r 0.01u 0.03s 0% 16348k load: 2.08 cmd: clinfo 492603 [umtxn] 8.46r 0.01u 0.03s 0% 16348k load: 2.08 cmd: clinfo 492603 [umtxn] 9.14r 0.01u 0.03s 0% 16348k load: 2.08 cmd: clinfo 492603 [umtxn] 9.58r 0.01u 0.03s 0% 16348k # env LD_PRELOAD=3D/lib/libthr.so.3 clinfo=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Number of platforms 1=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Platform Name Intel Gen OCL Driver=20= =20=20=20=20=20=20=20=20=20 Platform Vendor Intel=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Platform Version OpenCL 2.0 beignet 1.4=20= =20=20=20=20=20=20=20 Platform Profile FULL_PROFILE=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 Platform Extensions=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extende$_atomics cl_khr_byte_addressable_store cl_khr_3d_image_writes cl_khr_image2d_from_bu= ffer cl_khr_depth_images cl_khr_spir cl_khr_icd cl_intel_accelerator cl_intel_subgroups cl_int$l_subgroups_short cl_intel_media_block_io cl_intel_planar_yuv cl_khr_gl_sharing=20=20=20=20=20=20=20=20=20=20 Platform Extensions function suffix Intel=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Beignet: self-test failed: (3, 7, 5) + (5, 7, 3) returned (3, 7, 5)=20=20= =20=20=20=20=20=20=20=20=20=20=20 See README.md or http://www.freedesktop.org/wiki/Software/Beignet/=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 Beignet: disabling non-working device=20=20=20=20=20=20=20 Platform Name Intel Gen OCL Driver=20= =20=20=20=20=20=20=20=20=20 Number of devices 0=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 NULL platform behavior=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) Intel Gen OCL Driver=20= =20=20=20=20=20=20=20=20=20 Beignet: disabling non-working device=20=20=20=20=20=20=20 clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) Intel Gen OCL Driver=20= =20=20=20=20=20=20=20=20=20 clCreateContext(NULL, ...) [default] No devices found in platf= orm=20=20 clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform=20=20=20=20=20=20=20=20 Beignet: disabling non-working device=20=20=20=20=20=20=20 clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No devices found in platform=20=20=20=20=20=20=20=20 clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices fou= nd in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform=20=20=20=20=20 Beignet: disabling non-working device=20=20=20=20=20=20=20 clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No devices found in platform ICD loader properties ICD loader Name OpenCL ICD Loader ICD loader Vendor OCL Icd free software ICD loader Version 2.2.11 ICD loader Profile OpenCL 2.1 Nothing to output ! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Tue Jul 18 02:11:10 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA0C6C797BF for ; Tue, 18 Jul 2017 02:11:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9095E808B5 for ; Tue, 18 Jul 2017 02:11:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8FE2DC797BD; Tue, 18 Jul 2017 02:11:10 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F7B7C797BC for ; Tue, 18 Jul 2017 02:11:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D52A808B4 for ; Tue, 18 Jul 2017 02:11:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6I2BAZT067674 for ; Tue, 18 Jul 2017 02:11:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220668] x11/xinit: Incorrectly calculates $displayname used by xauth Date: Tue, 18 Jul 2017 02:11:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: parakleta@darkreality.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 02:11:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220668 Duane changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184314|0 |1 is obsolete| | --- Comment #4 from Duane --- Created attachment 184458 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184458&action= =3Dedit Additionally fix `expr` bashism This also fixes a bashism (I think) in the vtarg expression which was `expr match $i ` and is now instead `expr $i : `. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Tue Jul 18 02:13:11 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAFB6C79985 for ; Tue, 18 Jul 2017 02:13:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D347080A49 for ; Tue, 18 Jul 2017 02:13:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D284DC79984; Tue, 18 Jul 2017 02:13:11 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2175C79983 for ; Tue, 18 Jul 2017 02:13:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0E7180A48 for ; Tue, 18 Jul 2017 02:13:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6I2DBir013496 for ; Tue, 18 Jul 2017 02:13:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220668] x11/xinit: Incorrectly calculates $displayname used by xauth Date: Tue, 18 Jul 2017 02:13:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: parakleta@darkreality.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 02:13:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220668 --- Comment #5 from Duane --- (In reply to Duane from comment #4) Sorry, not a bashism, a gnuism. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Tue Jul 18 07:41:59 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DBF8C7EDE5 for ; Tue, 18 Jul 2017 07:41:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 558923EE7 for ; Tue, 18 Jul 2017 07:41:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 54F3DC7EDE3; Tue, 18 Jul 2017 07:41:59 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54A34C7EDE2 for ; Tue, 18 Jul 2017 07:41:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4238B3EE5 for ; Tue, 18 Jul 2017 07:41:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6I7fwCU022068 for ; Tue, 18 Jul 2017 07:41:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220668] x11/xinit: Incorrectly calculates $displayname used by xauth Date: Tue, 18 Jul 2017 07:41:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: wulf@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 07:41:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220668 Vladimir Kondratyev changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wulf@freebsd.org --- Comment #6 from Vladimir Kondratyev --- (In reply to Duane from comment #4) > `expr $i : `. 1. Parenthesises should be placed around $i to screen leading dashes in sta= rtx parameters: `expr \( $i \) : ` 2. startx.cpp inside ${WRKSRC} directory is a right file to patch, not /usr/local/bin/startx --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Jul 19 09:06:20 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ED2FC0A9F6 for ; Wed, 19 Jul 2017 09:06:20 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EDDB97211E for ; Wed, 19 Jul 2017 09:06:19 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id ED4D5C0A9F4; Wed, 19 Jul 2017 09:06:19 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECFE0C0A9F3 for ; Wed, 19 Jul 2017 09:06:19 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF5F97211D for ; Wed, 19 Jul 2017 09:06:19 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id v6J96JTl038967 for ; Wed, 19 Jul 2017 09:06:19 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id v6J96JMO038958; Wed, 19 Jul 2017 09:06:19 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201707190906.v6J96JMO038958@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 19 Jul 2017 09:06:19 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 09:06:20 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11/libinput | 1.6.0 | 1.8.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@freebsd.org Wed Jul 19 10:35:56 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A62CDC78FFF for ; Wed, 19 Jul 2017 10:35:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8ECAD75378 for ; Wed, 19 Jul 2017 10:35:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8E1DCC78FFE; Wed, 19 Jul 2017 10:35:56 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DA59C78FFD for ; Wed, 19 Jul 2017 10:35:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C75575377 for ; Wed, 19 Jul 2017 10:35:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6JAZukO070570 for ; Wed, 19 Jul 2017 10:35:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 216452] graphics/wayland fails to build Date: Wed, 19 Jul 2017 10:35:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 10:35:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216452 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|x11-servers/wayland fails |graphics/wayland fails to |to build |build --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Jul 19 12:07:39 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1DF1C7BC3C for ; Wed, 19 Jul 2017 12:07:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D00D07CA68 for ; Wed, 19 Jul 2017 12:07:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6JC7dYZ003623 for ; Wed, 19 Jul 2017 12:07:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-x11@FreeBSD.org Subject: [Bug 208559] x11-servers/xorg-server: X will not start Date: Wed, 19 Jul 2017 12:07:39 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 12:07:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208559 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |linimon@FreeBSD.org Summary|x11/xorg-server: X will not |x11-servers/xorg-server: X |start |will not start --- Comment #6 from Mark Linimon --- Is this PR still relevant? --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From owner-freebsd-x11@freebsd.org Thu Jul 20 18:30:48 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B2F9C7DE32 for ; Thu, 20 Jul 2017 18:30:48 +0000 (UTC) (envelope-from mason@blisses.org) Received: from phlegethon.blisses.org (phlegethon.blisses.org [50.56.97.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10E60740FE for ; Thu, 20 Jul 2017 18:30:47 +0000 (UTC) (envelope-from mason@blisses.org) Received: from blisses.org (cocytus.blisses.org [64.223.129.151]) by phlegethon.blisses.org (Postfix) with ESMTPSA id F3E5E194DF7 for ; Thu, 20 Jul 2017 14:30:45 -0400 (EDT) Date: Thu, 20 Jul 2017 14:30:44 -0400 From: Mason Loring Bliss To: freebsd-x11@freebsd.org Subject: evdev / uhid confusion Message-ID: <20170720183044.GC11612@blisses.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="p2kqVDKq5asng8Dg" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 18:30:48 -0000 --p2kqVDKq5asng8Dg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, all. My latest attempt to embrace FreeBSD met with failure, and I'd love to solicit ideas to try again, as I've got some vacation time coming up I c= an spend on it. In short, I've got a Logitech illuminated keyboard, and it presents multimedia keys via a UHID. At one point I hacked up usbhidaction, as I remember, to interpret events - it presented as a ranged device, even though it was all fixed values - but that's the wrong way to do it. I asked for help on EFnet #freebsd-xorg and got some, but no luck, so I want to ask again here: What do I do to get working multimedia-key UHID support under FreeBSD 11.1? I've installed xf86-input-evdev and loaded the evdev driver, and built webcamd from ports to have the right stuff, but I didn't see /dev/input show up, and it's unclear to me how I'd hook it into X either way. An added wrinkle is that I use nVidia and use nvidia-xconfig, but I can't see that presenting any insuperable problems. Thanks in advance. If I can get this working fully I'll use FreeBSD more and will naturally participate/contribute more, but I'm hitting a number of roa= d- blocks and would be grateful for assistance. --=20 Mason Loring Bliss mason@blisses.org Ewige Blumenkraft! awake ? sleep : random() & 2 ? dream : sleep; -- Hamlet, Act III, Scene I --p2kqVDKq5asng8Dg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCgAGBQJZcPbUAAoJEJ6yV3B27yVVeeoP+wTOKfvS8mJCTA7h2vBPQ8nu wrTcXJdraqaIt+0obMqWLrhF68dV5KnZ1s4A2YLXQNyqXyJOO0SbEzvoaOVJM1ov H2a2o0z2PbM5+Lu18nM/f+jy3qh1WoJgSpPjmmkhvMPA5lV++R3Dc5+a/opGvnKs VRTb+7mwiSxZmQT5IaQf1F5G/3tamoKdZ+ty0FNhLz8M2+OeqO9rxOrSm4eBkP8F RgVe6PEgxCNNAohHX0yKSJRs53n10NFyqWgM9LhGlz5h0oyt49Tpc1sV2hCftwPy 8WkT1vMDdCCymbw0Aeaa6i3qnzwbF3cqxWtt8p/hQ+Bo5ZRbVl46+iYt+iGyUH50 6dKZftnihSaLcezZ4ZJ1jcGU39Z83+p6/cdGs/i2jxFz8UDnbFBWoxJ8rCeH31Qx eNvcNcFBZkfLUKZE8RbJCBqB3+pcP7K9Qm+dkWGdJ4RGnOwvN32+5DWCf8zCe/TA 7BWiFSQI51twB1bvzk4ZHPOrpGyIbWFedPv2Y+neN6LyolbwbeCOLD9Xa8dq91za dAzNZZTpwIhP92vahT7P892bHEOMTENJGFkRUELk0wQJyZhN9XGJ0KCECFU7AhWH HBmq+P/CX2Z5nwles12qGdgbPR76ZLS0ygRyrsF6kgwxUedlsH3CN41obPqqURGP cSt5VHyRX4Ifa2dFjooX =TGAN -----END PGP SIGNATURE----- --p2kqVDKq5asng8Dg-- From owner-freebsd-x11@freebsd.org Fri Jul 21 11:23:36 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2205DA4845 for ; Fri, 21 Jul 2017 11:23:36 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84FCE6C9DF; Fri, 21 Jul 2017 11:23:36 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id D001417CB0; Fri, 21 Jul 2017 11:23:35 +0000 (UTC) From: Jan Beich To: Mason Loring Bliss Cc: freebsd-x11@freebsd.org Subject: Re: evdev / uhid confusion References: <20170720183044.GC11612@blisses.org> Date: Fri, 21 Jul 2017 13:23:28 +0200 In-Reply-To: <20170720183044.GC11612@blisses.org> (Mason Loring Bliss's message of "Thu, 20 Jul 2017 14:30:44 -0400") Message-ID: <1spa-c9u7-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2017 11:23:36 -0000 Mason Loring Bliss writes: > Hi, all. My latest attempt to embrace FreeBSD met with failure, and I'd love > to solicit ideas to try again, as I've got some vacation time coming up I can > spend on it. > > In short, I've got a Logitech illuminated keyboard, and it presents > multimedia keys via a UHID. At one point I hacked up usbhidaction, as I > remember, to interpret events - it presented as a ranged device, even though > it was all fixed values - but that's the wrong way to do it. Maybe try https://wiki.freebsd.org/uhidd . For multimedia keys and nothing else you only need "-o" and (optionally) "-U" flags. > I asked for help on EFnet #freebsd-xorg and got some, but no luck, so I want > to ask again here: What do I do to get working multimedia-key UHID support > under FreeBSD 11.1? I've installed xf86-input-evdev and loaded the evdev > driver, and built webcamd from ports to have the right stuff, but I didn't > see /dev/input show up, and it's unclear to me how I'd hook it into X either > way. An added wrinkle is that I use nVidia and use nvidia-xconfig, but I > can't see that presenting any insuperable problems. Neither evdev(4) in kernel nor webcamd support USB HID devices. From owner-freebsd-x11@freebsd.org Fri Jul 21 16:56:37 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0658DDAC1F1 for ; Fri, 21 Jul 2017 16:56:37 +0000 (UTC) (envelope-from mason@blisses.org) Received: from phlegethon.blisses.org (phlegethon.blisses.org [50.56.97.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEAF7765D6; Fri, 21 Jul 2017 16:56:36 +0000 (UTC) (envelope-from mason@blisses.org) Received: from blisses.org (cocytus.blisses.org [64.223.129.151]) by phlegethon.blisses.org (Postfix) with ESMTPSA id A74D8194DFA; Fri, 21 Jul 2017 12:56:34 -0400 (EDT) Date: Fri, 21 Jul 2017 12:56:32 -0400 From: Mason Loring Bliss To: Jan Beich Cc: freebsd-x11@freebsd.org Subject: Re: evdev / uhid confusion Message-ID: <20170721165632.GC14605@blisses.org> References: <20170720183044.GC11612@blisses.org> <1spa-c9u7-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vOmOzSkFvhd7u8Ms" Content-Disposition: inline In-Reply-To: <1spa-c9u7-wny@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2017 16:56:37 -0000 --vOmOzSkFvhd7u8Ms Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 21, 2017 at 01:23:28PM +0200, Jan Beich wrote: > Neither evdev(4) in kernel nor webcamd support USB HID devices. Hrm. Maybe this is new behaviour, then, but webcamd seems to have crept around a bit in scope. There's been discussion of it serving various roles = on EFnet #freebsd-xorg. Anyway, I'll try uhidd again. It's been a while. Thank you. --=20 Mason Loring Bliss mason@blisses.org They also surf, who only stand on waves. --vOmOzSkFvhd7u8Ms Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCgAGBQJZcjJAAAoJEJ6yV3B27yVVSJcP/3G0/KHMVI7fMGKa1xe0QRZZ ZImR4kEPNdHRxRA+br9qJQgEfl+qfbWfz6vNkCb4m88r6S1AH+HYiLUmqAFbYP+j ng3g3QR8va3XVa/H9vm0LcLBVCFLPI1zc6Te9FL57P43kj9dDb49bYlSyzeIXnh1 YOy18kuAXHtMZlCDuEZIwV120oipAo6LA5kT0256loulAQCCQISWb2KqDEzUJTwx /rJ2I+D0BdkC3rqQjdnJ/dex773xotbJNRh3lZVPXYi2j7zto+EF53YirEO0rSK9 i0U5wjZLSbH+v46aIjqVlgw7B2iMe4FcUcGLImNMVOGuwIzj9UCUPzCcQMuVNoEf 242Cuqej3gUIeQnjRglr9Y9cgb1PFGoaLlf2DLo19jVyyz93B+0HtfTG2C23+gmY ETWHICdbxQCBYOCiWQajf5RD2FcemUVXjn63DPfU+Fl2Dr9M3Mh3MTRbQTSTyYUy 9yETENZgt4At5DM/UB8N2pMYemyM6kNPFgA8+bRhdmWlapmSLnKfQUrjWwuCsNJt gRhSvV2TYVtMnUlfBSj1RHcBT74H4GolhYsmej5J6ymNI23Wcod7NQzgmHKMDXJr JmbeqqcvLvmT1TezngP8Hjs0bT6z/ld2M/QEO/tw4W7hVb0T4N7hcULudmNxD26X drWkxe4tolNtYLETOq8u =/q+M -----END PGP SIGNATURE----- --vOmOzSkFvhd7u8Ms-- From owner-freebsd-x11@freebsd.org Sat Jul 22 00:37:13 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A302C3183C for ; Sat, 22 Jul 2017 00:37:13 +0000 (UTC) (envelope-from jan.kokemueller@gmail.com) Received: from mail-wr0-x232.google.com (mail-wr0-x232.google.com [IPv6:2a00:1450:400c:c0c::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83875637D6 for ; Sat, 22 Jul 2017 00:37:12 +0000 (UTC) (envelope-from jan.kokemueller@gmail.com) Received: by mail-wr0-x232.google.com with SMTP id y43so87625245wrd.3 for ; Fri, 21 Jul 2017 17:37:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:references:subject:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=OpRp4Nj19fo7XKUr2O3P9slv6yEFZeEj3LKXaSOsp+o=; b=h+60BFZRfNtilNbkVGK/BbmxympwJHdiOfLGETapRupcbwVx0T+zIbmuNKEwt5mZjy f0TdgvdDshPhsE4IgoIP1+9PkKB9B5srb00NJo6jWZ0neYzNg0iFB/MTIQBil1AJbeo8 g4s/bQB3bLiYcIDJkBWr3kr3JW2MvZ6M7RAI56dL0pHwOPLvf+yWLZfctosxq1irpBCS vcjUrsByaLCR5gTh2f3+dI3O2su3SiyrD+U+2qKHDNl6uc4HGRdUAqMnSHmmiWCb5X1m nGikEqx7owy5Z4Kskx8OxjS7cZ/Y3PEYYg7lFS7xWNINrhpMHgi1cKk4ivAzkkbSagyk fhdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:references:subject:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=OpRp4Nj19fo7XKUr2O3P9slv6yEFZeEj3LKXaSOsp+o=; b=eFVPXRZwlmiWR8sKRe3JBjx0CJZnk/JXtgwiWXYRr7mBEPGxE4XCH3j6VIRFGMuDdd A2mOAF9wIsMCp0f9VyxJKxWtVMMNy5F3LBr1k7RcQJtoC2gijRnQG9uWcVlnQvvG6ZCG FaT9+ZVf7NuVClgYkxsx21GWMNtaSTHEs8aMlN2roUyKmnbq2m9pqStPfu2U+4JXOkmS 1+PDkLXHYOkjAptd/+6E2LfUJMKdtnlaAO7kqUyaK/BfqOfdTN+OaqEEbb9dbM0XOM1h zHIt4kn4s5ZcUf0odwjj1NhhQv2KjBllMKyG4O9owfNpImfsO8rneSilZqpNvt67RN/h Mp2g== X-Gm-Message-State: AIVw1116WeK9gPjKtevbx+1gFUvOeGD9KZxpT59bN42vT3F3vtanSePO 05Abcumq6N70yj2N X-Received: by 10.223.169.41 with SMTP id u38mr7656247wrc.286.1500683830028; Fri, 21 Jul 2017 17:37:10 -0700 (PDT) Received: from ?IPv6:2001:470:1f15:b1f:2167:6aae:faa9:9bd7? ([2001:470:1f15:b1f:2167:6aae:faa9:9bd7]) by smtp.googlemail.com with ESMTPSA id v44sm1350550wrb.53.2017.07.21.17.37.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Jul 2017 17:37:09 -0700 (PDT) To: freebsd-x11@freebsd.org References: <20170721165632.GC14605@blisses.org> Subject: Re: evdev / uhid confusion From: =?UTF-8?Q?Jan_Kokem=c3=bcller?= Message-ID: <05a5b5c1-9a95-5dc9-85e3-8f398661f66c@gmail.com> Date: Sat, 22 Jul 2017 02:37:08 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170721165632.GC14605@blisses.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2017 00:37:13 -0000 > Anyway, I'll try uhidd again. You can also try evdevfbsd [1]. It opens 'raw' FreeBSD input devices and creates Evdev devices in /dev/input/ that are understood by xf86-input-evdev or xf86-input-libinput. Run it like this: # ./evdevfbsd /dev/uhid0 ...and one or more Evdev devices should pop up under /dev/input/. At least in theory. I haven't tested the uhid backend in a while. I don't think the device auto configuration backend of the X server in ports supports Evdev devices yet, so you'll have to manually configure them in Xorg.conf. You'll also need to set the correct xkb rules for Evdev when using xf86-input-evdev ('-rules evdev' is the important part): $ setxkbmap -rules evdev -layout us Cheers, Jan [1]: https://github.com/jiixyj/evdevfbsd From owner-freebsd-x11@freebsd.org Sat Jul 22 19:45:44 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DF01DABD47 for ; Sat, 22 Jul 2017 19:45:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6611A6375F for ; Sat, 22 Jul 2017 19:45:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 624AFDABD46; Sat, 22 Jul 2017 19:45:44 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FE42DABD45 for ; Sat, 22 Jul 2017 19:45:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 441666375E for ; Sat, 22 Jul 2017 19:45:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6MJjiYP049436 for ; Sat, 22 Jul 2017 19:45:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220668] x11/xinit: Incorrectly calculates $displayname used by xauth Date: Sat, 22 Jul 2017 19:45:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freelybsd@mail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2017 19:45:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220668 --- Comment #7 from freelybsd@mail.com --- I am not a programmer, but have been suspicious that this bug might exist; according to searches, many people are having trouble with it, especially s= ince it is so unpredictable, in many Nixes. In Freebsd11.0, it has arisen for me every time that I load xfce. It generates an mtrr error as well. As it is pointed out here, the variable fails to reset. I had not wanted to trouble you in this technical forum, but is there any w= ay for a "user" with enough experience of Freebsd (5 years), vi, and Unix to e= nter into some file and repair it? I am frightened to do so without guidance. So, if possible, would you be kind enough to provide specific instructions, starting in root (this is, x@y:/ #) and with the correct file path, to the = file or files in question, and what to do when vi filename be invoked? This would help many people. Many thanks. --=20 You are receiving this mail because: You are the assignee for the bug.=