problem about failed-installation-Collection of common programming errors
Alfo
nginx rvm passenger homebrew failed-installation
So I’m following this tutorial, and about half way through compiling nginx, ‘It looks like something went wrong’.So, I have RVM installed and working, and I also have the Passenger gem installed. I also installed nginx using Homebrew, which also works.So then, I try:rvmsudo `which passenger-install-nginx-module`Which I found here.When prompted if I want to install a new version of nginx, or recompile the Homebrew one with Passenger support, I choose option 2. When it asks where the source code is, put in:/Library/Caches/Home
Sudarshan
slhck
user88117
linux make failed-installation
I am trying to install nfqueue-bindings.However, when I tried to run the MAKE file, I got this error:[root@localhost nfqueue-bindings-0.3]# make [ -d build ] || mkdir build; \ cd build && cmake -DDEBUG=1 -DCMAKE_VERBOSE_MAKEFILE=0 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local .. && make — The C compiler identification is GNU — The CXX compiler identification is unknown — Check for working C compiler: /usr/bin/gcc — Check for working C compiler: /usr/bin/gcc — works — Detecting C compiler ABI info — Detecting C comp
user48058
linux raid installation failed-installation anaconda
I having trouble with installation of Fedora and/or Centos.On first steps of installation, on step What type of devices will your installation involve, whatever I choose, same thing happen: I get window with messageAn unhandled exception has occurre
Georges Oates Larsen
python google failed-installation gdata-python-client
[Note, I have removed some information, such as my username, and the IDs to my spreadsheets] Hi! I’m on a mac, and I’m trying my best to install gdata for google python. Before I go on, I’m using this tutorial here: http://code.google.com/apis/gdata/articles/python_client_lib.html I have python version: 2.6.1, so I skipped to installing dependencies as instructed. Terminal looked like: Last login: Sat Jan 1 11:28:47 on ttys000 Users-MacBook-Pro:~ user$ python -V Python 2.6.1 Users-MacBook-Pro:~ user$ I fired up the python interpreter and tried importing xml tree. Nothing happened, so I tried importing banannas. Terminal looked like: Last login: Sat Jan 1 11:30:26 on ttys000 Users-MacBook-Pro:~ user$ python Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type “help”, “copyright”, “credits” or “license” for more information. >>> from xml.etree import ElementTree >>> from ninjas import banannas Traceback (most recent call last): File “”, line 1, in ImportError: No module named ninjas This makes me mostly sure I have xmltree, though I do not remember ever having installed it. At this point, I downloaded the gdata library, and my mac automagically decompressed it. I then ran the install command, and ran the test commands. My terminal looked like this: Last login: Sat Jan 1 11:31:21 on ttys000 Users-MacBook-Pro:~ user$ cd /Users/User/Downloads/gdata-2-1.0.13 Users-MacBook-Pro:gdata-2-1.0.13 user$ ./setup.py install /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ distutils/dist.py:266: UserWarning: Unknown distribution option: ‘install_requires’ warnings.warn(msg) running install running build running build_py creating build creating build/lib creating build/lib/atom copying src/atom/__init__.py -> build/lib/atom copying src/atom/auth.py -> build/lib/atom copying src/atom/client.py -> build/lib/atom copying src/atom/core.py -> build/lib/atom copying src/atom/data.py -> build/lib/atom copying src/atom/http.py -> build/lib/atom copying src/atom/http_core.py -> build/lib/atom copying src/atom/http_interface.py -> build/lib/atom copying src/atom/mock_http.py -> build/lib/atom copying src/atom/mock_http_core.py -> build/lib/atom copying src/atom/mock_service.py -> build/lib/atom copying src/atom/service.py -> build/lib/atom copying src/atom/token_store.py -> build/lib/atom copying src/atom/url.py -> build/lib/atom creating build/lib/gdata copying src/gdata/__init__.py -> build/lib/gdata copying src/gdata/apps_property.py -> build/lib/gdata copying src/gdata/auth.py -> build/lib/gdata copying src/gdata/client.py -> build/lib/gdata copying src/gdata/core.py -> build/lib/gdata copying src/gdata/data.py -> build/lib/gdata copying src/gdata/gauth.py -> build/lib/gdata –Various copying, migration, and creation printouts exactly the same to the above and below, asides from path, removed to save space–migration copying src/gdata/apps/migration/service.py -> build/lib/gdata/apps/ migration creating build/lib/gdata/apps/organization copying src/gdata/apps/organization/__init__.py -> build/lib/gdata/ apps/organization copying src/gdata/apps/organization/service.py -> build/lib/gdata/apps/ organization creating build/lib/gdata/base copying src/gdata/base/__init__.py -> build/lib/gdata/base copying src/gdata/base/service.py -> build/lib/gdata/base creating build/lib/gdata/blogger copying src/gdata/blogger/__init__.py -> build/lib/gdata/blogger copying src/gdata/blogger/client.py -> build/lib/gdata/blogger copying src/gdata/blogger/data.py -> build/lib/gdata/blogger copying src/gdata/blogger/service.py -> build/lib/gdata/blogger creating build/lib/gdata/books copying src/gdata/books/__init__.py -> build/lib/gdata/books copying src/gdata/books/data.py -> build/lib/gdata/books copying src/gdata/books/service.py -> build/lib/gdata/books creating build/lib/gdata/calendar copying src/gdata/calendar/__init__.py -> build/lib/gdata/calendar copying src/gdata/calendar/data.py -> build/lib/gdata/calendar copying src/gdata/calendar/service.py -> build/lib/gdata/calendar creating build/lib/gdata/calendar_resource copying src/gdata/calendar_resource/__init__.py -> build/lib/gdata/ calendar_resource copying src/gdata/calendar_resource/client.py -> build/lib/gdata/ calendar_resource copying src/gdata/calendar_resource/data.py -> build/lib/gdata/ calendar_resource creating build/lib/gdata/codesearch copying src/gdata/codesearch/__init__.py -> build/lib/gdata/codesearch copying src/gdata/codesearch/service.py -> build/lib/gdata/codesearch creating build/lib/gdata/contacts copying src/gdata/contacts/__init__.py -> build/lib/gdata/contacts copying src/gdata/contacts/client.py -> build/lib/gdata/contacts copying src/gdata/contacts/data.py -> build/lib/gdata/contacts copying src/gdata/contacts/service.py -> build/lib/gdata/contacts creating build/lib/gdata/docs copying src/gdata/docs/__init__.py -> build/lib/gdata/docs copying src/gdata/docs/client.py -> build/lib/gdata/docs copying src/gdata/docs/data.py -> build/lib/gdata/docs copying src/gdata/docs/service.py -> build/lib/gdata/docs creating build/lib/gdata/dublincore copying src/gdata/dublincore/__init__.py -> build/lib/gdata/dublincore copying src/gdata/dublincore/data.py -> build/lib/gdata/dublincore creating build/lib/gdata/exif copying src/gdata/exif/__init__.py -> build/lib/gdata/exif creating build/lib/gdata/finance copying src/gdata/finance/__init__.py -> build/lib/gdata/finance copying src/gdata/finance/data.py -> build/lib/gdata/finance copying src/gdata/finance/service.py -> build/lib/gdata/finance creating build/lib/gdata/geo copying src/gdata/geo/__init__.py -> build/lib/gdata/geo copying src/gdata/geo/data.py -> build/lib/gdata/geo creati
MPelletier
osx oracle10g osx-leopard oracle-xe failed-installation
I am trying to install Oracle XE 10.2 on my Mac Leopard. However, it doesn’t go without a lot of fuzz. Thankfully I have this tutorial at my disposal: http://bit.ly/a4rc4OThe only pain I am left with is the following command that fails (from the cfgtoollogs/configToolAllCommands). /Users/oracle/oracle/product/10.2.0/db_1/bin/netca /orahome /Users/oracle/oracle/product/10.2.0/db_1 /orahnam OraDb10g_home1 /instype custom /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /Users/oracle/oracle/product/10.2.0/db_1/network/install/netca_typ.rspWhich generates the following output:# # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-92 mixed mode) # /Users/oracle/oracle/product/10.2.0/db_1/jdk/jre/bin/java: line 2: 27805 Segmentation fault /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/bin/java -Xbootclasspath/a:/Users/oracle/oracle/product/10.2.0/db_1/jdk/jre/lib/ext:/Users/oracle/oracle/product/10.2.0/db_1/jdk/lib/ext $*I want to run Oracle on my Mac, as software I need relies on Oracle database. I fetched the binary from the Oracle website, and is supposed to work.This box runs on Intel Core 2 Duo, running Leopard 10.5.8 and has Java 1.5.0 available. I more information is needed to analyze this, please comment and I will edit. Also some pointers where to look for would be nice. Thanks a bunch for help or trying to :)Here is the full output from the log:Parsing command line arguments:Parameter “orahome” = /Users/oracle/oracle/product/10.2.0/db_1Parameter “orahnam” = OraDb10g_home1Parameter “instype” = customParameter “inscomp” = client,oraclenet,javavm,server,anoParameter “insprtcl” = tcpParameter “cfg” = localParameter “authadp” = NO_VALUEParameter “nodeinfo” = NO_VALUEParameter “responsefile” = /Users/oracle/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp Done parsing command line arguments. Oracle Net Services Configuration:# This JavaNativeCrash log describes the Java state at a Native Crash in a Java application. # The corresponding native state can be found in the crash log generated by CrashReporter.# If this error is reproducible, please report it with the following information: # 1. Provide the steps to reproduce, a test case, and any relevant information # 2. This JavaNativeCrash_pid.crash.log (Java state) # 3. The corresponding .crash.log (native state; generated by CrashReporter) # File report at: http://bugreport.apple.com/An unexpected exception has been detected in native code outside the VM. Unexpected Signal : Bus Error occurred at PC=0x9714E22B Function=[Unknown.] Library=/usr/lib/libSystem.B.dylibNOTE: We are unable to locate the function name symbol for the errorjust occurred. Please refer to release documentation for possiblereason and solutions.Current Java thread:at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)at oracle.net.ca.InitialSetup.(Unknown Source)at oracle.net.ca.NetCA.main(Unknown Source)Dynamic libraries and executable: [0x00002458-0x0000881e] /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/bin/java [0x0001071c-0x000157b0] /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM [0x91bf2730-0x91cefb56] /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation [0x91ab9780-0x91ac071e] /usr/lib/libgcc_s.1.dylib [0x971250a0-0x972596d0] /usr/lib/libSystem.B.dylib [0x957cca60-0x959ae953] /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation [0x91ac27c0-0x91ad7335] /usr/lib/libobjc.A.dylib [0x911931f0-0x91286765] /usr/
Yuri A
xcode osx-lion failed-installation
Been battling this for hours. I’ve downloaded the latest installer from the App Store, hoping to be able to run my code on the device again after updating it to 5.1. Not so fast! I get a cryptic error saying the installation failed. It’s almost as if it’s telling me “your installation failed because it failed”. Thanks, Captain Obvious.Looking into /var/log/install.log I see this (snippet of the last few lines before failure):Mar 11 21:11:52 Yuriy-Aleksyeyevs-MacBook-Pro _securityagent[577]: Running Install Scripts . . . Mar 11 21:11:52 Yuriy-Aleksyeyevs-MacBook-Pro _securityagent[579]: Begin script: AlertAll.sh Mar 11 21:11:53 Yuriy-Aleksyeyevs-MacBook-Pro installd[567]: ./preinstall: sudo: unknown user: Yuri Mar 11 21:11:53 Yuriy-Aleksyeyevs-MacBook-Pro _securityagent[582]: End script: AlertAll.sh Mar 11 21:11:53 Yuriy-Aleksyeyevs-MacBook-Pro _securityagent[583]: Begin scrip
user838695
linux make cmake failed-installation
I am trying to install nfqueue-bindings.However, when I tried to run the MAKE file, I got this error:[root@localhost nfqueue-bindings-0.3]# make [ -d build ] || mkdir build; \ cd build && cmake -DDEBUG=1 -DCMAKE_VERBOSE_MAKEFILE=0 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local .. && make — The C compiler identification is GNU — The CXX compiler identification is unknown — Check for working C compiler: /usr/bin/gcc — Check for working C compiler: /usr/bin/gcc — works — Detecting C compiler ABI info — Detecting C comp
Alex
windows 64bit locale failed-installation qt-jambi
I’ve been trying to use QT Jambi, but I couldn’t manage to install it yet. First of all, this is my system:Windows 7 Home Premium 64 BitJava 6 32 bit (I often use JDownloader which is not compatible with the 64 bit version of Java)MinGW C++ compiler that comes with Code::Blocks (which sets all required environmental variables during setup)I also have CygWin installed, but I don’t understand why it gets mentioned during the error that I get…My first idea was to try the 32 bit version since I have 32-bit Java, so I linked the libraries in Eclipse, tried the classical beginner program found in a tutorial and I got this message:java.lang.ExceptionInInitializerErrorat com.trolltech.qt.QtJambiObject.(Unknown Source) Caused by: java.lang.RuntimeException: Loading library failed, progress
Rup
user1853460
package axis failed-installation
I wanted to install package created by me On axis environment.But i am getting this error that :::: Target IP address []: 172.16.250.101 Target root password []
user2268135
virtualization xen failed-installation http-error
I have xen 4.1.3 installed on top of a fedora 16 distribution. I have my dom0 working. Output of “sudo xm list”:Name ID Mem VCPUs State Time(s)Domain-0 0 1499 2 r—– 1676.5Now I am trying to install a domU on a usb drive (/dev/sdb) and am getting an error here while using virt-install. I created a volume group vg1 and added /dev/sdb to it. Also created a logical volume vm02. Here is the Output of “sudo lvscan”:ACTIVE ‘/
Originally posted 2013-11-09 23:31:10.