/srv/irclogs.ubuntu.com/2011/10/23/#ubuntu-devel.txt

infinityThat said, I doubt there are many people who look for kernel module manpages anyway, so the entire discussion may be rather moot.00:00
infinityBut that's just a hunch.00:00
forestoI suspect you are in the minority there, and that you don't use a Marvell Yukon chip anyway. Like I said, I'll give it some thought.  This really is taking way more time than I intended to burn on my weekend, just for a private package that few people will use.00:01
penguin42is there a way to get crichton to capture more of the ubiquity traceback; the python traceback is so long it doesn't seem to be unusual for it to miss off the previous diag of the command that failed00:24
=== micahg_ is now known as micahg
=== TerminX_ is now known as TerminX
=== GirlyGirl is now known as Guest84204
ricotztgall_foo, hello08:32
ricotztgall_foo, i saw you packaged libjpeg-turbo, why isnt it replacing the header files too which are needed to use the new colospaces08:42
=== Guest84204 is now known as GirlyGirl
* nonix4 ponders where to file a wishlist bug against >100 packages... apt-cache rdepends libusb-0.1-4 to be exact. Regarding porting to libusb-1.0 & thus reducing amount of electricity used worldwide a bit.10:04
micahgnonix4: you'd probably want a transition rather than bug reports, you might want to bring that up on the mailing lists (ubuntu-devel and ubuntu-release) as there's already a lot of work to do this cycle10:21
penguin42pitti: Why did you put bug 873058 into nvidia-common; it seems to be fglrx ?12:34
ubottuLaunchpad bug 873058 in nvidia-common (Ubuntu) "Jockey fail to install binary ati driver (post release) version" [Medium,Confirmed] https://launchpad.net/bugs/87305812:34
=== yofel_ is now known as yofel
citybong__i want to upload a screenshot at http://screenshots.ubuntu.com/ .. my app Wallch is in USC at ubuntu 11.10 but i can't see my app in the packages list here (http://screenshots.ubuntu.com/upload). it must be outdated.. any ideas?13:11
tumbleweedcitybong__: I'd assume that screenshots.ubuntu.com isn't using the right release of Ubuntu. No idea who maintains it though. /me waits for someone in canonical, who does13:15
citybong__at thei about page ( http://screenshots.ubuntu.com/about ) they are giving some link from where they have their packages.. still can't see my package there13:17
citybong__their^13:17
tumbleweedcitybong__: that's because oneiric universe isn't one fo the repositories13:19
corecodehi14:47
corecodehow would i update a package maintained in bzr?  lots of file shuffling and copying of debian/ ?14:48
tumbleweedcorecode: http://developer.ubuntu.com/packaging/html/udd-merging.html#merging-a-new-upstream-version ?14:48
corecodethanks14:49
corecodeseems so hard to find every time i need it14:49
corecodehow would i do that for svn repos?14:50
corecodeslim, the package in question, didn't release a new tarball since14:50
tumbleweedcorecode: merge mode or not?14:50
corecodewhatever is applicable14:51
tumbleweeddoesn't look like it's maintained in SVN: http://packages.qa.debian.org/s/slim.html14:51
tumbleweed(at least, there is no Vcs-Svn header14:51
tumbleweedare you talking about the debian packaging being maintained in SVN, or the upstream source?14:52
corecodeupstream is14:53
corecodewell, it looks like it is in git, in fact, but their website has a svn repo14:54
corecodehttp://developer.berlios.de/svn/?group_id=266314:54
tumbleweedcorecode: build a tarball the same way that upstream builds it (or just svn export / git export if you can't work that out), then use uupdate to update the debian packaging14:55
corecodeok14:55
corecodethanks14:55
tumbleweedsome packages have an automated way to build the latest SVN/git/whatever HEAD, but this one doesn't14:55
corecodeyea15:00
corecodeok, that worked, thanks15:55
Davieyjbicha: Hola16:04
Davieyjbicha: Are you planning on working on bug 875818?16:06
ubottuLaunchpad bug 875818 in dnsmasq (Ubuntu) "dnsmasq sync introduced new non-main depends, causing dep-wait" [High,Confirmed] https://launchpad.net/bugs/87581816:06
jbichaDaviey: I don't know much about dnsmasq, I can try to file MIRs if needed, all I did for that bug was verify that the Ubuntu diff wasn't needed any more16:25
Davieyjbicha: Oh sure.  I wondered if you wanted to follow through with it.  If you don't, let me know :)16:30
luist_hey guys… im using ubuntu 11.10 in a live usb (just going to run 1 simple qt app) and i'd like to make it lighter… what can i unninstall to make it boot faster and use less space in the disk??18:02
arand!support | luist_18:03
ubottuluist_: The official ubuntu support channel is #ubuntu. Please be aware that this channel is for development only.18:03
=== emma is now known as em
luist_hey guys… i built a deb package with dh_make + debuild. Now i changed the binary and want to increase the release, but i cant find out how to do it… any help? its still generating the package as 0.1-119:07
tumbleweedluist_: add a new changelog entry (dch makes this easy)19:08
luist_tumbleweed: ok more details please? :P19:08
tumbleweedrun "dch -i"19:10
luist_tumbleweed: hm… this is my changelog if it helps: http://pastie.org/274665619:11
luist_oh i got it now thanks :)19:11
tumbleweed:)19:11
leexhi I have "i   ia32-libs - ia32 shared libraries for use on amd64 and ia64 systems" installed, nevertheless I get "no such file or directory: ./adb" and adb is a "adb: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped" application, what else do i need except for ia32-libs?20:23
leexwell of course I am running a 64bit system, ubuntu 11.10, and I am trying to get the android sdk to work with eclipse20:23
tumbleweedleex: ldd will tell you what it's looking for20:25
leexldd adb not a dynamic executable20:25
tumbleweedprobably a shell script that calls an executable20:26
leexfile adb adb: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped20:27
leextumbleweed: there is no 64bit version of the android sdk out there and no ubuntu ppa, so I have to use the provided 32bit sdk20:30
macoleex: no such file or directory sounds like youre giving the wrong path to reach adb20:31
leex ./adb ;)20:31
macoand is it chmod +x?20:31
leex-rwxrwxr-x 1 leex leex 156K 2011-10-23 19:00 adb*20:31
leexif it helps: Linux alpha 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux and: i   ia32-libs, so it is installed20:33
* leex whispers: Shibboleet20:39
* maco snorts20:40
leexthe funny thing is, it works on my other arch machine :S20:42
* ion engraves: Elbereth20:43
leexwhat bugs me is that file tells me adb would be dynamically linked and ldd tells me that it is not20:48
stgraberleex: the "no such file or directory" in that case means that your system is 64bit only and is lacking a 32bit version of the libc required to execute that file (yeah, the error is weird)20:49
leexstgraber: and the libc is not part of the ia32-libs package?20:50
leexi A libc6-dev-i386                  - Embedded GNU C Library: 32-bit development20:50
leexi A libc6-i386                      - Embedded GNU C Library: 32-bit shared libr20:50
stgraberok, that's weird :)20:51
leexstgraber: yeah, that's what brought me here ;)20:52
stgraberleex: what's the output of "file adb"?20:54
stgrabergot it sorry, didn't scroll enough :)20:54
leexwas just about to paste it again ;)20:55
stgraberhmm, can't reproduce your problem here. I'm running a 64bit only system, I indeed get the "no such file or directory" on a test binary, then I install "libc6:i386" and it works as expected20:56
leexthe same sdk (same md5sum) works on my arch20:56
stgraberleex: can you try installing "libc6:i386", the multiarch version of the libc6?20:57
leexstgraber: ok, give me a second20:58
leexstgraber: :) ymmd!20:58
leexthanks stgraber and everyone else too21:00
stgrabernp21:00
=== emma is now known as em
luist_hm… if i tell my debian/install to install a file in a folder that doesnt exist, does it create the folder for me?23:39
JontheEchidnayep23:40
luist_yay23:44
slangasekleex: yes, that error indicates you had libc6:i386 installed at one time (recently) and then removed it - since libc6:i386 and libc6-i386 both try to own the 32-bit ld.so, and libc6:i386 Replaces libc6-i386, the linker disappears when you remove libc6:i386.23:57
slangasek(this is a known bug that should be fixed for precise)23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!