=== Jack87|Away is now known as Jack87 | ||
sven_ | hi everybody. i am having prouble with the audio on pandaboard a2 running ubuntu 10.10. could anyone help me? | 18:30 |
---|---|---|
sniperjo_ | hello, anyone know if there are there any repos for mplayer ? | 19:11 |
=== Jack87 is now known as Jack87|Away | ||
afm | anyone in here playing with the [h,j]acked up ubuntu on the motorola bionic? | 19:37 |
sniperjo_ | where is the best place to get mplayer? | 21:16 |
infinity | sniperjo_: apt-get install mplayer? | 21:44 |
infinity | sniperjo_: It's in universe. | 21:44 |
sniperjo_ | infinity: i couldn't find it | 21:44 |
infinity | Do you have only main enabled? | 21:45 |
infinity | cat /etc/apt/sources.list | 21:45 |
sniperjo_ | yeah i do | 21:45 |
infinity | If it only lists main, or main+restricted, add universe and multiverse to that, apt-get update, and enjoy. | 21:45 |
sniperjo_ | i ended up putting a debian source in to find it, but its not working great! | 21:45 |
infinity | Yeah, don't do that. :/ | 21:46 |
infinity | Debian and Ubuntu are source-compatible, not binary-compatible (this is true on all arches, not just ARM). | 21:46 |
sniperjo_ | infinity: ah great thanks, i guess i should apt-get remove --purge them before i install it again | 21:47 |
infinity | It probably pulled in a bunch of dependencies too. | 21:48 |
infinity | You can learn about apt pinning to forcefully sidegrade out of the packages from Debian, or look at /var/log/dpkg.log to sort out what new stuff you got when, and remove those. | 21:48 |
sniperjo_ | but if i know what packages i installed after adding debian, i suppose i can just remove them with dependancies ? | 21:49 |
infinity | If you know all the packages you installed, yes. | 21:50 |
infinity | Hence my dpkg.log suggestion. | 21:50 |
infinity | Though, if you still have a terminal with apt saying "will install X Y Z", that's the simplest. :P | 21:50 |
sniperjo_ | infinity: ok great, and just out of interest, I have angstrom on a device which i have chroot'ed with ubuntu, is there any way to automatically chroot into ubuntu and run something, (as I've been unsuccessful in installing ubuntu straight out ) | 21:52 |
infinity | Not sure precisely what you mean. | 21:54 |
infinity | You can certainly do command line things like "chroot /chroot/ubuntu /path/to/command", but if those things require DISPLAY to be set, or sockets in the root filesystem, you need to do some clever tricks to futz with your environment or bind-mount files. | 21:56 |
sniperjo_ | infinity: yeah i have managed to do that, i was just wondering if i had to chroot and run stuff manually! | 21:57 |
sniperjo_ | infinity: still no mplayer, I'm on deb http://ports.ubuntu.com/ubuntu-ports lucid main universe multiverse , gave me a notice about unmet dependancies | 22:03 |
infinity | I'm using oneiric here, not lucid. It's definitely installable in oneiric. I'd be surprised if it wasn't in lucid, though. | 22:12 |
infinity | Do you still have Debian sources in your list? | 22:12 |
infinity | (It's also possible you still have Debian packages installed that are causing unresolvable conflicts) | 22:13 |
sniperjo_ | infinity: ive just just added the maverick to the sources and its there now | 22:14 |
infinity | FWIW, I just debootstrapped a lucid chroot and mplayer installs fine. | 22:20 |
infinity | So, yeah, you probably had some newer libraries or something (from Debian) that were causing a bit of a dependency issue. | 22:20 |
infinity | But if maverick solves it for you, whatever. :P | 22:20 |
sniperjo_ | hmmmmmm | 22:21 |
infinity | Anyhow, I'm off to do weekendy things. Have fun fiddling. | 22:21 |
sniperjo_ | infinity: out of interest, what video driver do you use ? | 22:22 |
sniperjo_ | infinity: ok! | 22:22 |
sniperjo_ | infinity: thanks for your help | 22:22 |
brandini | is there a mongodb build for ubuntu on armel? | 23:02 |
infinity | Seems to be only on x86. Though I'm not sure why. | 23:09 |
brandini | :( | 23:15 |
brandini | I did find one bug report just now though it seems to be resolved | 23:15 |
brandini | https://jira.mongodb.org/browse/SERVER-2883 | 23:18 |
brandini | this pandaboard makes a great webserver for webapps written in go :) | 23:19 |
infinity | The mongodb server depends on both little-endianness and unaligned | 23:19 |
infinity | memory access, which I believe means it can only work on i386 and | 23:19 |
infinity | amd64, so yes, we're not portable beyond those. (It has compiled for | 23:19 |
infinity | me in the past on powerpc, but it won't run there.) | 23:19 |
infinity | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570076 | 23:20 |
ubot2 | Debian bug 570076 in mongodb "mongodb - Arbitrary architecture specification" [Serious,Fixed] | 23:20 |
brandini | ok | 23:20 |
brandini | I'll have to use a real live database :) | 23:20 |
infinity | Or sqlite. | 23:20 |
infinity | Or BDB. | 23:21 |
infinity | Or any number of file-based approaches that aren't an annoyingly large RDBMS. | 23:21 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!