Hi Pd guys,
I have a problem compiling pd on ubuntu 16.04.2 linux.
"sudo apt-get build-dep puredata" is no longer possible? I can't install the necessary dependencies on puredata.
OS: Ubuntu 16.04.2 x64 Pd: 0.47-1 SRC
====================== $ sudo apt-get build-dep puredata Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
*The following packages have unmet dependencies:*
installed* *E: Unable to correct problems, you have held broken packages.* $ ========================
I remember, this command worked well until last year. Any suggestion?
Thanks, Jonghyun
FYI:
alternatively you can use:
$ sudo apt-get install libasound2-dev libjack-jackd2-dev
On Mon, Mar 20, 2017 at 5:58 AM, Jonghyun Kim agitato816@gmail.com wrote:
Hi Pd guys,
I have a problem compiling pd on ubuntu 16.04.2 linux.
"sudo apt-get build-dep puredata" is no longer possible? I can't install the necessary dependencies on puredata.
OS: Ubuntu 16.04.2 x64 Pd: 0.47-1 SRC
====================== $ sudo apt-get build-dep puredata Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
*The following packages have unmet dependencies:*
- builddeps:puredata : Depends: portaudio19-dev but it is not going to be
installed* *E: Unable to correct problems, you have held broken packages.* $ ========================
I remember, this command worked well until last year. Any suggestion?
Thanks, Jonghyun
alternative way worked for me.
it's compiling tutorial, but in korean. (sorry)
https://jonghyunkim816.wordpress.com/2017/03/20/compiling-pure-data-0-47-1-o...
On Mon, Mar 20, 2017 at 6:06 AM, Jonghyun Kim agitato816@gmail.com wrote:
FYI:
alternatively you can use:
$ sudo apt-get install libasound2-dev libjack-jackd2-dev
On Mon, Mar 20, 2017 at 5:58 AM, Jonghyun Kim agitato816@gmail.com wrote:
Hi Pd guys,
I have a problem compiling pd on ubuntu 16.04.2 linux.
"sudo apt-get build-dep puredata" is no longer possible? I can't install the necessary dependencies on puredata.
OS: Ubuntu 16.04.2 x64 Pd: 0.47-1 SRC
====================== $ sudo apt-get build-dep puredata Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
*The following packages have unmet dependencies:*
- builddeps:puredata : Depends: portaudio19-dev but it is not going to be
installed* *E: Unable to correct problems, you have held broken packages.* $ ========================
I remember, this command worked well until last year. Any suggestion?
Thanks, Jonghyun
On 2017년 03월 19일 21:58, Jonghyun Kim wrote:
Hi Pd guys,
I have a problem compiling pd on ubuntu 16.04.2 linux.
"sudo apt-get build-dep puredata" is no longer possible? I can't install the necessary dependencies on puredata.
OS: Ubuntu 16.04.2 x64 Pd: 0.47-1 SRC
sudo apt-get build-dep puredata Reading package lists... Done E: Unable to find a source package for puredata
OS: Mint 18.1
http://askubuntu.com/questions/761357/how-to-automatically-update-etc-apt-so...
On Mon, Mar 20, 2017 at 6:50 AM, Max abonnements@revolwear.com wrote:
On 2017년 03월 19일 21:58, Jonghyun Kim wrote:
Hi Pd guys,
I have a problem compiling pd on ubuntu 16.04.2 linux.
"sudo apt-get build-dep puredata" is no longer possible? I can't install the necessary dependencies on puredata.
OS: Ubuntu 16.04.2 x64 Pd: 0.47-1 SRC
sudo apt-get build-dep puredata
Reading package lists... Done E: Unable to find a source package for puredata
OS: Mint 18.1
On 03/19/2017 10:50 PM, Max wrote:
On 2017년 03월 19일 21:58, Jonghyun Kim wrote:
Hi Pd guys,
I have a problem compiling pd on ubuntu 16.04.2 linux.
"sudo apt-get build-dep puredata" is no longer possible?
is there a "puredata" package for your (deb-based) distribution? if so, it is still possible. (basically, your distro builds its canonical (no pun intended) puredata package using a command similar to yours)
I can't install
the necessary dependencies on puredata.
i can think only of a single reason why this would fail: you have installed *some other* package, that conflict with one of the build-dependencies.
OS: Ubuntu 16.04.2 x64 Pd: 0.47-1 SRC
On 03/19/2017 10:06 PM, Jonghyun Kim wrote:
FYI:
alternatively you can use:
$ sudo apt-get install libasound2-dev libjack-jackd2-dev
well, yes and no. pd has (or could have) more build-dependencies that just those two (and the libportaudio19-dev that is conflicting on your system). you just seem to have all of them satisfied otherwise.
sudo apt-get build-dep puredata Reading package lists... Done E: Unable to find a source package for puredata
OS: Mint 18.1
for "build-dep" to work you need a "deb-src" line in your apt-sources.
fgmdsar IOhannes
I installed freshly ubuntu 16.04.2 on a virtual machine and tested it. "apt-get build-dep" works. Are the things listed there all I need?
$ sudo apt-get build-dep puredata Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED:
The following NEW packages will be installed:
0 upgraded, 19 newly installed, 1 to remove and 0 not upgraded. Need to get 3,292 kB of archives. After this operation, 10.9 MB of additional disk space will be used. Do you want to continue? [Y/n]
PS:
is there a "puredata" package for your (deb-based) distribution?
Sure.
Thanks, Jonghyun
On 2017년 03월 19일 23:04, zmoelnig@iem.at wrote:
sudo apt-get build-dep puredata Reading package lists... Done E: Unable to find a source package for puredata
OS: Mint 18.1
for "build-dep" to work you need a "deb-src" line in your apt-sources.
Confirming that it works without errors once sources are available.