New one works like a charm now under Mandrake 10.1. Installs w/o error, runs as both root and user account and uninstalls leaving the .chandler directory. Bravo.
-Chris On Thursday 03 March 2005 12:05 pm, Mike Taylor wrote: > John, Chris: I've updated the rpm so that permissions are set during > the install so you should not see any errors during startup. > > Anthony: Getting the permissions correct allowed me to remove the > %preun section from the rpm .spec file and this removed the bash > dependency so you should be able to install now on your FC3 setup. I > still do not know why rpm could not find bash on your FC3 setup but I'm > still looking into it. > > thanks for testing and the feedback > > --- > Bear > http://code-bear.com > > Open Source Applications Foundation (OSAF) > http://www.osafoundation.org > > PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29 > > On Mar 3, 2005, at 11:29 AM, John Anderson wrote: > > I get exactly the same results on FC3 > > > > John > > > > Chris Kratz wrote: > >> On Wednesday 02 March 2005 06:52 pm, Mike Taylor wrote: > >>> I need people to test the Chandler RPM on a variety of linux boxes > >>> (FC2, FC3 or any others that "do" rpm) to see if the behavior is the > >>> same. > >> > >> This is Mandrake 10.1 > >> > >>> If you can, please do the following and report back to me any issues: > >>> > >>> 1. download > >>> http://kahuna.osafoundation.org/~bear/Chandler-0.4-8.i386.rpm > >>> 2. check to make sure you don't have any previous Chandler install > >>> in > >>> /usr/local/ > >>> 3. install the rpm: rpm -i Chandler-0.4-8.i386.rpm > >> > >> installed, but got many messages like... > >> > >> warning: user bear does not exist - using root > >> warning: group bear does not exist - using root > >> warning: user bear does not exist - using root > >> warning: group bear does not exist - using root > >> > >>> 4. Check that /usr/local/Chandler exists > >> > >> yes > >> > >>> 5. run Chandler: /usr/local/Chandler/chandler (remember that it > >>> will > >>> use your ~/.chandler directory for the repository) > >> > >> Running as root, startuup appears to be normal. > >> > >> Running as a normal user, I get a startup image and then the > >> following in a window: > >> > >> Chandler encountered an unexpected problem while trying to start. > >> Here are the bottom 5 frames of the stack: > >> Traceback (most recent call last): > >> File "Chandler.py", line 174, in main > >> realMain() > >> File "Chandler.py", line 160, in realMain > >> app = wxApplication(redirect=False, useBestVisual=True) > >> File > >> "/usr/local/Chandler/release/lib/python2.4/site-packages/wx/ > >> _core.py", line 5301, in __init__ > >> self._BootstrapApp() > >> File > >> "/usr/local/Chandler/release/lib/python2.4/site-packages/wx/ > >> _core.py", line 4980, in _BootstrapApp > >> return _core_.PyApp__BootstrapApp(*args, **kwargs) > >> File "/usr/local/Chandler/application/Application.py", line 246, in > >> OnInit > >> self.UIRepositoryView.loadPack("repository/packs/schema.pack") > >> SAXError: (nested exception traceback below) > >> > >> Traceback (most recent call last): > >> File "/usr/local/Chandler/repository/persistence/PackHandler.py", > >> line 148, in loadItem > >> handler.parseFile(file) > >> File "/usr/local/Chandler/repository/util/SAX.py", line 187, in > >> parseFile > >> raise self.saxError() > >> SAXError: (nested exception traceback below) > >> > >> Traceback (most recent call last): > >> File "/usr/local/Chandler/repository/item/ItemHandler.py", line 116, > >> in endElement > >> value = delegate.getParsedValue(self, self.data) > >> File "/usr/local/Chandler/repository/schema/Types.py", line 115, in > >> getParsedValue > >> return self.makeValue(data) > >> File "/usr/local/Chandler/repository/schema/Types.py", line 600, in > >> makeValue > >> return ClassLoader.loadClass(data) > >> File "/usr/local/Chandler/repository/util/ClassLoader.py", line 19, > >> in loadClass > >> m = __import__(module, globals(), locals(), name) > >> File "/usr/local/Chandler/repository/query/Query.py", line 7, in ? > >> import repository.query.parser.QueryParser as QueryParser > >> ImportError: No module named QueryParser > >> > >> This appeared to be an issue with permissions, so I went into the > >> chandler directory (/usr/local/Chandler) and did a chmod -R a+r *. > >> > >> That fixed things up and my user account can now start Chandler. > >> > >>> 6. remove the rpm: rpm -i Chandler > >> > >> actually, I believe it should be rpm -e Chandler > >> > >>> 7. verify that /usr/local/Chandler is removed and that ~/.chandler/ > >>> remains > >> > >> yes and yes > >> > >>> that's it and thanks in advance to anyone who tests this > >>> > >>> --- > >>> Bear > >>> http://code-bear.com > >>> > >>> Open Source Applications Foundation (OSAF) > >>> http://www.osafoundation.org > >>> > >>> PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29 > > > > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > > > Open Source Applications Foundation "Dev" mailing list > > http://lists.osafoundation.org/mailman/listinfo/dev -- Chris Kratz _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "Dev" mailing list http://lists.osafoundation.org/mailman/listinfo/dev
