search for: pkg

Displaying 20 results from an estimated 6522 matches for "pkg".

2015 Jan 26
2
speedbump in library
>>>>> Winston Chang <winstonchang1 at gmail.com> >>>>> on Fri, 23 Jan 2015 10:15:53 -0600 writes: > I think you can simplify a little by replacing this: > pkg %in% loadedNamespaces() > with this: > .getNamespace(pkg) almost: It would be !is.null(.getNamespace(pkg)) > Whereas getNamespace(pkg) will load the package if it's not already > loaded, calling .getNamespace(pkg) (note the leading dot) won't load...
2009 May 04
3
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...efore. Then I went back again to attempt to build llvm-2.5 with the system gcc, and was unable to reproduce a successful build. So something is wrong with my recollection of history. I think I am just configuring incorrectly. I would like to use the installation of gcc-4.2.4, which is located in /pkg/bin/gcc-4.2.4. Perhaps someone has done something similar and can provide me a working example? Details: *** llvm-2.5 configured to use gcc-4.2.4: $ ../llvm-2.5/configure --prefix=/pkg/bin/llvm/ CC=/pkg/bin/gcc-4.2.4/bin/gcc CXX=/pkg/bin/gcc-4.2.4/bin/g++ CXXCPP=/pkg/bin/gcc-4.2.4/bin/cpp LDFLAG...
2020 Oct 05
2
logging lines in krb5.conf
On 10/5/2020 11:58 AM, Rowland penny via samba wrote: > On 05/10/2020 16:30, Jason Keltz via samba wrote: >> Hi. >> >> Using MIT5 backend with Samba.. > I hope you mean on the clients, the use of MIT as the kdc on a Samba > DC is experimental and shouldn't be used in production Hi Roland, our environment uses CentOS 7.? I don't have much choice but to use this
2006 Jan 11
4
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...0060109/030654.html Build terminated with messages: --8X---------------------------------------------- llvm[2]: Compiling Lexer.cpp for Debug build In file included from /Users/sabre/llvm/lib/AsmParser/Lexer.l:31: llvmAsmParser.tab.h:274:1: warning: "ESINT64VAL" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:130:1: warning: this is the location of the previous definition llvmAsmParser.tab.h:275:1: warning: "EUINT64VAL" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:131:1: warning: this is the location of the p...
2020 Oct 05
2
logging lines in krb5.conf
...m Kerberos? Do I have a choice? And If my system doesn't use Heimdel and only has MIT Krb5 libraries, isn't that? what would be used?? Here's the ldd on the samba binary... > ?% ldd samba > ??????? linux-vdso.so.1 =>? (0x00007ffded95b000) > ??????? libndr.so.0 => /xsys/pkg/samba-4.11.13/lib/libndr.so.0 > (0x00007ff85d1e7000) > ??????? libevents-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libevents-samba4.so > (0x00007ff85cfe5000) > ??????? libregistry-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libregistry-samba4.so > (0x...
2006 Jan 11
0
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...rminated with messages: > > --8X---------------------------------------------- > llvm[2]: Compiling Lexer.cpp for Debug build > In file included from /Users/sabre/llvm/lib/AsmParser/Lexer.l:31: > llvmAsmParser.tab.h:274:1: warning: "ESINT64VAL" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:130:1: > warning: this is the location of the previous definition > llvmAsmParser.tab.h:275:1: warning: "EUINT64VAL" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:131:1: > warning: this is t...
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...>> >> --8X---------------------------------------------- >> llvm[2]: Compiling Lexer.cpp for Debug build >> In file included from /Users/sabre/llvm/lib/AsmParser/Lexer.l:31: >> llvmAsmParser.tab.h:274:1: warning: "ESINT64VAL" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:130:1: >> warning: this is the location of the previous definition >> llvmAsmParser.tab.h:275:1: warning: "EUINT64VAL" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:131:1: >> wa...
2004 Sep 01
2
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
...without big problems in obj dir == src dir case (for example, last night tester build) But I have problem with building CVS version LLVM in obj dir != src dir case. ======= Finished building ModuleMaker debug executable (without symbols) ======= gmake[2]: Leaving directory `/usr/home/wanderer/pkg/build/llvm/obj/examples/ModuleMaker' gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/llvm/obj/examples' gmake[1]: Entering directory `/usr/home/wanderer/pkg/build/llvm/obj/projects' gmake[2]: Entering directory `/usr/home/wanderer/pkg/build/llvm/src/llvm/projects/Stacker'...
2015 Jan 22
3
speedbump in library
...hts on other ways to write this? Index: src/library/base/R/library.R =================================================================== --- src/library/base/R/library.R (revision 67578) +++ src/library/base/R/library.R (working copy) @@ -688,18 +688,8 @@ out <- character() for(pkg in package) { - paths <- character() - for(lib in lib.loc) { - dirs <- list.files(lib, - pattern = paste0("^", pkg, "$"), - full.names = TRUE) - ## Note that we cannot use tools...
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...gt; > > --8X---------------------------------------------- > > llvm[2]: Compiling Lexer.cpp for Debug build > > In file included from /Users/sabre/llvm/lib/AsmParser/Lexer.l:31: > > llvmAsmParser.tab.h:274:1: warning: "ESINT64VAL" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:130:1: > > warning: this is the location of the previous definition > > llvmAsmParser.tab.h:275:1: warning: "EUINT64VAL" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:131:1: > &gt...
2004 Jun 20
2
[LLVMdev] qmtest problem
...installed qm-2.2 (latest and single version accessable from http://www.codesourcery.com/qmtest/download.html in sources) When I start qmtest for LLVM ("make qmtest" in <llvm-obj-dir>/test directory - right?) error printed: ---8X--------------- QMTEST_CLASS_PATH=/usr/home/wanderer/pkg/build/llvm/obj/test/QMTest qmtest -D /home/wanderer/pkg/build/llvm/src/llvm/test run -O /home/wanderer/pkg/build/llvm/src/llvm/test/QMTest/expectations.unknown.qmr -c "srcroot=/home/wanderer/pkg/build/llvm/src/llvm" -c "buildroot=/usr/home/wanderer/pkg/build/llvm/obj" -c "...
2015 Jan 26
2
speedbump in library
....math.ethz.ch> wrote: >>>>>>> Winston Chang <winstonchang1 at gmail.com> on Fri, 23 >>>>>>> Jan 2015 10:15:53 -0600 writes: >> >> > I think you can simplify a little by replacing this: >> >> > pkg %in% loadedNamespaces() > with this: > >> .getNamespace(pkg) >> >> almost: It would be >> >> !is.null(.getNamespace(pkg)) >> >> > Whereas getNamespace(pkg) will load the package if it's >> not already &g...
2009 May 01
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...o install llvm on CentOS 5.3, which uses gcc-4.1.2 as its system compiler. Since this compiler has reported to behave poorly with llvm, I built gcc-4.2.4 in an insulated directory for use with my llvm installation. However, I am not sure I am configuring properly. The gcc-4.2.4 installation is in /pkg/bin/gcc-4.2.4. Here is my config line: ../llvm-2.5/configure --prefix=/pkg/bin/llvm/ CC=/pkg/bin/gcc-4.2.4/bin/gcc CXX=/pkg/bin/gcc-4.2.4/bin/g++ CXXCPP=/pkg/bin/gcc-4.2.4/bin/cpp LDFLAGS=-L /pkg/bin/gcc-4.2.4/lib64/ CXXFLAGS=-I/pkg/bin/gcc-4.2.4/include/c++/4.2.4/ CPPFLAGS=-I/pkg/bin/gcc-4.2.4/i...
2013 Dec 12
4
[PATCH 1/2] golang: Fix for out-of-tree builds
...ir/golang/config-test.go 2>&AS_MESSAGE_LOG_FD],[ AC_MSG_RESULT([yes]) # Substitute some golang environment. diff --git a/golang/Makefile.am b/golang/Makefile.am index a7dd1b2..a60c9ba 100644 --- a/golang/Makefile.am +++ b/golang/Makefile.am @@ -44,6 +44,7 @@ golangpkg_DATA = \ pkg/$(GOOS)_$(GOARCH)/$(pkg).a pkg/$(GOOS)_$(GOARCH)/$(pkg).a: src/$(pkg)/guestfs.go + -[ $(srcdir) != $(builddir) ] && cp -rsu $(abs_srcdir)/src $(builddir)/src $(top_builddir)/run $(GOLANG) install $(pkg) golangsrc_DATA = $(source_files) @@ -57,4 +58,5 @@ endif CLEANFI...
2004 Sep 02
0
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
...pdated (after mass header move) log examples. > LLVM build without big problems in obj dir == src dir case (for example, > last night tester build) > But I have problem with building CVS version LLVM in obj dir != src dir > case. > gmake[1]: Entering directory `/usr/home/wanderer/pkg/build/llvm/obj/projects' gmake[2]: Entering directory `/usr/home/wanderer/pkg/build/llvm/src/llvm/projects/Stacker' ../../Makefile.common:60: ../../Makefile.config: No such file or directory ../../Makefile.common:65: /Makefile.rules: No such file or directory gmake[2]: *** No rule to make...
2015 Jan 26
0
speedbump in library
...Maechler <maechler at lynne.stat.math.ethz.ch> wrote: >>>>>> Winston Chang <winstonchang1 at gmail.com> >>>>>> on Fri, 23 Jan 2015 10:15:53 -0600 writes: > > > I think you can simplify a little by replacing this: > > > pkg %in% loadedNamespaces() > > with this: > > .getNamespace(pkg) > > almost: It would be > > !is.null(.getNamespace(pkg)) > > > Whereas getNamespace(pkg) will load the package if it's not already > > loaded, calling .getNamespace(pkg)...
2009 May 02
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...which uses gcc-4.1.2 as its > system compiler. Since this compiler has reported to behave poorly with > llvm, I built gcc-4.2.4 in an insulated directory for use with my llvm > installation. > > However, I am not sure I am configuring properly. The gcc-4.2.4 > installation is in /pkg/bin/gcc-4.2.4. Here is my config line: > > ../llvm-2.5/configure --prefix=/pkg/bin/llvm/ CC=/pkg/bin/gcc-4.2.4/bin/gcc > CXX=/pkg/bin/gcc-4.2.4/bin/g++ CXXCPP=/pkg/bin/gcc-4.2.4/bin/cpp LDFLAGS=-L > /pkg/bin/gcc-4.2.4/lib64/ CXXFLAGS=-I/pkg/bin/gcc-4.2.4/include/c++/4.2.4/ > CPPFLAG...
2009 May 05
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
Hi, > $ ../llvm-2.5/configure --prefix=/pkg/bin/llvm/ > CC=/pkg/bin/gcc-4.2.4/bin/gcc CXX=/pkg/bin/gcc-4.2.4/bin/g++ > CXXCPP=/pkg/bin/gcc-4.2.4/bin/cpp LDFLAGS=-L/pkg/bin/gcc-4.2.4/lib64/ > CXXFLAGS=-I/pkg/bin/gcc-4.2.4/include/c++/4.2.4/ > CPPFLAGS=-I/pkg/bin/gcc-4.2.4/include/ how about: export PATH=/pkg/bin/:$PATH ../llvm-2...
2014 Apr 10
3
[LLVMdev] Test failures with 3.4.1
...n't think they are related to any of the patches I apply in the packages: FAIL: LLVM :: CodeGen/X86/2009-06-05-VZextByteShort.ll (3502 of 9333) ******************** TEST 'LLVM :: CodeGen/X86/2009-06-05-VZextByteShort.ll' FAILED ******************** Script: -- /home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-3.4-3.4+205824/build-llvm/Release/bin/llc < /home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-3.4-3.4+205824/test/CodeGen/X86/2009-06-05-VZextByteShort.ll -march=x86 -mattr=+mmx,+sse2 > /home/sylvestre/dev/debian/pkg-llvm/ll...
2015 Jan 26
0
speedbump in library
...; >>>>>>> Winston Chang <winstonchang1 at gmail.com> on Fri, 23 > >>>>>>> Jan 2015 10:15:53 -0600 writes: > >> > >> > I think you can simplify a little by replacing this: > >> > >> > pkg %in% loadedNamespaces() > with this: > > >> .getNamespace(pkg) > >> > >> almost: It would be > >> > >> !is.null(.getNamespace(pkg)) > >> > >> > Whereas getNamespace(pkg) will load the package if it...