search for: unexpanded

Displaying 20 results from an estimated 54 matches for "unexpanded".

Did you mean: expanded
2013 May 30
2
Re: libguestfs-1.22.1 compilation error
Yes i am using ArchLinux (what else is there ?) and i hate/love (mixed feelings) when you have a valid point and give such pointers! indeed there is a diff between your perl and mine [tmp]> diff -u rwm perl --- rwm 2013-05-30 13:24:21.066286908 +0300 +++ perl 2013-05-30 13:26:27.149615793 +0300 @@ -1,14 +1,14 @@ - if ($t =~ /\G([^\n]{0,$ll})($break|\n+|\z)/xmgc) { + if
2013 May 30
2
libguestfs-1.22.1 compilation error
myconf ./configure \ PYTHON=/usr/bin/python2 \ --prefix=/usr --libdir=/usr/lib \ --mandir=/usr/share/man \ --sysconfdir=/etc \ --disable-probes \ --disable-gobject \ --enable-introspection=no \ --disable-lua \ --disable-erlang \ --disable-php \ --disable-haskell \ --disable-ruby \
2013 May 30
0
Re: libguestfs-1.22.1 compilation error
On Thu, May 30, 2013 at 10:41:37AM +0300, Evaggelos Balaskas wrote: > podwrapper.pl: wrote guestfs-release-notes.1 > Wide character in print at > /home/ebal/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.22.1/podwrapper.pl > line 506. > podwrapper.pl: wrote ./html/guestfs-release-notes.1.html > This shouldn't happen at /usr/share/perl5/core_perl/Text/Wrap.pm line 84. >
2013 May 30
0
Re: libguestfs-1.22.1 compilation error
On Thu, May 30, 2013 at 01:37:34PM +0300, Evaggelos Balaskas wrote: > [tmp]> diff -u rwm perl > --- rwm 2013-05-30 13:24:21.066286908 +0300 > +++ perl 2013-05-30 13:26:27.149615793 +0300 > @@ -1,14 +1,14 @@ > - if ($t =~ /\G([^\n]{0,$ll})($break|\n+|\z)/xmgc) { > + if ($t =~ /\G((?:(?=[^\n])\X){0,$ll})($break|\n+|\z)/xmgc) { > $r .=
2019 Apr 26
2
Total response file count limited to 21
Hi, I recently hit this on a project using a build system that relies heavily on nested response files. We found we could only have 21 response files total before getting errors related to the unexpanded response files. I tracked it down to this code in llvm/lib/Support/CommandLine.cpp // If we have too many response files, leave some unexpanded. This avoids // crashing on self-referential response files. if (RspFiles++ > 20) return false; This seems rather arbitrary and in...
2019 Apr 26
3
Total response file count limited to 21
...org" <llvm-dev at lists.llvm.org> Subject: [llvm-dev] Total response file count limited to 21 Hi, I recently hit this on a project using a build system that relies heavily on nested response files. We found we could only have 21 response files total before getting errors related to the unexpanded response files. I tracked it down to this code in llvm/lib/Support/CommandLine.cpp // If we have too many response files, leave some unexpanded. This avoids // crashing on self-referential response files. if (RspFiles++ > 20) return false; This seems rather arbitrary and in...
2004 Nov 28
5
include directive doesn''t expand parameters?
...cified using a parameter in params as: ACCFILE=/var/lib/shorewall/accounting.generated and then included in accounting as: INCLUDE $ACCFILE However when (re)starting shorewall, it gave some error about being unable to find ''/etc/shorewall/$ACCFILE'' (with the $ACCFILE parameter unexpanded!) Is this a bug or an unimplemented feature, or is there some way to work around this? At the moment I''ve just hardcoded the path in the include statement. My shorewall version is 2.0.7 on Bering-uclibc 2.2. TIA, Jaap Eldering
2007 Mar 13
2
Sweave question: prevent expansion of unevaluated reused code chunk
...t;<justDoIt,echo=FALSE>>= <<combined>> @ --------------- I'd like to be able to do something like this, where the "combined" chunk prints out in the final LaTeX document essentially verbatim. In particular, I want to see the "<<chunk1>>" unexpanded in that block, since this gives me a nice conceptual overview of the algorithm. (Of courser, this is more useful when chunk1 and chunk2 are much longer than they are in this example....) Is there an option that allows me to get this behavior? Thanks, Kevin
2015 Mar 18
6
[LLVMdev] string input for the integrated assembler
...T32rm into MOV32rm + TEST32rr means I can skip the complex operand fitting effort needed to pick specific machine instructions. There are many such examples where handling real instructions would become a gross overload. One drawback of this approach is that the integrated assembler receives only unexpanded pseudos as input, which fails. So, my target must generate .s files and assemble as a separate step. If a target could pass an assembly string to the integrated assembler, the pseudo problem goes away. The string passed to the integrated assembler could come wrapped in a pseudo MCInst or whatever...
2023 Jan 18
1
Global variables in global variables
...es=${Kphones}&${Sphones} In the old system, this results in ${Allphones} containing: SIP/KC470IP&SIP/KSnom870&SIP/SYealinkT38G&SIP/SGC610IP I can use this in a dial() command. On the new system, the variable ${Allphones} ends up containing: ${Kphones}&${Sphones} (ie: the unexpanded variable names, not the content of those previously- defined variables.) This fairly obviously does not work in a dial() command. a) is this a deliberate backward incompatiblity at some stage in the development of Asterisk? b) if not, is this a known bug? c) is there some other way I'm su...
2012 Jun 12
1
winetricks won't open from terminal
mike at mike-Inspiron-N4010:~$ winetricks ------------------------------------------------------ wine cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '%ProgramFiles%' ... can be caused a corrupt wineprefix, an old wine, or by not owning /home/mike/.wine ------------------------------------------------------ mike at mike-Inspiron-N4010:~$ I'm new to linux so does anybody have a fix for this? I'm trying to play LoL on her...
2023 Jan 08
1
Global variables in global variables
...hones=${Kphones}&${Sphones} In the old system, this results in ${Allphones} containing: SIP/KC470IP&SIP/KSnom870&SIP/SYealinkT38G&SIP/SGC610IP I can use this in a dial() command. On the new system, the variable Allphones ends up containing: ${Kphones}&${Sphones} (ie: the unexpanded variable names, not the content of those previously- defined variables.) This fairly obviously does not work in a dial() command. a) is this a deliberate backward incompatiblity at some stage in the development of Asterisk? b) if not, is this a known bug? c) is there some other way I'm su...
2007 Feb 09
0
[LLVMdev] problem with function arguments in ARM EABI
...dd two of them as you've described. I don't think you need the "sequential piece ID" to deal with this issue, no? You just need a little extra bookkeeping in the target lowering code. Alternatively, you can use a "original alignment" attribute (i.e. alignment of unexpanded argument). That would be a 5-bit attribute. Chris, got a better idea? Evan On Feb 9, 2007, at 1:57 PM, Lauro Ramos Venancio wrote: >> >> Yes, you need to override both LowerArguments and LowerCallTo. All of >> the current targets / abi's use the default implementation in &...
2007 Feb 09
2
[LLVMdev] problem with function arguments in ARM EABI
> > Yes, you need to override both LowerArguments and LowerCallTo. All of > the current targets / abi's use the default implementation in > SelectionDAGISel.cpp But I guess ARM EABI will be the first. :-) As > far as I can see, this is the only clean way to do it. I expect the > ARM EABI specific implementation will be quite a bit simpler than the > default implementation
2015 Mar 18
2
[LLVMdev] string input for the integrated assembler
...mplex operand fitting effort >> needed to pick specific machine instructions. There are many such >> examples where handling real instructions would become a gross >> overload. >> >> One drawback of this approach is that the integrated assembler >> receives only unexpanded pseudos as input, which fails. So, my target >> must generate .s files and assemble as a separate step. > > It sounds like you're doing the expansion directly in the InstPrinter. I probably used the term 'expansion' incorrectly. Pseudos go 1:1 into .s files, then MCTarget...
2019 May 03
2
Total response file count limited to 21
...nt limited to 21 > > > > > > > > Hi, > > > > > > > > I recently hit this on a project using a build system that relies > heavily on nested response files. We found we could only have 21 response > files total before getting errors related to the unexpanded response files. > I tracked it down to this code in llvm/lib/Support/CommandLine.cpp > > > > > > > > // If we have too many response files, leave some unexpanded. This > avoids > > // crashing on self-referential response files. > > if (RspFile...
2018 May 16
2
Maillog warning
...ta.conf" and I have > no more this message. This doesn't really fix your problem, you just removed the signs of it. The order of the files in /etc/dovecot/conf.d matters. Please provide the following: doveconf -n grep -B2 -A1 'mail_plugins =' /etc/dovecot/conf.d/*` shows the unexpanded mail_plugins settings from your config. -- Christian Kivalo
2006 Jun 12
1
./configure and /or Makefile problem
...figure process. Those being: AUTH_CFLAGS = -I@includedir@ @INCLUDE_des@ AUTH_LIBS = -L@libdir@ -lgssapi -lkrb5 -lasn1 @LIB_des_appl@ - - -lroken @LIB_crypt@ @LIB_dbopen@ @LIBS@ -L/usr/local/lib -lpq - - -L/usr/local/lib/mysql -lmysqlclient -lz -lm Two issues become apparent: 1 - Somehow, the unexpanded "@" variables are making it to the command line 2 - "-lroken" is a Linux specific library and is not found in most *BSD's. Generally configure scripts replace it with "-lcrypto" on host OS detection. This can be displayed by looking at the errors for...
2011 Jun 28
0
New winetricks 20110628: 18 new verbs (adobe_diged, audible, irfanview, winamp, bioshock2, lego_potc_demo, nfsworld, d3dx9_43, glidewrapper, grabfullscreen, ...)
Another two months, another winetricks release. (So much for release early, release often :-) Highlights: - fixes a bunch of verbs whose download URLs had changed, especially vcrun2005 and vcrun2008. - fixes the annoying "unexpanded variable" error which happened when running old wine with a new wineprefix. - brings back gog support (though without automated download for now; any volunteers to fix that?) - adds glidewrapper for old games that used Glide - adds Polish translation - lots of bug fixes Changed verbs: alldlls...
2013 Dec 10
0
[LLVMdev] libcang python bindings and working with macros question
How do I obtain the data that a macro points to, both expanded and unexpanded. in example I have a file named "blah.c" with the following. """ #define TESTA 1 #define TESTB 2 + TESTA """ I modified util.py's get_cursor to look at the displayname also, as spelling won't match the macroname. """ for cursor in...