ubuntustudio-bugs team mailing list archive
-
ubuntustudio-bugs team
-
Mailing list archive
-
Message #05630
[Bug 1683948] [NEW] puredata-gui is missing dependency for puredata-core
Public bug reported:
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.
** Affects: puredata (Ubuntu)
Importance: Undecided
Status: New
** Tags: packaging
--
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:
New
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
Follow ups