Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wtf #405

Closed
NothingEverHappens opened this issue Oct 27, 2014 · 8 comments
Closed

wtf #405

NothingEverHappens opened this issue Oct 27, 2014 · 8 comments

Comments

@NothingEverHappens
Copy link

https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz

@DaAwesomeP
Copy link

It is not listed on https://node-serialport.s3.amazonaws.com/. It must have been forgotten to be uploaded. I should note that giving a title to an issue something like "wtf" will not make people want to help you.

  1. It shows that you are angry (which is fine) but don't care about
    anyone else. A lot of hard work has gone into this project. It is one
    of the pinnacle projects in NodeJS: it connects NodeJS to objects in the
    real world. It does not simply connect with another program or add
    JavaScript helper functions.
  2. Simply posting a link does not describe
    the problem. It could have been an empty gzip, corrupt gxip, wrong
    download, etc.

On 10/27/2014 3:07 PM, NothingEverHappens wrote:

https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz


Reply to this email directly or view it on GitHub
#405.

@voodootikigod
Copy link
Collaborator

Hey this was actually me leaving myself (Chris williams/voodootikigod) a
note to figure this out during the event! sorry. no worries.

Chris Williams

@voodootikigod http://twitter.com/voodootikigod | GitHub
http://github.com/voodootikigod

The things I make that you should check out:
SaferAging http://www.saferaging.com/ | JSConf http://jsconf.com/ |
RobotsConf http://robotsconf.com/ | RobotsWeekly
http://robotsweekly.com/

Help me end the negativity on the internet, share this
http://jsconf.eu/2011/an_end_to_negativity.html.

On Mon, Oct 27, 2014 at 5:23 PM, P THE AWESOME notifications@github.com
wrote:

It is not listed on https://node-serialport.s3.amazonaws.com/. It must
have been forgotten to be uploaded. I should note that giving a title to
an issue something like "wtf" will not make people want to help you.

  1. It shows that you are angry (which is fine) but don't care about
    anyone else. A lot of hard work has gone into this project. It is one
    of the pinnacle projects in NodeJS: it connects NodeJS to objects in the
    real world. It does not simply connect with another program or add
    JavaScript helper functions. 2) Simply posting a link does not describe
    the problem. It could have been an empty gzip, corrupt gxip, wrong
    download, etc.

On 10/27/2014 3:07 PM, NothingEverHappens wrote:

https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz


Reply to this email directly or view it on GitHub
#405.


Reply to this email directly or view it on GitHub
#405 (comment)
.

@nelsonpecora
Copy link

@voodootikigod I think Yosemite / Xcode 6.1 Command Line Tools / something like that is messing with either node-gyp or node-pre-gyp. I think that's why I am having errors. Luckily there's no shortage of laptops at this event!

@voodootikigod
Copy link
Collaborator

Hey can you come to behind the screen!

Chris Williams

@voodootikigod http://twitter.com/voodootikigod | GitHub
http://github.com/voodootikigod

The things I make that you should check out:
SaferAging http://www.saferaging.com/ | JSConf http://jsconf.com/ |
RobotsConf http://robotsconf.com/ | RobotsWeekly
http://robotsweekly.com/

Help me end the negativity on the internet, share this
http://jsconf.eu/2011/an_end_to_negativity.html.

On Mon, Oct 27, 2014 at 5:27 PM, Nelson Pecora notifications@github.com
wrote:

@voodootikigod https://github.com/voodootikigod I think Yosemite /
Xcode 6.1 Command Line Tools / something like that is messing with either
node-gyp or node-pre-gyp. I think that's why I am having errors. Luckily
there's no shortage of laptops at this event!


Reply to this email directly or view it on GitHub
#405 (comment)
.

@nelsonpecora
Copy link

serialport@1.4.6 install /Users/yoshokatana/Documents/projects/misc/nodebots/node_modules/johnny-five/node_modules/serialport
node-pre-gyp install --fallback-to-build

