Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 82524

Summary: PATCH: emerge of debianutils-1.16.7 fails on solaris
Product: Gentoo Linux Reporter: devsk <funtoos>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Implement failing parts of the code for solaris

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