search for: fatal_error

Displaying 20 results from an estimated 72 matches for "fatal_error".

2014 Feb 27
2
[LLVMdev] compiler-rt CMake build
On Wed, Feb 26, 2014 at 9:58 PM, Brad King <brad.king at kitware.com> wrote: > On 02/26/2014 12:43 PM, Alexey Samsonov wrote: > > Do you think it makes sense to land my ExternalProject_Add patch > > so that others can experiment with it? I can add quit with a > > fatal_error/warning if the build tree rules are generated with Ninja. > > Since it is conditional on LLVM_BUILD_EXTERNAL_COMPILER_RT, yes. > Submitted as r202367. > > > parallelism doesn't work when I run "make check-compiler-rt -j8" > > in the original build tree, pres...
2014 Feb 26
2
[LLVMdev] compiler-rt CMake build
Hi Brad, Thanks for investigating this. Do you think it makes sense to land my ExternalProject_Add patch so that others can experiment with it? I can add quit with a fatal_error/warning if the build tree rules are generated with Ninja. However, there is a problem with Unix Makefiles as well: parallelism doesn't work when I run "make check-compiler-rt -j8" in the original build tree, presumably because we call "cd /path/to/compiler-rt/build/tree &&amp...
2013 Oct 07
4
AutoBL issues on CentOS 6
...1 00:59:42.000000000 +0200 +++ /usr/share/shorewall/action.AutoBL 2013-10-07 14:44:31.530841099 +0200 @@ -22,6 +22,9 @@ DEFAULTS -,60,5,2,300,DROP,info ?begin perl + +use Shorewall::Config; + my ( $event, $interval, $count, $successive, $bltime, $disposition, $level ) = get_action_params(7); fatal_error "The event name parameter to AutoBL is required" unless supplied $event; 2) The iptables package of CentOS 6 doesn''t have the "--reap" option. From some Google searches it seems that the same applies to a number of distributions and iptables version, even n...
2004 Feb 13
6
Error: Rate Limiting only available with ACCEPT, DNAT[-], REDIRECT[-] and LOG
...use of Accept_good_source... same goes for userset... as each rule will give one iptables command, I believe there is no limitation ... Is that right ? I tried : @@ -3086,8 +3090,8 @@ fi ;; *) - [ -n "$ratelimit" ] && fatal_error \ - "Rate Limiting only available with ACCEPT, DNAT[-], REDIRECT[-] and LOG" + # [ -n "$ratelimit" ] && fatal_error \ + # "Rate Limiting only available with ACCEPT, DNAT[-], REDIRECT[-] and LOG" ;;...
2001 Oct 02
2
Problem with Xilinx 4.1.01i tools
I'm having a problem with the latest version of the Xilinx tools (Release 4.1.01i). I'm getting the following error from map FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock FATAL_ERROR:MapHelpers:mhcsymlib.c:779:1.7 - Problem in parsing the XML file "/home/bjrosen/win/Xilinx/virtex2/data/SymbolLib.xml": An exception occured! Type:RuntimeException, Message:The primary document entity could not be opened. Id=F:\clients\sky\skybridge\isky_test_xilinx\\home\bjr...
2016 Feb 23
2
Can lit be upgraded to assume Python 2.7?
In the root llvm/CMakeLists.txt we have: if( ${PYTHON_VERSION_STRING} VERSION_LESS 2.7 ) message(FATAL_ERROR "Python 2.7 or newer is required") endif() But lit seems to still be stuck in a Python 2.5 world. For example, detectCPUs is redundant now that we have multiprocessing.cpu_count() (multiprocessing requires >=2.6). And there are a bunch of other Python 2.5 workarounds floating around i...
2015 Aug 31
3
MCRegisterClass mandatory vs preferred alignment?
...to avoid the need for dynamic frame realignment. (see the previous thread "Aligned vector spills and variably sized stack frames") The key difference w.r.t. to the existing "no-realign-stack" attribute is that situations which *require* a stack realignment will generate a fatal_error rather than silently miscompiling. The current mechanism works by essentially ignoring the alignment criteria and just hoping everything works out in practice. Philip
2019 Jul 10
3
Python build dependency in LLVM and/or clang?
...ess for LLVM? > > At the moment, Python is not truely necessary for building LLVM. The > cmake build system depends on it for some parts, but that's all. I would > be very sad for that to change. llvm-build (LLVMBuild.txt) requires python. The LLVM build will abort with message(FATAL_ERROR "Unable to find Python interpreter, required for builds and testing. Please install Python or specify the PYTHON_EXECUTABLE CMake variable.") without it. Michael
2020 Feb 16
2
cmake finishes OK for all the projects except debuginfo-tests.
.../home/nnelson/Documents/llvm-project/debuginfo-tests/CMakeLists.txt:30 (message):   Cannot run debuginfo-tests without python 3 installed python3 --version Python 3.7.5 python --version Python 2.7.17 in llvm-project/debuginfo-tests/CMakeLists.txt elseif(PYTHON_VERSION_MAJOR LESS 3)   message(FATAL_ERROR "Cannot run debuginfo-tests without python 3") Neil Nelson -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200215/95d232e0/attachment.html>
2016 Feb 24
3
Can lit be upgraded to assume Python 2.7?
...Seems reasonable to me. Chris? > > On Mon, Feb 22, 2016, 8:40 PM Sean Silva via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > In the root llvm/CMakeLists.txt we have: > > if( ${PYTHON_VERSION_STRING} VERSION_LESS 2.7 ) > message(FATAL_ERROR "Python 2.7 or newer is required") > endif() > > But lit seems to still be stuck in a Python 2.5 world. For example, detectCPUs is redundant now that we have multiprocessing.cpu_count() (multiprocessing requires >=2.6). And there are a bunch of other Python 2.5 workarounds fl...
2005 May 26
3
Updated Shorewall build and publish scripts
...ress_message() { echo >> $LOGFILE echo "$@" | tee -a $LOGFILE echo >> $LOGFILE } report() { echo "$@" | tee -a $LOGFILE } do_or_die() { eval $@ || { progress_message "Step \"$*\" FAILED" ; exit 2; } } fatal_error() { progress_message "$*" exit 2 } list_search() # $1 = element to search for , $2-$n = list { local e=$1 while [ $# -gt 1 ]; do shift [ "x$e" = "x$1" ] && return 0 done return 1 } usage() { echo "usage: $(basename $0) [...
2018 Aug 15
1
WARN cfgfile/_parse_alias incomplete alias definition HELP PLEASE.
...0-kh10 with all needed packages . Ubuntu-16.04-amd64. No errors . ~# icecast -status Icecast 2.4.0-kh10 When I start icecast icecast -b -c /usr/local/etc/icecast.xml i have problems like: [2018-08-15 03:42:02] WARN cfgfile/_parse_alias incomplete alias definition [2018-08-15 03:42:02] EROR main/fatal_error FATAL: error parsing config file (/usr/local/etc/icecast.xml) [2018-08-15 03:42:02] EROR main/fatal_error XML config parsing error Ill try to fix and reinstall apt-get install libxml2 apt-get install libxml-libxml-perl apt-get install libxml2-dev apt-get install libxml1-dev What u think? Best...
2013 Mar 31
1
Can't match DSCP CS6 and CS7
Hi, DSCP match in /tcrules/ doesn''t work with CS6 and CS7, it provides an error "invalid value" for string and hexa values. It seems that it comes from /Chain.pm/, in the function /do_dscp/: fatal_error( "Invalid DSCP ($dscp)" ) unless defined $value && $value < 0x2f && ! ( $value & 1 ); I dont understand why "$value < 0x2f", but 0x30 (CS6) and 0x38 (CS7)... Thanks for your help and explanations, Best regards, Thibaut ----------------------------...
2013 Dec 17
1
shorewall add fails with IPSET=
...54:04.843146111 +0100 @@ -582,7 +582,7 @@ determine_ipset_version() { local setname - if [ -z "$IPSET" -o $IPSET = ipset ]; then + if [ -z "$IPSET" -o "$IPSET" = "ipset" ]; then IPSET=$(mywhich ipset) [ -n "$IPSET" ] || fatal_error "The ipset utility cannot be located" fi After applying it, the above command yelds: # shorewall add ppp:192.168.33.3 ptp Host ppp:192.168.33.3 added to zone ptp Maybe the small patch could be included in some new version. Thank you. Luigi ---------------------------------------...
2014 Sep 17
2
[LLVMdev] proposal to avoid zlib dependency.
On 17 September 2014 13:27, Mueller-Roemer, Johannes Sebastian <Johannes.Sebastian.Mueller-Roemer at igd.fraunhofer.de> wrote: > Yes, this is incredibly annoying, so please avoid that. However I noticed that the current solution using CMake is broken, as I cannot enter my own ZLIB_ROOT, since no proper find_package is used. I just had a go at hacking this so that we use
2014 Sep 17
2
[LLVMdev] proposal to avoid zlib dependency.
...It configured, compiled and linked okay for me. Could you look into it? > > But it can definitely be simplified, as due to the "REQUIRED" flag CMake will already fail if zlib isn't found, so no need for the > > if (ZLIB_FOUND) > ... > else() > message(FATAL_ERROR "zlib was requested but it could not be found") > endif() > Thanks. I'm aware that's what REQUIRED would do but I thought I'd try to be "defensive" just in case someone later on thinks removing "REQUIRED" is a good idea... If you think its unneces...
2005 Jan 24
3
changing ldap passwords?
Samba experts, I am using Samba 3.0.8 on an AIX 5.1 system with ldap authentication. I have ldap working so that users can authenticate in their samba account via ldap. However, I am trying to figure out the best method for allowing users to change their ldap samba account password. What is the best method to allow end users to change their LM/NT passwords for Samba via LDAP? Should
2014 Mar 21
2
[LLVMdev] compiler-rt CMake build
...;brad.king at kitware.com> > wrote: > >> > >> On 02/26/2014 12:43 PM, Alexey Samsonov wrote: > >> > Do you think it makes sense to land my ExternalProject_Add patch > >> > so that others can experiment with it? I can add quit with a > >> > fatal_error/warning if the build tree rules are generated with Ninja. > >> > >> Since it is conditional on LLVM_BUILD_EXTERNAL_COMPILER_RT, yes. > > > > > > Submitted as r202367. > > > >> > >> > >> > parallelism doesn't work when I run...
2006 Mar 03
3
tcdevices Error
...Traffic Control Rules..." is printed. Shouldn''t all tc files be skipped? The bottom of the trace file[1]: ++ check_tcclasses_options ++ ''['' 0 -gt 1 '']'' ++ return 0 + wrongopt= + ''['' -z '''' '']'' + fatal_error ''device A seems not to be configured in tcdevices'' + echo '' ERROR: device A seems not to be configured in tcdevices'' ERROR: device A seems not to be configured in tcdevices [1]: http://s4.yousendit.com/d.aspx?id=20GBD887DXP0R0ULMRKKLCQH3D -- http://www.no...
2015 Aug 31
2
MCRegisterClass mandatory vs preferred alignment?
...x86 to avoid the need for dynamic frame realignment. (see the previous thread "Aligned vector spills and variably sized stack frames") The key difference w.r.t. to the existing "no-realign-stack" attribute is that situations which *require* a stack realignment will generate a fatal_error rather than silently miscompiling. The current mechanism works by essentially ignoring the alignment criteria and just hoping everything works out in practice. >> >> Philip >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev...