Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Jul 2017 00:35:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 218644] fix build lang/beignet with llvm 4.0
Message-ID:  <bug-218644-7141-8Sn6wSGYmA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218644-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218644-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218644

--- Comment #5 from Eric Camachat <eric@camachat.org> ---
(In reply to Eric Camachat from comment #2)
D11377 has the same hang:
% clinfo
Number of platforms                               1
  Platform Name                                   Intel Gen OCL Driver
  Platform Vendor                                 Intel
  Platform Version                                OpenCL 2.0 beignet 1.4
  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_intel_media_block_io
cl_intel_planar_yuv cl_khr_gl_sharing
  Platform Extensions function suffix             Intel

^C
$ truss clinfo
...
mmap(0x0,28672,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =3D 345085=
62432
(0x808dee000)
fstatat(AT_FDCWD,"/usr/local/lib/beignet/include",{ mode=3Ddrwxr-xr-x
,inode=3D213101,size=3D31,blksize=3D4096 },0x0) =3D 0 (0x0)
fstatat(AT_FDCWD,"/usr/local/lib/beignet/include/ocl_types.h",{ mode=3D-rw-=
r--r--
,inode=3D205780,size=3D4523,blksize=3D4608 },0x0) =3D 0 (0x0)
fstatat(AT_FDCWD,"/usr/local/lib/beignet/include/ocl_defines.h",{
mode=3D-rw-r--r-- ,inode=3D205763,size=3D6593,blksize=3D6656 },0x0) =3D 0 (=
0x0)
openat(AT_FDCWD,"/usr/local/lib/beignet/include/ocl_types.h",O_RDONLY,00) =
=3D 5
(0x5)
fstatat(AT_FDCWD,"/usr",{ mode=3Ddrwxr-xr-x ,inode=3D9,size=3D17,blksize=3D=
4096
},AT_SYMLINK_NOFOLLOW) =3D 0 (0x0)
fstatat(AT_FDCWD,"/usr/local",{ mode=3Ddrwxr-xr-x ,inode=3D159,size=3D18,bl=
ksize=3D4096
},AT_SYMLINK_NOFOLLOW) =3D 0 (0x0)
fstatat(AT_FDCWD,"/usr/local/lib",{ mode=3Ddrwxr-xr-x
,inode=3D16470,size=3D578,blksize=3D16384 },AT_SYMLINK_NOFOLLOW) =3D 0 (0x0)
fstatat(AT_FDCWD,"/usr/local/lib/beignet",{ mode=3Ddrwxr-xr-x
,inode=3D213095,size=3D10,blksize=3D4096 },AT_SYMLINK_NOFOLLOW) =3D 0 (0x0)
fstatat(AT_FDCWD,"/usr/local/lib/beignet/include",{ mode=3Ddrwxr-xr-x
,inode=3D213101,size=3D31,blksize=3D4096 },AT_SYMLINK_NOFOLLOW) =3D 0 (0x0)
fstatat(AT_FDCWD,"/usr/local/lib/beignet/include/ocl_types.h",{ mode=3D-rw-=
r--r--
,inode=3D205780,size=3D4523,blksize=3D4608 },AT_SYMLINK_NOFOLLOW) =3D 0 (0x=
0)
pread(5,"/*\n * Copyright \M-B\M-) 2012 -"...,4523,0x0) =3D 4523 (0x11ab)
sigprocmask(SIG_SETMASK,{
SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|S=
IGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHL=
D|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|=
SIGUSR1|SIGUSR2
},{ }) =3D 0 (0x0)
close(5)                                         =3D 0 (0x0)
sigprocmask(SIG_SETMASK,{ },0x0)                 =3D 0 (0x0)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218644-7141-8Sn6wSGYmA>