Displaying 5 results from an estimated 5 matches for "shbang".
Did you mean:
shang
2011 Apr 14
0
[LLVMdev] Issues running LLVM tests on Windows + MKS; filed 4 PRs and have patches
...her environments. (eg., MSYS and CMD.EXE)
You should implement detecting MKS if you tweak MKS-specific stuff.
- Bash should be assumed to be mature.
I suppose MKS bash might be extremely broken (for me).
- *.bat is not acceptable on MSYS bash.
Is MKS bash not capable to understand #!shbang, or is /usr/bin/env missing?
- MKS utils (eg. grep) might not accept our-expected quotes.
Yeah, usually I could tweak proposed patches, but I cannot obtain MKS.
(and I won't!).
At least, you should consider not to break cmake - {mingw|msvc} - gnuwin32.
You may try tests w/o MKS, by CMake...
2011 Apr 13
2
[LLVMdev] Issues running LLVM tests on Windows + MKS; filed 4 PRs and have patches
I have filed a number of problem reports about getting the LLVM test
infrastructure working for an environment with: Windows + MSVC9 +
Cmake + NMake makefiles + MKS. (MKS provides unix-like tools for
Windows, but based on very old versions, so they have quirky or
minimal compatibility with GNU tools.)
http://llvm.org/bugs/show_bug.cgi?id=9689 - Fix Cmake generation of
compile_cxx for MSVC -
2011 Mar 22
13
Foreman 0.2 Release Candidate
Hello All,
I''m happy to announce a new release candidate of Foreman, top highlights
for this release includes:
* New look and feel
* Extended restful API
* Support for New Puppet Reports format
* Full VM/physical host Provisioning
* Powerful template generator ( pxelinux, gpxe, kickstart, preseed, grub
etc..)
* introduce a new service called smart proxy (which can run on remote
2009 Jun 24
7
PHP AGI Not Working and Odd Behavior
Hi,
I'm running asterisk 1.4.22 on a debian server.
I have php5 installed and it works correctly command line.
When trying to run a php script via AGI, I get messages such as:
GI Tx >> I>
AGI Rx << #!/usr/bin/php5 -q
AGI Tx >> 510 Invalid or unknown command
The scripts are completely executable and owned by asterisk
-rwxr-xr-x 1 asterisk asterisk
Googling is not helping
2012 Mar 25
0
[LLVMdev] upgrading Python on http://bb.pgr.jp bots
...l propose RFC, after 3.1 released.
- Mention minimum required version of python
- Specify python name (--with-python=pythonXX) in autoconf
- Check and qualify capability of specified python (autoconf and cmake)
- Detect available pythons automatically (autoconf and cmake)
- Configuring #!shbang. "#!/usr/bin/env python" would be unsuitable
then any more due to suffix issue.
- Tweaking Python bindings?
...Takumi