Re: [CMake] Fwd: Which MacOS installer to use and how?

2011-04-27 Thread Eric Noulard
2011/4/27 Eric Noulard :
> 2011/4/27 Michael Jackson :
>> I did a Touch COPYING.txt file to simply create the file then CMake ran all 
>> the way through.
>
> Ok fine, sorry about that.
>
>> I ran "make -j16; make package" then mounted the .dmg file and ran the 
>> installer. I selected an external disk (so not to mess up my current boot 
>> disk) and the installer failed. I took a look in the Console.app and clicked 
>> on the /private/var/log/install.log file and scrolled to the bottom.
>
> Ok I missed the "/private/var/log/install.log" part.
> I didn't find any reference to whatever "bom" in the PackageMaker
> cpack generator source code,
> I'll try to investigate further tomorrow.

By the way,
Thank you very much to have taken time to checkout/compile/install and
report with more detailed infos.

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Fwd: Which MacOS installer to use and how?

2011-04-27 Thread Eric Noulard
2011/4/27 Michael Jackson :
> I did a Touch COPYING.txt file to simply create the file then CMake ran all 
> the way through.

Ok fine, sorry about that.

> I ran "make -j16; make package" then mounted the .dmg file and ran the 
> installer. I selected an external disk (so not to mess up my current boot 
> disk) and the installer failed. I took a look in the Console.app and clicked 
> on the /private/var/log/install.log file and scrolled to the bottom.

Ok I missed the "/private/var/log/install.log" part.
I didn't find any reference to whatever "bom" in the PackageMaker
cpack generator source code,
I'll try to investigate further tomorrow.


-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Fwd: Which MacOS installer to use and how?

2011-04-27 Thread Michael Jackson
I did a Touch COPYING.txt file to simply create the file then CMake ran all the 
way through. I ran "make -j16; make package" then mounted the .dmg file and ran 
the installer. I selected an external disk (so not to mess up my current boot 
disk) and the installer failed. I took a look in the Console.app and clicked on 
the /private/var/log/install.log file and scrolled to the bottom.

___
Mike Jackson  www.bluequartz.net
Principal Software Engineer   mike.jack...@bluequartz.net 
BlueQuartz Software   Dayton, Ohio

On Apr 27, 2011, at 12:25 PM, Eric Noulard wrote:

> Could you retry.
> I did just have to rename the license file and forgot to commit it.
> Just update and retry.
> The package is building just fine.
> The install is failing.
> 
> By the way how did you get the verbose output from "Installer" the log
> I did get was far less verbose than that?
> 
> 2011/4/27 Michael Jackson :
>> 4/27/11 12:14:11 PM Installer[9262] 
>> 
>> 4/27/11 12:14:11 PM Installer[9262] User picked Standard Install
>> 4/27/11 12:14:11 PM Installer[9262] Choices selected for installation:
>> 4/27/11 12:14:11 PM Installer[9262] Install: "CERTI"
>> 4/27/11 12:14:11 PM Installer[9262] 
>> 
>> 4/27/11 12:14:11 PM Installer[9262] Configuring volume "640GB"
>> 4/27/11 12:14:11 PM Installer[9262] Free space on "640GB": 639.17 GB 
>> (639172743168 bytes).
>> 4/27/11 12:14:11 PM Installer[9262] Create temporary directory 
>> "/var/folders/Zm/ZmwaqVZrGbee7mHKbefzNU+++TI/-Tmp-//Install.9262EktmQL"
>> 4/27/11 12:14:11 PM Installer[9262] IFPKInstallElement (1 packages)
>> 4/27/11 12:14:11 PM installd[9297]  PackageKit: - Begin install -
>> 4/27/11 12:14:12 PM installd[9297]  PackageKit: Install Failed: PKG: 
>> writing receipt for "com.ONERA/DTIM.CERTI"
>> Error Domain=NSCocoaErrorDomain Code=4 UserInfo=0x103804680 "The file 
>> “DTIM.CERTI.bom” doesn’t exist." Underlying Error=(Error 
>> Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No 
>> such file or directory") {
>>NSFilePath = "/Volumes/640GB/Library/Receipts/com.ONERA/DTIM.CERTI.bom";
>>NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The 
>> operation couldn\U2019t be completed. No such file or directory\"";
>> }
>> 4/27/11 12:14:12 PM Installer[9262] Install failed: The Installer 
>> encountered an error that caused the installation to fail. Contact the 
>> software manufacturer for assistance.
>> 4/27/11 12:14:12 PM Installer[9262] IFDInstallController 5005A0 state = 7
>> 4/27/11 12:14:12 PM Installer[9262] Displaying 'Install Failed' UI.
>> 4/27/11 12:14:12 PM Installer[9262] 'Install Failed' UI displayed 
>> message:'The Installer encountered an error that caused the installation to 
>> fail. Contact the software manufacturer for assistance.'.
>> 4/27/11 12:14:12 PM Installer[9262] The Installer encountered an error 
>> that caused the installation to fail. Contact the software manufacturer for 
>> assistance.
>> 
>> 
>> looks like there is a problem with the created package? The bom (Bill of 
>> Materials) file is missing. Maybe a CPack issue?
>> 
>> ___
>> Mike Jackson  www.bluequartz.net
>> Principal Software Engineer   mike.jack...@bluequartz.net
>> BlueQuartz Software   Dayton, Ohio
>> 
>> On Apr 27, 2011, at 12:03 PM, Eric Noulard wrote:
>> 
>>> 2011/4/27 Eric Noulard :
 2011/4/27 Michael Jackson :