node-pre-gyp http GET https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz
node-pre-gyp http 404 https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz
node-pre-gyp http Pre-built binary not available for your system (falling back to source compile with node-gyp)
CXX(target) Release/obj.target/serialport/src/serialport.o
CXX(target) Release/obj.target/serialport/src/serialport_unix.o
In file included from /usr/include/dispatch/dispatch.h:51:0,
from /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:56,
from ../src/serialport_unix.cpp:12:
/usr/include/dispatch/object.h:143:15: error: expected unqualified-id before '^' token
typedef void (^dispatch_block_t)(void);
^
/usr/include/dispatch/object.h:143:15: error: expected ')' before '^' token
/usr/include/dispatch/object.h:362:3: error: 'dispatch_block_t' has not been declared
dispatch_block_t notification_block);
^
In file included from /System/Library/Frameworks/IOKit.framework/Headers/usb/IOUSBLib.h:27:0,
from ../src/serialport_unix.cpp:14:
/System/Library/Frameworks/IOKit.framework/Headers/usb/USB.h:599:23: error: too many #pragma options align=reset
#pragma options align=reset
^
In file included from /System/Library/Frameworks/IOKit.framework/Headers/usb/IOUSBLib.h:27:0,
from ../src/serialport_unix.cpp:14:
/System/Library/Frameworks/IOKit.framework/Headers/usb/USB.h:769:23: error: too many #pragma options align=reset
#pragma options align=reset
^
/System/Library/Frameworks/IOKit.framework/Headers/usb/USB.h:821:23: error: too many #pragma options align=reset
#pragma options align=reset
^
/System/Library/Frameworks/IOKit.framework/Headers/usb/USB.h:839:23: error: too many #pragma options align=reset
#pragma options align=reset
^
/System/Library/Frameworks/IOKit.framework/Headers/usb/USB.h:859:23: error: too many #pragma options align=reset
#pragma options align=reset
^
make: *** [Release/obj.target/serialport/src/serialport_unix.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:12)
gyp ERR! System Darwin 14.0.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--name=serialport" "--configuration=Release" "--module_name=serialport" "--version=1.4.6" "--major=1" "--minor=4" "--patch=6" "--runtime=node" "--node_abi=node-v11" "--platform=darwin" "--target_platform=darwin" "--arch=x64" "--target_arch=x64" "--module_main=./serialport" "--host=https://node-serialport.s3.amazonaws.com/" "--module_path=/Users/yoshokatana/Documents/projects/misc/nodebots/node_modules/johnny-five/node_modules/serialport/build/serialport/v1.4.6/Release/node-v11-darwin-x64" "--remote_path=./serialport/v1.4.6/Release/" "--package_name=node-v11-darwin-x64.tar.gz" "--staged_tarball=build/stage/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz" "--hosted_path=https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/" "--hosted_tarball=https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz"
gyp ERR! cwd /Users/yoshokatana/Documents/projects/misc/nodebots/node_modules/johnny-five/node_modules/serialport
gyp ERR! node -v v0.10.32
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node rebuild --name=serialport --configuration=Release --module_name=serialport --version=1.4.6 --major=1 --minor=4 --patch=6 --runtime=node --node_abi=node-v11 --platform=darwin --target_platform=darwin --arch=x64 --target_arch=x64 --module_main=./serialport --host=https://node-serialport.s3.amazonaws.com/ --module_path=/Users/yoshokatana/Documents/projects/misc/nodebots/node_modules/johnny-five/node_modules/serialport/build/serialport/v1.4.6/Release/node-v11-darwin-x64 --remote_path=./serialport/v1.4.6/Release/ --package_name=node-v11-darwin-x64.tar.gz --staged_tarball=build/stage/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz --hosted_path=https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/ --hosted_tarball=https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz' (1)
node-pre-gyp ERR! stack at ChildProcess. (/Users/yoshokatana/Documents/projects/misc/nodebots/node_modules/johnny-five/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:76:29)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:98:17)
node-pre-gyp ERR! stack at maybeClose (child_process.js:756:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:823:5)
node-pre-gyp ERR! System Darwin 14.0.0
node-pre-gyp ERR! command "node" "/Users/yoshokatana/Documents/projects/misc/nodebots/node_modules/johnny-five/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/yoshokatana/Documents/projects/misc/nodebots/node_modules/johnny-five/node_modules/serialport
node-pre-gyp ERR! node -v v0.10.32
node-pre-gyp ERR! node-pre-gyp -v v0.5.19
node-pre-gyp ERR! not ok
Failed to execute '/usr/local/bin/node rebuild --name=serialport --configuration=Release --module_name=serialport --version=1.4.6 --major=1 --minor=4 --patch=6 --runtime=node --node_abi=node-v11 --platform=darwin --target_platform=darwin --arch=x64 --target_arch=x64 --module_main=./serialport --host=https://node-serialport.s3.amazonaws.com/ --module_path=/Users/yoshokatana/Documents/projects/misc/nodebots/node_modules/johnny-five/node_modules/serialport/build/serialport/v1.4.6/Release/node-v11-darwin-x64 --remote_path=./serialport/v1.4.6/Release/ --package_name=node-v11-darwin-x64.tar.gz --staged_tarball=build/stage/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz --hosted_path=https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/ --hosted_tarball=https://node-serialport.s3.amazonaws.com/serialport/v1.4.6/Release/node-v11-darwin-x64.tar.gz' (1)
npm WARN optional dep failed, continuing serialport@1.4.6
johnny-five@0.8.19 node_modules/johnny-five

@nelsonpecora
Copy link

 gcc -v
gcc: warning: couldn't understand kern.osversion '14.0.0
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/4.8.3/libexec/gcc/x86_64-apple-darwin13.2.0/4.8.3/lto-wrapper
Target: x86_64-apple-darwin13.2.0
Configured with: ../configure --build=x86_64-apple-darwin13.2.0 --prefix=/usr/local/Cellar/gcc/4.8.3 --enable-languages=c,c++,objc,obj-c++,fortran --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --with-system-zlib --enable-version-specific-runtime-libs --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --enable-plugin --disable-nls --enable-multilib
Thread model: posix
gcc version 4.8.3 (GCC) 

@nelsonpecora
Copy link

resolution, per @voodootikigod homebrew's gcc is weird

edit: possibly more info Homebrew/legacy-homebrew#29845

@reconbot
Copy link
Member

I'm closing as we've moved on from version 1.4.6

@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

5 participants