Skip to content

Instantly share code, notes, and snippets.

iff --git a/mysys/my_fopen.c b/mysys/my_fopen.c
index ede434f..52dedba 100644
--- a/mysys/my_fopen.c
+++ b/mysys/my_fopen.c
@@ -185,6 +185,39 @@ static FILE *my_freebsd_freopen(const char *path, const char *mode, FILE *stream
#endif
+/**
+ Return a new file stream pointing to the same file
npm info install regenerator@0.8.30
npm info postinstall regenerator@0.8.30
npm verb git clone https://github.com/ariya/esprima.git Cloning into bare repository '/home/rrj/.npm/_git-remotes/https-github-com-ariya-esprima-git-1bd370f9'...
npm verb git fetch -a origin (https://github.com/ariya/esprima.git)
npm verb git rev-list -n1 harmony 734ff0028274ab4254d2c06e67efbf2dceaf2b72
npm verb resolved git url git+https://github.com/ariya/esprima.git#734ff0028274ab4254d2c06e67efbf2dceaf2b72
npm verb tar unpack /tmp/npm-1131--TrBniw+/1434997176964-0.5048014482017606/tmp.tgz
npm verb lock tar:///tmp/npm-1131--TrBniw+/1434997176964-0.5048014482017606/tmp.tgz-unpack /home/rrj/.npm/82eea91f--5048014482017606-tmp-tgz-unpack.lock
npm verb lock tar:///tmp/npm-1131--TrBniw+/1434997176964-0.5048014482017606/tmp.tgz /home/rrj/.npm/53e5160a-76964-0-5048014482017606-tmp-tgz.lock
npm verb about to build /home/rrj/work//operfe/node_modules/component/node_modules/proxy-agent/node_modules/pac-proxy-agent/node_modules/pac-resolver/no
This file has been truncated, but you can view the full file.
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/home/rrj/node_modules/.bin/npm',
1 verbose cli 'install',
1 verbose cli '--production' ]
2 info using npm@2.11.3
3 info using node@v0.10.33
4 verbose readDependencies loading dependencies from /home/rrj/work/foobar/foobar-operfe/package.json
5 warn package.json foobar@0.0.0 No license field.
6 verbose install where, deps [ '/home/rrj/work/foobar/foobar-operfe',
"dependencies": {
"coffee-script": "1.8.0",
"component": "0.19.9",
"jade": "1.7.0",
"stylus": "0.49.3",
"underscore": "1.7.0"
},
"devDependencies": {
"elasticdump": "^0.12.0",
"phantomjs": "1.9.8"
Aug 08 00:09:34 vagrant systemd[1]: Starting Network Service...
Aug 08 00:09:34 vagrant systemd-networkd[653]: [/etc/systemd/network/ens33.network:2] Interface name is not ASCII clean or is too long, ignoring assignment: 00:0c:29:36:0a:a4
Aug 08 00:09:34 vagrant systemd-networkd[653]: lxcbr0: netdev ready
Aug 08 00:09:34 vagrant systemd-networkd[653]: Enumeration completed
Aug 08 00:09:34 vagrant systemd[1]: Started Network Service.
Aug 08 00:09:34 vagrant systemd-networkd[653]: eno16777728: Renamed to eth0
Aug 08 00:09:34 vagrant systemd-networkd[653]: eno33554952: Renamed to eth1
Aug 08 00:09:34 vagrant systemd-networkd[653]: eth1: Renamed to eno33554952
Aug 08 00:09:34 vagrant systemd-networkd[653]: eth0: Renamed to eno16777728
Aug 08 00:09:34 vagrant systemd-networkd[653]: lxcbr0: lxcbr0 : could not join netdev: Too many levels of symbolic links
[765/765] Running all regression tests
FAILED: cd /build/cfe-3.7.0.build && /build/llvm-3.7.0.src/utils/lit/lit.py -sv --param clang_site_config=/build/cfe-3.7.0.build/test/lit.site.cfg /build/cfe-3.7.0.build/test
lit.py: lit.cfg:195: note: using clang: '/build/cfe-3.7.0.build/./bin/clang'
lit.py: lit.cfg:333: note: Did not find clang-interpreter in /build/cfe-3.7.0.build/./bin:/usr/local/bin
-- Testing: 8403 tests, 32 threads --
Testing: 0 .. 10.. 20.. 30..
FAIL: Clang :: Driver/lto.c (3312 of 8403)
******************** TEST 'Clang :: Driver/lto.c' FAILED ********************
Script:
--
FROM alpine
RUN apk update
RUN apk add alpine-sdk
RUN apk add python autoconf automake zlib-dev libtool zip xz sed cmake clang
RUN git clone git://github.com/ninja-build/ninja.git && cd ninja && ./configure.py --bootstrap && cp ninja /usr/bin && ninja -t clean && ninja && cp ninja /usr/bin
RUN mkdir /build && cd /build && curl -s -O http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz && tar -xf llvm-3.7.0.src.tar.xz
WORKDIR /build
RUN cd llvm-3.7.0.src && curl -s https://gist.githubusercontent.com/cl91/bb927df2525738502131/raw/0305140e75046954a92002bd6b31e7c14a971f94/0001-Add-support-for-linux-musl-in-build-system.-Fix-glib.patch | patch -p1 || exit 0
RUN cd /usr && curl -s https://gist.githubusercontent.com/cl91/bb927df2525738502131/raw/0305140e75046954a92002bd6b31e7c14a971f94/0001-Fix-namespace-pollution-of-preprocessor-macros.patch | patch -p1
RUN mkdir llvm-3.7.0.build && cd llvm-3.7.0.build && CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_EXPORT_COMPILE_COMM
FROM alpine
RUN apk update
RUN apk add alpine-sdk
RUN apk add python autoconf automake zlib-dev libtool zip xz sed cmake clang
RUN git clone git://github.com/ninja-build/ninja.git && cd ninja && ./configure.py --bootstrap && cp ninja /usr/bin && ninja -t clean && ninja && cp ninja /usr/bin
RUN mkdir /build && cd /build && curl -s -O http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz && tar -xf llvm-3.7.0.src.tar.xz
WORKDIR /build
RUN cd llvm-3.7.0.src && curl -s https://gist.githubusercontent.com/cl91/bb927df2525738502131/raw/0305140e75046954a92002bd6b31e7c14a971f94/0001-Add-support-for-linux-musl-in-build-system.-Fix-glib.patch | patch -p1 || exit 0
RUN cd /usr && curl -s https://gist.githubusercontent.com/cl91/bb927df2525738502131/raw/0305140e75046954a92002bd6b31e7c14a971f94/0001-Fix-namespace-pollution-of-preprocessor-macros.patch | patch -p1
RUN mkdir llvm-3.7.0.build && cd llvm-3.7.0.build && CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_EXPORT_COMPILE_COMM
** New features
chgrp, chmod, chown, chcon, du, rm: now all display linear performance,
even when operating on million-entry directories on ext3 and ext4 file
systems. Before, they would exhibit O(N^2) performance, due to linear
per-entry seek time cost when operating on entries in readdir order.
Rm was improved directly, while the others inherit the improvement
from the newer version of fts in gnulib.
10:55:18 /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/mixins/logger.rb:12:in `included': undefined method `options' for #<Cabin::Subscriber:0x7fe9f6eaa7f8> (NoMethodError)
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `call'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `allow_event?'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/backports-3.6.7/lib/backports/tools/path.rb:24:in `all?'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `each'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `all?'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `allow_event?'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:195:in `publish'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:193:in `each'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:193:in `publish'