search for: dir

Displaying 20 results from an estimated 17447 matches for "dir".

2011 Oct 28
3
Strange bug (buffer overflow) happening only under cron
...9; side and Linux (2.6.32, possibly fedora but unsure) on the 'receiver' side. Both with rsync 3.0.9. If I run the following command from the command line: /usr/local/bin/rsync -av -e "ssh -i \ /Users/pedrofortunyayuso/.ssh/backup_pfortuny_net" \ --filter ': rsync.dirs' ~/ pfortuny at pfortuny.net:"~/backup_mbpro/" Everything works OK. However, if I run it as a cron task, I receive the following mail: [headers stripped] X-Cron-Env: <SHELL=/bin/bash> X-Cron-Env: <PATH=/usr/bin:/bin> X-Cron-Env: <LOGNAME=pedrofortunyayuso> X-Cron-...
2017 Jan 25
2
LLVM 3.9.1 build race?
...ere seems to be an intermittent race condition during the build which causes a build failure. On the failed builds I usually see things being linking/compiling twice e.g. Linking CXX static library ../libLLVMSupport.a cd build/NATIVE/lib/Support && /usr/bin/cmake -P CMakeFiles/LLVMSupport.dir/cmake_clean_target.cmake cd build/NATIVE/lib/Support && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSupport.dir/link.txt --verbose=1 /usr/bin/ar qc ../libLLVMSupport.a CMakeFiles/LLVMSupport.dir/APFloat.cpp.o CMakeFiles/LLVMSupport.dir/APInt.cpp.o CMakeFiles/LLVMSupport.dir/APSInt.c...
2017 Oct 14
3
darwin bootstrap failure
...endif > > > thanks... > don > > The patch seems to be incomplete as it moves the failure to... [ 6%] Linking CXX executable ../../bin/llvm-tblgen cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen && /sw/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt --verbose=1 /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -W...
2019 Jan 23
2
Windows/Clang build instrumented/PGO
...my configuration that is wrong for this setup? Or is this build configuration not supported at all? Thanks for the help, Tobias [285/1938] Linking CXX executable bin\llvm-tblgen.exe FAILED: bin/llvm-tblgen.exe cmd.exe /C "cd . && C:\.conan\6785u87h\1\bin\cmake.exe -E vs_link_exe --intdir=utils\TableGen\CMakeFiles\llvm-tblgen.dir --manifests -- C:\code\clang-builder\src\bootstrap\bin\lld-link.exe /nologo utils\TableGen\CMakeFiles\llvm-tblgen.dir\AsmMatcherEmitter.cpp.obj utils\TableGen\CMakeFiles\llvm-tblgen.dir\AsmWriterEmitter.cpp.obj utils\TableGen\CMakeFiles\llvm-tblgen.dir\Asm...
2017 Oct 14
2
darwin bootstrap failure
Is anyone else seeing this bootstrap failure on current svn trunk? [ 6%] Linking CXX executable ../../bin/llvm-tblgen cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen && /sw/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt --verbose=1 /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -W...
2006 Nov 30
6
zaptel compilation problems with linux 2.6.19
...:10:3: warning: no newline at end of file make[3]: *** [/home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.o] Error 1 make[2]: *** [/home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp] Error 2 make[1]: *** [_module_/home/roman/install/asterisk/zaptel-1.4.0-beta2] Error 2 make[1]: Leaving directory `/home/roman/install/kernel/linux-2.6.19' make: *** [linux26] Error 2 seems that commenting out "typedef int bool;" in xpp/xdefs.h on line 93 works that out, but don't know if it's completely right thing to do Roman
2017 Oct 14
2
darwin bootstrap failure
...n, I'll gen up a complete patch shortly -- sorry for delay, had to > walk my dog first... > > thanks... > don > There are no instances of LLVM_ENABLE_DUMP being emitted during the stage1 build (which is where the failure occurs). Greping for LLVM_ENABLE_DUMP in the stage1 build directory only shows... % grep -R LLVM_ENABLE_DUMP * include/llvm/Config/llvm-config.h:/* #undef LLVM_ENABLE_DUMP */ Binary file utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o matches Jack ps A more general grep for DUMP in CMakeCacne.txt shows... % grep DUMP CMakeCache.tx...
2017 Oct 15
2
darwin bootstrap failure
...;> >> The patch seems to be incomplete as it moves the failure to... >> >> [ 6%] Linking CXX executable ../../bin/llvm-tblgen >> cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen && >> /sw/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt >> --verbose=1 >> /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common -fPIC >> -fvisibility-inlines-hidden -Werror=date-time >> -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter >> -Wwrite-strings -Wcast-qual -Wmissing-f...
2014 Oct 02
2
[LLVMdev] Header File Not Found?
I'm having a strange problem compiling with VS 2013. It's not finding a header file that's there in one of the header file search dirs. Here's the compile command (with the names changed to protect the innocent ;-) 1> C:\Program Files (x86)\LLVM\msbuild-bin\CL.exe /c /IC:\[top-level-dir]\[source-dir]\ /IC:\[top-level-dir]\[source-dir]\[sub-dir-1] /IC:\[top-level-dir]\[source-dir]\[sub-dir-2] /IC:\[top-level-dir]\[d...
2010 Aug 18
13
Poor creat/delete files performance
Hi, We did some performance test and found the create/delete files performance of btrfs is very poor. The test is that we create 50000 files and measure the file-create time first, and then delete these 50000 files and measure the file-delete time. (The attached file is the reproduce program) The result is following: (Unit: second) Create file performance BtrFS Ext4 Total times:
2017 Oct 14
2
darwin bootstrap failure
...MakeCache.txt.orig:LLVM_FORCE_ENABLE_DUMP:BOOL=OFF include/llvm/Config/llvm-config.h:/* Defined in debug builds and release builds if LLVM_FORCE_ENABLE_DUMP is what I see from a cmake options of... -DLLVM_LINK_LLVM_DYLIB:BOOL=ON -DCOMPILER_RT_ENABLE_IOS:BOOL=OFF -DLLVM_ENABLE_FFI=ON -DFFI_INCLUDE_DIR=/sw/include -DFFI_LIBRARY_DIR=/sw/lib -DLLVM_LIT_ARGS:STRING=-v -DPYTHON_EXECUTABLE:FILEPATH=/sw/bin/python2.7 -DLIBOMP_OSX_ARCHITECTURES=x86_64;i386 -DLLVM_ENABLE_ASSERTIONS:BOOL=OFF -DCMAKE_OSX_SYSROOT:STRING=/ -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING= -DLLVM_TARGETS_TO_BUILD=X86;PowerPC;ARM -DCMAKE_...
2017 Oct 15
2
darwin bootstrap failure
...incomplete as it moves the failure to... >> >> >> >> [ 6%] Linking CXX executable ../../bin/llvm-tblgen >> >> cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen && >> >> /sw/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt >> >> --verbose=1 >> >> /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common -fPIC >> >> -fvisibility-inlines-hidden -Werror=date-time >> >> -Werror=unguarded-availability-new -std=c++11 -Wall -W >> >> -Wno-unused-para...
2017 Oct 15
2
darwin bootstrap failure
...;> >> >> >> [ 6%] Linking CXX executable ../../bin/llvm-tblgen >> >> >> cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen && >> >> >> /sw/bin/cmake -E cmake_link_script >> >> >> CMakeFiles/llvm-tblgen.dir/link.txt >> >> >> --verbose=1 >> >> >> /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common >> >> >> -fPIC >> >> >> -fvisibility-inlines-hidden -Werror=date-time >> >> >> -Werror=unguarded-availabi...
2017 Oct 14
2
darwin bootstrap failure
On Sat, Oct 14, 2017 at 4:22 PM, Don Hinton <hintonda at gmail.com> wrote: > Hi Jack: > > The only way I could reproduce the problem you are seeing was to rerun > cmake with -DCMAKE_BUILD_TYPE=Debug in a build directory previously > configured with -DCMAKE_BUILD_TYPE=Release. I can fix that, but not sure > if it's what you are seeing. > > If this isn't your case, could you send me the actual commands you ran? > > In the meantime, you can add -DLLVM_FOURCE_ENABLE_DUMP=ON to your cma...
2023 Jan 18
9
remove most callers of write_one_page v3
...from the kernel. Changes since v2: - more minix error handling fixes Changes since v1: - drop the btrfs changes (queue up in the btrfs tree) - drop the finaly move to jfs (can't be done without the btrfs patches) - fix the existing minix code to properly propagate errors Diffstat: minix/dir.c | 62 +++++++++++++++++++++++++++------------------------ minix/minix.h | 3 +- minix/namei.c | 27 ++++++++++++---------- ocfs2/refcounttree.c | 9 ++++--- sysv/dir.c | 30 +++++++++++++++--------- ufs/dir.c | 29 +++++++++++++++--------...
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
...ng to use it with a branch name by default; - set QEMU_UPSTREAM_REVISION to "master" by default; - set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by default; - add a patch to update MAINTAINERS. Changes to v8: - build upstream qemu out of tree; - add a tools/qemu-xen-dir-force-update target; - add a tools/firmware/seabios-dir-force-update target; - call make install from subdir-all and subdir-install qemu-xen-traditional and qemu-xen targets; - fix a typo in patch #5; Changes to v7: - call upstream qemu''s configure script right before building qemu...
2017 Oct 15
2
darwin bootstrap failure
...../../bin/llvm-tblgen >> >> >> >> cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen >> >> >> >> && >> >> >> >> /sw/bin/cmake -E cmake_link_script >> >> >> >> CMakeFiles/llvm-tblgen.dir/link.txt >> >> >> >> --verbose=1 >> >> >> >> /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common >> >> >> >> -fPIC >> >> >> >> -fvisibility-inlines-hidden -Werror=date-time >> >>...
2009 Apr 11
0
sudo make check fails on OSX
...ipped ------------------------------------------------------------ failed FAIL batch-mode FAIL chmod-option FAIL daemon-gzip-upload ============================================================ ./runtests.sh running in /usr/local/src/rsync rsync_bin=/usr/local/src/rsync/rsync srcdir=/usr/local/src/rsync TLS_ARGS= -l -L testuser=root os=Darwin Titan.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 preserve_scratch=no scratchbase=/usr/local/src/rsync/testtmp PASS 00-hello PASS acls PASS...
2017 Jun 05
3
libc++ failed to link against musl
...ings -Wcast-qual -Wno-missing-field-initializers -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O3 -Wl,-z,defs -fPIC -nodefaultlibs -shared -Wl,-soname,libc++.so.1 -o lib/libc++.so.1.0 projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/algorithm.cpp.o projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/any.cpp.o projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/bind.cpp.o projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/chrono.cpp.o projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/condition_variable.cpp.o p...
2006 Jun 26
0
[klibc 09/43] kbuild: support single targets for klibc and klibc programs
.../usr/klibc + # SHELL used by kbuild CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ else if [ -x /bin/bash ]; then echo /bin/bash; \ @@ -1281,39 +1286,42 @@ # Single targets are compatible with: # - build whith mixed source and output # - build with separate output dir 'make O=...' # - external modules +# - klibc library and klibc programs (everything under usr/) # # target-dir => where to store outputfile # build-dir => directory in kernel source tree to use ifeq ($(KBUILD_EXTMOD),) + singlebld = $(if $(filter usr/%,$(dir $@)),$(k...