Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278524 - dev-python/matplotlib-0.98.5.3 X connection to localhost:14.0 broken
Summary: dev-python/matplotlib-0.98.5.3 X connection to localhost:14.0 broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 23:06 UTC by Pinky
Modified: 2009-07-23 03:06 UTC (History)
1 user (show)

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


Attachments
ebuild with unset DISPLAY for build process (matplotlib-0.98.5.3.ebuild,4.68 KB, text/plain)
2009-07-20 23:07 UTC, Pinky
Details
patch for ebuild, unset Display (matplotlib-0.98.5.3.ebuild.patch,257 bytes, patch)
2009-07-20 23:10 UTC, Pinky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pinky 2009-07-20 23:06:03 UTC
OPTIONAL BACKEND DEPENDENCIES
                libpng: 1.2.38
X11 connection rejected because of wrong authentication.
X connection to localhost:14.0 broken (explicit kill or server shutdown).

This happend under some specific circumstances. Build from remote console over 'ssh -Y user@machine su' (remote login as ordinaty user and then changed to root trougth su) where DISPLAY is set properly by ssh. Probably user portage ( emerge/ebuild change user to portage for building process) relly can not authenticate to X.

This id wery similar to bug #257634

Reproducible: Always




Solution is unset DISPLAY or change it to garabage.
Comment 1 Pinky 2009-07-20 23:07:32 UTC
Created attachment 198651 [details]
ebuild with unset DISPLAY for build process
Comment 2 Pinky 2009-07-20 23:10:21 UTC
Created attachment 198653 [details, diff]
patch for ebuild, unset Display

Patch version for ebuild. Does the same as previous ebuild.
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2009-07-23 03:06:07 UTC
Fixed in cvs. Thanks!