Displaying 7 results from an estimated 7 matches for "preproduce".
Did you mean:
reproduce
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 12 November 2016 at 22:54, Kirill M?ller wrote:
[... lots of stuff deleted ...]
| I noticed this because plogr logging crashed in dplyr (compiled with gcc
| 6) right after upgrading to yakkety; I still had a gcc-5 built version
| of Rcpp installed. As soon as I added -std, everything worked as before.
| No minimal example, sorry. Don't we need "-std=c++98" in Makevars
|
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 13 November 2016 at 00:13, Kirill M?ller wrote:
| On 13.11.2016 00:00, Dirk Eddelbuettel wrote:
| > On 12 November 2016 at 22:54, Kirill M?ller wrote:
| >
| > [... lots of stuff deleted ...]
| >
| > | I noticed this because plogr logging crashed in dplyr (compiled with gcc
| > | 6) right after upgrading to yakkety; I still had a gcc-5 built version
| > | of Rcpp installed.
2016 Nov 12
0
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 13.11.2016 00:00, Dirk Eddelbuettel wrote:
> On 12 November 2016 at 22:54, Kirill M?ller wrote:
>
> [... lots of stuff deleted ...]
>
> | I noticed this because plogr logging crashed in dplyr (compiled with gcc
> | 6) right after upgrading to yakkety; I still had a gcc-5 built version
> | of Rcpp installed. As soon as I added -std, everything worked as before.
> | No
2004 Nov 03
1
Urgent: rsync hangs with large directories from windows
Hello,
I get hanging rsync-processes while synchronisize windows to linux, starting
on linux.
The problem is not new, I found some mails in this list (archive) and on
http://www.mikerubel.org/computers/rsync_snapshots/#Bugs too.
Example of the command:
rsync -e 'ssh -i /backup/data/servers/identities/backup.W2000Server -p 22 -x
-oForwardAgent=no -oClearAllForwardings=yes' --archive
2016 Nov 13
0
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On Sat, Nov 12, 2016 at 7:41 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> On 13 November 2016 at 00:13, Kirill M?ller wrote:
> | On 13.11.2016 00:00, Dirk Eddelbuettel wrote:
> | > On 12 November 2016 at 22:54, Kirill M?ller wrote:
> | >
> | > [... lots of stuff deleted ...]
> | >
> | > | I noticed this because plogr logging crashed in dplyr
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 12 November 2016 at 07:59, Dirk Eddelbuettel wrote:
|
| On 12 November 2016 at 14:23, Kirill M?ller wrote:
| | Thanks. I have now CXX = g++ -std=c++98 in my /etc/R/Makeconf, it's
| | picked up properly. I can only assume that the last -std= option wins if
| | more than one are given on the same command line [1].
|
| Good to know it works.
|
| I am still a little puzzled why it was
2008 Jul 01
5
chicken/egg problem with custom types
Hi
while usings DavidS mysql module with its custom mysql types I hit some
kind of a chicken/egg problem:
While deploying mysql, I also like to define some mysql munin user, to
enable munin monitoring for mysql things. I choosed to use the
mysql_user type from DavidS and it works perfectly. However I start
using the custom types on a host where mysql have already been installed.
Now I should