similar to: ???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints

Displaying 20 results from an estimated 5000 matches similar to: "???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints"

2005 Dec 07
0
???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints
On Monday 05 December 2005 14:28, Prof Brian Ripley wrote: > >> What shells are these? > > > > Bash, mostly, but also ksh and zsh; sorry for not mentioning this. > > I still don't know what you did to be able to reproduce this (and I did > ask). It turns ou that I was not quite correct regarding the cause of cd printing the 'new' directory. It is due
2005 Dec 05
0
???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints
On Friday 02 December 2005 18:20, Prof Brian Ripley wrote: > What shells are these? Bash, mostly, but also ksh and zsh; sorry for not mentioning this. I now see that the root account usually does not change the behaviour of cd, so we may as well forget about the matter. My thought was: if a small change helps avoid this problem (which I think can occur easily enough), it could be
2005 Dec 02
0
(PR#8363) R CMD INSTALL fails if cd prints stuff to stdout
What shells are these? You don't give an example that causes trouble, and in particular no way to reproduce this. The behaviour you describe is prohibited by the POSIX standard, so the problem would appear to be with the unnamed shell. I can see how it could happen if a user redefines 'cd', but then a user could redefine all the commands in his OS and we have to make some
2005 Dec 02
0
R CMD INSTALL fails if cd prints stuff to stdout ... (PR#8363)
--Boundary_(ID_erFAa+o6kWefQxXf6GD2RA) Content-type: text/plain; charset="us-ascii" Content-disposition: inline Content-transfer-encoding: 7bit Dear all, I came across puzzling behaviour of R CMD INSTALL, which I tracked down to the fact that in some shells (or in some user customizations of them), the cd command prints out the new directory. As a result, the $pkgs variable gets a
2006 Jan 19
0
Question about d_ino used in scp.c
Hi, There's exactly one usage of the dirent.d_ino member in the whole project, which is in the readdir loop in scp.c, like this: while (readdir) { if (d_ino == 0) continue; [...] } This loop is basically taken from rcp.c as far as I can see. However, I have two problems here. - First, I have no idea why and when readdir should return an entry with a 0 inode number. Is
2017 Dec 18
0
Dialect for shell scripts
For what it's worth, Autoconf does not assume that arithmetic expansion will be available. Instead, it emits the following shell code: if ( eval 'test $(( 1 + 1 )) = 2' ) 2>/dev/null; then eval 'func_arith () { func_arith_result=$(( $* )) }' else func_arith () { func_arith_result=`expr "$@"` } fi 2017-12-17 23:55 GMT+01:00 Rodrigo Tobar
2017 Dec 17
2
Dialect for shell scripts
Dear all, During a recent package submission, we were highlighted that some lines in our configure script didn't follow the correct syntax. The lines looked like this: x=$(($y/10)) We were indicated at the time that this is because the statement does not use Bourne shell syntax, which is absolutely true, and also that the manual warns about this, which is true again. So far everything
2017 Dec 18
0
Dialect for shell scripts
I do not have a dog in this fight, but I have to ask: How much person time is worthwhile to invest in supporting Solaris 10? It has been closed-source (Post-Oracle) <https://en.wikipedia.org/wiki/Solaris_(operating_system)#Post-Oracle_closed_source_(Solaris_10_after_March_2010,_and_Solaris_11_(2011_and_later))> since March 2010. On Mon, Dec 18, 2017 at 1:23 PM, Kurt Hornik
2017 Dec 18
1
Dialect for shell scripts
Solaris is pretty much dead at this point (closed source or not), but it is not the only oddball OS around. The need to support a wide palette of (Unix) OS variations has been rapidly declining in later years. Fifteen years ago every supercomputer seemed to have its own set of OS quirks and we wanted to be able to support the cutting edge. Now things seem to converge on a few variations on the
2017 Dec 18
2
Dialect for shell scripts
>>>>> I?aki ?car writes: Same from here: in addition to what the standards say, it always pays to be defensive and check "Portable Shell Programming" in the Autoconf manual. Among other things, this says '$((EXPRESSION))' Arithmetic expansion is not portable as some shells (most notably Solaris 10 '/bin/sh') don't support it. motivating
2007 Dec 27
3
facter''s uniqueid is not unique
I have been storing the output of facter in a database with the assumption that uniqueid was actually unique, until I found that it is the same for a handful of my machines. It appears that uniqueid is set from the output of hostid. I checked into hostid and it gets its value from gethostid(). The following link, http://www.opengroup.org/onlinepubs/009695399/functions/gethostid.html, states,
2004 Sep 05
1
[PATCH] simple rm command
'rm -rf /' for klibc Doesnt comply to the standard, but does the job. http://www.opengroup.org/onlinepubs/009695399/utilities/rm.html diff -p -purN klibc-0.172/utils/Makefile klibc-0.172.rm/utils/Makefile --- klibc-0.172/utils/Makefile 2004-08-14 00:24:20.000000000 +0200 +++ klibc-0.172.rm/utils/Makefile 2004-09-05 20:11:14.109062216 +0200 @@ -6,7 +6,7 @@ MAKEDEPS = -Wp,-MD,.$(subst
2004 Jul 24
0
ext[23]_rename do not update [cm]time of target directory
POSIX says in <http://www.opengroup.org/onlinepubs/009695399/functions/rename.html>: Upon successful completion, rename() shall mark for update the st_ctime and st_mtime fields of the parent directory of each file. ext[23]_rename fail to update st_[cm]time of the target directory if the target file already existed. Andreas. -- Andreas Schwab, SuSE Labs, schwab at suse.de SuSE Linux
2004 May 01
1
[Bug 856] scp hangs on FIFOs rather than erroring
http://bugzilla.mindrot.org/show_bug.cgi?id=856 Summary: scp hangs on FIFOs rather than erroring Product: Portable OpenSSH Version: 3.8p1 Platform: Other URL: http://bugs.debian.org/246774 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo:
2005 Jan 10
2
[Bug 970] document -- as option/non-option separator
http://bugzilla.mindrot.org/show_bug.cgi?id=970 Summary: document -- as option/non-option separator Product: Portable OpenSSH Version: -current Platform: All URL: http://bugs.debian.org/289401 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Documentation
2016 Feb 04
0
Fwd: [musl] strptime() question
On Thu, Feb 04, 2016 at 04:35:22PM -0200, Alba Pompeo wrote: > I forwarded our talk on musl mailing list to R mailing list. > I got this response. > Does it help? > Also, what do you think about making a new email that's sent to both > musl and R mailing list, that way devs from both projects can > communicate? It's a tad inefficient for me to keep forwarding messages
2017 Sep 17
0
R Configuration Variable: Maximum Memory Allocation per R Instance
On Sun, Sep 17, 2017 at 12:39 AM, Juan Telleria <jtelleriar at gmail.com> wrote: > Dear R Developers, > > In the same way that MySQL/MariaDB's Engine InnoDB or MyISAM/Aria have the > innodb_buffer_pool_size or the key_buffer_size for setting the maximum > amount of RAM which can be used by a Server Instance. Memory is not controlled by R itself because packages may
2005 Sep 30
0
klibc/ash - fix ksh syntax.
Hi all, During build with $SHELL != bash/zsh I get. (...) ./mkbuiltins[122]: [: #: unexpected operator/operand (...) Attached patch fixes undefined ksh behaviour -> test with >= 4 arguments. http://www.opengroup.org/onlinepubs/009695399/utilities/test.html -- The only thing necessary for the triumph of evil is for good men to do nothing. -
2016 Oct 31
0
[Bug 1037] Not all valid usernames are accepted by skuid
https://bugzilla.netfilter.org/show_bug.cgi?id=1037 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Pablo Neira Ayuso
2016 Feb 06
1
Fwd: [musl] strptime() question
It is setting TZ and using tzset(). R is not multi-threaded so it is safe. Simon figure out the important settings from the config.log and config.h files on a musl system: /* #undef USE_INTERNAL_MKTIME */ #define HAVE_TM_GMTOFF 1 #define HAVE_TM_ZONE 1 Does this help anyone debug the issue? Simon just went on vacation. On Thu, Feb 4, 2016 at 7:32 PM, Rich Felker <dalias at libc.org>