[Bug 511585] Re: Unable to start pump server because of python version mismatch

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as "Won't Fix".

** Changed in: distcc (Ubuntu Lucid)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2015-03-17 Thread Thomas A. F. Thorne
I am still seeing this bug in what I forgot was a very old version of
Mint.  My appologies for making noises on an old thread.  I can confirm
that I have not seen this on my updated 14.04 trusty machine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2015-03-17 Thread Thomas A. F. Thorne
Maverick has the bug, it could have been fixed.  I think this state
should have been "Won't Fix".

I'll see if I can navigate the DistCC project, Debian system and Ubuntu
system in the next few weeks.  These are all helpful tools for a
small/medium business or even any where that has offices of a dozen
developers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 511585] Re: Unable to start pump server because of python version mismatch

2012-12-10 Thread Daniel Hartwig
On 11 December 2012 08:05, Rudd-O  wrote:
> Still not fixed in precise.

Please contact a bug supervisor to nominate this task for precise
then.  You can find such people on #ubuntu-bugs.

The description already contains appropriate SRU fields, and the
upstream patch is identified.  The upstream patch may not be suitable,
as it changes installed file locations.  However, it would be easy
enough to just "update" the hardcoding in this file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2012-12-10 Thread Rudd-O
** Tags added: precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2012-12-10 Thread Rudd-O
This bug is in precise too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2012-12-10 Thread Rudd-O
Still not fixed in precise.

I can't believe this.

Look at the source of the /usr/bin/distcc-pump file:

# This is where include_server.py lives.  It's set to the empty string
# before pump is installed into its final location.  At install-time,
# the 'make install' command will rewrite this line of pump to point
# to the installed include_server.py.
# NOTE: DO NOT CHANGE THE LINE BELOW WITHOUT CHANGING THE SED IN
#   Makefile.in:install-include-server.
include_server=''

why is this empty?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2012-11-10 Thread Daniel Hartwig
This is the patch used in 3.1-4.2.

** Patch added: "python-fix.diff"
   
https://bugs.launchpad.net/ubuntu/+source/distcc/+bug/511585/+attachment/3429478/+files/python-fix.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2012-11-10 Thread Daniel Hartwig
** Description changed:

  [Impact]
  
- Users can not use distcc-pump due to problems with python version
- hardcoding.  Subsequent “fixes” to bump the version only fail later.
+ Using distcc-pump is a significant speed gain with a large compile farm.
+ 
+ Ubuntu users can not use distcc-pump due to problems with python version
+ and module path hardcoding.  The upstream build system and Ubuntu
+ packaging attempt various hacks to detect the python version and
+ installed location of include_server modules.  These have proved quite
+ unreliable.
+ 
+ Subsequent “fixes” to bump the version only fail later, or sometimes
+ don't work at all (see comments on bug #767066).
  
  Instead of constantly hardcoding newer python versions, distcc/3.1-4.2
  includes a fix where the default version is detected in debian/rules and
- passed along to the build configure as “/usr/bin/pythonN.M”.  This is
- intimately tied to the fix for bug #767066, which is also required for
- distcc-pump mode to continue working.
+ passed along to the build configure as “/usr/bin/pythonN.M”.  Further,
+ it also installs the modules to a fixed, private path and bypasses the
+ problems with detecting the installed path during the package build
+ process.
  
  [Test Case]
  
  * Install distcc and distcc-pump packages:
  
  $ sudo apt-get install -y distcc distcc-pump
  …
  
  * Start a local distcc server and setup environment:
  
  $ distccd --daemon --allow 127.0.1.1
  $ export DISTCC_HOSTS=localhost/4,cpp
  
  * Attempt to start distcc-pump, observe the the include_server module is
  not found:
  
- # on precise, the command is “distcc-pump --startup”
+ # on lucid:
  $ pump --startup
  __Using distcc-pump from /usr/bin
  __Using 3 distcc servers, of which only 2 support(s) pump mode
  /usr/bin/python: can't open file 
'/usr/lib/pymodules/python2.5/include_server/include_server.py': [Errno 2] No 
such file or directory
  __Expected a socket at '/tmp/distcc-pump.I3DsMc/socket'
+ __Could not start distcc-pump include server
+ 
+ # on precise (the command and error message are different):
+ $ distcc-pump --startup
+ __Using 2 distcc servers, of which only 1 support(s) pump mode
+ /usr/bin/distcc-pump: 538: /usr/bin/find_c_extension.sh: not found
+ /usr/bin/python: can't open file '/usr/bin/include_server/include_server.py': 
[Errno 2] No such file or directory
+ __Expected a socket at '/tmp/distcc-pump.Hlfnoz/socket'
  __Could not start distcc-pump include server
  
  [Regression Potential]
  
  Although this will still require a rebuild when the default version
  changes, it will not require any further modifications to the distcc
  packaging.
  
- The changes to fix this and bug #767066 are small, although the fix for
- the later requires to change the installed path of the python modules to
- a private path.  These modules were previously installed in a public
- path but have never been usable to create and run custom
- include_servers.  It is extremely unlikely that any user was making use
- of them, if someone was they will have to update their code to locate
- these modules in the private path.
+ Small patch.
+ 
+ The python modules for the include_server were previously installed to a
+ public path.  They are now moved to a private path.  This is not
+ expected to impact any users, because these modules have never been
+ usable by anything other than the official distcc-pump script.  In the
+ extra rare situation that a user has developed some custom program using
+ them, they will have to add the new path (which is fixed and well-
+ defined) to their python load path.
+ 
+ The proposed fix has been in sid since March 2012, and quantal since
+ August.  No regressions have been reported.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 511585] Re: Unable to start pump server because of python version mismatch

2012-11-10 Thread Daniel Hartwig
** Description changed:

- I tried to start distcc-pump inclusion server and got the following:
+ [Impact]
  
+ Users can not use distcc-pump due to problems with python version
+ hardcoding.  Subsequent “fixes” to bump the version only fail later.
+ 
+ Instead of constantly hardcoding newer python versions, distcc/3.1-4.2
+ includes a fix where the default version is detected in debian/rules and
+ passed along to the build configure as “/usr/bin/pythonN.M”.  This is
+ intimately tied to the fix for bug #767066, which is also required for
+ distcc-pump mode to continue working.
+ 
+ [Test Case]
+ 
+ * Install distcc and distcc-pump packages:
+ 
+ $ sudo apt-get install -y distcc distcc-pump
+ …
+ 
+ * Start a local distcc server and setup environment:
+ 
+ $ distccd --daemon --allow 127.0.1.1
+ $ export DISTCC_HOSTS=localhost/4,cpp
+ 
+ * Attempt to start distcc-pump, observe the the include_server module is
+ not found:
+ 
+ # on precise, the command is “distcc-pump --startup”
  $ pump --startup
  __Using distcc-pump from /usr/bin
  __Using 3 distcc servers, of which only 2 support(s) pump mode
  /usr/bin/python: can't open file 
'/usr/lib/pymodules/python2.5/include_server/include_server.py': [Errno 2] No 
such file or directory
  __Expected a socket at '/tmp/distcc-pump.I3DsMc/socket'
  __Could not start distcc-pump include server
  
- The reason is simple: since Karmic python2.6 is used as default version
- and thus all the packages are built for python2.6 but not python2.5.
+ [Regression Potential]
+ 
+ Although this will still require a rebuild when the default version
+ changes, it will not require any further modifications to the distcc
+ packaging.
+ 
+ The changes to fix this and bug #767066 are small, although the fix for
+ the later requires to change the installed path of the python modules to
+ a private path.  These modules were previously installed in a public
+ path but have never been usable to create and run custom
+ include_servers.  It is extremely unlikely that any user was making use
+ of them, if someone was they will have to update their code to locate
+ these modules in the private path.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 511585] Re: Unable to start pump server because of python version mismatch

2012-06-13 Thread Daniel Hartwig
Only an issue with the packaged software.  Installing from source is ok.

** Changed in: distcc
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2012-05-03 Thread JC Hulce
This bug affects Ubuntu 10.10, Maverick Meerkat. Maverick has reached 
end-of-life and is no longer supported, so I am closing the bugtask for 
Maverick. Please upgrade to a newer version of Ubuntu. 
More information here: 
https://lists.ubuntu.com/archives/ubuntu-announce/2012-April/000158.html

** Changed in: distcc (Ubuntu Maverick)
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/distcc/+bug/511585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2011-04-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/distcc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2011-04-20 Thread marcobra (Marco Braida)
Seems not fixed in Natty
https://bugs.launchpad.net/ubuntu/+source/distcc/+bug/767066

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2011-04-19 Thread Launchpad Bug Tracker
This bug was fixed in the package distcc - 3.1-4ubuntu1

---
distcc (3.1-4ubuntu1) natty; urgency=low

  * debian/patches: 04_fix_pumps_include_server_path.dpatch, fix determination
of pymodules path, LP: #511585
 -- Dustin KirklandTue, 19 Apr 2011 10:25:04 -0400

** Changed in: distcc (Ubuntu Natty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2011-04-19 Thread Dustin Kirkland
Uploaded to Natty.  Awaiting release-team approval.

** Changed in: distcc (Ubuntu Karmic)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2011-04-19 Thread Dustin Kirkland
** Patch added: "511585.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/distcc/+bug/511585/+attachment/2067783/+files/511585.debdiff

** Changed in: distcc (Ubuntu Natty)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2011-04-19 Thread Dustin Kirkland
Attaching a trivial patch to get this fixed in Natty.  (Could be SRU'd
easily, too, if anyone wants to run with this).

** Also affects: distcc (Ubuntu Natty)
   Importance: Medium
   Status: Triaged

** Changed in: distcc (Ubuntu Natty)
   Status: Triaged => In Progress

** Changed in: distcc (Ubuntu Natty)
 Assignee: (unassigned) => Dustin Kirkland (kirkland)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2011-03-14 Thread marcobra (Marco Braida)
For those looking for a workaround for Natty: Modify /usr/bin/pump and
replace "python2.5" with "python2.7".

** Tags added: natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511585

Title:
  Unable to start pump server because of python version mismatch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-08-26 Thread papukaija
** Tags added: karmic lucid maverick

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-06-21 Thread Ihor Kaharlichenko
I totally agree with you, guys, - I hate hardcoding myself. But
meanwhile shouldn't we have a hackish fix that "just works (tm)" while
Debian/Ubuntu Python team proposes a robust policy on how to deal with
such problems?

Seen from my perspective ignoring this issue because "hardcoding is bad"
is not a way to go either - casual users need distcc to work out of the
box regardless of how it is packaged and don't bother creating dirty
symlinks/patching the source on their own.

I suggest the following:
1. fix this issue with a hack (either with my patch or any other way)
2. create another one describing the python version hardcoding problem and 
handle it separately; this issue can address several packages at once (I don't 
think pump-distcc is that special with this problem)

Meanwhile users can enjoy the power of pupm-distcc.

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-06-18 Thread Justin Lebar
For those looking for a workaround, one was posted in bug 472201: Modify
/usr/bin/pump and replace "python2.5" with "python2.6".

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-06-18 Thread Justin Lebar
I agree that changing the hardcoded Python version number isn't the
Right Way to fix this, but it would be nice if you guys could release a
fix for this package while you work on a better solution.  It's been
broken for six months now.

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-06-13 Thread Joel Ebel
** Tags added: glucid

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-05-04 Thread Michael Casadevall
I managed to confirm the bug still exists in Lucid. Tasks opened and bug
marked as confirmed.

** Changed in: distcc (Ubuntu Karmic)
   Status: New => Triaged

** Changed in: distcc (Ubuntu Lucid)
   Status: Confirmed => Triaged

** Changed in: distcc (Ubuntu Maverick)
   Status: Confirmed => Triaged

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-05-04 Thread Michael Casadevall
Ugh, this would fix the issue, but the behavior in Debian of hardcoding
in a path is broken by design (especially since Ubuntu and Debian
support concurrent installations of python side by side). Looking at
Debian, I don't see a specific fix for this bug in the changelog. I'm
testing to see if this is an issue in Debian, but I'm flagging the patch
needswork as we shouldn't be hardcoding in a python version.

** Tags added: patch-needswork
** Tags removed: patch

** Also affects: distcc (Ubuntu Karmic)
   Importance: Undecided
   Status: New

** Also affects: distcc (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: distcc (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: distcc (Ubuntu Lucid)
   Status: New => Confirmed

** Changed in: distcc (Ubuntu Karmic)
   Importance: Undecided => Medium

** Changed in: distcc (Ubuntu Maverick)
   Importance: Undecided => Medium

** Changed in: distcc (Ubuntu Lucid)
   Importance: Undecided => Medium

** Changed in: distcc (Ubuntu Maverick)
   Status: New => Confirmed

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-04-27 Thread pelya
Also there in Lucid

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-03-22 Thread Brian Murray
** Tags added: patch

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 511585] Re: Unable to start pump server because of python version mismatch

2010-01-24 Thread Ihor Kaharlichenko
** Also affects: distcc (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Unable to start pump server because of python version mismatch
https://bugs.launchpad.net/bugs/511585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs