command 'gcc' failed with exit status 1 error while installing scrapy
location: linuxexchange.com - date: May 20, 2014
When I want to install Scrapy I meet this error:
warning: no previously-included files found matching '*.py'
Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/local/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg (from Scrapy)
Requirement already satisfied (use --upgrade to upgrade): cssselect>=0.9 in /usr/local/lib/python2.7/site-packages/cssselect-0.9.1-py2.7.egg (from Scrapy)
Requirement already satisfied (use --upgrade to upgrade): six>=1.5.2 in /usr/local/lib/python2.7/site-packages/six-1.6.1-py2.7.egg (from Scrapy)
Downloading/unpacking zope.interface>=3.6.0 (from Twisted>=10.0.0->Scrapy)
Downloading zope.interface-4.1.1.tar.gz (864kB): 864kB downloaded
Running setup.py (path:/tmp/pip_build_root/zope.interface/setup.py) egg_info for package zope.interface
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distr
Error while installing MYSQL
location: linuxexchange.com - date: January 1, 1970
I was trying to install mysql in ubuntu. I applied following command for it
sudo apt-get install mysql-server-5.5
But got the following error.
Errors were encountered while processing:
/var/cache/apt/archives/mysql-server-5.5_5.5.41-0ubuntu0.14.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Please help me to solve the error.
error while installing deb files !
location: linuxquestions.com - date: August 10, 2009
installing deb files
I downloaded mercury-messenger-1.9.5.deb package and tried
to install it using the following command : sudo dpkg -i mercury-messenger-1.9.5.deb
after that i got this message :
(Reading database ... 102942 files and directories currently installed.)
Preparing to replace mercury-messenger 1.9.5 (using mercury-messenger-1.9.5.deb) ...
Unpacking replacement mercury-messenger ...
Setting up mercury-messenger (1.9.5) ...
it seems that every thing goes will !,but i didn't found the program in the application menu ,RealPlayer11GOLD package has the same problem ,want some help !
Error While installing netbeans in ubuntu 12.04
location: linuxexchange.com - date: January 1, 1970
I tried to install netbeans 'netbeans-7.2.1-ml-linux.sh' on my ubuntu12.04
But when i am executing this .sh file i am gettig the exception given below.
Configuring the installer...
Searching for JVM on the system...
Extracting installation data...
Running the installer wizard...
Can`t initialize UI
Running in headless mode
Exception: java.awt.HeadlessException thrown from the UncaughtExceptionHandler in thread "main"
Error while installing RMySQL (MySQL 5.6.14 in Ubuntu 13.04)
location:
linuxexchange.com - date:
January 9, 2014
I'm trying to install RMySQL in Ubuntu 13.04 when using MySQL v5.6.14. Ubuntu does not have apt-get support for MySQL 5.6.14, so I had to install it manually. Now when I try to install RMySQL I get the following:
(It looks like the package files are not created? But I'm not sure why or how to debug it.)
[email protected]:~/tmp$ sudo R CMD INSTALL --configure-args='--with-mysql-inc=/opt/mysql/server-5.6/include --with-mysql-lib=/opt/mysql/server-5.6/lib' RMySQL_0.9-3.tar.gz
* installing to library ‘/usr/local/lib/R/site-library’
* installing *source* package ‘RMySQL’ ...
** package ‘RMySQL’ successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts
error while installing gcc on ubuntu 14.04.3
location:
linuxexchange.com - date:
January 4, 2016
I recently installed Ubuntu and I want to start coding in C and C++.
I have gdb and gcc files on my desktop.
I am getting this error while trying to install the above:
[email protected]:~/Desktop$ sudo dpkg -i libstdc++6-4.7-dev_4.7.3-1ubuntu1_amd64
[sudo] password for soumya:
dpkg-split: error: error reading libstdc++6-4.7-dev_4.7.3-1ubuntu1_amd64: Is a directory
dpkg: error processing archive libstdc++6-4.7-dev_4.7.3-1ubuntu1_amd64 (--install):
subprocess dpkg-split returned error exit status 2
Errors were encountered while processing:
libstdc++6-4.7-dev_4.7.3-1ubuntu1_amd64
I have all the files on the desktop. What should I do?
Error while installing dependencies for PyGTK on Mac OS 10.6.3
location: linuxexchange.com - date: January 1, 1970
I tried to install the following dependencies for PyGTK 2.16.0 (the Python GIMP Tool Kit) on Mac OS 10.6.3:
glib 2.25.5
gettext-0.18
libiconv-1.13.1
When I tried to install glib, I got the following error message:
gconvert.c:55:2: error: #error GNU libiconv not in use but included iconv.h is from libiconv
The libiconv web page talks about a circular dependency between gettext and libiconv---build one, then build the other, then build the first again. I tried to do this, though possibly incorrectly. (Will the following work: make distclean; ./configure; make; sudo make install?)
The author of a posting had the same problem, and he solved it by installing libiconv-1.13.1.
Could anyone explain the error in more detail, and how to correct it?
“A Setup Package is either missing or damaged” error while installing Visual Studio 2015 on Windows 10
location: linuxexchange.com - date: October 26, 2015
During the installation of Visual Studio 2015 Community on Windows 10 the following error occurred for me:
A Setup Package is either missing or damaged.
Since vcredist_x86.exe and vcredist_x64.exe files correspond to Visual C++ Redistributable Packages for Visual Studio 2013, I provided a location to packages after downloading them (third option on the screenshot). After that the installation went smoothly.
So the question:
are Visual C++ Redistributable Packages for Visual Studio 2013 required for installing of Visual Studio 2015, is there any prerequisites for installing of Visual Studio 2015 on Windows 10, may be i'm missing something obvious?
Error while installing Icehouse openstack using devstack
location: linuxexchange.com - date: November 3, 2015
I am trying to install the icehouse openstack on Ubuntu 12.04 amd64, which is in VirtualBox. I am using devstack to do so. So, I am executing the script "stack.sh". While executing it throws this error:
IOError:[Error 2]No such file or directory: '/usr/lib/python2.7/dist-packages/setuptools.egg-info'
I even updated and upgraded the Ubuntu (by running the command sudo apt-get update/upgrade),before downloading the devstack and it took a long time, but even after that, the error still comes.
UAC error while installing Xampp 1.8.35 on windows 8
location: linuxexchange.com - date: January 1, 1970
I am trying to install xampp but before installation it gives me the following error:
I have disabled UAC and it gives me this error.When I press ok and install the thing anyway it still won't let start apache and my sql up. Also installation was done in Program file instead of Program files (x86) as specified in the pciture.
please wait...
Page: 1 2 3 4 5 6 7 8 9 10