Hello,I got like this error when giving**yum install @development-tools
[root@localhost ~]# yum install @development-toolsLoaded plugins: langpacks, presto, refresh-packagekit
http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found : http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml
Trying other mirror.http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found : http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml
Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: chromium. Please verify its path and try again
Thanks
On Tue, Apr 10, 2012 at 11:04 AM, Praveen Kumar <kumarpraveen.nitdgp@gmail.com> wrote:
Helloatleast*yum install @development-tools command also not working
thanks
Can you tell us what error are you getting when executing this command?
Please provide sufficient* details before asking your query, then only people will help you.
*
Hello,I got like this error when giving**yum install @development-tools
[root@localhost ~]# yum install @development-toolsLoaded plugins: langpacks, presto, refresh-packagekit
http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found : http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml
Trying other mirror.http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found : http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml
Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: chromium. Please verify its path and try againthanks
looks like your chromium repo is not working, you can disable this repo and then try.
1. yum clean
2. yum install @development-tools --disable-repo=chromium
It should be work. For more info about yum please go through "man yum".
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging
04-11-2012, 03:18 AM
Srineth Priyanka
How do Packaging
Hello,*Thanks for ur reply. I have checked yum clean. It gives[root@localhost charindu]# yum cleanLoaded plugins: langpacks, presto, refresh-packagekitError: clean requires an option: headers, packages, metadata, dbcache, plugins, expire-cache, rpmdb, all
Cleaning repos: chromium fedora google-chrome updates
like this lines.why is that?
Thanks
On Tue, Apr 10, 2012 at 12:04 PM, Praveen Kumar <kumarpraveen.nitdgp@gmail.com> wrote:
Hello,I got like this error when giving**yum install @development-tools
[root@localhost ~]# yum install @development-toolsLoaded plugins: langpacks, presto, refresh-packagekit
http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found : http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml
Trying other mirror.http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found : http://spot.fedorapeople.org/chromium/F16/repodata/repomd.xml
Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: chromium. Please verify its path and try againthanks
looks like your chromium repo is not working, you can disable this repo and then try.
1. yum clean
2. yum install @development-tools --disable-repo=chromium
It should be work. For more info about yum please go through "man yum".
Hello,*Thanks for ur reply. I have checked yum clean. It gives[root@localhost charindu]# yum cleanLoaded plugins: langpacks, presto, refresh-packagekitError: clean requires an option: headers, packages, metadata, dbcache, plugins, expire-cache, rpmdb, all
Cleaning repos: chromium fedora google-chrome updatesThat's mean you need to give a option (what you want to clean), better you use "yum clean all"* it will clean everything and then do repolist and check if chromium repo still showing problem if yes then disable it as I told before.
Hello,*Thanks for ur reply. I have checked yum clean. It gives[root@localhost charindu]# yum cleanLoaded plugins: langpacks, presto, refresh-packagekitError: clean requires an option: headers, packages, metadata, dbcache, plugins, expire-cache, rpmdb, all
Cleaning repos: chromium fedora google-chrome updatesThat's mean you need to give a option (what you want to clean), better you use "yum clean all"* it will clean everything and then do repolist and check if chromium repo still showing problem if yes then disable it as I told before.
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging
04-11-2012, 04:21 AM
Shakthi Kannan
How do Packaging
Hi,
--- On Tue, Apr 10, 2012 at 06:00:16AM -0400, Srineth Priyanka wrote:
| I'm new to rpm packaging in fedora, May I know how to do rpm packaging in
| fedora, If have any refernces please send me url or docs
--
--
Shakthi Kannan
http://www.shakthimaan.com
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging
04-16-2012, 04:34 AM
Srineth Priyanka
How do Packaging
Hello,I'm trying to do limesurvey rpm packaging, I don't understand how do I fill BuildRequires and Requies in spec file?
Thanks
On Wed, Apr 11, 2012 at 9:51 AM, Shakthi Kannan <shakthimaan@gmail.com> wrote:
Hi,
--- On Tue, Apr 10, 2012 at 06:00:16AM -0400, Srineth Priyanka wrote:
| I'm new to rpm packaging in fedora, May I know how to do rpm packaging in
| fedora, If have any refernces please send me url or docs
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging
04-16-2012, 09:12 AM
Christopher Meng
How do Packaging
If you want to build a package for fedora,you must know what the
software requires.This we can't help you,you should find details in
software's homepage.
Best Regards,
Christopher Meng------'Cicku'
Ambassador/Contributor of Fedora Project and Contributor of GNU.
Blog:http://cicku.me
Twitter:@cickumqt
Hope you can visit and leave some comments.
More Contact info see here:http://about.me/cicku
On Mon, Apr 16, 2012 at 12:34 PM, Srineth Priyanka
<srineth.priyanka@gmail.com> wrote:
> Hello,
> I'm trying to do limesurvey rpm packaging, I don't understand how do I fill
> BuildRequires and Requies in spec file?
>
> Thanks
>
> On Wed, Apr 11, 2012 at 9:51 AM, Shakthi Kannan <shakthimaan@gmail.com>
> wrote:
>>
>> Hi,
>>
>> --- On Tue, Apr 10, 2012 at 06:00:16AM -0400, Srineth Priyanka wrote:
>> | I'm new to rpm packaging in fedora, May I know how to do rpm packaging
>> in
>> | fedora, If have any refernces please send me url or docs
>> --
>>
>> You can try my tutorial:
>>
>>
>> *http://shakthimaan.com/downloads.html#packaging-red-hot-paneer-butter-masala
>>
>> SK
>>
>> --
>> Shakthi Kannan
>> http://www.shakthimaan.com
>> --
>> packaging mailing list
>> packaging@lists.fedoraproject.org
>> https://admin.fedoraproject.org/mailman/listinfo/packaging
>
>
>
> --
> packaging mailing list
> packaging@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/packaging
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging
> Hello,
> I'm trying to do limesurvey rpm packaging, I don't understand how do
> I fill BuildRequires and Requies in spec file?
It's somewhat of a process of trial and error.
Try and build it without any BuildRequires, see what doesn't work,
figure out what it's looking for and add that, then repeat.
You can also look at the docs and see if there's a requirements section
listing out things you need to have.
With limesurvey we will need to make sure it's using system/packaged
versions of things instead of any bundled versions. I'm trying to track
down the last spec of the folks who were working on it a while back,
but things might also have changed since the version they were working
on.
kevin
--
packaging mailing list
packaging@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/packaging
04-17-2012, 09:29 AM
Matthias Runge
How do Packaging
On 16/04/12 22:25, Kevin Fenzi wrote:
> On Mon, 16 Apr 2012 10:04:31 +0530
> Srineth Priyanka <srineth.priyanka@gmail.com> wrote:
> With limesurvey we will need to make sure it's using system/packaged
> versions of things instead of any bundled versions. I'm trying to track
> down the last spec of the folks who were working on it a while back,
> but things might also have changed since the version they were working
> on.
Yeah, I remember taking a look onto this about two months ago.
limesurvey still uses several bundled software packages.