← Back to team overview

ubuntustudio-bugs team mailing list archive

[Bug 1683948] Re: puredata-gui is missing dependency for puredata-core

 

This bug was fixed in the package puredata - 0.48.0-1

---------------
puredata (0.48.0-1) unstable; urgency=medium

  * New upstream version 0.48.0

  * Refreshed patches
  * Build with system-wide portaudio
  * More spelling fixes
  * Updated package-description
    * Mentioned "metapackage" in the description of 'puredata'
    * Clarified why puredata-gui can be installed without puredata-gui
      (LP: #1683948)
  * Don't call dpkg-parsechangelog for parsing time & version of package
  * Updated instructions on cloning the package repository
  * Use https:// when possible
  * Updated d/copyright
  * Promoted myself to Maintainer
  * Bumped standards-version to 4.0.1

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@xxxxxxxxxx>  Wed, 16 Aug
2017 12:46:31 +0200

** Changed in: puredata (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to puredata in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1683948

Title:
  puredata-gui is missing dependency for puredata-core

Status in puredata package in Ubuntu:
  Fix Released

Bug description:
  apt-get install puredata-gui results in an executable puredata-gui
  which fails with

  $ pd-gui
  Error in startup script: couldn't execute "/usr/lib/puredata/tcl/../bin/pd": no such file or directory
      while executing
  "exec -- $pd_exec -guiport $::port &"
      (procedure "main" line 19)
      invoked from within
  "main $::argc $::argv"
      (file "/usr/lib/puredata/tcl/pd-gui.tcl" line 759)

  
  reason is that the package has

  Depends: python3, tk (>= 8.4), tcl8.5 | tclsh
  Recommends: puredata

  where puredata should be listed under Depends.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puredata/+bug/1683948/+subscriptions


References