Re: Source repository has 0 packages.
dE <[email protected]> Tue, 25 Mar 2014 10:45:03 +0530
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
On 03/24/14 09:19, James Antill wrote: > dE <[email protected]> writes: > >> This's exactly not a yum question, but still... >> >> I'm using fedora 19 and trying to build from source. >> >> I've enabled the fedora and update source repository but there are no >> packages in it -- > yum automatically excludes packages of an arch that isn't native, as > it just deals with those packages. Try: > > repoquery --archlist=src --repoid=fedora-source -a > > ...or "yum-builddep" or "yumdownloader --source" (both of which will > automatically enable source repos., so you don't have to keep them > updated all the time). > Yes, repoquery works, so does yumdownloader, but yum-builddep does not -- yum-builddep firefox Loaded plugins: langpacks, refresh-packagekit Enabling fedora-source repository Enabling rpmfusion-free-source repository Enabling rpmfusion-free-updates-source repository Enabling rpmfusion-nonfree-source repository Enabling rpmfusion-nonfree-updates-source repository Enabling updates-source repository No source RPM found for firefox-27.0.1-1.fc19.x86_64 No source RPM found for firefox-21.0-3.fc19.i686 No source RPM found for firefox-21.0-3.fc19.x86_64 --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies No uninstalled build requires But the package does exist -- repoquery -q --archlist src firefox firefox-0:21.0-3.fc19.src firefox-0:27.0.1-1.fc19.src