Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82524 - PATCH: emerge of debianutils-1.16.7 fails on solaris
Summary: PATCH: emerge of debianutils-1.16.7 fails on solaris
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 20:55 UTC by devsk
Modified: 2005-03-16 21:35 UTC (History)
0 users

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


Attachments
Implement failing parts of the code for solaris (debianutils-1.16.7-solaris.patch,8.04 KB, patch)
2005-02-18 20:56 UTC, devsk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description devsk 2005-02-18 20:55:03 UTC
When I try to emerge debianutils on solaris the compile fail for want of getopt.h, scandir and other similar linuxisms. This patch implements some of the functionality to provide the same routines on solaris. This helps make the portage system seamlessly uniform.

This patch doesn't affect linux functionality. All new pieces are #ifdef under solaris specific macro.

Reproducible: Always
Steps to Reproduce:
1. emerge debianutils
2.
3.

Actual Results:  
emerge fails with compile errors

Expected Results:  
emerge should succeed.
Comment 1 devsk 2005-02-18 20:56:22 UTC
Created attachment 51560 [details, diff]
Implement failing parts of the code for solaris
Comment 2 SpanKY gentoo-dev 2005-03-16 15:51:56 UTC
version bump it rather than fixing the crusty version we have now
Comment 3 devsk 2005-03-16 19:30:18 UTC
can you elaborate a bit? I don't see any version other than the one I patched in portage. if there is something newer available, who is responsible for writing the ebuild for it.
Comment 4 SpanKY gentoo-dev 2005-03-16 21:35:29 UTC
Bug 49125