[01:37] Needs Sponsor Love: https://code.launchpad.net/~bkerensa/ubuntu/raring/ubuntu-docs/13.04/+merge/159058 [04:55] kirkland: Looks like you last testdrive upload lost a debian/changelog entry. Please reupload - http://launchpadlibrarian.net/137515417/testdrive_3.17-0ubuntu3_3.18-0ubuntu1.diff.gz [04:55] or two === security is now known as megha [06:04] Good morning [06:24] good morning === tkamppeter_ is now known as tkamppeter [07:06] doko_, test_shutil only fails when run under adt-run. The 3 others (code_module and subprocess tests ) fail even when run directly. === amitk is now known as amitk-afk [07:51] doko_, TestWhich.test_non_matching_mode fails because adt-run executes it as root and the file is always writable. [07:51] doko_, Possible solutions could be to search for a file with execute bit set instead of writable, or set the file immutable or skip the test if executed as root. [07:56] or not running the tests as root perhaps? [07:56] it currently specifies "Restrictions: needs-root" === ckpringle_ is now known as ckpringle [08:36] kirkland, ping [08:37] roaksoax, ^ === dupondje_ is now known as dupondje [08:53] smartboyhw: what's up? [08:56] http://package-import.ubuntu.com/status/accountsservice.html [08:56] is there a way to ask for a retry for udd imports? [08:57] xnox, about Testdrive:) [08:58] seb128: I supposedly have access to trigger that =) [08:58] xnox, can you try? ;-) [09:00] seb128: well, it will not work.... as "$ pull-debian-source accountsservice 0.6.21-4" fails as well. That upload is clearly bogus =) [09:00] as dpkg-source cannot unpack that upload. [09:00] xnox, it's not really buggy [09:00] it has a sources and a sources.ubuntu === amitk-afk is now known as amitk [09:00] that works fine with quilt [09:00] but not with dpkg source v3 === doko_ is now known as doko [09:01] xnox, or, yes, that upload is buggy on Ubuntu in some way, the debian maintainer didn't make the ubuntu patches to apply [09:01] pitti, but then, how would I turn off apport without running as root? [09:01] xnox, it would unpack fine on debian [09:02] doko: ah right, for that [09:02] doko: the test could run "su -c 'python ...' nobody" if that helps for that permission test? [09:02] seb128: arghhhh..... DEB_VENDOR and ./debian/patches/ubuntu.series strikes again...... sigh. [09:02] xnox, right... [09:03] seb128: I don't know what is the correct way to solve this. I notice something similar with another package long time ago and proposed to unpack lp:debian/package with DEB_VENDOR=Debian, but that means rewritting history. [09:03] pitti: yes, but another patch requires writeable locations ... [09:04] xnox, ok, don't bother, I didn't realize we needed to un pack the debian source to have the ubuntu vcs [09:04] seb128: bug 911496 [09:04] bug 911496 in Ubuntu Distributed Development "Needs to set DEB_VENDOR when unpacking source packages" [Undecided,Confirmed] https://launchpad.net/bugs/911496 [09:04] seb128: yeah, udd tries to do complete history with proper recollection that ubuntu packages are usually have lp:debian/package as ancestor. [09:05] jibel: would you know why in "run-adt-test -sl" "modprobe mac80211_hwsim" works fine, but it fails with run-adt-test -s network-manager"? [09:05] xnox: merge-o-matic takes care to unpack Ubuntu packages with DEB_VENDOR=ubuntu and Debian packages with DEB_VENDOR=debian - udd probably needs to do the same. And yeah, it'd be a history rewrite [09:05] jibel: that module is in linux-..-extra, but I don't see that being treated in any special way in the scripts [09:06] cjwatson: thanks for pointer where to steal code for UDD =) [09:06] Only if you're very lucky :) [09:06] Ah, heh, I pointed that out to James according to that bug [09:06] * cjwatson reads Max's comment. Messy :-( [09:09] jibel: unping, pebcak [09:09] cjwatson: and well, MoM simply gives a tarball on errors, here the "ubuntu" series patches were not refreshed and hence it would fail to unpack.... [09:09] pitti, ack : ) [09:09] (when unpacked the second time for the ubuntu branch) [09:12] seb128: my recommendation is to start ~ubuntu-desktop-team or ~ubuntu-core-devs branch where bzr import-dsc is used or such like on packages that are known to work. [09:16] xnox: Actually in the case at hand it crashed MoM [09:16] xnox: So I cared a little more than that :) [09:17] ouch. [09:17] =))))) [09:17] MoM fails if dpkg-source exits non-zero [09:17] hmm... true that is sensible. [09:17] cjwatson: should it fallback to unpacking ./debian/patches/series at all? [09:17] xnox: MoM or UDD? [09:17] cjwatson: either/both? [09:18] MoM's current behaviour is fine I think [09:18] * xnox really dislikes split personality source package, where it may or may not unpack depending on which $derivative one is using and whether the patches for refreshed or not. [09:19] I certainly don't think MoM should be peering at debian/patches/series* by hand (except in the generate-dpatches bit) [09:19] yes, I'm not a fan either. I think it's normally more sensible, if you really need conditional behaviour, to have patches that make the behaviour be built conditional on a configure flag or environment variable or similar === ckpringle_ is now known as ckpringle [10:54] doko: http://paste.ubuntu.com/5712837/ is python2.7's sysconfig a bit confused, or am I not passing correct optional args to it? It's reporting that everything is in /usr/local/* [10:55] doko: any chance you could look at the polyorb build failure at some point? It sort of looks like -lgnarl isn't being added, which I *think* is meant to be done automatically by something in the gnatmake/gnatlink chain [10:55] But I don't know Ada at all, really [11:00] xnox, see the FIXME in sysconfig._get_default_scheme ... [11:00] cjwatson, heh, you did learn haskell too =) [11:01] I'll look [11:01] doko: one exotic language per month, is my rule ;-) [11:01] thanks [11:02] xnox, $ python -c "import sysconfig; print(sysconfig.get_paths(scheme='deb_system'))" [11:04] doko: ack, thanks. [11:06] cjwatson: is MQL4 on your list of exotic language to learn? [11:07] no [11:07] not least because I've never heard of it :) [11:07] jibel, did you see these? http://paste.ubuntu.com/5712858/ [11:09] cjwatson: it's to automatically script algorithmic forex trading. windows/wine only. [11:11] xnox: yeah, not exactly in my interest zone :) === MacSlow is now known as MacSlow|lunch [11:25] doko, yes and this too http://paste.ubuntu.com/5712878/ [11:34] cjwatson: I have some larger autopkgtest additions/changes for network-manager; I guess they are still ok at this time of the freeze? [11:35] i. e. debian/tests/* is not regarded as "features", as they don't impact the installed system [11:36] pitti: yes, should be fine [11:41] jibel, http://bugs.python.org/issue17750 should now have all the depending issues [11:56] @pilot in === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Frozen for Final Release | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: mdeslaur === MacSlow|lunch is now known as MacSlow === sil2100_ is now known as sil2100 === _salem is now known as salem_ [13:16] barry, ahh, you did find the installed testsuite issues ;) [13:17] doko: no, but i just wanted to follow it. i see other test suite failures building from the hg branches on 13.04 [13:22] doko: have you run the default or 3.3 branch test suite from hg source recently? [13:23] barry, yes. well, this is 3.3.1, won't update anymore before the release [13:29] doko: the ubuntu buildbots are red for 3.3 and 3.4 unfortunately. [13:31] barry, well they are offline ... [13:32] doko: i doubt they'd be green if they were online :) === wedgwood_away is now known as wedgwood [13:56] @pilot out === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Frozen for Final Release | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [13:56] pitti: do you still have the python script to reproduce bug #804662 ? [13:56] bug 804662 in nvidia-common (Ubuntu Precise) "jockey-gtk crashed with TypeError in _execute_child(): execv() arg 2 must contain only strings" [High,Triaged] https://launchpad.net/bugs/804662 === kentb-afk is now known as kentb [14:01] tseliot: no, sorry; should have attached it [14:02] pitti: too bad. I'll try to figure it out from the bug report [14:04] tseliot: I guess it just called a few functions from NvidiaDetector and printed its results [14:07] pitti: yes, I can see that the script printed something about an NvidiaDetector.alternatives.Alternatives object, the question is why this proved that the library is passing the wrong arguments === cmagina_away is now known as cmagina === Snow-Man_ is now known as Snow-Man [14:58] is recommending 64 bit (on website) only going to change for a LTS release? [15:00] gQuigs, what do you mean? [15:00] guess I'm wondering if this [1] has been revisited for Raring [15:00] [1] https://lists.ubuntu.com/archives/ubuntu-devel/2012-April/035054.html [15:00] 64 bit desktop by default [15:01] gQuigs, well I think it would be changing for everybody... [15:03] everybody means both 12.04 and Raring? [15:03] Fairly sure we're not changing that quite yet [15:04] Though it still needs to happen at some point [15:04] It's not necessarily tied to the LTS cycle, though, no [15:05] thanks cjwatson [15:05] do we know what is currently blocking it? [15:06] a TB decision i would guess [15:06] (or was there one ?) [15:06] Er, no [15:07] IIRC last we checked the resource consumption of 64-bit systems wasn't favourable [15:09] gQuigs: cjwatson: the website team is thinking to add a label to the 64-bit to say "(recommended for newer machines)" or something along the lines. [15:09] but to still keep 32-bit as the default option for raring. [15:12] xnox: right partly due to EUFI I'm guessing [15:13] the big reason it didn't go forward with 12.04 (from Ubuntu-devel) was because a significant number of people submit to ubuntu friendly with 32 bit only machines, with EUFI that might start going the other way [15:13] having 64-bit UEFI-only machines & significantly more than 4GB by default, even on budget machines will help to towards making 64-bit image by default. [15:17] mpt: now that update-manager tells you to reboot after installing updates do you think that update-notifier still should? (It doesn't it most cases because the update-notifier tray is hidden.) [15:19] I guess what I'm really asking is how can I push 64 bit along :) I can redo the power/memory tests to see what kind of impact it has... or will it just come about when UEFI machines outnumber 32 bit only machines? [15:26] slangasek: hi! it seems that atd is no longer on the server cd. my interpretation of the list was that we still wanted it. was this intentional? [15:26] Daviey: ^ [15:26] bdmurray, no, I don't think it ever should have. The first paragraph of goes into a bit more detail. :-) [15:26] Daviey: and hi to you too :) [15:26] jdstrand: hmm, not intentional on my part; looking [15:28] jdstrand: I did put 'at' in the server-ship seed, which I thought was correct [15:28] jdstrand: perhaps it was meant to be in 'server' rather than 'server-ship' [15:28] slangasek: hmm, it doesn't end up installed though [15:29] slangasek: you did that some time ago, right? my server install is from 20130410 [15:29] mpt: great, thanks! [15:29] If you want it installed by default on server it'd need to be in the server seed [15:29] s/install/iso/ [15:30] ah [15:32] ubiquity is not supposed to let you install grub to the usb flash drive you are booting from right? even if it is detected as sda? [15:36] psusi: not supposed to, but it currently does for me when trying to install '/' on a fakeraid device. [15:37] psusi: bug 1167366 [15:37] bug 1167366 in grub-installer (Ubuntu) "Precise/Raring does not detect proper device (/dev/mapper/isw__Volume0p1) during preseed install" [High,Confirmed] https://launchpad.net/bugs/1167366 [15:38] xnox: that's where it wants to install to an individual disk instead of the raid array isn't it? I'm talking /dev/sda happens to come up as the usb flash drive you are installing from, and /dev/sdb is the hd [15:39] psusi: well, I'm booting installer off usb-disk /dev/sda and grub-installer puts the bootloader on to /dev/sda instead of the target device. So my situation is closer to yours, apart from instead of /dev/sdb it's /dev/dm-0. [15:40] psusi: "everything works fine" when booting in UEFI mode though. Try that, if possible on the target machines. [15:40] ahh === pete-woods1 is now known as pete-woods [15:41] not happening to me, just triaged a bug report of install failure that looked to be caused by trying to install grub to the flash drive instead of the hd because they were detected in the reverse order [15:42] and I thought ubiquity supposedly handled that === mbarnett` is now known as mbarnett [15:42] psusi: it does handle it mostly correct, but not always. === francisco is now known as Guest86369 === security is now known as megha [15:53] (my last question, repeated from above): will 64 bit by default just come about when UEFI machines outnumber 32 bit only machines? or should I redo power/memory tests to see if it has less impact now? [15:53] !patience | gQuigs [15:53] gQuigs: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com/ or http://ubuntuforums.org/ or http://askubuntu.com/ [15:54] slangasek might have the most context on this ^- [15:54] or cking [15:57] bdmurray: do i need to set verified-done and remove -done-{precise,quantal} from bug 1013798 [15:57] bug 1013798 in libgcrypt11 (Ubuntu Oneiric) "Blink SIP client segfaults with libgcrypt11 1.5.0-3ubuntu0.1" [Critical,In progress] https://launchpad.net/bugs/1013798 [15:57] now that both series are verified [15:59] stokachu: if you look at the pending SRU report you'll see that the bug is green so no it doesn't look like it [16:00] bdmurray: ok cool [16:00] thanks [16:07] jibel, python3.3 now waiting for approval === iulian is now known as Guest6437 [16:24] doko, good. there'll be another issue with autopkgtest and python3.3dm because it outputs ref counts to stderr === mhall119 is now known as mhall119|lunch [16:26] jibel, honestly this seems to be a bad assumption in autopkgtest [16:45] infinity, Has tomorrow still a chance to be today or will it be today's tomorrow? 3:) [17:10] smartboyhw: howdy [17:10] smartboyhw: here now, what's up? === mhall119|lunch is now known as mhall119 === james_ is now known as Guest69845 [17:41] smb: That was a convoluted sentence, but I think today is tomorrow. [17:47] mpt: all the difference an order of magnitude makes. I think I found the bug. http://paste.ubuntu.com/5713799/ [17:47] going to do some more testing though [18:19] mpt: false alarm === Guest6437 is now known as iulian [18:36] jibel: we could add a "stderr-no-fail" constraint..... [18:46] jdstrand: yes, I adjusted the server seed at the same time that I adjusted the base seed; sorry, my point was that I think I put it in the *wrong* seed and that it should have been in server, not server-ship - I think you'll find it's still on the server *CD*, but not installed by default. [18:53] aaaaa === salem_ is now known as _salem [19:09] slangasek: right, I gathered that after I read your and colin's comments. are you adjusting the seed or shall I? [19:29] gQuigs: there shouldn't be any need to rerun the power/memory tests as there's unlikely to be much change there; it now mostly comes down to the numbers of users that are going to find each of the two options incompatible with their hardware. With the UEFI question now, 64-bit will certainly figure more prominently on the website [19:34] slangasek: thanks... are the current numbers public? [19:35] gQuigs: hmm, I don't think so; I've had to ask various people with access to run queries to get information about the range of user systems we've seen in the wild [19:36] slangasek: ok, r2131 does it, so cool. thanks :) [19:37] gQuigs: I mean, "the numbers" they came up with were posted to the discussion on ubuntu-devel last time we looked, which was a year ago; but sourcing new numbers requires access to data sources [19:37] jdstrand: ok, great [19:37] jdstrand: so you're the one user of at, eh? :) [19:38] I use it... [19:38] weirdos [19:39] It's handy. [19:39] hoestly, I haven't used it for years, but that doesn't mean that other server admins don't :) [19:39] Depends on how far out my needs are. [19:40] If I want to do something in an hour, I just sleep 3600 and keep a session open, but if I want to do something sometime tomorrow, at makes more sense. [19:40] yeah [19:40] Is there a channel devoted to developing *ON* Ubuntu? [19:40] imo, a server is a place where you expect to have certain things like at [19:41] slangasek: right, but that wouldn't have many UEFI hits and I was also curious if those numbers included derivatives (lubuntu/xubuntu likely would want to keep 32 bit more prominent for longer) [19:41] mcantor: The topic claims #ubuntu-app-devel [19:42] guess I should just ping ubuntu friendly? [19:42] infinity: Haha, thanks; I saw "Devel of Ubuntu (not support or app devel)" and stopped reading... <.< [19:42] gQuigs: lubuntu/xubuntu aren't derivatives, they're flavours (which matters in this case, since we're probably talking about archive and/or whoopsie statistics) [19:42] gQuigs: well, we were only considering the question for www.ubuntu.com, not for flavors; and while it's true there wouldn't have been many UEFI hits yet at that point, it at least gives info on the ratio of 64-bit to 32-bit-only machines [19:42] gQuigs: Actual derivatives (like Mint, for instance) wouldn't be counted in any stats we keep. [19:43] Hmm. You guys might be able to help me out here anyway. [19:43] When I link my application with -m32 and run gcc with -v, I see that /usr/lib/x86_64-gnu-linux is still the first directory in the LIBRARY_PATH. Am I doing something wrong? [19:43] infinity: right, sorry I misspoke (typed..) [19:44] mcantor: what exactly is the gcc command you're running? [19:44] It's a bit of a chicken and egg, of course. The longer we promote i386 as the default image, the higher our i386 stats on package downloads and whoopsie reports will be. [19:44] slangasek: but wouldn't Ubuntu Friendly have included information from lubuntu/xubuntu ? [19:45] Not that they'll go up, but you know what I mean. They could go drastically down if that wasn't the default ISO. :P [19:45] gQuigs: yes, but it wouldn't call it out separately [19:45] If this is purely about actual hardware stats (cpuinfo, etc), ignore me. [19:45] infinity: no, the stats we're looking at for this is whether the machines *support* 64-bit. [19:45] But we have a lot less of those. [19:45] slangasek: Right, see above. [19:46] slangasek: /usr/bin/c++ [my object files] -m32 `/opt/pym32/python-config --ldflags` -lboost_system -lboost_python -llog4cplus -lfreetype -o executable [19:47] mcantor: and where are you seeing /usr/lib/x86_64-gnu-linux? [19:47] slangasek: It complains that it cannot find the symbol 'dlopen@@GLIBC_2.1', but tells me that it is defined in DSO /usr/lib/i386-gnu-linux, and I should add it to my compiler command line [19:47] slangasek: when I add /usr/lib/i386-gnu-linux/libdl.so to the command line, it works fine. I see /usr/lib/x86_64-gnu-linux when I add "-v" to the prior command line [19:48] slangasek: it's the first directory in LIBRARY_PATH, which seems wrong to me, and I have a hunch that it's why the linker is complaining... perhaps it's finding the 64-bit libdl.so first. [19:48] mcantor: But your command line is lacking '-ldl' [19:48] infinity: Sorry--"-ldl" is in the output of `/opt/pym32/bin/python-config --ldflags`. [19:49] infinity: the full output of that command is '-L/opt/pym32/lib/python2.7/config -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic'. [19:50] is that after the object files? libraries before them are dropped due to ubuntus use of ld --as-needed [19:51] also if you get that message you should not rely on getting ldl form python-config [19:51] jtaylor: According to his paste, it is. [19:51] as you need it directly [19:51] jtaylor: Pasting the output of python-config directly into my Makefile has the same results [19:52] jtaylor: I don't see why it would be different, to be honest--Make tends to complete a subshell and insert its output just to avoid that kind of weirdness. [19:52] jtaylor: It is after the object files, though. [19:54] hm it might need to be after boost [19:54] I recall some weirdness with boost_system [19:54] try adding a -ldl after the -lboost_system [19:54] jtaylor: I've heard furtive whisperings and conspiracies that the linker is very sensitive to the order of link flags... I'll give that a shot [19:54] it is === _salem is now known as salem_ [19:57] jtaylor: No dice [19:58] mcantor: and you have the g++-multilib package installed? [19:58] jtaylor: infinity: Here's the exact error I'm getting: http://pastebin.com/ZgBj4fUi [19:58] slangasek: Indeed. [19:59] oh static libpython [19:59] slangasek: Should I specifically *NOT* have ia32-libs installed? [19:59] then --ldflags output is wrong [19:59] the -ldl must be behind the -lpython2.7 [19:59] jtaylor: You're kidding--python-config itself is giving me bad output? [19:59] seems so [20:00] jtaylor: I'll try it, but fwiw, adding /usr/lib/i386-gnu-linux/libdl.so to the *END* of the command line worked before [20:00] that should work, but the linker works in mysterious ways [20:01] jtaylor: wait a tick... -ldl is already before -lpython2.7 [20:01] behind lpython2.7 [20:01] worst case add -Wl,--add-nedded [20:02] that will shut this warning up [20:02] isn't it -Wl,-as-needed? [20:02] jtaylor: By "behind" do you mean "after"? [20:02] yes [20:02] this warning is ld --no-copy-dt-needed (or --no-add-needed) [20:02] -ldl needs to be listed after libpython2.7 on the commandline; you shouldn't have to specify it as /usr/lib/i386-gnu-linux/libdl.so, -ldl should Just Work [20:02] -lpython2.7 -ldl [20:03] trying that now [20:03] Perhaps I should file a bug with Python since it is providing a bad command line [20:03] slangasek: Sorry to be a pain, but you didn't change your mind about the Skype thing, did you? Suppose it's not directly related to the ISO builds, but I think sooner is better than later. ;-) [20:03] I'll be damned. It worked. [20:03] its only bad with static python [20:03] if libpython is shared it works in wrong order too [20:04] but yes file a bug please [20:04] if libpython is shared, the -ldl is unnecessary and redundant on Linux [20:04] jtaylor: slangasek: why is the order significant? (I recognize that this is likely a Tip of the Iceberg question, but if you can direct me to further reading other than man gcc, I'd be delighted) [20:04] if you don't need it directly yourself [20:04] its a side effect of ld --as-needed [20:05] it sees libdl, nothing needs it, it forgets about it [20:05] it matters mostly for static libs [20:05] then it seens libpython, its needed and now you are screwed [20:05] libpython.a [20:05] ahhhh, ok [20:05] GunnarHj: haven't changed my mind, but I did decide I want to do a local test to see if I can get a better backtrace proving the problem is with QtWebkit, not skype [20:06] its a ubuntu/mandriva specific problem [20:06] other distributions don't enable as-needed by default [20:06] slangasek: Ok, thanks for letting me know. [20:07] jtaylor: I see, thanks so much for the explanation and help! [20:07] and opensuse [20:07] really? I think I haven't seen it on 12.1 [20:07] well, so said http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries anyway [20:08] on the other hand my makefiles are all well behaved ;) [20:09] jtaylor: so why does this behavior screw up with a static library? can ld "not see" the required symbols? [20:09] ld goes through them from left to right, it can't go back to elements it has already checked [20:10] (unless you tell it to with -start-group) [20:10] even that screws up, though [20:10] jtaylor: wouldn't it have the same problem if python was a dynamic library, though? [20:10] at the time it saw -ldl, it would still think "Nope, I have nothing that needs this" [20:10] that somehow works different, don't ask me why :) [20:10] hahaha, ok, that's what I was specifically wondering about. XD [20:10] I never udnerstood why order on the commandline matters [20:11] because computers are dumb [20:11] but I'm sure there are good reasons [20:11] makes it slow on old Z3 machines or so :) [20:11] hahahaha [20:11] great reasons, of course [20:16] mcantor: with a shared library, there's nothing that needs relinking against libdl; you don't need to tell ld about a library that libpython is already linked against [20:16] slangasek: Ah, that makes sense. It just goes and finds it at runtime like usual. [20:18] the order-insensitive behaviour of --no-as-needed also causes objects to end up with extra linkage that they don't need, because the linker doesn't go through at the end and trim out the ones that turned out not to be used [20:20] --as-needed is more efficient at runtime and makes library transitions less complex in cases of indirect linkage [20:20] (--no-copy-dt-needed-entries also contributes to this) [20:21] its clear the flag is good, but why does it make it order dependent instead of just adding a cleaning phase when it checked everything? [20:21] I could guess memory issues? [20:21] well, order-dependent is the traditional Unix behaviour, and indeed there are cases where linker memory use is a serious problem [20:22] I'm not certain that a cleaning phase could be implemented correctly, but I'm also not a linker expert :) [20:22] I filed a bug with python here btw, for any interested http://bugs.python.org/issue17769 [20:23] cjwatson: The order-dependence does make more sense given slangasek's point. It's apples and oranges when it comes to being concerned with symbol usage. [20:24] Well, sure [20:26] I agree python-config --ldflags looks backwards [20:26] it also shouldn'T be ldflags :/ [20:27] jtaylor: Why not..? [20:27] then people put it into autotools LDFLAGS and you have the same problem for your own object files [20:27] ah, I don't know autotools [20:27] autotools LDFLAGS is placed before your object files, so it forgets all the libraries listed in them [20:27] FWIW, all traditional Unix linkers have the behaviour where later entries on the link line supply symbols used by earlier entries. It's just that some linkers are more permissive and people have incorrectly got used to that behaviour. [20:27] the right variable is LIBS [20:27] jtaylor: python-config has a --libs flag, too, but the output is different [20:27] I believe the NT linker is the other way round, and AIX is similar. [20:27] (As in, AIX is the other way round too.) [20:27] cjwatson: that makes sense. [20:28] jtaylor: It's not just autotools; make's implicit rules treat LDFLAGS and LDLIBS separately in much the same way [20:28] I didn't know LDLIBS was another automatic variable used by Make [20:29] (CC) $(LDFLAGS) N.o $(LOADLIBES) $(LDLIBS) [20:30] with a $ at the start too [20:30] also LDADD and LIBADD, for libtool based autotools ._. [20:31] What is LOADLIBS? [20:31] LDADD is automake [20:32] mcantor: thread starting https://lists.gnu.org/archive/html/help-make/2005-01/msg00062.html [20:32] thanks [20:32] (LOADLIBES is not a typo, or at least if it is it's not mine ...) [20:32] Oh. Hahaha [20:33] (tl;dr: ignore it and just use LDLIBS) === NCommander is now known as Guest64348 === salem_ is now known as _salem [22:05] Hew: thnx [22:05] Dzięki [22:05] Grr === kentb is now known as kentb-out === davidm` is now known as davidm [22:15] Wow! What a user count for a developers group! [22:15] Active community for sure. [22:17] Guess I should introduce myself… I work as a full-time developer, but I've used Linux for about ten years, and Ubuntu since its first release. So now I thought I should maybe contribute something back. [22:22] cseder: welcome :-) https://wiki.ubuntu.com/ContributeToUbuntu if you haven't seen it [22:23] So I'll be doing some development on my spare time... [22:24] I guess I'll just SVN the source tree? [22:25] Or maybe just read the Wiki first… ;-) [22:25] There isn't a single source tree [22:26] the source tree for my parts of interest was what I meant. [22:26] Ah, yeah [22:26] If you already have an idea what you want to work on, then sure [22:27] Well, I've done a bit of this and that, so I'll just check out what's needed and pick from that [22:28] Mainly C, C++ and C#, but a tiny bit of Python also [22:28] Most administrative scripts in Python, so I won't do that in the first round... [22:29] Haha… Now my Ubuntu installer just crashed. Maybe start there! ;-) kidding [22:30] Apport! [22:31] * infinity is still trying to find someone to talk into porting apport from Python to C/C++. [22:32] Probably a good idea [22:32] I'm not very fond of using python for main programming tasks. It's ok as a glue. [22:34] But I guess Ubuntu uses a lot of Python… [22:36] You can find lots of almost any language you care to name, really [22:37] jibel, so for printing the reference counts in the debug interpreter. so why specify a filter in the control file, which filters these out to clear your stderr log file? [22:37] Most low-level system code is C or C++; a considerable amount of glue code is Python (especially that written specifically for Ubuntu) or Perl; GUI code is C/GObject, Vala, C++/Qt, etc. [22:39] cjwatson: guess it depends on the variations of Ubuntu as well… kUbuntu xUbuntu and the ilkes [22:41] That's what I'll miss from FreeBSD. One distribution. But then again there are other things I won't miss... [22:42] It's still all one archive [22:43] At a technical level, Kubuntu and Xubuntu are essentially just different sets of packages (and associated images) within the Ubuntu archive [22:44] aha.