search for: pathext

Displaying 20 results from an estimated 28 matches for "pathext".

2010 Dec 23
3
[LLVMdev] LLVM on Cygwin: why tests don't run
Hi all, LLVM+clang builds fine under Cygwin 1.7, but "make check-all" fails to run because lit doesn't find the freshly built clang. The reason is as follows: in llvm/utils/lit/lit/Util.py, in the "which" method, there's 66: # Get suffixes to search. 67: pathext = os.environ.get('PATHEXT', '').split(os.pathsep) The problem is, PATHEXT is imported verbatim from the Windows environment into the Cygwin environment, so it contains for example PATHEXT=.COM;.EXE;.BAT;.CMD;.WSH However, under Cygwin os.pathsep is the Unix-style ':' rathe...
2010 Dec 24
0
[LLVMdev] LLVM on Cygwin: why tests don't run
Good evening, Csaba! I think rather, Cygwin does not need to know what PATHEXT would be. A patch(0001) is attached. Another patch is for unittests. Lit does not find *Tests.exe in unittests on ToT. 2010/12/24 Csaba Raduly <rcsaba at gmail.com>: > P.S. > With the above change, "make check-all" starts to run. Estimated run > time: 40 hours on my 1.8G...
2015 May 21
2
[LLVMdev] Driver::GetProgramPath is unable to find programs with file extension in name
...irForExecutable and then, if fails, uses llvm::sys::findProgramByName, which on Windows searches the CWD and system path. ScanDirForExecutable disregards file extensions, so search in the toolchain-provided dirs on Windows fails. llvm::sys::findProgramByName is aware of extensions via the "PATHEXT" env variable (it also has ".exe" hardcoded). However, our linker is not in the CWD or system path, thus search fails. ScanDirForExecutable should respect file extenstions like findProgramByName does. One way of doing so is to make the system dependent llvm::sys::path::access fu...
2010 Feb 19
1
[PATCH/cygwin] reduce number of propagated environment variables
...{ { NL("ALLUSERSPROFILE=") }, - { NL("COMMONPROGRAMFILES=") }, { NL("COMPUTERNAME=") }, { NL("COMSPEC=") }, { NL("CYGWIN=") }, - { NL("NUMBER_OF_PROCESSORS=") }, { NL("OS=") }, { NL("PATH=") }, { NL("PATHEXT=") }, - { NL("PROCESSOR_ARCHITECTURE=") }, - { NL("PROCESSOR_IDENTIFIER=") }, - { NL("PROCESSOR_LEVEL=") }, - { NL("PROCESSOR_REVISION=") }, - { NL("PROGRAMFILES=") }, { NL("SYSTEMDRIVE=") }, { NL("SYSTEMROOT=") }, - { N...
2005 Feb 15
0
Solved: foo.bat works, but just 'foo' causes "not recognized as an internal ..."
...ernal command, operable program or batch file. S:\misc\logs>echo @echo > foo.bat S:\misc\logs>foo.bat ECHO is on. S:\misc\logs>foo 'foo' is not recognized as an internal or external command, operable program or batch file. S:\misc\logs>set PATH=.;%PATH% S:\misc\logs>set PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.cmd;.bat;.exe;.Bat;.BaT;.BAt;.baT;.bAt;.bAT S:\misc\logs>foo 'foo' is not recognized as an internal or external command, operable program or batch file. ---------------------------------------------- The file is created on the Unix side...
2004 Apr 22
6
Fatal Error: Invalid HOMEDRIVE
All, I've encountered the same problem as others who have posted under the same subject. I've had R-1.8.1 installed and running since it was released. Yesterday morning when I tried to start Rgui.exe I got the subject error message. Since I live at the whim of the network administrators I can only assume it was a recent MS critical update. I tried installing R-1.9.0 but no joy. I
2003 Apr 25
2
sjava w2k
...s\\dm\\rw1070\\library\\Sjava\\libs;" PATHEXT ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH"...
2003 Apr 22
1
R 1.7.0: Startup error: Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass"
...th "C:\\WINNT\\system32\\os2\\dll;" Path "C:\\Perl\\bin\\;C:\\WINNT\\system32;C:\\WINNT;C:\\WINNT\\System32\\Wbem;C:\ \Program Files\\Microsoft SQL Server\\80\\Tools\\BINN;C:\\Progra~1\\R\\tools;C:\\Tcl\\bin;C:\\miktex\\mikt ex\\bin\\;C:\\MinGW\\bin;C:\\Perl\\bin;C:\\HTMLHelp;" PATHEXT ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.tcl" PROCESSOR_ARCHITECTURE "x86" PROCESSOR_IDENTIFIER "x86 Family 15 Model 1 Stepping 2, GenuineIntel" ProgramFiles "C:\\Program Files" R_HOME "C:\\PROGRA~1\\R\\rw1070" R_USER "c:\\emacs-21.2&...
2004 Apr 20
10
Error with 1.9.0 - Invalid HOMEDRIVE
I installed R project 1.9.0 on Windows XP. The installation went well. Then, I rebooted. Next, I clicked the icon under Programs in the Start menu and received this error, "Fatal Error: Invalid HOMEDRIVE". I clicked OK to the error message. The program does not start. I went to a DOS prompt and did "echo %HOMEDRIVE%" and it returned "C:". This letter is a valid
2010 Jul 13
1
Building a custom Windows installer
...\v1.0\;C:\Program Fil es\Smart Projects\IsoBuster;C:\Program Files\MiKTeX 2.7\miktex\bin\;C:\Program F iles\QuickTime\QTSystem\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\SSH Communications Security\SSH Secure Shell;C:\Program Fi les\Bibtex2html;C:\Graphviz2.20\bin PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC ----------- snip ----------- The directory c:/temp/R-2.11.1 contains a complete customized installation of R, while C:\R\src\R-2.11.1 contains the unpacked R sources. This is on a Windows Vista system. I've updated Rtools to version 2.11....
2011 Nov 01
0
Announce: Puppet 2.7.7rc1 available
...26a (#10244) Restore Mongrel XMLRPC functionality 6ef1d3a (#6371) Update lastchg field in shadow file on Solaris. c343615 (#10161) Parenthesize method arguments 5721ab9 Maint: Remove duplicate path extension code edc721e (#9636) Always set $CHILD_STATUS when executing on Windows 448d5db (#9636) Fix PATHEXT resolution for paths other than system32 424379d (#9996) Restore functionality for multi-line commands in exec resources ad98d47 (#9831) Standardize Windows provider confining cf8fae2 (#9832) General StoreConfigs regression. 1e8a2cd (#9607) Only validate package source when it is set or needed 0258...
2013 Sep 08
0
[Announcement] Tinc version 1.1pre9 released
With pleasure we announce the release of tinc version 1.1pre9. Here is a summary of the changes: * The UNIX socket is now created before tinc-up is called. * Windows users can now use any extension that is in %PATHEXT% for scripts, not only .bat. * Outgoing sockets are bound to the address of the listening sockets again, when there is no ambiguity. * Added invitation-created and invitation-accepted scripts. * Invited nodes now learn of the Mode and Broadcast settings of the VPN. * Joining a VPN wit...
2013 Sep 08
0
[Announcement] Tinc version 1.1pre9 released
With pleasure we announce the release of tinc version 1.1pre9. Here is a summary of the changes: * The UNIX socket is now created before tinc-up is called. * Windows users can now use any extension that is in %PATHEXT% for scripts, not only .bat. * Outgoing sockets are bound to the address of the listening sockets again, when there is no ambiguity. * Added invitation-created and invitation-accepted scripts. * Invited nodes now learn of the Mode and Broadcast settings of the VPN. * Joining a VPN wit...
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
..._PROCESSORS 2=09 OS Windows_NT=09 PATH E:\Archive\Bat;C:\Apps\R\Rtools\bin;C:/Apps/Dev-Cpp/bin;C:\Apps\MiKTeX\m iktex\bin;C:\Apps\R\Rtools\perl\bin;C:\Apps\R\Rtools\MinGW\bin;C:\Apps\P ython25\Scripts;C:\Apps\Ora81\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WIND OWS\System32\Wbem;C:\Apps\UltraEdit\=09 PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH=09 PROCESSOR_ARCHITECTURE x86=09 PROCESSOR_IDENTIFIER x86 Family 6 Model 15 Stepping 6, GenuineIntel=09 PROCESSOR_LEVEL 6=09 PROCESSOR_REVISION 0f06=09 ProgramFiles C:\Program Files=09 R_HOME C:\Apps\R\R280=09 R_LIBS_USER E:\Temp\MyDocs/R/win...
2019 Apr 07
2
ssh with proxyjump on windows 10
> ssh -v test OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5 debug1: Reading configuration data C:\\Users\\jsore/.ssh/config debug1: C:\\Users\\jsore/.ssh/config line 11: Applying options for test debug1: Setting implicit ProxyCommand from ProxyJump: ssh -v -W '[%h]:%p' apple debug1: Executing proxy command: exec ssh -v -W '[test]:22' apple CreateProcessW failed error:2 posix_spawn:
2012 Mar 23
3
Puppet Windows exec
Hi, Is it correct that it''s not possible to excecute Windows Commands directly with the puppet run? For example: exec { ''ExecCreatedFolder'': command => "mkdir C:\PuppetOrdner\ExecCreatedFolder", } I allways have to bind it with a .bat file right? file { ''c:/PuppetFolder/puppettest.bat'': ensure => file,
2017 Jul 04
0
Unable to install packages in R: Error in if (any(diff)) { : missing .....
...Program Files\Calibre2\;C:\Program Files (x86)\Skype\Phone\;C:\bin;C:\ProgramData\Anaconda3;C:\ProgramData\Anaconda3\Scripts;C:\ProgramData\Anaconda3\Library\bin;;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Program Files (x86)\GnuWin32\bin;C:\bin;C:\Program Files (x86)\Midnight Commander; PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC PROCESSOR_ARCHITECTURE AMD64 PROCESSOR_IDENTIFIER Intel64 Family 6 Model 23 Stepping 6, GenuineIntel PROCESSOR_LEVEL 6 PROCESSOR_REVISION 1706 ProgramData C:\ProgramData ProgramFiles C:\Program Files ProgramFiles(x86) C:\Program Files (...
2011 Dec 01
3
Announce: Puppet 2.7.8rc1 available
...6928) backport Symbol#to_proc for Ruby < 1.8.7 6ef1d3a (#6371) Update lastchg field in shadow file on Solaris. c343615 (#10161) Parenthesize method arguments 5721ab9 Maint: Remove duplicate path extension code edc721e (#9636) Always set $CHILD_STATUS when executing on Windows 448d5db (#9636) Fix PATHEXT resolution for paths other than system32 424379d (#9996) Restore functionality for multi-line commands in exec resources ad98d47 (#9831) Standardize Windows provider confining cf8fae2 (#9832) General StoreConfigs regression. 1e8a2cd (#9607) Only validate package source when it is set or needed 0258...
2012 May 23
6
[LLVMdev] Minor correction to the Visual Studio documentation
Hi again, The Visual Studio getting started guide ( http://llvm.org/docs/GettingStartedVS.html) mentions the "llvm-lit" tool, but fails to mention these things: 1. Either you need to run it from bash or a similar Unix shell, as Windows does not recognize the extensionless Python script that it is. 2. Alternatively, you can invoke it using Python like this: python bin/llvm-lit
2012 Feb 13
8
Call for testing: OpenSSH-6.0
Hi, OpenSSH 6.0 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains a couple of new features and changes and bug fixes. Testing of the new sandboxed privilege separation mode (see below) would be particularly appreciated. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The