You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jdanekrh <gi...@git.apache.org> on 2016/06/26 20:08:58 UTC

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

GitHub user jdanekrh opened a pull request:

    https://github.com/apache/activemq-artemis/pull/602

    NO-JIRA update building instructions on Fedora

    The npm command is now provided by the package nodejs. Attempt to install the npm
    package fails with the following message (if nodejs is installed)
    
        $ sudo dnf install npm 
        Last metadata expiration check: 3:01:30 ago on Sun Jun 26 17:00:37 2016.
        Error: installed package nodejs-1:4.4.5-1.fc24.x86_64 obsoletes npm < 3.5.4-6 provided by npm-3.5.4-5.fc24.noarch
        (try to add '--allowerasing' to command line to replace conflicting packages)
    
    If nodejs is not installed, the message is somewhat cryptic
    
        $ sudo dnf install npm 
        Last metadata expiration check: 3:00:41 ago on Sun Jun 26 17:00:37 2016.
        Error: package npm-3.5.4-5.fc24.noarch requires nodejs(engine), but none of the providers can be installed
        (try to add '--allowerasing' to command line to replace conflicting packages)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jdanekrh/activemq-artemis patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/602.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #602
    
----
commit acdf8d1ba88c0addf39f339d199d77226ada0483
Author: Ji\u0159� Dan\u011bk <jd...@redhat.com>
Date:   2016-06-26T20:08:42Z

    NO-JIRA update building instructions on Fedora
    
    The npm command is now provided by the package nodejs. Attempt to install the npm
    package fails with the following message (if nodejs is installed)
    
        $ sudo dnf install npm 
        Last metadata expiration check: 3:01:30 ago on Sun Jun 26 17:00:37 2016.
        Error: installed package nodejs-1:4.4.5-1.fc24.x86_64 obsoletes npm < 3.5.4-6 provided by npm-3.5.4-5.fc24.noarch
        (try to add '--allowerasing' to command line to replace conflicting packages)
    
    If nodejs is not installed, the message is somewhat cryptic
    
        $ sudo dnf install npm 
        Last metadata expiration check: 3:00:41 ago on Sun Jun 26 17:00:37 2016.
        Error: package npm-3.5.4-5.fc24.noarch requires nodejs(engine), but none of the providers can be installed
        (try to add '--allowerasing' to command line to replace conflicting packages)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

Posted by johnament <gi...@git.apache.org>.
Github user johnament commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/602#discussion_r68509150
  
    --- Diff: docs/hacking-guide/en/building.md ---
    @@ -23,9 +23,9 @@ Install `NPM` using the instructions below
     
     The new npm-shrinkwrap.json should be written, commit it.
     
    -#### Install npm On Fedora
    +#### Install npm On Fedora 24
    --- End diff --
    
    Why not leave the old comment in, and add the new comment?  Not everyone's on Fedora 24 yet.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

Posted by jdanekrh <gi...@git.apache.org>.
Github user jdanekrh commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/602#discussion_r68778972
  
    --- Diff: docs/hacking-guide/en/building.md ---
    @@ -23,9 +23,9 @@ Install `NPM` using the instructions below
     
     The new npm-shrinkwrap.json should be written, commit it.
     
    -#### Install npm On Fedora
    +#### Install npm On Fedora 24
    --- End diff --
    
    I did a PR since proposing a change seemed easier than filling Jira and describing what I want to propose. For such simple change it is probably easier if you just do it the way you want than to make me amend it into the shape you want it in. That is, exactly how it ended up.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

Posted by jdanekrh <gi...@git.apache.org>.
Github user jdanekrh commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/602#discussion_r68509308
  
    --- Diff: docs/hacking-guide/en/building.md ---
    @@ -23,9 +23,9 @@ Install `NPM` using the instructions below
     
     The new npm-shrinkwrap.json should be written, commit it.
     
    -#### Install npm On Fedora
    +#### Install npm On Fedora 24
    --- End diff --
    
    Right. That would be probably best.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/602


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #602: NO-JIRA update building instructions on ...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/602#discussion_r68618378
  
    --- Diff: docs/hacking-guide/en/building.md ---
    @@ -23,9 +23,9 @@ Install `NPM` using the instructions below
     
     The new npm-shrinkwrap.json should be written, commit it.
     
    -#### Install npm On Fedora
    +#### Install npm On Fedora 24
    --- End diff --
    
    so you're amending it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---