rzel / rudix

Automatically exported from code.google.com/p/rudix
Other
0 stars 0 forks source link

Rudix 2010 RC doesn't install on Snow Leopard #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download the dmg, double-click on the installer Install.pkg
2. answer all questions with default answer, except the destination volume
(I chose a RAID0 partition, formatted as HFS+ Journaled case-insensitive,
with enough space (>6GB)
3. proceed with the installation

What is the expected output? What do you see instead?
The installation went fine until "Moving items into places...", and then
ended with an error:

,--------,
The installation failed

The Installer encountered an error that caused then installation to fail.
Contact the software manufacturer for assistance.
`--------`

What version of the product are you using? On what operating system?
Rudix 2010 RC on Snow Leopard 10.6.2.

Please provide any additional information below.
I have MacPorts installed.

Original issue reported on code.google.com by serverwa...@googlemail.com on 6 Apr 2010 at 9:25

GoogleCodeExporter commented 9 years ago
Could you open Console.app and then select "All messages" on DATABASES SEARCH, 
then search for "install". 
Please, copy the log lines that you think is related to Rudix installation.

Original comment by ruda.moura@gmail.com on 8 Apr 2010 at 1:14

GoogleCodeExporter commented 9 years ago
here it is:

,--------,
06/04/2010 10:04:31 Installer[66971]    Rudix 2010 RC  Installation Log
06/04/2010 10:04:31 Installer[66971]    Opened from: /Volumes/Rudix 2010 
RC/Install.pkg
06/04/2010 10:04:55 Installer[66971]        Install: "Rudix 2010 RC"
06/04/2010 10:08:30 installd[85348] PackageKit: Install Failed: PKG: 
post-install
scripts for "org.rudix.pkg.mc"
Error Domain=PKInstallErrorDomain Code=112 UserInfo=0x103244430 "An error 
occurred
while running scripts from the package “Install.pkg”." {
    NSFilePath = "./postflight";
    NSLocalizedDescription = "An error occurred while running scripts from the
package \U201cInstall.pkg\U201d.";
    NSURL = "#mcinstall.pkg -- file://localhost/Volumes/Rudix%202010%20RC/Install.pkg";
    PKInstallPackageIdentifier = "org.rudix.pkg.mc";
}
`--------`

Original comment by serverwa...@googlemail.com on 8 Apr 2010 at 7:49

GoogleCodeExporter commented 9 years ago
I think I know what's wrong and how to (partially) fix it. It's not a RAID0 
issue, it's about using something 
different of / as a target place to install.

MC package does not return with exit status 0 when the post install script runs 
and failed to execute due root dir 
is no /. I'm going to update the post install script of mc to always return 0. 
I will update do big Rudix package 
tomorrow BUT  It's not a fix, it's a workaround. I'll have to fix some packages 
to be fully relocatable.

Original comment by ruda.moura@gmail.com on 9 Apr 2010 at 2:52

GoogleCodeExporter commented 9 years ago
Here is it: Rudix 2010 for testing and I think it can install now on that RAID 
(or any target now).

http://downloads.sourceforge.net/rudix/Rudix-2010.dmg

PS: this going to be the final version!

Original comment by ruda.moura@gmail.com on 10 Apr 2010 at 6:17

GoogleCodeExporter commented 9 years ago
yes this version installed, thanks.

It would be nice to have an option to choose where to install it, eg 
/opt/rudix2010,
to avoid clashing with other packages since some other programs also happen to
install to /usr/local.

Original comment by serverwa...@googlemail.com on 10 Apr 2010 at 8:29

GoogleCodeExporter commented 9 years ago
Great, good suggestion too.

Original comment by ruda.moura@gmail.com on 10 Apr 2010 at 8:44