Skip to content

Conversation

yuanxiaofeng666
Copy link

compile glibc-locale triger error, the error info
is "cross-localedef-native: /xxx/glibc-locale/2.40+git/ locale-tree/Makefile is on different filesystem than rest (use -f option to override)." But check the file, find it's filesystem is same as the rest. Now use the f_type instead of dev_t to check the filesystem.

compile glibc-locale triger error, the error info
is "cross-localedef-native: /xxx/glibc-locale/2.40+git/
locale-tree/Makefile is on different filesystem than rest
(use -f option to override)." But check the file, find it's
filesystem is same as the rest. Now use the f_type instead of
dev_t to check the filesystem.

Signed-off-by: Xiaofeng Yuan <[email protected]>
@kraj
Copy link
Contributor

kraj commented Feb 16, 2025

I wanted you to submit the patch for cross-localedef into its github repo not oe-core see
see - https://github.com/kraj/localedef

@yuanxiaofeng666
Copy link
Author

I wanted you to submit the patch for cross-localedef into its github repo not oe-core see see - https://github.com/kraj/localedef

my patch is fixup the bug of locale/programs/cross-localedef-hardlink.c, it based on Jason Wessel's 0001-localedef-Add-hardlink-resolver-from-util-linux.patch. In cross-localedef's github repo, I havn't see the cross-localedef-hardlink.c, I don't known how to submit my patch. Can you give me some advice?

@kraj
Copy link
Contributor

kraj commented Feb 19, 2025

I wanted you to submit the patch for cross-localedef into its github repo not oe-core see see - https://github.com/kraj/localedef

my patch is fixup the bug of locale/programs/cross-localedef-hardlink.c, it based on Jason Wessel's 0001-localedef-Add-hardlink-resolver-from-util-linux.patch. In cross-localedef's github repo, I havn't see the cross-localedef-hardlink.c, I don't known how to submit my patch. Can you give me some advice?

OK this file cross-localedef-hardlink.c belongs to glibc project, so perhaps it needs to be send to glibc upstream. Here are instructions to submit patches to glibc
https://sourceware.org/glibc/wiki/Contribution%20checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants