Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911824 - gnome-base/gvfs fails to compile because of missing locale.h import
Summary: gnome-base/gvfs fails to compile because of missing locale.h import
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-07 01:43 UTC by Lino Bigatti
Modified: 2023-08-08 14:17 UTC (History)
0 users

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


Attachments
Proposed patch to resolve the issue (import-locale.patch,300 bytes, patch)
2023-08-07 01:43 UTC, Lino Bigatti
Details | Diff
emerge info (file_911824.txt,7.26 KB, text/plain)
2023-08-07 01:43 UTC, Lino Bigatti
Details
configure and compile phase log (file_911824.txt,60.71 KB, text/plain)
2023-08-07 01:44 UTC, Lino Bigatti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lino Bigatti 2023-08-07 01:43:14 UTC
Created attachment 867253 [details, diff]
Proposed patch to resolve the issue

=gnome-base/gvfs-1.50.5::gentoo fails to compile due to errors related to a missing #import <locale.h> statement in client/gvfsfusedaemon.c
I am unsure of how this came to be, since it seems like a bug that should have been noticed very quickly. Regardless, I have provided the build log, my system config, in case this is a machine-specific issue, and a patch which resolves the issue.
Comment 1 Lino Bigatti 2023-08-07 01:43:51 UTC
Created attachment 867254 [details]
emerge info
Comment 2 Lino Bigatti 2023-08-07 01:44:42 UTC
Created attachment 867255 [details]
configure and compile phase log