Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292175 Details for
Bug 376745
dev-lang/python-3.2-r2 fails tests argparse asynchat httpservers and import
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
unified diff ebuild patch
python-3.2-r2.patch (text/plain), 2.32 KB, created by
Ian Delaney (RETIRED)
on 2011-11-11 05:33:07 UTC
(
hide
)
Description:
unified diff ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-11 05:33:07 UTC
Size:
2.32 KB
patch
obsolete
>diff -ur python.orig//Manifest python/Manifest >--- python.orig//Manifest 2011-11-11 02:36:15.927849127 +0800 >+++ python/Manifest 2011-11-11 03:30:37.131847698 +0800 >@@ -37,7 +37,7 @@ > EBUILD python-3.1.3-r1.ebuild 9894 RMD160 edd846b9fe5c472e4e99dfa95395708afa71ed13 SHA1 2807dad1ee84148cb2ddd466f047e5610e7c668b SHA256 ff762195045158c7cf2719a7ebfdb8317b4aa7fcf089db52afa9559a36ed01bc > EBUILD python-3.1.4-r2.ebuild 10646 RMD160 4726f8222b8ab5d1c31a38f6acc874b38717b310 SHA1 bf79f7dc267a2b5844c2577c6c8b2aab72ca58a2 SHA256 bf32f2929a2cde246878d7dc563f26d6b5e822b0982796f8c08a8234e2a73d68 > EBUILD python-3.1.4-r3.ebuild 10678 RMD160 8d77544086ac1764ea07c26ef25c006691160dd4 SHA1 38a2a70e2c125cc0ee80fd1a11dee13014d54644 SHA256 70151069d5870bc70bcc5f1eab24b9ed69cd4429e0fd6dc6a94cde4ff03d7935 >-EBUILD python-3.2-r2.ebuild 10881 RMD160 b630cb490e855bf2ae58e2fa3294e81fce617bed SHA1 6d079523ac4c1fb3f9bda50885514109648c45d1 SHA256 16885f7bc69c7969512622db2f1981fa76a8128479a783a6f7bfa6ff05863008 >+EBUILD python-3.2-r2.ebuild 10990 RMD160 6cbb79124d32ca316edecd39ef9036b6ca7e5917 SHA1 9f18ac6a64e817d074f6f4883c98fce2e4f38a45 SHA256 468047ae3ddc09221e793e7fd24386ed5de7c7220386c4301640210556666b85 > EBUILD python-3.2.2.ebuild 10716 RMD160 eaf7fd123e8f20d13d5b1ba2a6f1b60e62be780b SHA1 e27ab698ad9092c2246cf0960cfb8d74eeaf7e79 SHA256 bc35f6e26996c6b177f20af619e127ea3fb3b64237fcf6c003c5f98203087d44 > MISC ChangeLog 99651 RMD160 972f246ef3450fd4138b2c9560ea4d8514479ee3 SHA1 2bcac6b439b862ccfc4261328911d246ccfc854b SHA256 97e13a6103adb2560fbb314c17a4cb88a5e175e165af52640f179d4b15121398 > MISC metadata.xml 661 RMD160 54831d16b8807086bfabdbb3df9d33336b5d42a0 SHA1 9867c337fe9e6f4e967004fc9409763e0fedf43b SHA256 2c6c3407251f7ccd6501dee49494e539a9544f2fbae99a4373eefdf4e83e8908 >diff -ur python.orig//python-3.2-r2.ebuild python/python-3.2-r2.ebuild >--- python.orig//python-3.2-r2.ebuild 2011-11-11 03:00:19.672848494 +0800 >+++ python/python-3.2-r2.ebuild 2011-11-11 03:40:52.675847429 +0800 >@@ -164,6 +164,12 @@ > fi > fi > >+ # Test FEATURES settings for arparse test failure, Bug 376745 >+ if [ ! has usersandbox && ! has userpriv ] $FEATURES; then >+ einfo "Both usersandbox && userpriv are not set, test argparse will fail" \ >+ "to test, run the test suite as user" >+ fi >+ > if [[ -n "${PYTHON_DISABLE_MODULES}" ]]; then > einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}" > fi
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 376745
:
281279
|
281281
|
292141
|
292173
| 292175