[Bug 64848] Re: k3d does not install

2006-11-05 Thread Pavel Rojtberg
there is a fix for this in the debian package

-- 
k3d does not install
https://launchpad.net/bugs/64848

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


[Bug 64848] Re: k3d does not install

2006-11-01 Thread manu
** Also affects: olive (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
k3d does not install
https://launchpad.net/bugs/64848

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


[Bug 64848] Re: k3d does not install

2006-10-31 Thread Lorenzo J. Lucchini
I can confirm the behavior on Kubuntu Edgy final.

-- 
k3d does not install
https://launchpad.net/bugs/64848

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


[Bug 64848] Re: k3d does not install

2006-10-31 Thread Ryan Stonecipher-Fisher
Same behavior here.

-- 
k3d does not install
https://launchpad.net/bugs/64848

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


Re: [Bug 64848] Re: k3d does not install

2006-10-27 Thread Jeff Sparkes
Since that's the only occurrence of the string "Versions" in the source
package,
it must be the one that needs to be changed.

Your patch looks good to me.   Not sure if that means anything...

On 10/26/06, Alex Sutcliffe <[EMAIL PROTECTED]> wrote:
>
> I think the root cause is a typo in the debian/control file in the
> source package:
>
> XB-Python-Versions: ${python:Versions}
>
> should be
>
> XB-Python-Version: ${python:Versions}
>
> I've attached a patch for the source package but I'm not sure if I've
> done it correctly and would appreciate feedback!
>
> Alex
>
>
> ** Attachment added: "fixes typo in control file - XB-Python-Versions
> should be XB-Python-Version"
>http://librarian.launchpad.net/4937415/patch-file
>
> --
> k3d does not install
> https://launchpad.net/bugs/64848
>

-- 
k3d does not install
https://launchpad.net/bugs/64848

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


[Bug 64848] Re: k3d does not install

2006-10-26 Thread Alex Sutcliffe
I think the root cause is a typo in the debian/control file in the
source package:

XB-Python-Versions: ${python:Versions}

should be

XB-Python-Version: ${python:Versions}

I've attached a patch for the source package but I'm not sure if I've
done it correctly and would appreciate feedback!

Alex


** Attachment added: "fixes typo in control file - XB-Python-Versions should be 
XB-Python-Version"
   http://librarian.launchpad.net/4937415/patch-file

-- 
k3d does not install
https://launchpad.net/bugs/64848

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


[Bug 64848] Re: k3d does not install

2006-10-25 Thread Alex Sutcliffe
Confirmed - Edgy and 0.5.12.0-1ubuntu2.
https://launchpad.net/distros/ubuntu/+source/k3d/+bug/68066 is a
duplicate of this bug.

As submitter of 68066 noted, this looks to be the problem:

Python-Versions: current

which should be

Python-Version: current


** Changed in: k3d (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
k3d does not install
https://launchpad.net/bugs/64848

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


[Bug 64848] Re: k3d does not install

2006-10-23 Thread Andy Choens
I've been busy with midterms, so I haven't played with K3D much this
month, but I'll confirm the upgrade/intall/deinstall bug. It doesn't
seem to have affected it's ability to work. What little I've done with
k3d lately, it seems to work fine.

-- 
k3d does not install
https://launchpad.net/bugs/64848

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


[Bug 64848] Re: k3d does not install (or uninstall)

2006-10-22 Thread ow3n
I did a dist-upgrade from dapper to edgy, and k3d consistently fails
during any install/remove/purge operation.  apt either tries to
configure k3d while installing another package, or fails during a
remove/autoremove operation on k3d itself.

This is the output of apt-get remove:
-
>:$ sudo apt-get remove k3d
Reading package lists... Done
Building dependency tree... Done
The following packages were automatically installed and are no longer required:
  k3d
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  k3d
0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 44.5MB disk space will be freed.
Do you want to continue [Y/n]?
(Reading database ... 273621 files and directories currently installed.)
Removing k3d ...
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 1348, in ?
main()
  File "/usr/bin/pycentral", line 1342, in main
rv = action.run(global_options)
  File "/usr/bin/pycentral", line 932, in run
pkg.read_version_info()
  File "/usr/bin/pycentral", line 535, in read_version_info
raise PyCentralError, "package has no field Python-Version"
__main__.PyCentralError: package has no field Python-Version
dpkg: error processing k3d (--remove):
 subprocess pre-removal script returned error exit status 1
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 1348, in ?
main()
  File "/usr/bin/pycentral", line 1342, in main
rv = action.run(global_options)
  File "/usr/bin/pycentral", line 865, in run
pkg.read_version_info()
  File "/usr/bin/pycentral", line 535, in read_version_info
raise PyCentralError, "package has no field Python-Version"
__main__.PyCentralError: package has no field Python-Version
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 k3d
E: Sub-process /usr/bin/dpkg returned an error code (1)
-

I tried a re-install of python-central, but I still get the same result.

-- 
k3d does not install
https://launchpad.net/bugs/64848

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


[Bug 64848] Re: k3d does not install

2006-10-20 Thread shadowcatcher
have same problem
it's impossible to make a "dpkg -e" on this paquetage...

-- 
k3d does not install
https://launchpad.net/bugs/64848

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