Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#45121 - Running 'meteor' command fails

Attached to Project: Community Packages
Opened by Cluxter (cluxter) - Thursday, 28 May 2015, 16:01 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 28 May 2015, 16:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
running 'meteor' command throws an error which prevents it to run.

Additional info:
* package version: 1.1.0.2
* error is:

/opt/meteor/packages/meteor-tool/.1.1.2.s7egop++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:245
throw(ex);
^
Error: Can't get default release version for track undefined
at [object Object]._.extend.getDefaultReleaseVersion (/opt/meteor/packages/meteor-tool/.1.1.2.s7egop++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/tools/catalog-remote.js:850:13)
at Object.release.latestKnown (/opt/meteor/packages/meteor-tool/.1.1.2.s7egop++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/tools/release.js:185:41)
at /opt/meteor/packages/meteor-tool/.1.1.2.s7egop++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/tools/main.js:848:29

* attached is the new PKGBUILD to patch the bug inspired from the officiel installer which works on Arch


Steps to reproduce:
run 'meteor'.

Origin of the bug:
'meteor' script was used as the main command to run the program. However this is a script called by the launcher which should be used instead. The launcher handles the installation of meteor packages in $HOME for each user everytime the 'meteor' command is run.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 28 May 2015, 16:06 GMT
Reason for closing:  None
Additional comments about closing:  Packages in the AUR are unsupported. This is the wrong place to report this.
Comment by Cluxter (cluxter) - Thursday, 28 May 2015, 16:02 GMT
Here is the new PKGBUILD to patch the package.
   PKGBUILD (1.3 KiB)

Loading...