-
Notifications
You must be signed in to change notification settings - Fork 25
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
Installation error #50
Comments
I just installed taglib (osx) like the following: but still get:
|
Could you try with taglib v1.8 or higher? |
After installing this version: like described here: I get:
|
try removing the dynamiclib line in the binding.gyp file. I don't have a OSX machine anymore to try it out on, so it might have to do with the version of OSX you are using. |
I'm also having this problem however I am on windows.
Any ideas? |
@Kirasagi |
fixed here: fea01d8 |
Fix for Linux (Worked on Ubuntu 14.04) First install
Then do
|
Another Fix for Linux (Centos, Kali and almost for all versions) If dependency problem exists:
(All the installation guides are there for each libraries) Then do
|
I get the error info install [email protected] |
On console npm install --save taglib
child_process: customFds option is deprecated, use stdio instead. |
in node stable version (0.10.36), it works fine! |
Hi all -- I could use some help. Please forgive me if I'm barking up the wrong tree, but from what I can tell this is a node-taglib issue. I'm on OSX El Capitan 10.11.6; node 7.2.1; npm 3.10.10. I installed python 2.7 with When I run ' Thanks for any help.
|
Could you try with node 0.10 or 0.12 once? I am on vacation and don't have
access to a Mac to try this out. Thanks!
Best,
Nikhil
…On Sun, Jan 1, 2017 at 3:46 AM, drone1 ***@***.***> wrote:
Hi all -- I could use some help.
Please forgive me if I'm barking up the wrong tree, but from what I can
tell this is a node-taglib issue.
I'm on OSX El Capitan 10.11.6; node 7.2.1; npm 3.10.10.
I installed python with brew install python;
I installed taglib with brew install taglib, which installed v1.11.1;
I installed node-gyp with npm install -g node-gyp which installed v3.4.0.
When I run 'npm install taglib --save' I get the output below. I've also
tried installing from source and get the same errors.
Thanks for any help.
> ***@***.*** install /Users/drone1/Dropbox/scripts/node_modules/taglib
> node-gyp rebuild
CXX(target) Release/obj.target/taglib/src/bufferstream.o
In file included from ../src/bufferstream.cc:5:
../src/taglib.h:26:43: error: no type named 'Arguments' in namespace 'v8'; did you mean 'v8::internal::Arguments'?
v8::Handle<v8::Value> AsyncReadFile(const v8::Arguments &args);
^~~~~~~~~~~~~
v8::internal::Arguments
/Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
In file included from ../src/bufferstream.cc:5:
../src/taglib.h:46:42: error: no type named 'Arguments' in namespace 'v8'; did you mean 'v8::internal::Arguments'?
v8::Handle<v8::Value> AddResolvers(const v8::Arguments &args);
^~~~~~~~~~~~~
v8::internal::Arguments
/Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
2 errors generated.
make: *** [Release/obj.target/taglib/src/bufferstream.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:276:23)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:191:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
gyp ERR! System Darwin 15.6.0
gyp ERR! command "/usr/local/Cellar/node/5.1.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/drone1/Dropbox/scripts/node_modules/taglib
gyp ERR! node -v v7.2.1
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm WARN scripts No description
npm WARN scripts No repository field.
npm WARN scripts No license field.
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/Cellar/node/5.1.0/bin/node" "/usr/local/bin/npm" "install" "taglib" "--save"
npm ERR! node v7.2.1
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! ***@***.*** install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ***@***.*** install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the taglib package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs taglib
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls taglib
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/drone1/Dropbox/scripts/npm-debug.log
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEzWmwcGK1483A1JYEjTMkFw9D4PuGpks5rNtQvgaJpZM4BwzjZ>
.
|
My version of node is 7.2.1 and you are saying try node 0.10 or 0.12?
Sorry I'm confused.
On Mon, Jan 2, 2017 at 11:23 PM Nikhil Marathe <[email protected]>
wrote:
… Could you try with node 0.10 or 0.12 once? I am on vacation and don't have
access to a Mac to try this out. Thanks!
Best,
Nikhil
On Sun, Jan 1, 2017 at 3:46 AM, drone1 ***@***.***> wrote:
> Hi all -- I could use some help.
>
> Please forgive me if I'm barking up the wrong tree, but from what I can
> tell this is a node-taglib issue.
>
> I'm on OSX El Capitan 10.11.6; node 7.2.1; npm 3.10.10.
>
> I installed python with brew install python;
> I installed taglib with brew install taglib, which installed v1.11.1;
> I installed node-gyp with npm install -g node-gyp which installed v3.4.0.
>
> When I run 'npm install taglib --save' I get the output below. I've also
> tried installing from source and get the same errors.
>
> Thanks for any help.
>
> > ***@***.*** install /Users/drone1/Dropbox/scripts/node_modules/taglib
> > node-gyp rebuild
>
> CXX(target) Release/obj.target/taglib/src/bufferstream.o
> In file included from ../src/bufferstream.cc:5:
> ../src/taglib.h:26:43: error: no type named 'Arguments' in namespace
'v8'; did you mean 'v8::internal::Arguments'?
> v8::Handle<v8::Value> AsyncReadFile(const v8::Arguments &args);
> ^~~~~~~~~~~~~
> v8::internal::Arguments
> /Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note:
'v8::internal::Arguments' declared here
> class Arguments;
> ^
> In file included from ../src/bufferstream.cc:5:
> ../src/taglib.h:46:42: error: no type named 'Arguments' in namespace
'v8'; did you mean 'v8::internal::Arguments'?
> v8::Handle<v8::Value> AddResolvers(const v8::Arguments &args);
> ^~~~~~~~~~~~~
> v8::internal::Arguments
> /Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note:
'v8::internal::Arguments' declared here
> class Arguments;
> ^
> 2 errors generated.
> make: *** [Release/obj.target/taglib/src/bufferstream.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:276:23)
> gyp ERR! stack at emitTwo (events.js:106:13)
> gyp ERR! stack at ChildProcess.emit (events.js:191:7)
> gyp ERR! stack at Process.ChildProcess._handle.onexit
(internal/child_process.js:215:12)
> gyp ERR! System Darwin 15.6.0
> gyp ERR! command "/usr/local/Cellar/node/5.1.0/bin/node"
"/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js"
"rebuild"
> gyp ERR! cwd /Users/drone1/Dropbox/scripts/node_modules/taglib
> gyp ERR! node -v v7.2.1
> gyp ERR! node-gyp -v v3.4.0
> gyp ERR! not ok
> npm WARN scripts No description
> npm WARN scripts No repository field.
> npm WARN scripts No license field.
> npm ERR! Darwin 15.6.0
> npm ERR! argv "/usr/local/Cellar/node/5.1.0/bin/node"
"/usr/local/bin/npm" "install" "taglib" "--save"
> npm ERR! node v7.2.1
> npm ERR! npm v3.10.10
> npm ERR! code ELIFECYCLE
>
> npm ERR! ***@***.*** install: `node-gyp rebuild`
> npm ERR! Exit status 1
> npm ERR!
> npm ERR! Failed at the ***@***.*** install script 'node-gyp rebuild'.
> npm ERR! Make sure you have the latest version of node.js and npm
installed.
> npm ERR! If you do, this is most likely a problem with the taglib
package,
> npm ERR! not with npm itself.
> npm ERR! Tell the author that this fails on your system:
> npm ERR! node-gyp rebuild
> npm ERR! You can get information on how to open an issue for this
project with:
> npm ERR! npm bugs taglib
> npm ERR! Or if that isn't available, you can get their info via:
> npm ERR! npm owner ls taglib
> npm ERR! There is likely additional logging output above.
>
> npm ERR! Please include the following file with any support request:
> npm ERR! /Users/drone1/Dropbox/scripts/npm-debug.log
>
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#50 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AAEzWmwcGK1483A1JYEjTMkFw9D4PuGpks5rNtQvgaJpZM4BwzjZ
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGCCPDcD8Mf82cLtATJ8eUQtzOMAE2G5ks5rOc1egaJpZM4BwzjZ>
.
|
Yes that is what I mean. 0.12 is not that old, the version numbers iterated
rapidly after the iojs merge.
Best,
Nikhil
…On Wed, Jan 4, 2017 at 8:16 AM, drone1 ***@***.***> wrote:
My version of node is 7.2.1 and you are saying try node 0.10 or 0.12?
Sorry I'm confused.
On Mon, Jan 2, 2017 at 11:23 PM Nikhil Marathe ***@***.***>
wrote:
> Could you try with node 0.10 or 0.12 once? I am on vacation and don't
have
>
>
> access to a Mac to try this out. Thanks!
>
>
>
>
>
> Best,
>
>
> Nikhil
>
>
>
>
>
> On Sun, Jan 1, 2017 at 3:46 AM, drone1 ***@***.***> wrote:
>
>
>
>
>
> > Hi all -- I could use some help.
>
>
> >
>
>
> > Please forgive me if I'm barking up the wrong tree, but from what I can
>
>
> > tell this is a node-taglib issue.
>
>
> >
>
>
> > I'm on OSX El Capitan 10.11.6; node 7.2.1; npm 3.10.10.
>
>
> >
>
>
> > I installed python with brew install python;
>
>
> > I installed taglib with brew install taglib, which installed v1.11.1;
>
>
> > I installed node-gyp with npm install -g node-gyp which installed
v3.4.0.
>
>
> >
>
>
> > When I run 'npm install taglib --save' I get the output below. I've
also
>
>
> > tried installing from source and get the same errors.
>
>
> >
>
>
> > Thanks for any help.
>
>
> >
>
>
> > > ***@***.*** install /Users/drone1/Dropbox/scripts/
node_modules/taglib
>
>
> > > node-gyp rebuild
>
>
> >
>
>
> > CXX(target) Release/obj.target/taglib/src/bufferstream.o
>
>
> > In file included from ../src/bufferstream.cc:5:
>
>
> > ../src/taglib.h:26:43: error: no type named 'Arguments' in namespace
> 'v8'; did you mean 'v8::internal::Arguments'?
>
>
> > v8::Handle<v8::Value> AsyncReadFile(const v8::Arguments &args);
>
>
> > ^~~~~~~~~~~~~
>
>
> > v8::internal::Arguments
>
>
> > /Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note:
> 'v8::internal::Arguments' declared here
>
>
> > class Arguments;
>
>
> > ^
>
>
> > In file included from ../src/bufferstream.cc:5:
>
>
> > ../src/taglib.h:46:42: error: no type named 'Arguments' in namespace
> 'v8'; did you mean 'v8::internal::Arguments'?
>
>
> > v8::Handle<v8::Value> AddResolvers(const v8::Arguments &args);
>
>
> > ^~~~~~~~~~~~~
>
>
> > v8::internal::Arguments
>
>
> > /Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note:
> 'v8::internal::Arguments' declared here
>
>
> > class Arguments;
>
>
> > ^
>
>
> > 2 errors generated.
>
>
> > make: *** [Release/obj.target/taglib/src/bufferstream.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:276:23)
>
>
> > gyp ERR! stack at emitTwo (events.js:106:13)
>
>
> > gyp ERR! stack at ChildProcess.emit (events.js:191:7)
>
>
> > gyp ERR! stack at Process.ChildProcess._handle.onexit
> (internal/child_process.js:215:12)
>
>
> > gyp ERR! System Darwin 15.6.0
>
>
> > gyp ERR! command "/usr/local/Cellar/node/5.1.0/bin/node"
> "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js"
> "rebuild"
>
>
> > gyp ERR! cwd /Users/drone1/Dropbox/scripts/node_modules/taglib
>
>
> > gyp ERR! node -v v7.2.1
>
>
> > gyp ERR! node-gyp -v v3.4.0
>
>
> > gyp ERR! not ok
>
>
> > npm WARN scripts No description
>
>
> > npm WARN scripts No repository field.
>
>
> > npm WARN scripts No license field.
>
>
> > npm ERR! Darwin 15.6.0
>
>
> > npm ERR! argv "/usr/local/Cellar/node/5.1.0/bin/node"
> "/usr/local/bin/npm" "install" "taglib" "--save"
>
>
> > npm ERR! node v7.2.1
>
>
> > npm ERR! npm v3.10.10
>
>
> > npm ERR! code ELIFECYCLE
>
>
> >
>
>
> > npm ERR! ***@***.*** install: `node-gyp rebuild`
>
>
> > npm ERR! Exit status 1
>
>
> > npm ERR!
>
>
> > npm ERR! Failed at the ***@***.*** install script 'node-gyp rebuild'.
>
>
> > npm ERR! Make sure you have the latest version of node.js and npm
> installed.
>
>
> > npm ERR! If you do, this is most likely a problem with the taglib
> package,
>
>
> > npm ERR! not with npm itself.
>
>
> > npm ERR! Tell the author that this fails on your system:
>
>
> > npm ERR! node-gyp rebuild
>
>
> > npm ERR! You can get information on how to open an issue for this
> project with:
>
>
> > npm ERR! npm bugs taglib
>
>
> > npm ERR! Or if that isn't available, you can get their info via:
>
>
> > npm ERR! npm owner ls taglib
>
>
> > npm ERR! There is likely additional logging output above.
>
>
> >
>
>
> > npm ERR! Please include the following file with any support request:
>
>
> > npm ERR! /Users/drone1/Dropbox/scripts/npm-debug.log
>
>
> >
>
>
> >
>
>
> > —
>
>
> > You are receiving this because you commented.
>
>
> > Reply to this email directly, view it on GitHub
>
>
> > <#50#
issuecomment-269883777
> >,
>
>
> > or mute the thread
>
>
> > <
> https://github.com/notifications/unsubscribe-auth/
AAEzWmwcGK1483A1JYEjTMkFw9D4PuGpks5rNtQvgaJpZM4BwzjZ
> >
>
>
> > .
>
>
> >
>
>
>
>
>
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#50 (comment)
>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
AGCCPDcD8Mf82cLtATJ8eUQtzOMAE2G5ks5rOc1egaJpZM4BwzjZ>
> .
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEzWr-NR6nAeSqT-uVZJjy9iVd4ESEOks5rOwgAgaJpZM4BwzjZ>
.
|
Is this something you can test yourself when you get back from vacation? I
won't have time to mess around with this for a bit unfortunately and you
may already be back.
On Tue, Jan 3, 2017 at 11:59 PM Nikhil Marathe <[email protected]>
wrote:
Yes that is what I mean. 0.12 is not that old, the version numbers iterated
rapidly after the iojs merge.
Best,
Nikhil
On Wed, Jan 4, 2017 at 8:16 AM, drone1 ***@***.***> wrote:
My version of node is 7.2.1 and you are saying try node 0.10 or 0.12?
Sorry I'm confused.
On Mon, Jan 2, 2017 at 11:23 PM Nikhil Marathe ***@***.***>
wrote:
> Could you try with node 0.10 or 0.12 once? I am on vacation and don't
have
>
>
> access to a Mac to try this out. Thanks!
>
>
>
>
>
> Best,
>
>
> Nikhil
>
>
>
>
>
> On Sun, Jan 1, 2017 at 3:46 AM, drone1 ***@***.***> wrote:
>
>
>
>
>
> > Hi all -- I could use some help.
>
>
> >
>
>
> > Please forgive me if I'm barking up the wrong tree, but from what I
can
>
>
> > tell this is a node-taglib issue.
>
>
> >
>
>
> > I'm on OSX El Capitan 10.11.6; node 7.2.1; npm 3.10.10.
>
>
> >
>
>
> > I installed python with brew install python;
>
>
> > I installed taglib with brew install taglib, which installed v1.11.1;
>
>
> > I installed node-gyp with npm install -g node-gyp which installed
v3.4.0.
>
>
> >
>
>
> > When I run 'npm install taglib --save' I get the output below. I've
also
>
>
> > tried installing from source and get the same errors.
>
>
> >
>
>
> > Thanks for any help.
>
>
> >
>
>
> > > ***@***.*** install /Users/drone1/Dropbox/scripts/
node_modules/taglib
>
>
> > > node-gyp rebuild
>
>
> >
>
>
> > CXX(target) Release/obj.target/taglib/src/bufferstream.o
>
>
> > In file included from ../src/bufferstream.cc:5:
>
>
> > ../src/taglib.h:26:43: error: no type named 'Arguments' in namespace
> 'v8'; did you mean 'v8::internal::Arguments'?
>
>
> > v8::Handle<v8::Value> AsyncReadFile(const v8::Arguments &args);
>
>
> > ^~~~~~~~~~~~~
>
>
> > v8::internal::Arguments
>
>
> > /Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note:
> 'v8::internal::Arguments' declared here
>
>
> > class Arguments;
>
>
> > ^
>
>
> > In file included from ../src/bufferstream.cc:5:
>
>
> > ../src/taglib.h:46:42: error: no type named 'Arguments' in namespace
> 'v8'; did you mean 'v8::internal::Arguments'?
>
>
> > v8::Handle<v8::Value> AddResolvers(const v8::Arguments &args);
>
>
> > ^~~~~~~~~~~~~
>
>
> > v8::internal::Arguments
>
>
> > /Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note:
> 'v8::internal::Arguments' declared here
>
>
> > class Arguments;
>
>
> > ^
>
>
> > 2 errors generated.
>
>
> > make: *** [Release/obj.target/taglib/src/bufferstream.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:276:23)
>
>
> > gyp ERR! stack at emitTwo (events.js:106:13)
>
>
> > gyp ERR! stack at ChildProcess.emit (events.js:191:7)
>
>
> > gyp ERR! stack at Process.ChildProcess._handle.onexit
> (internal/child_process.js:215:12)
>
>
> > gyp ERR! System Darwin 15.6.0
>
>
> > gyp ERR! command "/usr/local/Cellar/node/5.1.0/bin/node"
> "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js"
> "rebuild"
>
>
> > gyp ERR! cwd /Users/drone1/Dropbox/scripts/node_modules/taglib
>
>
> > gyp ERR! node -v v7.2.1
>
>
> > gyp ERR! node-gyp -v v3.4.0
>
>
> > gyp ERR! not ok
>
>
> > npm WARN scripts No description
>
>
> > npm WARN scripts No repository field.
>
>
> > npm WARN scripts No license field.
>
>
> > npm ERR! Darwin 15.6.0
>
>
> > npm ERR! argv "/usr/local/Cellar/node/5.1.0/bin/node"
> "/usr/local/bin/npm" "install" "taglib" "--save"
>
>
> > npm ERR! node v7.2.1
>
>
> > npm ERR! npm v3.10.10
>
>
> > npm ERR! code ELIFECYCLE
>
>
> >
>
>
> > npm ERR! ***@***.*** install: `node-gyp rebuild`
>
>
> > npm ERR! Exit status 1
>
>
> > npm ERR!
>
>
> > npm ERR! Failed at the ***@***.*** install script 'node-gyp rebuild'.
>
>
> > npm ERR! Make sure you have the latest version of node.js and npm
> installed.
>
>
> > npm ERR! If you do, this is most likely a problem with the taglib
> package,
>
>
> > npm ERR! not with npm itself.
>
>
> > npm ERR! Tell the author that this fails on your system:
>
>
> > npm ERR! node-gyp rebuild
>
>
> > npm ERR! You can get information on how to open an issue for this
> project with:
>
>
> > npm ERR! npm bugs taglib
>
>
> > npm ERR! Or if that isn't available, you can get their info via:
>
>
> > npm ERR! npm owner ls taglib
>
>
> > npm ERR! There is likely additional logging output above.
>
>
> >
>
>
> > npm ERR! Please include the following file with any support request:
>
>
> > npm ERR! /Users/drone1/Dropbox/scripts/npm-debug.log
>
>
> >
>
>
> >
>
>
> > —
>
>
> > You are receiving this because you commented.
>
>
> > Reply to this email directly, view it on GitHub
>
>
> > <#50#
issuecomment-269883777
> >,
>
>
> > or mute the thread
>
>
> > <
> https://github.com/notifications/unsubscribe-auth/
AAEzWmwcGK1483A1JYEjTMkFw9D4PuGpks5rNtQvgaJpZM4BwzjZ
> >
>
>
> > .
>
>
> >
>
>
>
>
>
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#50 (comment)
>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
AGCCPDcD8Mf82cLtATJ8eUQtzOMAE2G5ks5rOc1egaJpZM4BwzjZ>
> .
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGCCPCmkMisHZDdALCHgQRQRi_NBcxmsks5rOyc-gaJpZM4BwzjZ>
.
|
No worries. But I won't have access to a Mac till Feb, so let's race on it
:)
Best,
Nikhil
…On Wed, Jan 4, 2017 at 11:30 PM, drone1 ***@***.***> wrote:
Is this something you can test yourself when you get back from vacation? I
won't have time to mess around with this for a bit unfortunately and you
may already be back.
On Tue, Jan 3, 2017 at 11:59 PM Nikhil Marathe ***@***.***>
wrote:
Yes that is what I mean. 0.12 is not that old, the version numbers iterated
rapidly after the iojs merge.
Best,
Nikhil
On Wed, Jan 4, 2017 at 8:16 AM, drone1 ***@***.***> wrote:
> My version of node is 7.2.1 and you are saying try node 0.10 or 0.12?
> Sorry I'm confused.
>
> On Mon, Jan 2, 2017 at 11:23 PM Nikhil Marathe ***@***.***
>
> wrote:
>
> > Could you try with node 0.10 or 0.12 once? I am on vacation and don't
> have
> >
> >
> > access to a Mac to try this out. Thanks!
> >
> >
> >
> >
> >
> > Best,
> >
> >
> > Nikhil
> >
> >
> >
> >
> >
> > On Sun, Jan 1, 2017 at 3:46 AM, drone1 ***@***.***>
wrote:
> >
> >
> >
> >
> >
> > > Hi all -- I could use some help.
> >
> >
> > >
> >
> >
> > > Please forgive me if I'm barking up the wrong tree, but from what I
can
> >
> >
> > > tell this is a node-taglib issue.
> >
> >
> > >
> >
> >
> > > I'm on OSX El Capitan 10.11.6; node 7.2.1; npm 3.10.10.
> >
> >
> > >
> >
> >
> > > I installed python with brew install python;
> >
> >
> > > I installed taglib with brew install taglib, which installed v1.11.1;
> >
> >
> > > I installed node-gyp with npm install -g node-gyp which installed
> v3.4.0.
> >
> >
> > >
> >
> >
> > > When I run 'npm install taglib --save' I get the output below. I've
> also
> >
> >
> > > tried installing from source and get the same errors.
> >
> >
> > >
> >
> >
> > > Thanks for any help.
> >
> >
> > >
> >
> >
> > > > ***@***.*** install /Users/drone1/Dropbox/scripts/
> node_modules/taglib
> >
> >
> > > > node-gyp rebuild
> >
> >
> > >
> >
> >
> > > CXX(target) Release/obj.target/taglib/src/bufferstream.o
> >
> >
> > > In file included from ../src/bufferstream.cc:5:
> >
> >
> > > ../src/taglib.h:26:43: error: no type named 'Arguments' in namespace
> > 'v8'; did you mean 'v8::internal::Arguments'?
> >
> >
> > > v8::Handle<v8::Value> AsyncReadFile(const v8::Arguments &args);
> >
> >
> > > ^~~~~~~~~~~~~
> >
> >
> > > v8::internal::Arguments
> >
> >
> > > /Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note:
> > 'v8::internal::Arguments' declared here
> >
> >
> > > class Arguments;
> >
> >
> > > ^
> >
> >
> > > In file included from ../src/bufferstream.cc:5:
> >
> >
> > > ../src/taglib.h:46:42: error: no type named 'Arguments' in namespace
> > 'v8'; did you mean 'v8::internal::Arguments'?
> >
> >
> > > v8::Handle<v8::Value> AddResolvers(const v8::Arguments &args);
> >
> >
> > > ^~~~~~~~~~~~~
> >
> >
> > > v8::internal::Arguments
> >
> >
> > > /Users/drone1/.node-gyp/7.2.1/include/node/v8.h:148:7: note:
> > 'v8::internal::Arguments' declared here
> >
> >
> > > class Arguments;
> >
> >
> > > ^
> >
> >
> > > 2 errors generated.
> >
> >
> > > make: *** [Release/obj.target/taglib/src/bufferstream.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:276:23)
> >
> >
> > > gyp ERR! stack at emitTwo (events.js:106:13)
> >
> >
> > > gyp ERR! stack at ChildProcess.emit (events.js:191:7)
> >
> >
> > > gyp ERR! stack at Process.ChildProcess._handle.onexit
> > (internal/child_process.js:215:12)
> >
> >
> > > gyp ERR! System Darwin 15.6.0
> >
> >
> > > gyp ERR! command "/usr/local/Cellar/node/5.1.0/bin/node"
> > "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/
node-gyp.js"
> > "rebuild"
> >
> >
> > > gyp ERR! cwd /Users/drone1/Dropbox/scripts/node_modules/taglib
> >
> >
> > > gyp ERR! node -v v7.2.1
> >
> >
> > > gyp ERR! node-gyp -v v3.4.0
> >
> >
> > > gyp ERR! not ok
> >
> >
> > > npm WARN scripts No description
> >
> >
> > > npm WARN scripts No repository field.
> >
> >
> > > npm WARN scripts No license field.
> >
> >
> > > npm ERR! Darwin 15.6.0
> >
> >
> > > npm ERR! argv "/usr/local/Cellar/node/5.1.0/bin/node"
> > "/usr/local/bin/npm" "install" "taglib" "--save"
> >
> >
> > > npm ERR! node v7.2.1
> >
> >
> > > npm ERR! npm v3.10.10
> >
> >
> > > npm ERR! code ELIFECYCLE
> >
> >
> > >
> >
> >
> > > npm ERR! ***@***.*** install: `node-gyp rebuild`
> >
> >
> > > npm ERR! Exit status 1
> >
> >
> > > npm ERR!
> >
> >
> > > npm ERR! Failed at the ***@***.*** install script 'node-gyp
rebuild'.
> >
> >
> > > npm ERR! Make sure you have the latest version of node.js and npm
> > installed.
> >
> >
> > > npm ERR! If you do, this is most likely a problem with the taglib
> > package,
> >
> >
> > > npm ERR! not with npm itself.
> >
> >
> > > npm ERR! Tell the author that this fails on your system:
> >
> >
> > > npm ERR! node-gyp rebuild
> >
> >
> > > npm ERR! You can get information on how to open an issue for this
> > project with:
> >
> >
> > > npm ERR! npm bugs taglib
> >
> >
> > > npm ERR! Or if that isn't available, you can get their info via:
> >
> >
> > > npm ERR! npm owner ls taglib
> >
> >
> > > npm ERR! There is likely additional logging output above.
> >
> >
> > >
> >
> >
> > > npm ERR! Please include the following file with any support request:
> >
> >
> > > npm ERR! /Users/drone1/Dropbox/scripts/npm-debug.log
> >
> >
> > >
> >
> >
> > >
> >
> >
> > > —
> >
> >
> > > You are receiving this because you commented.
> >
> >
> > > Reply to this email directly, view it on GitHub
> >
> >
> > > <#50#
> issuecomment-269883777
> > >,
> >
> >
> > > or mute the thread
> >
> >
> > > <
> > https://github.com/notifications/unsubscribe-auth/
> AAEzWmwcGK1483A1JYEjTMkFw9D4PuGpks5rNtQvgaJpZM4BwzjZ
> > >
> >
> >
> > > .
> >
> >
> > >
> >
> >
> >
> >
> >
> >
> > —
> > You are receiving this because you commented.
> > Reply to this email directly, view it on GitHub
> > <#50#
issuecomment-270050357
> >,
> > or mute the thread
> > <https://github.com/notifications/unsubscribe-auth/
> AGCCPDcD8Mf82cLtATJ8eUQtzOMAE2G5ks5rOc1egaJpZM4BwzjZ>
> > .
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#50 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AAEzWr-NR6nAeSqT-
uVZJjy9iVd4ESEOks5rOwgAgaJpZM4BwzjZ
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/
AGCCPCmkMisHZDdALCHgQRQRi_NBcxmsks5rOyc-gaJpZM4BwzjZ>
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEzWmfvjMf9DvpCS03NLZYmQIklGulyks5rO95WgaJpZM4BwzjZ>
.
|
Just wanted to bump this. Please fix if you can! I could really use this library and don't see an alternative for writing metadata to AIFFs from code (or ffmpeg or some other command-line tool). |
When I run
npm install taglib
I get:
What am I missing?
The text was updated successfully, but these errors were encountered: