[R-sig-Fedora] httpuv not installing on fedora 19

Mark Leeds markleeds2 at gmail.com
Tue Apr 14 14:47:29 CEST 2015


Hi Tom: Thanks for your reply. Unfortunately, I did what you said and it
seems to already be installed based on below.

> sudo yum install gcc-c++
[sudo] password for markleeds:
Loaded plugins: langpacks, refresh-packagekit
Package gcc-c++-4.8.3-7.fc19.x86_64 already installed and latest version
Nothing to do
:~>



On Tue, Apr 14, 2015 at 8:39 AM, Tom Callaway <tcallawa at redhat.com> wrote:

> 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 = 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]: Entering directory
> > `/tmp/RtmpCjtWgG/R.INSTALL61c04bffaabb/httpuv/src/http-parser'
> > gcc -m64 -std=gnu99 -I. -DHTTP_PARSER_STRICT=0  -O2 -g -pipe -Wall
> > -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> > --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic
> -fpic
> > -O3  -c http_parser.c
> > make[1]: Leaving directory
> > `/tmp/RtmpCjtWgG/R.INSTALL61c04bffaabb/httpuv/src/http-parser'
> > (cd sha1 && gcc -m64 -std=gnu99 -O2 -g -pipe -Wall
> -Wp,-D_FORTIFY_SOURCE=2
> > -fexceptions -fstack-protector --param=ssp-buffer-size=4
> > -grecord-gcc-switches  -m64 -mtune=generic  -fpic -c sha1.c -o sha1.o)
> > (cd base64 && g++ -m64 -I/usr/include/R -DNDEBUG -I./libuv/include
> > -I./http-parser -I./sha1 -I./base64 -I/usr/local/include
> > -I"/home/markleeds/research/R/Rlibs/library/Rcpp/include"   -fpic  -O2 -g
> > -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> > --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic  -c
> > base64.cpp -o base64.o)
> > g++ -m64 -shared -L/usr/lib64/R/lib -Wl,-z,relro -o httpuv.so
> RcppExports.o
> > filedatasource-unix.o filedatasource-win.o http.o httpuv.o md5.o
> > set_invalid_parameter.o uvutil.o websockets-base.o websockets-hixie76.o
> > websockets-hybi03.o websockets-ietf.o websockets.o [1]
> >
> "LC_CTYPE=C;LC_NUMERIC=C;LC_TIME=C;LC_COLLATE=C;LC_MONETARY=C;LC_MESSAGES=en_US.utf8;LC_PAPER=en_US.utf8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.utf8;LC_IDENTIFICATION=C"
> > ./libuv/libuv.a ./http-parser/http_parser.o ./sha1/sha1.o
> ./base64/base64.o
> > -L/usr/lib64/R/lib -lR
> > g++: error: [1]: No such file or directory
> > g++: error:
> >
> "LC_CTYPE=C;LC_NUMERIC=C;LC_TIME=C;LC_COLLATE=C;LC_MONETARY=C;LC_MESSAGES=en_US.utf8;LC_PAPER=en_US.utf8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.utf8;LC_IDENTIFICATION=C":
> > No such file or directory
> > make: *** [httpuv.so] Error 1
> > ERROR: compilation failed for package 'httpuv'
> > * removing '/home/markleeds/research/R/Rlibs/library/httpuv'
> >
> > The downloaded source packages are in
> >         '/tmp/RtmpePY2mo/downloaded_packages'
> > Warning message:
> > In install.packages("httpuv", dependencies = TRUE) :
> >   installation of package 'httpuv' had non-zero exit status
> > >
> >
> > #===================================================================
> >
> > I'm not  sure but the error[1] seems to be pointing LC_TYPE etc.
> > and I'm pretty cetain that line with LC_CTYPE etc comes from having
> >
> > Sys.setlocale(locale="C")
> >
> > in my .Rprofile file. So, somehow I think that's the root of my problem.
> At
> > the same time,
> > if I take that line out of my .Rprofile file, then I'm not even able to
> > choose a cran mirror
> > so I think I need it in there. Any help is appreciated.
> >
> >
> >
> > Mark
> >
> > [[alternative HTML version deleted]]
> >
> > _______________________________________________
> > R-SIG-Fedora mailing list
> > R-SIG-Fedora at r-project.org
> > https://stat.ethz.ch/mailman/listinfo/r-sig-fedora
>

	[[alternative HTML version deleted]]



More information about the R-SIG-Fedora mailing list