/srv/irclogs.ubuntu.com/2012/05/05/#ubuntu-motu.txt

broderDo we have enough backports stuff to talk about that we should have a backports bof?03:25
ajmitchit could be useful03:26
broderi guess i can put one together03:26
broderhttps://blueprints.launchpad.net/ubuntu/+spec/other-q-backports-bof03:30
* ajmitch subscribes03:32
c_kornhello, can someone tell me which package adds the javax.media.ConfigureCompleteEvent; library? I did not find it with apt-cache search10:10
tumbleweedc_korn: nothing, according to bug 10451110:14
ubottuLaunchpad bug 104511 in Ubuntu "[needs-packaging] jmf - Java Media Framework" [Wishlist,In progress] https://launchpad.net/bugs/10451110:14
jtaylorwhats the best way to just mass retry the build of a bunch of packages?10:15
tumbleweedjtaylor: IIRC only archive-admins can mass retry10:15
geserjtaylor: how many packages?10:15
jtaylor~ 3010:16
* ajmitch thought there was a retry exposed via the API on builds10:16
geserajmitch: yes, there is10:16
ajmitchfor 30 you may as well just open up 30 tabs & click retry on each10:16
tumbleweedajmitch: yes. But isn't there also a mechanism to mass-retry?10:16
jtayloryou can retry via the webpageo launchpadlib can probably do it?10:16
tumbleweedjtaylor: ubuntu-build is the easy way to do it from the command line10:16
jtaylorajmitch: 30 * 5 for each arch :/10:16
geserjtaylor: ubuntu-build --batch --retry pkg1 ... pkgn10:16
geserassuming you have the rights to do it10:17
jtaylornice thx10:17
ajmitchjtaylor: ah, there is that :)10:17
tumbleweedhrm must have been thinking of something else10:17
geserjtaylor: you can even limit the give-backs to a subset of architectures if you want (see ubuntu-build --help about Batch processing)10:22
jtayloryes I saw, but I want rebuilds on all archs10:23
jtaylorwe should have synced octave before the autosyncs :/10:24
geserdon't you need to build the octave-* packages in the right order?10:25
tumbleweedgoing to need rebuilds?10:25
ajmitchhave they all FTBFS?10:25
tumbleweedaah, I see we already have a tracker: http://people.canonical.com/~ubuntu-archive/transitions/octave.html10:26
gesertumbleweed: probably s/rebuilds/re-tries/ as there is a bunch on the FTBFS page10:26
tumbleweedthat's not too bad then10:27
jtaylorjust retries, they were all built before octave itself was10:28
dupondjehttps://github.com/dupondje/Remmina/blob/master/remmina-plugins/rdp/rdp_cliprdr.c => somebody has a crash with: lf2crlf (size=0xb2d99f0c, data=<optimized out>) at /build/buildd/remmina-1.0.0/remmina-plugins/rdp/rdp_cliprdr.c:162 Any idea's whats i'm missing?11:13
jtaylorwhat do I need to update to get devscripts to default to quantal?11:20
jtayloror is that not done yet?11:20
tumbleweedI thought it was done last night?11:21
jtaylorhm I only have ubuntu1 not 2, even though I updated an hour ago11:21
jtaylorout of date mirror probably ._.11:21
jtaylorah no 2 is only in quantal11:22
geserjtaylor: as I didn't have time to do it properly, I just edited /usr/bin/dch and replaced precise with quantal where appropriate11:23
geseror wait till bug #994208 got fixed for precise too11:24
ubottuLaunchpad bug 994208 in clang (Ubuntu) "Needs to know about quantal" [Undecided,In progress] https://launchpad.net/bugs/99420811:24
tumbleweedsee the last two comments on that bug...11:24
jtaylorno rush I just though I may need something from backports11:24
c_kornthanks tumbleweed, there is jmf.jar in the source tarball maybe I can use this.11:31
jtaylornice version check: http://paste.ubuntu.com/968915/11:41
jtaylorof course he package does not match that in its build depends ...11:41
jtaylorfor silent breakage11:42
=== slytherin is now known as onkarshinde
eagles0513875hi tumbleweed  :) and jtaylor  :)13:06
=== vibhav is now known as Guest60352
=== Guest60352 is now known as vibhav
=== jalcine is now known as jacky
bobweaverhello there I hope you all are having a good day and I am sorry to ask the same question over and over again but I am getting no where with the Makefile   stupid permissions It will not write to the correct directory when building here is the make file . I mean what is up with that. ans why can't I find help for this?16:21
tumbleweedbobweaver: sounsd like you need to teach it to use DESTDIR16:22
bobweavertumbleweed,  http://paste.ubuntu.com/969493/16:22
bobweaverpermission dened over and over again when building16:22
bobweaverdenied *16:22
tumbleweedthere are some $(prefix) without $(DESTDIR)/ in front of them16:23
tumbleweedbut I must run now, plane leaving. good luck :)16:23
bobweaverbut still even with it like that I should not be getting permission trouble I thought that that is what fakeroot is for ?16:24
bobweaverlike can not mkdir blah  blah blah    : prermission denied     I need too get over that hump maybe someone else can help me ?16:25
jtaylorwhats the blah blah blah16:27
bobweaverlike ever line is permissions denied and also does not send to correct build directory I dont get it why this is so stupid (the make file and me) is past me16:27
bobweaverjtaylor,  the blah blah blah is any thing that I put in makefile16:28
bobweaverinstall :16:28
bobweaver           mkdir -p $(DESKDIR)/ANY DIR16:28
jtaylorgive yourself permission to write whereever it wants to write to16:28
bobweaverbut why is it even writing to the system ? on build of package I want ot too put the upsource in correct place and that is also not happening . By put permissions I will chmod 777 my ect dir but I di not think that that is so smart16:30
jtaylorhow is the make executed by the package?16:31
bobweaverdh_make -e name@foo.com -c gpl3 -f foo.tar16:31
bobweaverthen mv foo.tar.gz ../16:31
bobweaverthenn16:31
bobweaverfakeroot dpkg-buildpackage -F16:32
jtayloris it really $(DESKDIR)?16:32
bobweaverin the make file ?16:33
jtaylorhave you fixed issue tumbleweed mentioned?16:34
bobweaverLike this ? but I donr see how that is going to change anything ? I am still getting permissions problems16:36
bobweaverhttp://paste.ubuntu.com/969534/16:36
jtayloreven if DESTDIR is set to a directory where you have write permissions?16:37
bobweaverthanks for you help btw16:37
bobweaverahh16:37
jtayloryou should make the prefix etc overrideable with ?=16:38
bobweaverso I have to set the DESTDIR='$HOME/upsource/debian/tmp  '  ? like that then run build ? is it trying to build it into the real dir and nor temp ?16:39
jtaylorif you use dh_auto_build it will do it for you16:40
bobweaverdoese deb-helper use that? I am sure it does16:40
jtayloryes, whats your debian/rules?16:40
bobweaversimple16:40
bobweaverthere is nothing16:41
jtaylorplease paste a buildlog with DH_VERBOSE=116:41
bobweaverin rules ?16:41
jtayloryes16:41
bobweaverok going to be a bit this is a big packagae and has to be built in virtual envo I think16:41
bobweaverhttp://bazaar.launchpad.net/~josephjamesmills/zpanelcp/zpanelcp/files16:41
jtaylorthere is no toplevel makefile, how should debhelper know how to build it?16:42
bobweaverit is in /debian16:42
jtaylorit won't be run there16:43
bobweaverfor the time being sorry I should have said that sorry16:43
jtayloreven if it would CURDIR would probably be wrong16:44
bobweaverthanks jtaylor  thanks I am re-writing now moving as fast as I can thanks for helping me I enjoy this and want to learn how too this :)16:47
bobweaverjtaylor,  just too make sre I should make rule file like this ?   # Uncomment this to turn on verbose mode.16:56
bobweaverexport DH_VERBOSE=116:56
bobweaver 16:56
bobweaverjust uncomment that line ?16:56
jtayloryes16:56
bobweaverthanks16:57
bobweaveryou want me too make video of this build ?16:57
jtaylorno, a logfile is enough16:57
bobweavercool16:57
bobweaverhere goes nothing :)16:57
bobweaverhttp://paste.ubuntu.com/969585/17:01
bobweaverlet me know if you need anything else thanks sagain17:01
bobweaveragain *17:01
azeemmkdir: cannot create directory `//etc/zpanel': Permission denied17:02
azeemDESTDIR not set17:02
bobweaverthanks that is what I thought why is deb helper not setting ?17:03
azeemso did you touch debian/rules?17:03
azeemif not, do you now have a top-level Makefile?17:04
azeem(touch except for the DH_VERBOSE change)17:04
bobweaveryes ^^ make is in right place17:04
jtaylorwhy does it install somethingin the build step?17:04
jtaylorDESTDIR is only set on install by debhelper17:05
azeemyeah17:05
bobweaversorry about the lag I fell down some steps brb17:07
bobweaverok back17:07
bobweaverouch17:07
jtaylorbobweaver: if your makefiel does not build anything add just add a all:17:07
jtaylorthat will run (and do nohing) during dh_auto_build, and dh_auto_install will run make install with DESTDIR set17:08
bobweaverlike this ? http://paste.ubuntu.com/969612/17:09
jtaylorno, keep install17:09
jtaylorall:17:09
jtaylor 17:09
jtaylorinstall: ...17:10
bobweaversweet thanks17:10
bobweaverI am getting so close :)17:31
bobweaverthank you all for your help you guys/girls/whatever are just awesome !17:31
bobweaversorry too keep coming back I have been googling what is going on for a while now and can not crack it and need some simple help here is the error http://paste.ubuntu.com/969892/      as  you can see $(DESKDIR)  is acting funny when it tries to run the makefile thanks again for your time.19:16
jtaylorits DESTDIR not DESKDIR19:17
bobweaverfacepalm19:18
bobweaverthansk again jtaylor19:18
bobweaverjtaylor,  do you have a wiki.ubuntu  ?19:23
jtaylorno should I?19:23
bobweaverwell I four one would put good information about you down on it :)19:23
bobweaverfor *19:23
bobweaverok I think that my file list may be way too long as I am getting a error when building the md5sum here it is http://paste.ubuntu.com/969963/   I am sure that there is a workaround for this maybe open /usr/bin/dh_md5sum to pass the argument into two sections ?  thanks again19:53
jtaylorhow many files are in there Oo19:54
jtaylornormally you use xargs to get around that19:54
bobweaverthere is over 4000 upsource files20:01
jtaylorthey all need to be installed?20:02
bobweaverthis is my first big package :)20:02
bobweaveryeah I tried triming t down will try again20:02
jtaylorbut 4000 should not hit any limit20:03
jtaylormaybe there is something else wrong20:03
jtaylorwhat does this output: cd debian/package-name ; find . -type f  ! -regex '.*/DEBIAN/.*' | wc -l20:03
jtaylorreplace package-name20:03
bobweaver361720:06
bobweaverI might be able too package the moduals on there own then call to then in the control file ?20:07
bobweavermoduals= plugins so to say20:07
bobweaverlike phpmydamin tie in20:07
bobweaverI am going to walk my dog and think about it :)20:08
bobweavergezz I have droped it down too 2569 files and it is still yelling at me20:51
bobweavertime to take out roundcube and hack mor at postinst :)20:51
jtaylorsomething else is broken20:51
jtaylorI tried it with 20000 files, no problem20:52
bobweaver20 ,000 Oo20:59
bobweaverI got it too build :) lets see if it will install now :)20:59
bobweaverIt is installing \o/21:24

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