search for: textutil

Displaying 20 results from an estimated 23 matches for "textutil".

Did you mean: textutils
2002 Jun 11
5
problem installing WINE on Mandrake v8.2 - confirm with textutils
I'm trying to install WINE on my newly installed Mandrake v8.2 system. The error I receive is "file /usr/bin/expand from install of wine-cvs-unstripped-061102-1 conflicts with file from package textutils-2.0.17-7mdk" Any input would be greatly appreciated. Thanks, Josh
2006 Aug 04
1
[LLVMdev] Building llvm under cygwin
...3:13:52 +0400 you wrote: > I won't be available for the next 10-12 hours if you'll need some more > files. Well. I have one idea. Could you please execute "sort --version" from your cygwin shell and let me know, whether it's GNU one (it should reply with the words "textutils") or windows-supplied one (it should just give you and error)? -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2006 Apr 23
2
[LLVMdev] Building CFE in Mingw
...ains about "CL_ObjCXX" and simular ("CL_") during compilation c-opts.c. Resolution: Turn off windows file protection, remove system32\sort.exe file. After, check, that sort --version tells you, that it is sort 2.0 (GNU textutils). 4) Problem: Complains about files sitting in your PATH (or above), but, actually had not found. Resolution: Check your directories for the trailing '\'. It should not be used! (E.g. c:\winnt - right, c:\winnt\ - wrong). 5) Problem: Comp...
2002 Jul 22
9
[Patch] Improve portability of regression tests
...doesn't always work * some "id"'s don't know -n or -u * some platforms have no /dev/stdin * some tests AIX fails when sshd runs as non-root user * path problems I used Markus' run-tests.sh script as a starting point. This reduced the need for pmake. I got md5sum from GNU textutils. Useful pointers: md5sum: http://www.gnu.org/software/textutils/textutils.html [bp]make: http://www.crufty.net/ftp/pub/sjg/ While testing I turned up LogLevel to DEBUG for the sshd under test. This showed "bad ownership or modes for directory" in syslog. The regress direct...
2006 Apr 23
0
[LLVMdev] Re: Building CFE in Mingw
...ObjCXX" and simular ("CL_") during > compilation c-opts.c. > Resolution: Turn off windows file protection, remove system32\sort.exe > file. After, check, that sort --version tells you, that it > is sort 2.0 (GNU textutils). Another workaround for this problem is checking that cygwin or msys bin directories comes first on PATH. Great post, Anton. -- Oscar
2006 Aug 04
0
[LLVMdev] Building llvm under cygwin
...> > I won't be available for the next 10-12 hours if you'll need some more > > files. > Well. I have one idea. Could you please execute "sort --version" from > your cygwin shell and let me know, whether it's GNU one (it should > reply with the words "textutils") or windows-supplied one (it should > just give you and error)? It turned out ot be a GNU version. sort (GNU coreutils) 5.97 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License &lt...
2006 Jul 04
1
Exporting tables to RTF?
Greetings. Yesterday I managed to jury-rig a system to get a table out of R and import it into Nisus Writer Express (a word processor for Mac OS X). What I came up with is brittle, since it depends on an AppleScript script which has to be in a specific location and on no one touching the computer, since the AppleScript remotely controls Nisus Writer Express rather blindly and will make
2004 Sep 10
2
[Flac-users] Re: my flac -t issue: next approach
| yes, the exit code will be 1 if any of the flac files failed | testing, else 0 (i.e. if all of them passed). Thank you, Josh! Now the only trick is to see whether command.com can do anything with that information.
1997 Nov 24
0
R-alpha: random number generator -- S-plus's
...42097 'runif-tst.S' && chmod 0644 'runif-tst.S' || $echo 'restore of' 'runif-tst.S' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo 'runif-tst.S:' 'MD5 check failed' 35e91fce41f56de76bab514ecfc5c840 runif-tst.S SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'runif-tst.S'`&q...
2004 Sep 10
0
[Flac-users] Re: my flac -t issue: next approach
...tell you which files passed or failed. No there is no easy way to send standard error to a file so you can look at it; well not under command.com anyway. Cygwin will let you do it and there might be a wrapper utility somewhere on the simtel repository to do it as well; I think it is in sysutils or textutils in the msdos section. There might be a way to cludge around all this in Windows by using Perl and getting it to flac -t a file at a time but I honestly think cybwin would be easier. Regards, Kerry. On Sat, Dec 07, 2002 at 04:54:22PM -0600, David W. Tamkin wrote: > | yes, the exit code will be...
2005 Apr 22
0
[LLVMdev] Trailing whitespace removal complete
On Fri, Apr 22, 2005 at 02:21:05AM +0200, Markus F.X.J. Oberhumer wrote: > Many thanks - attached you will find a list of files you still might > want to consider. Hmmm, those pesky .c and .in files, but I thought I covered all the .h and .cpp files... darn. OK, I'll trade you -- can you tell me how I can grep for a tab within a file? The following don't work for me: grep
2004 Sep 10
1
[Flac-users] Re: my flac -t issue: next approach
...ute and the most generous storage quota I have is 50 Mb, so the dance of uploading filenames and downloading batch files would take much less time. | Cygwin will let you do it and there might be a wrapper utility somewhere | on the simtel repository to do it as well; I think | it is in sysutils or textutils in the msdos section. Cygwin looks like way too much for me to tackle and may be too much for my underpowered computer.
2005 Apr 21
5
[LLVMdev] Trailing whitespace removal (important for CVS users!)
Dear LLVMers, If you live on the bleeding edge (i.e. CVS version), please read! On Wed, Apr 20, 2005 at 12:12:54PM +0200, Markus F.X.J. Oberhumer wrote: > Do you really want external patches for this ? A simple Perl script > that runs on all *.h and *.cpp files, and a local commit from your > side would be much simpler. I'm in the process of doing just this as we speak. What this
2004 Dec 01
2
cp --o_direct
Another question. When my database is running, I do [oracle@LNCSTRTLDB03 LPTE3]$ cp --o_direct xdb01.dbf /tmp cp: cannot open `xdb01.dbf' for reading: Permission denied [oracle@LNCSTRTLDB03 LPTE3]$ When the database is shudown it works. Is this normal for ocfs because with any other filesystem I can just copy a file at any time (Its only a testing, I know I cant copy datafiles and have
2002 May 07
0
rsync on cygwin: can't access mapped network drive remotely
...tar 1.13.19-1 tcltk 20001125-1 tcsh 6.11.00-4 termcap 20020403-1 terminfo 5.2-1 tetex-beta 20001218-4 texinfo 4.1-1 textutils 2.0.21-1 tiff 3.5.7-1 time 1.7-1 units 1.77-1 unzip 5.41-1 w32api 1.3-2 wget 1.8.1-1 which...
2002 Oct 17
0
Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! (fwd)
...squid 2.4.STABLE7-1 ssmtp 2.38.7-3 tar 1.13.25-1 tcltk 20001125-1 tcsh 6.11.00-4 termcap 20020930-1 terminfo 5.2-3 tetex-beta 20020911-1 tetex-bin 20020911-1 texinfo 4.2-4 textutils 2.0.21-1 tiff 3.5.7-1 time 1.7-1 unzip 5.50-1 vim 6.1-2 w32api 2.0-1 wget 1.8.2-1 which 1.5-1 whois 4.5.17-1 xpm-nox 4.2.0-1 zip 2.3-2 zlib...
2003 May 30
3
Rsync / SSH / Cygwin .. permission problems..
I am attempting to use rsync to "mirror" data between several windows 2000 and windows XP systems. I am a UNIX person by nature, so decided the easiest way to go about doing this would be to use Cygwin with cron and ssh running as services, then run the rsync connection nightly through cron. Cygwin is installed on both systems and works perfectly. OpenSSH is installed and running,
2003 Jun 27
5
Cygwin Rsync 2.5.6 over SSH hangs on Win2k->Win2k
...1.6.4-4 readline 4.3-2 rsync 2.5.6-1 sed 4.0.7-1 sh-utils 2.0.15-3 shellutils 0.0 tar 1.13.25-1 tcltk 20030214-1 termcap 20020930-1 terminfo 5.3-2 texinfo 4.2-4 textutils 2.0.21-1 time 1.7-1 unzip 5.50-2 vim 6.2-1 which 1.5-1 zip 2.3-2 zlib 1.1.4-1 Use -h to see help about each section
2005 Mar 14
1
colinux fresh install, zaptel does not compile, size_t error
...allation on Debian system ii tcpd 7.6.dbs-4 Wietse Venema's TCP wrapper utilities ii tcpdump 3.8.3-3 A powerful tool for network monitoring and data acquisition ii telnet 0.17-24 The telnet client. ii textutils 5.0.91-2 The GNU text file processing utilities (transitional package) ii ttf-bitstream-vera 1.10-3 The Bitstream Vera family of free TrueType fonts ii ucf 1.13 Update Configuration File: preserves user changes to conf...
2005 Mar 15
18
[Bug 1001] Error on MAKE while compiling SRPMS and tar.gz but not while installing RPMS
http://bugzilla.mindrot.org/show_bug.cgi?id=1001 Summary: Error on MAKE while compiling SRPMS and tar.gz but not while installing RPMS Product: Portable OpenSSH Version: 3.7.1p2 Platform: All OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: ssh