Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685312 - kernel fails to build with LANG set to es_UY.utf8
Summary: kernel fails to build with LANG set to es_UY.utf8
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-07 23:54 UTC by edes
Modified: 2019-05-08 22:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edes 2019-05-07 23:54:03 UTC
in my system i have LANG set to es_UY.utf8, and building the kernel fails thus (after several non fatal warnings):

  AR      arch/x86/kernel/built-in.a
  AS      arch/x86/kernel/head_64.o
  CC      arch/x86/kernel/head64.o

during GIMPLE pass: wrestrict
En la función ‘copy_bootdata’:
en pp_format, en pretty-print.c:1393
  377 | static void __init copy_bootdata(char *real_mode_data)
      |                    ^~~~~~~~~~~~~
Por favor, envíe un informe completo de errores,
con el código preprocesado si es apropiado.
Véase <https://bugs.gentoo.org/> para instrucciones.
make[2]: *** [scripts/Makefile.build:276: arch/x86/kernel/head64.o] Error 1
make[1]: *** [scripts/Makefile.build:486: arch/x86/kernel] Error 2
make: *** [Makefile:1051: arch/x86] Error 2


changing LANG to a different code (for example "es_ES.utf8", or simply "es"), the kernel compiles without any errors.
Comment 1 Jonas Stein gentoo-dev 2019-05-08 19:43:50 UTC
please add the full package name with versionnumber in the summary and reopen the ticket.
Have you tried different versions too?
Comment 2 edes 2019-05-08 22:16:44 UTC
Hi, yes, I didn't include a specific version number because this problem appears in more than one version: gentoo-sources-5.0.13 and 5.1.0. I'll reopen the ticket with this information.

-