> Take a look at /Applications/Utilities/Console.app and seem if anything 
> shows up in the logs as to why it failed. Permissions maybe? Missing 
> /usr/local/ directory?
 
 
 /usr/local is there.
 I do have the permission: I have admin right and the installer asked
 for the credential
 during the run (as other installer (e.g. CMake) who succeed did).
 
 Unfortunately Console does not give me more detailed information.
>>> 
>>> My Mac OS experiment is about to timeout for today but
>>> if someone wants to give my trouble a try the project
>>> which exhibit the issue is public:
>>> https://savannah.nongnu.org/cvs/?group=certi
>>> 
>>> The port is currently "rough" but it works
>>> however the PackageMaker installer is not working.
>>> 
>>> --
>>> Erk
>>> Membre de l'April - « promouvoir et défendre le logiciel libre » -
>>> http://www.april.org
>> 
>> 
> 
> 
> 
> -- 
> Erk
> Membre de l'April - « promouvoir et défendre le logiciel libre » -
> http://www.april.org

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and c

Re: [CMake] Fwd: Which MacOS installer to use and how?

2011-04-27 Thread Eric Noulard
Could you retry.
I did just have to rename the license file and forgot to commit it.
Just update and retry.
The package is building just fine.
The install is failing.

By the way how did you get the verbose output from "Installer" the log
I did get was far less verbose than that?

2011/4/27 Michael Jackson :
> 4/27/11 12:14:11 PM     Installer[9262] 
> 
> 4/27/11 12:14:11 PM     Installer[9262] User picked Standard Install
> 4/27/11 12:14:11 PM     Installer[9262] Choices selected for installation:
> 4/27/11 12:14:11 PM     Installer[9262]         Install: "CERTI"
> 4/27/11 12:14:11 PM     Installer[9262] 
> 
> 4/27/11 12:14:11 PM     Installer[9262] Configuring volume "640GB"
> 4/27/11 12:14:11 PM     Installer[9262] Free space on "640GB": 639.17 GB 
> (639172743168 bytes).
> 4/27/11 12:14:11 PM     Installer[9262] Create temporary directory 
> "/var/folders/Zm/ZmwaqVZrGbee7mHKbefzNU+++TI/-Tmp-//Install.9262EktmQL"
> 4/27/11 12:14:11 PM     Installer[9262] IFPKInstallElement (1 packages)
> 4/27/11 12:14:11 PM     installd[9297]  PackageKit: - Begin install -
> 4/27/11 12:14:12 PM     installd[9297]  PackageKit: Install Failed: PKG: 
> writing receipt for "com.ONERA/DTIM.CERTI"
> Error Domain=NSCocoaErrorDomain Code=4 UserInfo=0x103804680 "The file 
> “DTIM.CERTI.bom” doesn’t exist." Underlying Error=(Error 
> Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No 
> such file or directory") {
>    NSFilePath = "/Volumes/640GB/Library/Receipts/com.ONERA/DTIM.CERTI.bom";
>    NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The 
> operation couldn\U2019t be completed. No such file or directory\"";
> }
> 4/27/11 12:14:12 PM     Installer[9262] Install failed: The Installer 
> encountered an error that caused the installation to fail. Contact the 
> software manufacturer for assistance.
> 4/27/11 12:14:12 PM     Installer[9262] IFDInstallController 5005A0 state = 7
> 4/27/11 12:14:12 PM     Installer[9262] Displaying 'Install Failed' UI.
> 4/27/11 12:14:12 PM     Installer[9262] 'Install Failed' UI displayed 
> message:'The Installer encountered an error that caused the installation to 
> fail. Contact the software manufacturer for assistance.'.
> 4/27/11 12:14:12 PM     Installer[9262] The Installer encountered an error 
> that caused the installation to fail. Contact the software manufacturer for 
> assistance.
>
>
> looks like there is a problem with the created package? The bom (Bill of 
> Materials) file is missing. Maybe a CPack issue?
>
> ___
> Mike Jackson                      www.bluequartz.net
> Principal Software Engineer       mike.jack...@bluequartz.net
> BlueQuartz Software               Dayton, Ohio
>
> On Apr 27, 2011, at 12:03 PM, Eric Noulard wrote:
>
>> 2011/4/27 Eric Noulard :
>>> 2011/4/27 Michael Jackson :
 Take a look at /Applications/Utilities/Console.app and seem if anything 
 shows up in the logs as to why it failed. Permissions maybe? Missing 
 /usr/local/ directory?
