First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 242430
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Priit Laes <amd@store20.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2008-10-17 05:19 0000
During the build following sed script is being used:
[snip]
cp /dev/null sedscript
for f in ../kpathsea/paths.h; do \
          sed -n -e '/^#define/s/#define[       ][     
]*\([A-Z_a-z][A-Z_a-z]*\)[      ][      ]*\(.*\)/s%@\1@%\2%/p' \
                $f \
          | sed -e 's/"//g' -e 's/[     ]*\/\*[^*]*\*\///g' >>sedscript;\
        done
[/snip]

Unfortunately [A-Z_a-z] under et_EE locale this range is not the same range as
it is wanted (Estonian alphabet: ..p,q,r,s,š,z,ž,t,u,v,...) and this causes
build error:

[snip]
tex-file.c:438: error: 'DEFAULT_GFFONTS' undeclared (first use in this
function)
tex-file.c:438: error: (Each undeclared identifier is reported only once
tex-file.c:438: error: for each function it appears in.)
tex-file.c:445: error: 'DEFAULT_PKFONTS' undeclared (first use in this
function)
tex-file.c:452: error: 'DEFAULT_GLYPHFONTS' undeclared (first use in this
function
...
[/snip]

------- Comment #1 From Wormo 2008-10-18 02:01:56 0000 -------
Typical shell-scripting bug... looks like this is an upstream problem, but
gentoo tex maintainers should be able to patch it for now and help upstream to
fix it. Could you help them find the problem more quickly by specifying which
file has the broken code you posted?

------- Comment #2 From Alexis Ballier 2008-10-18 08:10:04 0000 -------
thanks for the report, i've set LC_ALL to C at the top of the src_compile.
After grepping the source, there are waaaaayyy too many A-Z a-z regexps... even
if we fix the build problem, there may very well remain some hidden problems,
so i've prefered the simple way of setting C locale instead.

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