Re: [Pkgutil-users] Install of gcc4core fails during postinstall script
Status: Beta
Brought to you by:
bonivart
|
From: Peter B. <bon...@op...> - 2009-06-04 18:42:53
|
On Thu, Jun 4, 2009 at 8:07 PM, Bob Washburne <rc...@ps...> wrote: > 1) Does pkgutil leave a log anywhere which I can check for errors? I've > looked around, but can't find one. Not yet, I'm thinking about logging everything in a future release but if you're using the latest pkgutil you can use the --trace option to add debugging to all scripts during install/remove. Check your pkgutil version with: # pkgutil -v If it's not 1.6 do: # pkgutil -u pkgutil Then try with --trace: # pkgutil --trace -i gcc4core (or whatever the exact name is) > 2) Where does the postinstall script live, so that I can look at it and > see what it was trying to do. See above. > 3) Is gcc4core supposed to create links to /opt/csw/bin? Or do people > need to include /opt/csw/gcc4/... in their paths to use the compiler? Since this is a problem with a Blastwave package other than pkgutil I would recommend you posting on their forum: http://wiki.blastwave.org/forum/ I'm sure they will help you further with why gcc4core fails. -- /peter |