Hi list,
I'm on 64Bit Ubuntu 14.04.1, and I wanna to install 32 Bit Pd-extended on my 64Bit system.
I searched forum and internet, but I can't find out the instruction.
Any helps?
Quoting Jonghyun Kim agitato816@gmail.com:
like any other 32bit package you want to install on your 64bit system,
you first have to enable "multi-arch" for your system,
and then you can install the 32bit package.
i don't know the commands by heart, but it's something like:
# dpkg --add-architecture i386
there should be plenty of documentation on this subject on the web
(though probably none related to Pd-extended)
since Pd-extended has *many* dependencies (and most of them are
platform-dependent, that is: for a 32bit PdX you need to install 32bit
dependencies), you might end up having a full-fledged 32bit-system
residing besides your 64bit-system.
are you sure you want this?
(esp. since on recent Ubuntus, you should have most externals
available as native packages, so you can simply "aptitude install"
those that you need - in 64bit mode!)
fgmadsr IOhannes
thanks for the answer!:) I have an additional question.
Can I install both version(32, 64bit) of pd-extended on my 64bit ubuntu 14.04 ?
Is it causes the system conflict? akntk
On Sunday, September 28, 2014, zmoelnig@iem.at wrote:
I'm trying to install 32bit pd-extended on 64bit(amd64) Ubuntu 14.04.1
============================================== akntk@umi:~$ sudo apt-get install pd-extended:i386 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: pd-extended:i386 : Depends: libquicktime2:i386 (>= 2:1.2.2) but it is not going to be installed Depends: ttf-dejavu:i386 but it is not installable Recommends: x-ttcidfont-conf:i386 but it is not installable Recommends: libtk-img:i386 but it is not going to be installed Recommends: tcllib:i386 but it is not installable Recommends: tkdnd:i386 but it is not going to be installed Recommends: puredata-dev:i386 but it is not installable Recommends: puredata-utils:i386 but it is not going to be installed E: Unable to correct problems, you have held broken packages. akntk@umi:~$ ======================================================
I tried with this command, but to install pd-extended, it asks *too many* dependency. Is there a way to install all of dependency on pd-extended:i386?
akntk
On Sun, Sep 28, 2014 at 8:03 PM, Jonghyun Kim agitato816@gmail.com wrote:
I found it but it's outdated
http://puredata.info/docs/developer/64BitLinux
On Sun, Sep 28, 2014 at 9:31 PM, Jonghyun Kim agitato816@gmail.com wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Joghyun, if you tell us why you want to do that we could give you a better answer.
On 09/28/2014 08:03 PM, Jonghyun Kim wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-09-28 13:03, Jonghyun Kim wrote:
Can I install both version(32, 64bit) of pd-extended on my 64bit ubuntu 14.04 ?
i don't think so.
Is it causes the system conflict?
both architectures will try to install files at the same location (e.g. /usr/lib/pd-extended/bin/pd-watchdog). it's therefore forbidden to install both packages at the same time.
fgasdrmn# IOhannes