search for: third_party

Displaying 20 results from an estimated 98 matches for "third_party".

2023 Jun 06
5
Trying to build Samba from source on RHEL 8
...: /usr/local/src/Samba/samba-4.16.10/bin Checking for 'gcc' (C compiler) : /bin/gcc Checking for program 'git' : not found Checking for c flags '-MMD' : Traceback (most recent call last): File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 831, in wrap return cache[k] KeyError: (<samba_waf18.ConfigurationContext object at 0x7f08a69dc160>,) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/src/Samba/samba-4.16.10/th...
2015 Sep 04
3
Running tests on OS X 10.10 vs "Killed: 9"
...l the kernel "please don't kill my processes"? Here's an example from just now: FAIL: LLVM :: MC/X86/shuffle-comments.s (18589 of 28139) ******************** TEST 'LLVM :: MC/X86/shuffle-comments.s' FAILED ******************** Script: -- /Users/thakis/src/chromefetch/src/third_party/llvm-bootstrap/./bin/llvm-mc /Volumes/MacintoshHD2/src/chromefetch/src/third_party/llvm/test/MC/X86/shuffle-comments.s -triple=x86_64-unknown-unknown | /Users/thakis/src/chromefetch/src/third_party/llvm-bootstrap/./bin/FileCheck /Volumes/MacintoshHD2/src/chromefetch/src/third_party/llvm/test/MC/X86...
2023 Jun 06
1
Trying to build Samba from source on RHEL 8
...c/Samba/samba-4.16.10/bin > Checking for 'gcc' (C compiler) : /bin/gcc > Checking for program 'git' : not found > Checking for c flags '-MMD' : Traceback (most recent call last): > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 831, in wrap > return cache[k] > KeyError: (<samba_waf18.ConfigurationContext object at 0x7f08a69dc160>,) > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "/usr/l...
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
...mbuild/BUILD/samba-4.17.4 > > Setting out to : > > /root/rpmbuild/BUILD/samba-4.17.4/bin > > Checking for 'gcc' (C compiler) : Traceback (most recent call > > last): > > File > > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Utils.py", line > > 831, in wrap > > return cache[k] > > KeyError: (<samba_waf18.ConfigurationContext object at 0x7f091484f208>,) > > > > During handling of the above exception, another exception occurred: > > > > Traceback (most r...
2023 Jan 18
2
Building samba 4.17.4 on CentOS7
...: > /root/rpmbuild/BUILD/samba-4.17.4 > Setting out to : > /root/rpmbuild/BUILD/samba-4.17.4/bin > Checking for 'gcc' (C compiler) : Traceback (most recent call > last): > File > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Utils.py", line > 831, in wrap > return cache[k] > KeyError: (<samba_waf18.ConfigurationContext object at 0x7f091484f208>,) > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File >...
2017 Jun 03
3
Building from source on an ARM71 based router
...amiliar what's actually happening during this step of configure. *Checking uname sysname type* : Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.py", line 135, in prepare_impl main() File "/opt/test/samba-4.6.4/wscript", line 350, in main wildcard_main(wild...
2014 Jun 25
2
[LLVMdev] Question Regarding Sign-Overflow
..., > > I have doubts on the following transformation in InstCombineAddSub.cpp. Is > it always safe to preserve NSW/NUW in this case? > > // If this is a 'B = x-(-A)', change to B = x+A. This preserves NSW/NUW. if (Value <https://cs.corp.google.com/#piper///depot/google3/third_party/llvm/llvm/include/llvm/IR/Value.h&ct=xref_jump_to_def&cl=GROK&l=69&gsn=Value> * <https://cs.corp.google.com/#piper///depot/google3/GENERATED/figments/cpp/PointerTo/start-with-ll/llvm/class-Value.cc&ct=xref_jump_to_def&cl=GROK&l=3&gsn=*>V <https://cs.corp....
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
...s point I'm just trying to rebuild the centos7 > srpm. See the attached error message (configure? fails). > > The attachment probably never made the list (it strips attachments), but it got to me and one line points out your problem: File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Utils.py", line 609, in h_list_python2 Centos 7 defaulted to python 2 and Samba now mandates python 3 Rowland
2017 Jun 03
2
Building from source on an ARM71 based router
...2017 armv7l GNU/Linux Checking for header sys/utsname.h : yes *Checking uname sysname type* : Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.py", line 135, in prepare_impl main() File "/opt/test/samba-4.6.4/wscript", line 350, in main wildcard_main(wild...
2015 Sep 04
2
[cfe-dev] Running tests on OS X 10.10 vs "Killed: 9"
...ination of LLVM repos were > checked out and being tested simultaneously?) > > -- Sean Silva > > >> ******************** TEST 'LLVM :: MC/X86/shuffle-comments.s' FAILED >> ******************** >> Script: >> -- >> /Users/thakis/src/chromefetch/src/third_party/llvm-bootstrap/./bin/llvm-mc >> /Volumes/MacintoshHD2/src/chromefetch/src/third_party/llvm/test/MC/X86/shuffle-comments.s >> -triple=x86_64-unknown-unknown | >> /Users/thakis/src/chromefetch/src/third_party/llvm-bootstrap/./bin/FileCheck >> /Volumes/MacintoshHD2/src/chromefe...
2023 Jun 07
1
Trying to build Samba from source on RHEL 8
.../Samba/samba-4.16.10/bin > Checking for 'gcc' (C compiler) : /bin/gcc > Checking for program 'git' : not found > Checking for c flags '-MMD' : Traceback (most recent call last): > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 831, in wrap > return cache[k] > KeyError: (<samba_waf18.ConfigurationContext object at 0x7f08a69dc160>,) > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "/u...
2016 Oct 26
6
samba-4.5.1 build problem
...ERL_LIB_INSTALL_DIR: : '${DATADIR}/perl5' Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/usr/src/samba/samba-4.5.1/third_party/waf/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/usr/src/samba/samba-4.5.1/third_party/waf/wafadmin/Scripting.py", line 135, in prepare_impl main() File "/usr/src/samba/samba-4.5.1/wscript", line 347, in main wildcard...
2017 Jun 03
0
Building from source on an ARM71 based router
...sing from my build. > > THANKS! > > *Checking uname sysname type* : Traceback (most recent > call last): > File "./buildtools/bin/waf", line 76, in <module> > Scripting.prepare(t, cwd, VERSION, wafdir) > File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.py", > line 145, in prepare > prepare_impl(t, cwd, ver, wafdir) > File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Scripting.py", > line 135, in prepare_impl > main() > File "/opt/test/samba-4.6.4/wscript", line 350,...
2016 Dec 21
1
compiling Samba4 on Solaris11
...--without-ad-dc --with-system-mitkrb5 .... Checking for gssapi : yes Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/export/src/Samba/samba-4.4.7/third_party/waf/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/export/src/Samba/samba-4.4.7/third_party/waf/wafadmin/Scripting.py", line 135, in prepare_impl main() File "/export/src/Samba/samba-4.4.7/wscript...
2023 Jan 18
2
Building samba 4.17.4 on CentOS7
...samba Setting top to : /root/rpmbuild/BUILD/samba-4.10.16 Setting out to : /root/rpmbuild/BUILD/samba-4.10.16/bin Checking for 'gcc' (C compiler) : Traceback (most recent call last): File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Scripting.py", line 159, in waf_entry_point run_commands() File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Scripting.py", line 255, in run_commands ctx = run_command(cmd_name) File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/...
2023 Oct 31
1
9.3p1 Daemon Rejects Client Connections on armv7l-dey-linux-gnueabihf w/ GCC 10/11/12
...downloads/gnu/12.3.rel1/binrel/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-linux-gnueabihf.tar.xz) they do not, failing consistently and with the same failure across the three of them. The original version of openssh under which this was observed was 9.3p1, configured as follows: ${BuildRoot}/third_party/openssh/openssh-9.3p1/configure -C \ AR="${AR}" CPP="${CPP}" CC="${CC}" CXX="${CXX}" RANLIB="${RANLIB}" STRIP="${STRIP}" \ CPPFLAGS="--sysroot=${SYSROOT} -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -isystem ${SYSROOT}/...
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
On 18/01/2023 14:20, Greg Dickie via samba wrote: > Hi, > > I used to build samba regularly but it's been a couple of years. I'm trying > to fix an issue with samba stock 4.10.16 on Cent7 by building latest and > seeing if it behaves the same but it looks like waf is not doing what's > expected. Simple question: should this work or is cent7 now too old and >
2016 Oct 05
0
samba v4-5-stable build fails
...L_LIB_INSTALL_DIR: : '${DATADIR}/perl5' Traceback (most recent call last): File "./buildtools/bin/waf", line 76, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/home/israelm/Projects/samba/third_party/waf/wafadmin/Scripting.py", line 145, in prepare prepare_impl(t, cwd, ver, wafdir) File "/home/israelm/Projects/samba/third_party/waf/wafadmin/Scripting.py", line 135, in prepare_impl main() File "/home/israelm/Projects/samba/wscript", line 347, in main wild...
2016 Oct 26
0
samba-4.5.1 build problem
...                                     >              : '${DATADIR}/perl5' > Traceback (most recent call last): >   File "./buildtools/bin/waf", line 76, in <module> >     Scripting.prepare(t, cwd, VERSION, wafdir) >   File "/usr/src/samba/samba- > 4.5.1/third_party/waf/wafadmin/Scripting.py", line 145, in prepare >     prepare_impl(t, cwd, ver, wafdir) >   File "/usr/src/samba/samba- > 4.5.1/third_party/waf/wafadmin/Scripting.py", line 135, in > prepare_impl >     main() >   File "/usr/src/samba/samba-4.5.1/wscript",...
2014 Sep 04
1
exposing APIs needed by Chromium/WebRTC
...Please see https://code.google.com/p/webrtc/issues/detail?id=3077 for the webrtc bug I filed about that. https://webrtc-codereview.appspot.com/5549004/diff/1000001/webrtc/modules/audio_coding/neteq4/audio_classifier.h (part of the above patch) refers to following internal headers: #include "third_party/opus/src/celt/celt.h" #include "third_party/opus/src/src/analysis.h" #include "third_party/opus/src/src/opus_private.h" I can see references to e.g. CELTMode in that webrtc file. Do you have recommendations how WebRTC project could use a public Opus API for this? Please l...