>>>
>>>
>>> /usr/local is there.
>>> I do have the permission: I have admin right and the installer asked
>>> for the credential
>>> during the run (as other installer (e.g. CMake) who succeed did).
>>>
>>> Unfortunately Console does not give me more detailed information.
>>
>> My Mac OS experiment is about to timeout for today but
>> if someone wants to give my trouble a try the project
>> which exhibit the issue is public:
>> https://savannah.nongnu.org/cvs/?group=certi
>>
>> The port is currently "rough" but it works
>> however the PackageMaker installer is not working.
>>
>> --
>> Erk
>> Membre de l'April - « promouvoir et défendre le logiciel libre » -
>> http://www.april.org
>
>



-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Fwd: Which MacOS installer to use and how?

2011-04-27 Thread Michael Jackson
4/27/11 12:14:11 PM Installer[9262] 

4/27/11 12:14:11 PM Installer[9262] User picked Standard Install
4/27/11 12:14:11 PM Installer[9262] Choices selected for installation:
4/27/11 12:14:11 PM Installer[9262] Install: "CERTI"
4/27/11 12:14:11 PM Installer[9262] 

4/27/11 12:14:11 PM Installer[9262] Configuring volume "640GB"
4/27/11 12:14:11 PM Installer[9262] Free space on "640GB": 639.17 GB 
(639172743168 bytes).
4/27/11 12:14:11 PM Installer[9262] Create temporary directory 
"/var/folders/Zm/ZmwaqVZrGbee7mHKbefzNU+++TI/-Tmp-//Install.9262EktmQL"
4/27/11 12:14:11 PM Installer[9262] IFPKInstallElement (1 packages)
4/27/11 12:14:11 PM installd[9297]  PackageKit: - Begin install -
4/27/11 12:14:12 PM installd[9297]  PackageKit: Install Failed: PKG: 
writing receipt for "com.ONERA/DTIM.CERTI"
Error Domain=NSCocoaErrorDomain Code=4 UserInfo=0x103804680 "The file 
“DTIM.CERTI.bom” doesn’t exist." Underlying Error=(Error 
Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No such 
file or directory") {
NSFilePath = "/Volumes/640GB/Library/Receipts/com.ONERA/DTIM.CERTI.bom";
NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation 
couldn\U2019t be completed. No such file or directory\"";
}
4/27/11 12:14:12 PM Installer[9262] Install failed: The Installer 
encountered an error that caused the installation to fail. Contact the software 
manufacturer for assistance.
4/27/11 12:14:12 PM Installer[9262] IFDInstallController 5005A0 state = 7
4/27/11 12:14:12 PM Installer[9262] Displaying 'Install Failed' UI.
4/27/11 12:14:12 PM Installer[9262] 'Install Failed' UI displayed 
message:'The Installer encountered an error that caused the installation to 
fail. Contact the software manufacturer for assistance.'.
4/27/11 12:14:12 PM Installer[9262] The Installer encountered an error that 
caused the installation to fail. Contact the software manufacturer for 
assistance.


