[Bug 220943] Review Request: po4a - A tool maintaining translations anywhere

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 5 09:49:36 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: po4a - A tool maintaining translations anywhere


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=220943





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-01-05 04:49 EST -------
(In reply to comment #2)
> Should
> - mock build for i386/fc6&devel fails with "Cannot find build req
> perl(Text::WrapI18N). Exiting."
> 
> Maybe I should add something to the repo list in mock? I have tested both fc6
> and devel, with core, extras and plague-results included.
> 

(In reply to comment #3)
> 
> That's because this package depends on two not-yet-includes perl packages 
> that
> have been sumitted as well (follow the "blocked by" entries).

FYI:
I attach here a comment which was sent to other person
who asked me about a same situation.

======================================================
There may be many cases in which you have to use packages
which are not imported into FE yet for mockbuild.
This can be done by following (I write for my case)


1. yum install createrepo
2. Create some directory. For my case,

   mkdir -p /var/lib/mock/LOCALRPMS/{i386,SRPMS}
3. put binary rpms into /var/lib/mock/LOCALRPMS/i386,
   srpm into /var/lib/mock/LOCALRPMS/SRPMS
4. cd /var/lib/mock/LOCALRPMS/i386
   createrepo $(pwd)

   Then repodata directory is created and some files
   are created under the directory
5. Change the permissions so that all files under
   /var/lib/mock/LOCALRPMS can be read by users
   who want to use mockbuild
6. Add the following to config file in /etc/mock
--------------------------------------------------
[LOCAL]
name=LOCAL
baseurl=file:///var/lib/mock/LOCALRPMS/i386/

--------------------------------------------------

Then you can use rpms under /var/lib/mock/LOCALRPMS/i386
for mockbuild

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list