I just got an Odroid and downloaded the latest Pd (0.46-0) from Miller's site and tried to compile it. ./autogen.sh and ./configure went just fine, but make through this error at the end:
sigmund~.c:1398:1: fatal error: closing dependency file .deps/sigmund~.Tpo:
No space left on device
}
^
compilation terminated.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[3]: *** [sigmund~.lo] Error 1
make[3]: Leaving directory
/home/odroid/applications/pd-0.46-0/extra/sigmund~' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/odroid/applications/pd-0.46-0/extra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/odroid/applications/pd-0.46-0'
make: *** [all] Error 2
Though it was working for some time, eventually I got this. I have an 8 Gigabyte eMMc module and thought it was big enough. It is really a space problem? All I added was automake, libtool and jack... The Odroid runs on Ubuntu14.04 LTS
On 29. August 2014 13:45:28 MESZ, Alexandros Drymonitis adrcki@gmail.com wrote: ...
sigmund~.c:1398:1: fatal error: closing dependency file .deps/sigmund~.Tpo: No space left on device } ^
...
Though it was working for some time, eventually I got this. I have an 8 Gigabyte eMMc module and thought it was big enough. It is really a space problem?
Hard to tell, but at least the error msg points into that direction. What does the following give you (after running the build): $ df -h
mfh.ifs.dhr IOhannes
-- sent from my pdp-12
On Fri, Aug 29, 2014 at 9:45 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 29. August 2014 13:45:28 MESZ, Alexandros Drymonitis adrcki@gmail.com wrote: ...
sigmund~.c:1398:1: fatal error: closing dependency file .deps/sigmund~.Tpo: No space left on device } ^
...
Though it was working for some time, eventually I got this. I have an 8 Gigabyte eMMc module and thought it was big enough. It is really a space problem?
Hard to tell, but at least the error msg points into that direction. What does the following give you (after running the build): $ df -h
This: Filesystem Size Used Avail Use% Mounted on /dev/mmcblk0p2 3.3G 3.1G 2.0M 100% / none 4.0K 0 4.0K 0% /sys/fs/cgroup udev 883M 4.0K 883M 1% /dev tmpfs 1012M 4.0K 1012M 1% /tmp tmpfs 203M 2.7M 200M 2% /run none 5.0M 0 5.0M 0% /run/lock none 1012M 0 1012M 0% /run/shm none 100M 0 100M 0% /run/user /dev/mmcblk0p1 129M 8.8M 120M 7% /boot
mfh.ifs.dhr IOhannes
-- sent from my pdp-12
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote:
/dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full.
it seems that your disk is partitioned in a way that the OS only has 4GB available (dunno where the other 4GB went). and you have filled these 4GBs.
fdmesa IOhannes
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote:
/dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full.
I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
Although I installed it, I can't open it. If I type /usr/bin/pd I get this: priority 6 scheduling enabled. priority 8 scheduling enabled. Fontconfig warning: ignoring UTF-8: not a valid region tag
and Pd hangs. The -version flag tells me it's Pd-0.45-4. I don't know what this warning means, so any help is greatly appreciated.
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
haha
On Sat, Aug 30, 2014 at 12:02 PM, Alexandros Drymonitis adrcki@gmail.com wrote:
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote:
/dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full.
I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
Although I installed it, I can't open it. If I type /usr/bin/pd I get this: priority 6 scheduling enabled. priority 8 scheduling enabled. Fontconfig warning: ignoring UTF-8: not a valid region tag
and Pd hangs. The -version flag tells me it's Pd-0.45-4. I don't know what this warning means, so any help is greatly appreciated.
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sat, Aug 30, 2014 at 8:45 PM, Billy Stiltner billy.stiltner@gmail.com wrote:
haha
Not a very helpful answer, I have to say..
On Sam, 2014-08-30 at 19:02 +0300, Alexandros Drymonitis wrote:
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote: On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote: > /dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full.
I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
A possible scenario would be that there was enough space to install Pd from the repository, but later there was not enough space left for compiling Pd. Either way, it's moot to further investigate the reason, since the reason is clear: Your filesystem is full, as IOhannes clearly stated before. The only way to deal with that is to free some space deleting files or moving them to another partition or storage device.
[...] and Pd hangs. The -version flag tells me it's Pd-0.45-4. I don't know what this warning means, so any help is greatly appreciated.
Help yourself by making some free space.
Roman
i find it funny that it was a not enough space error, i spend a couple days trying to copy some large partitions and one kept hanging because there was not enough space to resize it to the required size to fir the other partitions on to the destination.
On Sun, Aug 31, 2014 at 1:56 PM, Roman Haefeli reduzent@gmail.com wrote:
On Sam, 2014-08-30 at 19:02 +0300, Alexandros Drymonitis wrote:
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote: On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote: > /dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full.
I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
A possible scenario would be that there was enough space to install Pd from the repository, but later there was not enough space left for compiling Pd. Either way, it's moot to further investigate the reason, since the reason is clear: Your filesystem is full, as IOhannes clearly stated before. The only way to deal with that is to free some space deleting files or moving them to another partition or storage device.
[...] and Pd hangs. The -version flag tells me it's Pd-0.45-4. I don't know what this warning means, so any help is greatly appreciated.
Help yourself by making some free space.
Roman
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sun, Aug 31, 2014 at 8:56 PM, Roman Haefeli reduzent@gmail.com wrote:
On Sam, 2014-08-30 at 19:02 +0300, Alexandros Drymonitis wrote:
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote: On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote: > /dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full.
I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
A possible scenario would be that there was enough space to install Pd from the repository, but later there was not enough space left for compiling Pd. Either way, it's moot to further investigate the reason, since the reason is clear: Your filesystem is full, as IOhannes clearly stated before. The only way to deal with that is to free some space deleting files or moving them to another partition or storage device.
I've only installed libtool, automake and jack before I tried to compile Pd. Everything else that's in the filesystem came with the image installed in the eMMC module. Any suggestions as to what I should delete? I started a new thread about a new error message I get when I tried to run Pd, which is: X11 connection rejected because of wrong authentication. xcb_connection_has_error() returned true X11 connection rejected because of wrong authentication.
with the last line being repeated five times, and then I get this: application-specific initialization failed: couldn't connect to display "localhost:10.0"
Even if I try to run Pd without the gui, I get this. Even with the -version flag that doesn't open Pd, I get the first two lines of the comment above and then the Pd version... I have no problem opening Pd on a Udoo I have, logging in both Udoo and Odroid via SSH. So XQuartz should be working... Any ideas?
[...] and Pd hangs. The -version flag tells me it's Pd-0.45-4. I don't know what this warning means, so any help is greatly appreciated.
Help yourself by making some free space.
Roman
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-09-02 10:44, Alexandros Drymonitis wrote:
On Sun, Aug 31, 2014 at 8:56 PM, Roman Haefeli reduzent@gmail.com wrote:
On Sam, 2014-08-30 at 19:02 +0300, Alexandros Drymonitis wrote:
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote: On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote:
/dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full. I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
well, the puredata package will be considerably smaller than the build-process (which also contains a large number of intermediate binary files; and the resulting binary is not (yet) stripped of uneeded symbols. e.g. if i install Pd on my debian system using the "puredata" package it will take about 5.7MB, whereas if i build it myself the pd directory contains about 34MB of data (after the build; not counting the 20MB in the .git directory which i expect not to be there when using the tarball)
A possible scenario would be that there was enough space to install Pd from the repository, but later there was not enough space left for compiling Pd. Either way, it's moot to further investigate the reason, since the reason is clear: Your filesystem is full, as IOhannes clearly stated before. The only way to deal with that is to free some space deleting files or moving them to another partition or storage device.
I've only installed libtool, automake and jack before I tried to compile Pd. Everything else that's in the filesystem came with the image installed in the eMMC module. Any suggestions as to what I should delete?
anything you don't need... (it's hard to answer this without being too snarky). since you only installed so few things, it seems that you are using a pre-made system image. probably the image comes with a number of fancy software installed, including a full fledged desktop environment (like gnome), an office suite (like libreoffice) and what not.
check what you have, think what you will never use and throw it away.
in the meantime, you might want to start thinking about why you have an 8GB disk and you only see 3.5GB (on two partitions).
in any case, check $ cat /proc/partitions
I started a new thread about a new error message I get when I tried to run Pd, which is:
i'll come to that in the other thread then.
fgmasdr IOhannes
On Tue, Sep 2, 2014 at 2:41 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-09-02 10:44, Alexandros Drymonitis wrote:
On Sun, Aug 31, 2014 at 8:56 PM, Roman Haefeli reduzent@gmail.com wrote:
On Sam, 2014-08-30 at 19:02 +0300, Alexandros Drymonitis wrote:
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote: On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote:
/dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full. I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
well, the puredata package will be considerably smaller than the build-process (which also contains a large number of intermediate binary files; and the resulting binary is not (yet) stripped of uneeded symbols. e.g. if i install Pd on my debian system using the "puredata" package it will take about 5.7MB, whereas if i build it myself the pd directory contains about 34MB of data (after the build; not counting the 20MB in the .git directory which i expect not to be there when using the tarball)
A possible scenario would be that there was enough space to install Pd from the repository, but later there was not enough space left for compiling Pd. Either way, it's moot to further investigate the reason, since the reason is clear: Your filesystem is full, as IOhannes clearly stated before. The only way to deal with that is to free some space deleting files or moving them to another partition or storage device.
I've only installed libtool, automake and jack before I tried to compile Pd. Everything else that's in the filesystem came with the image installed in the eMMC module. Any suggestions as to what I should delete?
anything you don't need... (it's hard to answer this without being too snarky). since you only installed so few things, it seems that you are using a pre-made system image.
Yes, the eMMC had Ubuntu 14.04 LTS installed.
probably the image comes with a number of fancy software installed, including a full fledged desktop environment (like gnome), an office suite (like libreoffice) and what not.
check what you have, think what you will never use and throw it away.
Is all this stuff going to be in /usr/bin ? Where should I look? I'm a complete "amateur" in Linux.
in the meantime, you might want to start thinking about why you have an 8GB disk and you only see 3.5GB (on two partitions).
- maybe you are not using the emmc module at all
How can that be? It's the only hard drive Odroid has on it.
- maybe there is a large unused/unpartioned space on the emmc module.
- maybe you bought an 8GB module but only got a 4GB one.
There's a hand written 8 on the module, I hope I got what I ordered...
in any case, check $ cat /proc/partitions
It gives me this: major minor #blocks name
179 0 7634944 mmcblk0 179 1 131584 mmcblk0p1 179 2 3570688 mmcblk0p2 179 24 512 mmcblk0rpmb 179 16 4096 mmcblk0boot1 179 8 4096 mmcblk0boot0
I started a new thread about a new error message I get when I tried to run Pd, which is:
i'll come to that in the other thread then.
Great!
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQIcBAEBCAAGBQJUBazJAAoJELZQGcR/ejb4bQQP/1qtscYa036tWjbgdZemWN+j D6QD65+86kHiGSueXlm5AJaoY4mvqXZcyW0NbGHEDoTjmtsv/W24gk17USGs7Vas bQSwTCv1QQ0u1u9U9Uaw4jbFSlCBxccox1j5WTKvHEIDt/ek1QpSQ0xnA4L3aLVK FHjxpmAvGabYJqQ0BWcdc/Ymcx5OXDpcHfiVoNWVFhiCwF9Ru7ZW/U4n8jM5Z5lG 1Y/YX7a80//LTMKbQ8HcUYPm4sf0D0iKfvYsQv+U4YVO7GhYGAvdwl0F9NeR3qrc jLAkaLStLYPCaK3f06JlFqFrxTEVHlLXId9C3D4zg9jUh587afwDI3vp6WrfyofW mHNqDmaHv3gUf6me0EMetbZSbQksc7oFdRKRSJvD/2+H8Zea/IB9c7dnxMOZD+4U I3DC4ZXZhkI49iQhZZQJo5qatQNYnad39LWbt11xnf272uSj4Dywq6r6xu55xtTJ mdRL9jSvxMOcR5jY6+iuRwrNpqlJ5+q5r2vR/brhQRKUx7rkQiM+5lKiAvGgXMh4 8drBoHlYzzotLFD7yVGZpimOAqS4+0Z2bGoK3dU7qlFw3j6kzT4kXzFwFDrWXL2f QobBwoAtrXE5/H8VAb/YYI2BVXSCz7BYIGUXutUUsQrDQPkRkWMAQOeE1LppHW5L mPTDcwgUMekyN3fWtDnh =19Wa -----END PGP SIGNATURE-----
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-09-02 13:52, Alexandros Drymonitis wrote:
On Tue, Sep 2, 2014 at 2:41 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
On 2014-09-02 10:44, Alexandros Drymonitis wrote:
check what you have, think what you will never use and throw it away.
Is all this stuff going to be in /usr/bin ? Where should I look? I'm a complete "amateur" in Linux.
when i say "throw away" i do *not* mean that you should go and start to manually delete files in /usr/bin/
e.g. my /usr/bin/libreoffice is really just a symlink to /usr/lib/libreoffice/program/soffice, which means, that deleting /usr/bin/libreoffice will free a handful of bytes (hard to guess exactly; most likely less than 64 bytes in total!)
more important:
brick your system, esp. if you are an "amateur linux cracksman".
thus:
you have marked a package for deletion which is necessary for other packages to function properly)
iirc, you have been experimenting quite a lot with various linux distributions in the last months. so by now, you should have a favourite package manager for Debian-derived systems (and know how to use it). if not, you should spend the time to acquaint yourself with one (i'd suggest "aptitude" in interactive mode, but others will work as well)
in the meantime, you might want to start thinking about why you have an 8GB disk and you only see 3.5GB (on two partitions).
- maybe you are not using the emmc module at all
How can that be? It's the only hard drive Odroid has on it.
- maybe there is a large unused/unpartioned space on the emmc
module. - maybe you bought an 8GB module but only got a 4GB one.
There's a hand written 8 on the module, I hope I got what I ordered...
tja...
in any case, check $ cat /proc/partitions
It gives me this: major minor #blocks name
179 0 7634944 mmcblk0 179 1 131584 mmcblk0p1 179 2 3570688 mmcblk0p2 179 24 512 mmcblk0rpmb 179 16 4096 mmcblk0boot1 179 8 4096 mmcblk0boot0
ok, this is not that bad. it seems indeed that your disk has 8GB (approx; it says 7.6GB), and that it has 2 usable partitions (o size 3.5GB and 128MB), which explains why you cannot see much of the disk.
you could repartition your disk, but i won't guide you through that via email (as it's too easy to brick the system).
fgmasdr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-08-30 18:02, Alexandros Drymonitis wrote:
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote:
/dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full.
I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
Although I installed it, I can't open it. If I type /usr/bin/pd I get this: priority 6 scheduling enabled. priority 8 scheduling enabled. Fontconfig warning: ignoring UTF-8: not a valid region tag
i've never seen this error, but googling revealed that it might have to do with your locale settings. what does the following return? $ locale
try setting your language to something "default", like: $ LANG=en_US.UTF-8 /usr/bin/pd
and Pd hangs. The -version flag tells me it's Pd-0.45-4. I don't know what this warning means, so any help is greatly appreciated.
i *think* that the warning is unrelated to Pd not being able to startup. i *guess* that the latter is more related to X11-forwarding.
do you have X11-forwarding enabled on the odroid? [1]
fgmasd IOhannes
[1] man sshd_config
On Tue, Sep 2, 2014 at 2:17 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-08-30 18:02, Alexandros Drymonitis wrote:
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote:
/dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full.
I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
Although I installed it, I can't open it. If I type /usr/bin/pd I get this: priority 6 scheduling enabled. priority 8 scheduling enabled. Fontconfig warning: ignoring UTF-8: not a valid region tag
i've never seen this error, but googling revealed that it might have to do with your locale settings. what does the following return? $ locale
This: locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory LANG= LANGUAGE= LC_CTYPE=UTF-8 LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL=
try setting your language to something "default", like: $ LANG=en_US.UTF-8 /usr/bin/pd
For some reason the situation has changed as I've posted in other mails of this thread and in another thread I created (you've seen it already, I saw your other reply, but posting this one to answer questions...). Even with this recommended command I get this: X11 connection rejected because of wrong authentication. xcb_connection_has_error() returned true X11 connection rejected because of wrong authentication. X11 connection rejected because of wrong authentication. X11 connection rejected because of wrong authentication. X11 connection rejected because of wrong authentication. X11 connection rejected because of wrong authentication. priority 6 scheduling enabled. priority 8 scheduling enabled. X11 connection rejected because of wrong authentication. X11 connection rejected because of wrong authentication. application-specific initialization failed: couldn't connect to display "localhost:10.0"
and then watchdog keeps on signaling Pd. It's very strange cause the situation changed without me changing anything. First I was getting the "Fontconfig warning: ignoring UTF-8: not a valid region tag" error, and a day later I was getting all the above...
and Pd hangs. The -version flag tells me it's Pd-0.45-4. I don't know what this warning means, so any help is greatly appreciated.
i *think* that the warning is unrelated to Pd not being able to startup. i *guess* that the latter is more related to X11-forwarding.
do you have X11-forwarding enabled on the odroid? [1]
yes
fgmasd IOhannes
[1] man sshd_config -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQIcBAEBCAAGBQJUBac/AAoJELZQGcR/ejb4/W0P/iKNsdsUSUcTDe07blo6YFFC 1zLJ7Qi9cP5cPlIcqOrIUCP/DNpRB0LiFDs962iRimVogjO3Kvie5gHh+sD3IznF IZ0buhFJ481VMmx3SG3RGy5f94SNkb/C5dnRyfKCo5c7k1YCIGCxL3Hs1J2RlC70 jdh+smc740NSBdxKwhCC+fhOJTwZzEn8Zad2kpf2c4jNBANkCruYj3gPFZyWh+cz 0il0utDq011BnAMbsffYOxCj6JxIfJbjZ7aa7TIawmKmFltko6T8RhQFkNA2dtDt 7Y8WB6xAXLCOTYQCj5EsZdedYAWkEGKWiLop78vmN42PsQBtN+AWTZTbFXhU0Ile 90Mqlg5Bi8P0SAfwAx9fej56PAa070vknZxnaiRwPF4k1jvOA6ET5ub6YQYrbxjv +dP7hsZkVl12Q+rJ+lKgZkZH/pQumdVkZXa1877g3m8ol54BmMNXhZLdoLLERFXZ uJ3XUdo2MMY7Xikn1XP3QPSP2cuhxmhbIbnpnWYSuoK9si94fz9k143V3jQ1Nlmk ja4RBNi3nSjriS1URqD9/n1uQH7gBniPe8nWg5unlfUkXVHg02INpahW3fW6TPsY ozBE96Bz7DMeGMVE3oGw3eZ7nxrpy1944yP5SqtktREQZER+zFhkjCTc3+GdMyDB t+89BVVMNCrnxRzbKslS =/A6j -----END PGP SIGNATURE-----
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-09-02 13:48, Alexandros Drymonitis wrote:
On Tue, Sep 2, 2014 at 2:17 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
On 2014-08-30 18:02, Alexandros Drymonitis wrote:
On Sat, Aug 30, 2014 at 5:31 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 08/30/2014 10:57 AM, Alexandros Drymonitis wrote:
/dev/mmcblk0p2 3.3G 3.1G 2.0M 100% /
well, this means that you filesystem *is* full.
I managed to install Pd with apt-get. Any idea why there's no space to compile from source but can install from the repos?
Although I installed it, I can't open it. If I type /usr/bin/pd I get this: priority 6 scheduling enabled. priority 8 scheduling enabled. Fontconfig warning: ignoring UTF-8: not a valid region tag
i've never seen this error, but googling revealed that it might have to do with your locale settings. what does the following return? $ locale
This: locale: Cannot set LC_CTYPE to default locale: No such file or directory
i think this error is related to your fontconfig error. probably your locale has not been configured correctly (maybe due to the full disk)
gfmsadr IOhannes