looks like there is a problem with the created package? The bom (Bill of 
Materials) file is missing. Maybe a CPack issue? 

___
Mike Jackson  www.bluequartz.net
Principal Software Engineer   mike.jack...@bluequartz.net 
BlueQuartz Software   Dayton, Ohio

On Apr 27, 2011, at 12:03 PM, Eric Noulard wrote:

> 2011/4/27 Eric Noulard :
>> 2011/4/27 Michael Jackson :
>>> Take a look at /Applications/Utilities/Console.app and seem if anything 
>>> shows up in the logs as to why it failed. Permissions maybe? Missing 
>>> /usr/local/ directory?
>> 
>> 
>> /usr/local is there.
>> I do have the permission: I have admin right and the installer asked
>> for the credential
>> during the run (as other installer (e.g. CMake) who succeed did).
>> 
>> Unfortunately Console does not give me more detailed information.
> 
> My Mac OS experiment is about to timeout for today but
> if someone wants to give my trouble a try the project
> which exhibit the issue is public:
> https://savannah.nongnu.org/cvs/?group=certi
> 
> The port is currently "rough" but it works
> however the PackageMaker installer is not working.
> 
> -- 
> Erk
> Membre de l'April - « promouvoir et défendre le logiciel libre » -
> http://www.april.org

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Fwd: Which MacOS installer to use and how?

2011-04-27 Thread Eric Noulard
2011/4/27 Eric Noulard :
> 2011/4/27 Michael Jackson :
>> Take a look at /Applications/Utilities/Console.app and seem if anything 
>> shows up in the logs as to why it failed. Permissions maybe? Missing 
>> /usr/local/ directory?
>
>
> /usr/local is there.
> I do have the permission: I have admin right and the installer asked
> for the credential
> during the run (as other installer (e.g. CMake) who succeed did).
>
> Unfortunately Console does not give me more detailed information.

My Mac OS experiment is about to timeout for today but
if someone wants to give my trouble a try the project
which exhibit the issue is public:
https://savannah.nongnu.org/cvs/?group=certi

The port is currently "rough" but it works
however the PackageMaker installer is not working.

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Fwd: Which MacOS installer to use and how?

2011-04-27 Thread Eric Noulard
2011/4/27 Michael Jackson :
> Take a look at /Applications/Utilities/Console.app and seem if anything shows 
> up in the logs as to why it failed. Permissions maybe? Missing /usr/local/ 
> directory?


/usr/local is there.
I do have the permission: I have admin right and the installer asked
for the credential
during the run (as other installer (e.g. CMake) who succeed did).

Unfortunately Console does not give me more detailed information.
-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Fwd: Which MacOS installer to use and how?

2011-04-27 Thread Michael Jackson
Take a look at /Applications/Utilities/Console.app and seem if anything shows 
up in the logs as to why it failed. Permissions maybe? Missing /usr/local/ 
directory? 
___
Mike Jackson  www.bluequartz.net
Principal Software Engineer   mike.jack...@bluequartz.net 
BlueQuartz Software   Dayton, Ohio

On Apr 27, 2011, at 11:16 AM, Eric Noulard wrote:

> Forgot the list.
> 
> 
> -- Forwarded message --
> From: Eric Noulard 
> Date: 2011/4/27
> Subject: Re: [CMake] Which MacOS installer to use and how?
> To: Sean McBride 
> 
> 
> 2011/4/27 Sean McBride :
>> On Wed, 27 Apr 2011 16:55:58 +0200, Eric Noulard said:
>> 
>>> 
>>> Ok I'll go for /usr/local.
>>> 
>>> .pkg meaning ? which CPack generator?
>> 
>> Probably "PackageMaker", though I've never used CPack.
>> 
>>> I tried "PackageMaker" and even if I manage to build & execute the installer
>>> it fails in the end.
>> 
>> Does it generate a .pkg file?  That's the format that the Mac OS X
>> installer (Installer.app) expects.
> 
> it generates a .dmg file which contains a .pkg file.
> I mounted the DMG and executed the .pkg but as I said it fails during
> the last step
> and I don't know how to investigate the issue.
> 
> 
> --
> Erk
> Membre de l'April - « promouvoir et défendre le logiciel libre » -
> http://www.april.org
> 
> 
> 
> -- 
> Erk
> Membre de l'April - « promouvoir et défendre le logiciel libre » -
> http://www.april.org
> ___
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
> 
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake