Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282830 - sys-libs/e2fsprogs-libs-1.41.7 patches for IRIX
Summary: sys-libs/e2fsprogs-libs-1.41.7 patches for IRIX
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All IRIX
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 19:54 UTC by Stuart Shelton
Modified: 2009-09-25 15:59 UTC (History)
0 users

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


Attachments
e2fsprogs-libs-1.41.7 configure patch (e2fsprogs-libs-1.41.7-configure.patch,1.43 KB, patch)
2009-08-26 19:55 UTC, Stuart Shelton
Details | Diff
e2fsprogs-libs-1.41.7 IRIX patch (e2fsprogs-libs-1.41.7-irix.patch,8.33 KB, patch)
2009-08-26 19:59 UTC, Stuart Shelton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Shelton 2009-08-26 19:54:57 UTC
The configure patch fixes a, presumably cosmetic, bug in configure where the developer can't decide how to format their dates ;)

The second and more substantial patch allows e2fsprogs-libs to build without errors.  I've not tested the probe.c patch further than ensuring that it compiles - but this code seems to be related to HFS(+) filesystems, so is probably never used.
Comment 1 Stuart Shelton 2009-08-26 19:55:52 UTC
Created attachment 202343 [details, diff]
e2fsprogs-libs-1.41.7 configure patch


Fixes the "Unknown month: June?" warning when running configure.
Comment 2 Stuart Shelton 2009-08-26 19:59:30 UTC
Created attachment 202345 [details, diff]
e2fsprogs-libs-1.41.7 IRIX patch


This should be safe for all OS but fixes GNU-isms which prevent e2fsprogs-libs from building on IRIX.

(<sys/prctl.h> exists on IRIX, but doesn't define PR_GET_DUMPABLE and so can't be used as intended here.  The configure script should probably check for that...)
Comment 3 Fabian Groffen gentoo-dev 2009-09-25 15:59:37 UTC
cosmetic patch not applied (not because I like it, but more because that needs to go upstream, and it doesn't fix anything)

irix patch added and applied.