search for: dbuild

Displaying 9 results from an estimated 9 matches for "dbuild".

Did you mean: kbuild
2017 Dec 19
4
A code layout related side-effect introduced by rL318299
...return: ; preds = %while.body ret i8* %p3 } The only difference between a.ll and b.ll is the basicblock cleanup.cont. -------------------------- a.ll after loop rotate, same as a.ll before loop rotate ---------------------------- ~/workarea/llvm-r318298/dbuild/bin/opt -loop-rotate -S < a.ll ; ModuleID = '<stdin>' source_filename = "<stdin>" @i = global i8 0, align 1 declare void @_Z1fv() local_unnamed_addr define i8* @_Z1gPcS_S_(i8* nocapture readonly %d, i8* %h, i8* readnone returned %p3) local_unnamed_addr { entry:...
2017 Dec 19
2
A code layout related side-effect introduced by rL318299
...y >> ret i8* %p3 >> } >> >> The only difference between a.ll and b.ll is the basicblock cleanup.cont. >> >> -------------------------- a.ll after loop rotate, same as a.ll before >> loop rotate ---------------------------- >> ~/workarea/llvm-r318298/dbuild/bin/opt -loop-rotate -S < a.ll >> >> ; ModuleID = '<stdin>' >> source_filename = "<stdin>" >> >> @i = global i8 0, align 1 >> >> declare void @_Z1fv() local_unnamed_addr >> >> define i8* @_Z1gPcS_S_(i8* nocapture...
2011 Oct 27
2
vis.gam zlab problem
I am using the mgcv package to develop vis.gam plots and having trouble figuring out how to relabel the z-axis (image attached). It is currently labeled as "linear predictor," but I would like to change it to a different name. Currently I am using this code: vis.gam(model1,theta=320,ticktype="detailed",color="gray",nCol=12, zlab="BCS") However, when run
2005 Oct 17
1
Tomcat 4 on Centos 4.1
...heck that networking is up. [ ${NETWORKING} = "no" ] && exit 0# Set Tomcat environment. export JAVA_HOME=/usr/local/java/j2sdk export CLASSPATH=.:/usr/local/java/j2sdk/lib/tools.jar:/usr/local/java/j2re/lib/rt. jar export CATALINA_HOME=/usr/local/tomcat export CATALINA_OPTS="-Dbuild.compiler.emacs=true" export PATH=/usr/local/java/j2sdk/bin:/usr/local/local/j2re/bin:$PATH [ -f /usr/local/tomcat/bin/startup.sh ] || exit 0 [ -f /usr/local/tomcat/bin/shutdown.sh ] || exit 0 export PATH=$PATH:/usr/bin:/usr/local/bin # See how we were called. case "$1" in start) # St...
2006 Jul 17
1
AW: executable on /etc/rc.local doesn't start
Do you have any logfile output? First check whether the environment (JAVA_HOME for example) is set before calling /usr/apache-tomcat-5.5.17/bin/startup.sh. For example <<<< snip #!/bin/bash export JAVA_HOME=/opt/jdk1.5.0_05_x86_64 bin/startup.sh >>>> snip -----Urspr?ngliche Nachricht----- Von: centos-bounces at centos.org [mailto:centos-bounces at centos.org] Im Auftrag
2017 Jul 16
2
A bug related with undef value when bootstrap MemorySSA.cpp
...} } c = a + b; i_hasval = 3; k++; } while (k < cnt); } void hoo() { foo(0); } ------------------------------------------------------ I verified the problem existed from llvm-r295736 to the head of trunk using 1.c (I didn't try older version) ~/workarea/llvm-r295736/dbuild/bin/clang -O3 -S 1.c -mllvm -jump-threading-threshold=0 -fno-vectorize Here is hoo's assembly code, note that there is no store to c(%rip) inside of it, and it is wrong. hoo: # @hoo .cfi_startproc # BB#0: # %entry...
2009 Aug 10
1
Building tomcat6, SRPM jakarta-commons-dbcp-1.2.1-7jpp.ep1.2.ep5.el5.src.rpm fails to build
...s/java/jdbc-stdext.jar:/usr/share/java/xerces-j2.jar + CLASSPATH=/usr/lib/jvm-exports/java/jdbc-stdext.jar:/usr/share/java/xerces-j2.jar ++ build-classpath commons-pool ++ build-classpath commons-collections ++ build-classpath junit ++ build-classpath jndi ++ build-classpath xml-commons-apis + ant -Dbuild.sysclasspath=first -Dcommons-pool.jar=/usr/share/java/commons-pool.jar -Dcommons-collections.jar=/usr/share/java/commons-collections.jar -Djunit.jar=/usr/share/java/junit.jar -Djndi.jar=/usr/lib/jvm-exports/java/jndi.jar -Dsax2.jar=/usr/share/java/xml-commons-apis.jar -Djava.io.tmpdir=. -Dtest.fail...
2005 Sep 22
13
Recommendation On Ping And Alert Tool
A bit off topic, but I keep looking for an answer to this question and coming up with nothing... so I thought I would go to the gurus. :-) Can anyone recommend a good package for pinging other devices and sending an email/alert when they go down? I'm aware of all kinds of more complex things with GUIs and a zillion other bells and whistles we aren't looking for, but we just want a simple
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***