OK, I think I built perl-Qt rpm on RHEL6 but I have an issue of making it rpm
file name. More specifically I am not sure how to setup the version number of
it?
The generated perl-Qt rpm file is
http://www.crest.iu.edu/~dikim/perl-Qt-4-0.96.0-10.2.x86_64.rpm
I named its package to perl-Qt-4 in order to keep its original version name
(0.96.0).
The problem of naming / versioning is when we do "yum install perl-Qt", it does
not even look at perl-Qt-4 which is the newer version than perl-Qt-3.*** so,
perl-Qt-3.*** is downloaded.
The current spec file of oscar-selector requires perl-Qt and it will eventually
use the current perl-Qt-3.***.
If it does not violate any naming convention of the OSCAR package or break any
other dependencies, can we update the "requires" field with "perl-Qt-4" instead
so that oscar-selector will work with the new perl-Qt-4 rpm.
Or, is there any good idea to keep the "perl-Qt" name and then put the version
properly?
Regards,
--
- DongInn
On Sep 27, 2013, at 10:22 PM, DongInn Kim <di...@cs.indiana.edu> wrote:
> Olivier,
>
> Have you built perl-qt4 rpm on rhel6? It seems that you have a good hand on
> it but I could not find libsmoke on rhel6.
> http://blog.gmane.org/gmane.linux.cluster.oscar.devel/month=20120701
>
> Do you know how to resolve the "Smoke_DIR-NOTFOUND" issue during the
> compilation of perl-qt4?
>
> Regards,
>
> --
> - DongInn
>
> On Sep 27, 2013, at 11:45 AM, DongInn Kim <di...@cs.indiana.edu> wrote:
>
>> BTW, as I mentioned before, we need to update the following:
>> http://svn.oscar.openclustergroup.org/oscar/trunk/share/package_sets/Default/
>> http://svn.oscar.openclustergroup.org/oscar/trunk/share/package_sets/Experimental/
>>
>> I will add the debian-6-x86_64.xml file for Default and Experimental by
>> copying debian-5-x86_64.xml for now.
>>
>> Regards,
>>
>> --
>> - DongInn
>>
>> On Sep 27, 2013, at 11:26 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:
>>
>>> > Yeah, those are not used any more. They are for the "OSCAR Package
>>> > Downloader" feature. Since
>>> > we moved all the Packages to the online repository, I don't think that it
>>> > is necessary any more.
>>>
>>> They were used at least partially by the old selector as I had to modify
>>> them in order to have selector-x11 start without perl compile error.
>>>
>>> I like the new look of the selector :-) I'll be happy to drop old stuffs...
>>> ;-)
>>>
>>> Hopefully, the package description will now have more than one line
>>> displayed ;-)
>>>
>>> I can't test on Fedora17 for the moment as I have no oscar running on my
>>> fedora17, and thus trying to start it fails (it works but tries to install
>>> "opkg-" and displays only "included".
>>>
>>> I'm now testing on Fedora-18 which is a VM for OSCAR. (though, I'm now
>>> rebuilding everything, so I'll test on monday).
>>>
>>> Best regards,
>>>
>>> Olivier.
>>>
>>> --
>>> Olivier LAHAYE
>>> CEA DRT/LIST/DM2I/DIR
>>> De : DongInn Kim [di...@cs.indiana.edu]
>>> Date d'envoi : vendredi 27 septembre 2013 17:17
>>> À : oscar-devel@lists.sourceforge.net
>>> Objet : Re: [Oscar-devel] RE : Selector
>>>
>>> Yeah, those are not used any more. They are for the "OSCAR Package
>>> Downloader" feature. Since we moved all the Packages to the online
>>> repository, I don't think that it is necessary any more.
>>>
>>> Let's take some time to confirm if those are really useless. I would like
>>> to take a look at them.
>>>
>>> Regards,
>>>
>>> --
>>> - DongInn
>>>
>>> On Sep 27, 2013, at 10:57 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:
>>>
>>>> Hi dongInn,
>>>>
>>>> This is great news. I'll test ASAP. Hopefully now.
>>>>
>>>> BTW, what about those files? They are unmodified. I had to work on them
>>>> when attempting to move to Qt4. Are they now useless?
>>>> oscar/lib/Qt/Opder.pl
>>>> oscar/lib/Qt/OpderAbout.pm
>>>> oscar/lib/Qt/OpderAddRepository.pm
>>>> oscar/lib/Qt/OpderDownloadInfo.pm
>>>> oscar/lib/Qt/OpderDownloadPackage.pm
>>>> oscar/lib/Qt/OpderImages.pm
>>>> oscar/lib/Qt/OpderTable.pm
>>>>
>>>> Best Regards,
>>>>
>>>> Olivier.
>>>>
>>>> --
>>>> Olivier LAHAYE
>>>> CEA DRT/LIST/DM2I/DIR
>>>> De : DongInn Kim [di...@cs.indiana.edu]
>>>> Date d'envoi : vendredi 27 septembre 2013 05:52
>>>> À : oscar-devel@lists.sourceforge.net
>>>> Objet : Re: [Oscar-devel] Selector
>>>>
>>>> I checked in the new Selector codes with r10039 and also tried to update
>>>> the oscar repository with the new oscar-selector deb/rpm and only perl-qt4
>>>> deb file for debian repositories.
>>>>
>>>> I have not tested this on RHEL or Fedora.
>>>>
>>>> If anyone has a chance, please try to play with the new selector on RHEL
>>>> 6or Fedora-17/18.
>>>>
>>>> Please let me know if there is any issues of the new selector.
>>>>
>>>> Olivier, if you have a fedora machine, can you try to build selector rpm
>>>> and rsync it to the repository?
>>>>
>>>> Regards,
>>>>
>>>> --
>>>> - DongInn
>>>>
>>>> On Sep 26, 2013, at 3:00 PM, DongInn Kim <di...@cs.indiana.edu> wrote:
>>>>
>>>>> OK, I think the Selector UI and very fundamental functionalities are
>>>>> ready now.
>>>>>
>>>>> I will check in the codes tonight.
>>>>>
>>>>> Regards,
>>>>>
>>>>> --
>>>>> - DongInn
>>>>>
>>>>> On Sep 23, 2013, at 4:51 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:
>>>>>
>>>>>>
>>>>>> Great,
>>>>>>
>>>>>> I gave a try before for Qt3 to Qt4 migration but converting a Qt3 ui
>>>>>> file (with no ui source) to Qt4 was beyon my skills.
>>>>>>
>>>>>> So far I did try to modify the following files without comminting as I
>>>>>> was only able to have something that strarts, but that didn't work.
>>>>>> pkgsrc:
>>>>>> M selector/trunk/ui/lib/Selector.pl
>>>>>> M selector/trunk/ui/lib/SelectorAbout.pm
>>>>>> M selector/trunk/ui/lib/SelectorCheckTableItem.pm
>>>>>> M selector/trunk/ui/lib/SelectorImages.pm
>>>>>> M selector/trunk/ui/lib/SelectorManageSets.pm
>>>>>> M selector/trunk/ui/lib/SelectorTable.pm
>>>>>> M selector/trunk/ui/lib/SelectorTableItem.pm
>>>>>> M selector/trunk/ui/lib/SelectorUtils.pm
>>>>>>
>>>>>> oscar:
>>>>>> M lib/Qt/Opder.pl
>>>>>> M lib/Qt/OpderAbout.pm
>>>>>> M lib/Qt/OpderAddRepository.pm
>>>>>> M lib/Qt/OpderDownloadInfo.pm
>>>>>> M lib/Qt/OpderDownloadPackage.pm
>>>>>> M lib/Qt/OpderImages.pm
>>>>>> M lib/Qt/OpderTable.pm
>>>>>>
>>>>>> I'll discard my changes and tell your's.
>>>>>>
>>>>>> Best regards.
>>>>>>
>>>>>> Olivier.
>>>>>> --
>>>>>> Olivier LAHAYE
>>>>>> CEA DRT/LIST/DM2I/DIR
>>>>>> De : DongInn Kim [di...@cs.indiana.edu]
>>>>>> Date d'envoi : dimanche 22 septembre 2013 23:05
>>>>>> À : Devel OSCAR
>>>>>> Objet : [Oscar-devel] Selector
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I have been working on converting perl Qt3 codes to perl Qt4 for the
>>>>>> Selector features.
>>>>>> I think I made some progresses and the new Selector UI and some
>>>>>> disabled features will be available soon.
>>>>>>
>>>>>> I found that we have managed the PackageSets (e.g., Default and
>>>>>> Experimental) on trunk/share/package_sets to provide the list of some
>>>>>> customized packages to choose for the OSCAR users.
>>>>>> The list of Default and Experimental is pretty outdated.
>>>>>>
>>>>>> http://svn.oscar.openclustergroup.org/oscar/trunk/share/package_sets/Default
>>>>>> http://svn.oscar.openclustergroup.org/oscar/trunk/share/package_sets/Experimental/rhel-6-x86_64.xml
>>>>>>
>>>>>> The list of xml files should be updated based on the current supported
>>>>>> distros.
>>>>>> http://svn.oscar.openclustergroup.org/trac/oscar/wiki/DistroSupport
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> --
>>>>>> - DongInn
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
>>>>>> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
>>>>>> SharePoint
>>>>>> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
>>>>>> includes
>>>>>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk_______________________________________________
>>>>>> Oscar-devel mailing list
>>>>>> Oscar-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> October Webinars: Code for Performance
>>>>> Free Intel webinars can help you accelerate application performance.
>>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>>>> from
>>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk_______________________________________________
>>>>> Oscar-devel mailing list
>>>>> Oscar-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> October Webinars: Code for Performance
>>>> Free Intel webinars can help you accelerate application performance.
>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>>> from
>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk_______________________________________________
>>>> Oscar-devel mailing list
>>>> Oscar-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>>
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>> from
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk_______________________________________________
>>> Oscar-devel mailing list
>>> Oscar-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>> from
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk_______________________________________________
>> Oscar-devel mailing list
>> Oscar-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk_______________________________________________
> Oscar-devel mailing list
> Oscar-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel