Hi all, On Thu, 2004-06-17 at 01:09, Sugree Phatanapherom wrote: > > I've asked that the 'Requires' dependency on 'wxPythonGTK-py2.2' be > > changed to 'wxPython' in the AccessGrid.spec.in file in CVS. With > > this change, the wxPythonGTK-py2.2 package available on the RH7.3 > > AGtk 2.2 download page and wxPythonGTK2 from Fedora Extras will both > > satisfy the 'wxPython' dependency. > > Umm. It seems I did wrong to change wxPythonGTK-py2.2 to wxPythonGTK-py2.3. > > > Unfortunately wxPythonGTK2 available from Fedora Extras (www.fedora.us) > > doesn't work with GNOME 2.6, due to a bug with wxGTK2, see: > > https://bugzilla.fedora.us/show_bug.cgi?id=1641 > > > > Fortunately, as the wxGTK 2.4.2 bug report states, in the interim there is > > a version of wxGTK2 that works with Fedora Core 2 available at: > > http://resare.com/noa/rpms/fedora-2/ > > I instead use wxGTK 2.4.0 from http://www.wxpython.org/ and > wxPythonGTK-py2.3 2.4.2.4 from http://www.wxwindows.org/
I think wxGTK 2.4.0 from http://www.wxpython.org/ bypasses the GTK2 problem by linking with GTK 1.x rather than 2.x. > > > xawtv is needed by AccessGrid-2.2-6 > > > > xawtv no longer comes with Fedora Core 2, but you can install the version > > from Fedora Core 1. > > I get xawtv 3.92 from dag repository at > http://dag.wieers.com/packages/xawtv/xawtv-3.92-1.1.fc2.dag.i386.rpm. > > > > > > libcrypto.so.2 is needed by AccessGrid-2.2-6 > > > libssl.so.2 is needed by AccessGrid-2.2-6 > > > > I don't get that problem when built from source. > > Me too. > > > > > > Should I try the source? or do I need to install additional components? > > > > You might want to wait till AccessGrid.spec.in is updated in CVS before > > building from source. I think I could make an AGtk 2.2 RPM for Fedora Core > 2 > > available in the interim (I need to get it from my home PC), till > > AccessGrid.spec.in gets updated in CVS. > > I also have to modify gpt 3.0.1 due to misuse of $withval in configure. Umm. > It might be old source. Anyway, it works properly right now. There were some other minor patches needed for globus.spec and AccessGrid.spec.in. The patches I used for globus.spec and AccessGrid.spec.in are found in this file: http://www.itee.uq.edu.au/~agn/ag_fedora/FC2/stable/patches/AG22fedora.patch > If you want to try my build, you can download it via below link. > > http://osl.cpe.ku.ac.th/pub/accessgrid/fedora/linux/core/2/packages/AccessGrid-2.2-6.fc2.tar.gz > > If you just want RPMS, check out below link. > > http://osl.cpe.ku.ac.th/pub/accessgrid/fedora/linux/core/2/RPMS/ Are the menus for you version working okay? Fortunately Gnome-2.6 which comes with Fedora Core 2 is able to handle legacy Gnome-1 menus (unlike FC1), except there is a problem with menu entries that use a URL, they don't work. e.g. for DevelopersDocumentation.desktop, the following 2 lines: Exec=/usr/share/doc/Developer/index.html Type=URL had to be changed to: URL=file:///usr/share/doc/Developer/index.html Type=Link I don't know if RH7.3 is able to handle 'Type=Link' rather than 'Type=URL'? I've also put up a RPMs, but it doesn't have the URL menu patches, here: http://www.itee.uq.edu.au/~agn/ag_fedora/FC2/stable/RPMS/ Cheers, Doug

