Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354390 Details for
Bug 478446
sys-apps/groff-1.22.2 with sys-apps/portage-2.2.0_alpha190 on Gentoo/FreeBSD - configure hangs at: checking whether pnmtops can handle the -nosetpage option...
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sample patch for portage-2.2.0_alpha190/pym/portage/process.py
portage-2.2.0_alpha190-fd_disable.patch (text/plain), 422 bytes, created by
Yuta SATOH
on 2013-07-28 09:16:07 UTC
(
hide
)
Description:
sample patch for portage-2.2.0_alpha190/pym/portage/process.py
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2013-07-28 09:16:07 UTC
Size:
422 bytes
patch
obsolete
>diff --git a/pym/portage/process.py b/pym/portage/process.py >index 728a01d..f5cf0cf 100644 >--- a/pym/portage/process.py >+++ b/pym/portage/process.py >@@ -39,7 +39,7 @@ for _fd_dir in ("/proc/self/fd", "/dev/fd"): > else: > _fd_dir = None > >-if _fd_dir is not None: >+if _fd_dir is not None and platform.system() not in ('FreeBSD',): > def get_open_fds(): > return (int(fd) for fd in os.listdir(_fd_dir) if fd.isdigit()) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 478446
:
354388
| 354390