First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 44539
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Johan Petersson <spock@trilithium.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
quota-3.11.ebuild ebuild for latest 3.11 version with proposed changes text/plain Johan Petersson 2004-03-13 00:10 0000 1.42 KB Details
quota-nls.patch Patch needed to disable nls patch Johan Petersson 2004-03-13 00:11 0000 349 bytes Details | Diff
quota-3.12-r1.ebuild quota-3.12-r1.ebuild text/plain Johan Petersson 2004-10-28 16:36 0000 1.33 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 44539 depends on: Show dependency tree
Show dependency graph
Bug 44539 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-03-13 00:08 0000
sys-apps/quota installation uses "msgfmt" from sys-devel/gettext regardless of
whether nls is in USE or not, and does not list it as a dependency.

Reproducible: Always
Steps to Reproduce:
1. unmerge sys-devel/gettext
2. merge sys-apps/quota

Actual Results:  
>>> Install quota-3.06-r2 into /var/tmp/portage/quota-3.06-r2/image/ category 
sys-apps
for n in po/pl.po; do \
msgfmt -o po/`basename $n .po`.mo $n; \
done
/bin/sh: line 1: msgfmt: command not found
make: *** [mo] Error 127

!!! ERROR: sys-apps/quota-3.06-r2 failed.
!!! Function src_install, Line 36, Exitcode 2
!!! (no error message)


Expected Results:  
The ebuild needs to take its USE flags into account properly.

------- Comment #1 From Johan Petersson 2004-03-13 00:10:14 0000 -------
Created an attachment (id=27275) [edit]
ebuild for latest 3.11 version with proposed changes

------- Comment #2 From Johan Petersson 2004-03-13 00:11:49 0000 -------
Created an attachment (id=27276) [edit]
Patch needed to disable nls

------- Comment #3 From Johan Petersson 2004-03-13 00:22:15 0000 -------
See attachments. The ebuild is for the latest version (3.11) which is not yet
in the portage tree, but the changes should be safe to backport to existing
quota ebuilds.

------- Comment #4 From barthek 2004-03-19 01:08:43 0000 -------
*** Bug 45005 has been marked as a duplicate of this bug. ***

------- Comment #5 From barthek 2004-10-21 07:38:58 0000 -------
when would it make it into the portage ?
i failed to use the attachements in properly modified ebuild :\

------- Comment #6 From Johan Petersson 2004-10-28 16:36:19 0000 -------
Created an attachment (id=42813) [edit]
quota-3.12-r1.ebuild

This package obviously have been renamed to sys-fs/quota; unfortunately the bug
is still present in portage package sys-fs/quota-3.12.

linuxquota 3.12 supports the --enable-nls configuration option so there is no
longer any need to patch the source. Fixed ebuild for this version is attached.

------- Comment #7 From barthek 2004-11-14 06:25:07 0000 -------
i have tested this ebuild and it seems to work just fine.
please put it in portage tree for others :D

------- Comment #8 From SpanKY 2004-11-29 18:33:28 0000 -------
added to 3.12

thanks :)

First Last Prev Next    No search results available      Search page      Enter new bug