Displaying 20 results from an estimated 1000 matches similar to: "Strange behaviour of yum within %post in kickstart"
2016 Aug 31
1
NODEJS010-NPM is not getting installed due to dependency errors on Custom Centos ISO installation
Hi,
I have built successfully all the dependent packages of nodejs010 and npm.
I have used following command:-
*rpmbuild --define 'scl nodejs010' --bb SPEC/name_of_spec.spec*
Following is the list of RPMs cloned and built from GIT:-
nodejs010-2.1-5.el7.centos.x86_64.rpm
nodejs010-http-parser-2.0-6.20121128gitcd01361.el7.centos.x86_64.rpm
2016 Nov 18
0
Anaconda installer fails to install nodejs010 and npm due to dependency error
Hi,
I have built dependent packages of nodejs010 and npm successfully using mock and copy these RPMS to our ISO, anaconada installer fails to install due to dependency errors:
nodejs010-nodejs-are-we-there-yet-1.0.4-1.el7.centos.noarch requires
nodejs010-npm(readable-stream) < 2
nodejs010-nodejs-cmd-shim-2.0.0-2.el7.centos.noarch requires
nodejs010-npm(graceful-fs) < 4
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
On Thu, Sep 1, 2016 at 5:30 PM, <centos-request at centos.org> wrote:
> Send CentOS mailing list submissions to
> centos at centos.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.centos.org/mailman/listinfo/centos
> or, via email, send a message with subject or body 'help' to
> centos-request at
2017 Mar 29
0
Nodejs010 Packages giving unresolved dependency error when building the nodejs packages
Hi,
I am trying to built an ISO with nodejs010 packages but when I run the command "repoclosure -a x86_64 -r <local-repository-name>" to check its further dependencies, it is giving unresolved dependencies error.
Example:
package: nodejs010-node-gyp-3.2.0-2.el7.centos.noarch from Harman (it's a local repo name)
unresolved deps:
npm(minimatch) < 0:4
2015 Dec 21
0
Announcing release for NodeJS 0.10 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of version 0.10 of
the NodeJS on CentOS Linux 7 x86_64, delivered via a Software Collection
(SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install nodejs010
$ scl enable
2015 Dec 21
0
Announcing release for NodeJS 0.10 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of version 0.10 of
the NodeJS on CentOS Linux 6 x86_64, delivered via a Software Collection
(SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install nodejs010
$ scl enable nodejs010
2014 May 30
3
nodejs, epel, SCL
Hello,
?With SCL and epel repositories enabled, some dependencies for the package
name 'nodejs' get satisfied with libs from SCL which are placed in paths
that are not part of my user's environment. Is there a method to make sure
that nodeJS from epel dependencies are only satisfied from epel?
For example, the http parser dependency gets satisfied by
2015 Dec 22
0
CentOS-announce Digest, Vol 130, Issue 10
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2013 Jul 15
2
linking modules - add needed libraries
Hi
Hopefully this is the correct mailing list. Sorry if not.
I am still fighting to install "shiny" on Solaris OS. For this I need the package 'httpuv' which makes troubles during linking.
R version 3.0.1 (2013-05-16) -- "Good Sport" is working well.
The compile steps result is below. I have more a general question. The problem is clear:
The symbol
2020 Apr 20
2
CentOOS 8 and libuv
Hi all,
Why is libuv-devel missing in CentOS-8?
The rpm for libuv is preset but libuv-devel is not there.
Adrian
--
Adri P. van Bloois
"Elegance is not a dispensable luxury but a factor that decides between
success and failure."
Edsger W. Dijkstra
2018 Oct 28
0
libuv bug ??
Okay looks like uv.h is in /usr/include - I didn't catch that until reading
the message. So the pkgconfig file is likely correct and not a bug.
Probably then a bug in the makefile for what I'm building (newer cmake -
bootstrap builds, it's post bootstrap that fails)
On Sat, Oct 27, 2018 at 9:48 PM Michael Peters <pipfroschpress at gmail.com>
wrote:
> EPEL package but I think
2020 Apr 20
0
CentOOS 8 and libuv
On Mon, 20 Apr 2020 at 15:26, Adrian van Bloois <adrian at pa0rda.nl> wrote:
> Hi all,
> Why is libuv-devel missing in CentOS-8?
> The rpm for libuv is preset but libuv-devel is not there.
>
>
upstream does not ship them in either Base, AppStream, or CodeReadyBuilder.
CentOS has recently added a Devel repository to the 8 channels which does
have it in it.
>
2018 Oct 28
2
libuv bug ??
EPEL package but I think there's a packaging bug, thought I would ask here.
Trying to build something that requires libuv-devel - it finds the .so but
can't determine version.
header files are in /usr/include/uv however the pkgconfig file specifies
/usr/include as the include directory.
The pkgconfig file also has the version so I'm not sure why the make file
can't determine
2015 Apr 14
1
httpuv not installing on fedora 19
Hi: I'm on fedora 19 ( I know. I'm behind : ) and I'm trying to install the
httpuv library
which depends on Rcpp. When I try to install it with dependencies = TRUE,
I get the following error. ( I'm only showing the end of the install
messages. Things
go okay for a good while ).
INSTALLATION MESSAGES
#================================================================
make[1]:
2015 Apr 14
1
httpuv not installing on fedora 19
No, that's not it. The error is that you don't have the g++ binary installed. Undo that change and yum install gcc-c++.
On Apr 14, 2015 8:31 AM, Mark Leeds <markleeds2 at gmail.com> wrote:
>
> Hi: I'm on fedora 19 ( I know. I'm behind : ) and I'm trying to install the
> httpuv library
> which depends on Rcpp. When I try to install it with dependencies =
2016 Jul 19
0
Announcing release of NodeJS 4 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of NodeJS in version
4 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL)
built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-nodejs4
$ scl
2015 Apr 14
0
httpuv not installing on fedora 19
<p dir="ltr">Hmm. If you try to run g++ on the command line, does it exist? If it does, let me know, and I'll try to figure this out when I'm not sitting in an airport later today. :)<br>
</p>
<div class="gmail_quote">On Apr 14, 2015 8:47 AM, Mark Leeds <markleeds2@gmail.com> wrote:<br type='attribution'><blockquote
2017 Nov 28
0
Announcing release of NodeJS 8 on CentOS Linux 7 x86_64
I am pleased to announce the immediate availability of NodeJS
in version 8 on CentOS Linux 7 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl-rh
$ sudo yum install rh-nodejs8
$ scl enable
2016 Jun 10
1
icecast relay server performance testing
I’m going to try to run multiple curl processes. The libuv code that i wrote is not of a very good quality (even though it’s really simple).
thanks!
—zahar
> On Jun 10, 2016, at 2:43 PM, Alejandro <cdgraff at gmail.com> wrote:
>
> In the past, i had used this method:
>
> http://icecast.org/loadtest/1/ <http://icecast.org/loadtest/1/>
>
> But to be honest,
2011 Jun 04
2
Weird paramterized issue
Im using a parameterized class in my site.pp:
class development($user) {
class{"basenode": user => $user}
class{"nodejs": user => $user}
include "coffeescript"
include "ruby"
}
This class defines nodejs class that epects a user as input:
class nodejs($user) {
class {"nodejs::npm": user => $user}
$node_ver =