/srv/irclogs.ubuntu.com/2011/12/11/#ubuntu-devel.txt

=== doko_ is now known as doko
micahgbryceh: I just a cursory review before, anyone could grab it, I said if I had time, I'd try to sponsor over the weekend03:07
micahgpsusi: idr being asked about the lm-sensors merge, it's generally polite to ask the person who touched it last so as to not duplicate work03:49
psusimicahg, ohh, I didn't know that.. not done a merge from debian before...03:55
micahgpsusi: yeah, this one wasn't on merges.ubuntu.com which has the notice on the top of the page, it's fine, I hadn't started, just had it on my to do list, glad to have you working on merges :)03:55
psusimicahg, I just noticed that sensors-detect still wasn't recommending the right module for my motherboard even though I know support for it got added upstream like 8 months ago, so I looked and noticed the ubuntu version was out of date and the debian one was newer so I went for it;)03:57
broderfyi, in case anybody's curious, here are the dependency_libs lines from all packages .la files that still have a non-empty one: http://paste.ubuntu.com/766579/04:37
micahgbroder: you seem to have multiple entries that are the same on the list04:41
broderyeah, those are for different architectures04:42
broderhere's one that's explicit: http://paste.ubuntu.com/766587/04:42
broder(it's only looking at i386 and amd64 because that's all i scan currently for lintian.uw.o)04:43
infinitydoko: Yeah, so on powerpc and armhf, MySQL is still failing way too many tests in the testsuite with 4.6 compared to 4.5.  Unfortunately, it could take some serious effort to find the miscompilations, since the tests are more task-based than code-based, so it's kinda hard to tell at a glance which bits of code are to blame.05:07
infinitydoko: (At least, for someone who doesn't know the code inside out, which I don't)05:07
infinitydoko: Interestingly, on amd64, it fails no tests.  I guess we know what Oracle's test platform is. :/05:08
micahginfinity: would you mind if I grabbed the synaptic merge from you over the weekend?  you were TIL to drop a spurious dependency05:16
micahgcjwatson: can I grab reiser4progs from you?06:14
brodermicahg: in the mood to look at sigc++? :)06:15
micahgbroder: yeah, I guess I can do that :)06:15
broderthere's more in that line of bugs, too, if you're interested - bug 90270306:16
ubottuLaunchpad bug 902703 in atkmm1.6 (Ubuntu) "Please convert atkmm1.6 to multiarch" [Wishlist,New] https://launchpad.net/bugs/90270306:16
brodermicahg: also, do you have the url handy for tumbleweed's udd sponsor/sponsoree report thing?06:19
micahgbroder: http://ubuntu-dev.alioth.debian.org/cgi-bin/ubuntu-sponsorships.cgi06:20
broderthanks06:20
micahgbroder: have you checked any of the reverse depends of the dev package of libsigc++-2.0?06:31
broderyou mean to see if they still work?06:32
micahgyeah06:32
broderi've built some of the cairomm example programs with multiarched sigc++ + multiarched glibmm + multiarched cairomm06:32
micahgok06:33
micahgbroder: I'm tempted to wait until Sunday night to upload in case there are any issues, is that ok?06:44
broderthat's fine. there's nothing urgent about the transition06:44
=== tkamppeter__ is now known as tkamppeter
=== yofel_ is now known as yofel
mainerrorHello.13:40
mainerrorI'd like to give bug #893926 a shot but I'm not quite sure which IRC channel to join.13:42
ubottuLaunchpad bug 893926 in eucalyptus (Ubuntu) "Contains traces of UEC" [High,Triaged] https://launchpad.net/bugs/89392613:42
ScottKmainerror: I'd ask in #ubuntu-server.14:13
mainerrorThanks ScottK!14:18
ScottKYou're welcome.14:18
infinitymicahg: You generally don't need to ask to hijack my TIL unless it's a package I actively work on. ;)14:48
SpamapSinfinity: re mysql and gcc 4.6, its an open bug in MySQL that a certain code path segfaults when compiled w/ 4.615:02
SpamapSdoko: ^^15:03
infinitySpamapS: Which one, and where's the specific bug?  The bug I found earlier doesn't seem quite right.15:04
infinitySpamapS: (Also, the testsuite is flawless on amd64... I only got extra failures on powerpc and arm, so that might be a pointer to what they're doing wrong)15:04
infinity(Or to what GCC is doing wrong)15:04
infinitySpamapS: Ultimately, though, pushing bug to Oracle/MySQL on non-x86 platforms without a patch will just lead to said bugs rotting, in my experience.  If we want it to work on, say, ARM, we'll need to fix it ourselves.15:06
SpamapSyeah, the bug has no patch, let me look it up.. I thought it was in the changelog15:09
infinityhttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614044 ?15:09
ubottuDebian bug 614044 in src:mysql-5.1 "mysql-5.1-server: fails to build from source" [Grave,Fixed]15:09
infinityErr.15:10
infinityThat was a Debian bug.  Not awake.15:10
infinityI swear I had an upstream one in my browser history..15:10
SpamapShttp://bugs.mysql.com/bug.php?id=6150915:10
infinityhttp://bugs.mysql.com/bug.php?id=6150915:10
infinityHeh.15:10
SpamapSThats the one that forced using gcc 4.5 ...15:11
infinityBut, here's the thing.  That bug is old, stale, and wrong.15:11
infinitySince it talks about issues in YaSSL.15:11
SpamapShttp://bugs.mysql.com/bug.php?id=6285615:11
infinityAnd the tests we're failing right now aren't.15:11
infinityhttp://bugs.mysql.com/bug.php?id=62856 isn't relevant, we still fail tests with that.15:12
infinity(Our current 5.5 has that patch)15:12
SpamapSI had the yassl tests fail with 4.6 just like 61509 said15:12
infinityOn which platform?15:12
SpamapSamd6415:12
infinityLike I said, I have no tests failing on amd64 now.15:12
infinityAnd powerpc and arm are failing... Other tests.15:13
SpamapSOk so maybe 4.6 was fixed?15:13
infinityCompleted: All 1692 tests were successful.15:13
infinity^-- amd64 build yesterday.15:13
infinityThat said, armhf will still fail > 10 tests with gcc-4.6.15:13
infinitySo, we still have bugs.15:13
infinity(It fails a few with 4.5 too, mind you, just fails "too many" with 4.6)15:14
SpamapSinfinity: it seems things are quite different now than they were 3 weeks ago when I was working on this, so I don't know if I can offer much insight.15:15
infinityFair enough.15:15
infinityI'm tempted to merge 5.5.19 before I do any more testing.15:16
infinityBut I realy would like to get MySQL using the default toolchain somehow.15:16
penguin42is there a bug filed against the mysql failing on armhf with 4.6 ?15:20
infinitypenguin42: Not yet, I just did the test build last night.15:26
penguin42infinity: Does armel work with 4.6 - i.e. is it an arm issue or an armhf specific issue?15:27
infinitypenguin42: Not sure, haven't spun an armel test yet.15:27
penguin42nod; still failures on 4.6 will probably attract more interest than failures on 4.515:28
dokoI don't understand multiarch (on armhf):15:32
doko$ dpkg-architecture15:32
dokoDEB_BUILD_ARCH=armhf15:32
dokoDEB_BUILD_ARCH_OS=linux15:32
dokoDEB_BUILD_ARCH_CPU=arm15:32
dokoDEB_BUILD_ARCH_BITS=3215:32
dokoDEB_BUILD_ARCH_ENDIAN=little15:32
dokoDEB_BUILD_GNU_CPU=arm15:32
dokoDEB_BUILD_GNU_SYSTEM=linux-gnueabihf15:32
dokoDEB_BUILD_GNU_TYPE=arm-linux-gnueabihf15:32
dokoDEB_BUILD_MULTIARCH=arm-linux-gnueabihf15:32
dokoDEB_HOST_ARCH=armhf15:32
dokoDEB_HOST_ARCH_OS=linux15:32
dokoDEB_HOST_ARCH_CPU=arm15:32
dokoDEB_HOST_ARCH_BITS=3215:32
dokoDEB_HOST_ARCH_ENDIAN=little15:32
dokoDEB_HOST_GNU_CPU=arm15:33
dokoDEB_HOST_GNU_SYSTEM=linux-gnueabihf15:33
dokoDEB_HOST_GNU_TYPE=arm-linux-gnueabihf15:33
dokoDEB_HOST_MULTIARCH=arm-linux-gnueabihf15:33
infinitydoko: What's there not to understand?15:33
dokoahh, you can just confuse dpkg by changing gcc, had a armel snapshot build installed and used15:33
dokono, not in this paste15:34
* infinity wonders why we needed a bunch of uploads for an ocaml transition we did a month ago...15:40
dokovector-algorithm sync was needed. doesn't transition to testing, because vector and primitive are too new15:42
infinityThat's haskell.  Though I'm almost as puzzled by those uploads too. :P15:42
infinityIlya doesn't seem to be on IRC, or I'd ask him about both.15:42
* infinity shrugs.15:43
infinitydoko: Still planning on a binutils upload today before I merge eglibc?15:45
dokoyes, should stop messing around with clang15:49
dokoLaney, ocamlfind: Not supported in your configuration: ocamlopt16:26
dokoCommand exited with code 2.16:26
dokoany idea why this fails on armhf, but not armel?16:26
infinitydoko: Because ocamlopt needs porting.16:44
infinitydoko: I've been talking to upstream about it.16:44
dokoahh, thanks16:44
htorquehello everyone! when trying to connect to my wireless AP i'm asked for the root password: http://img.xrmb2.net/images/508877.png17:24
htorquethis happens after installing A1 without connecting to my AP during the installation process. against which package should i file the bug report?17:25
htorque(sorry if that's the wrong place to ask)17:25
penguin42htorque: #ubuntu+1 is the place for PP questions; but I'd go for ubiquity for all installation issues - althought hat looks Netowrk manager specific17:26
htorquepenguin42: will try ubiquity then, thanks!17:29
micahginfinity: thanks21:05
infinitymicahg: In fact, I'd go so far as to say "please, hijack my TILM on anything I'm not actively maintaining". :P21:07
micahginfinity: ok, will do :)21:08
infinitydoko: Alright, your binutils is installed or accepted on all arches, I'll finish up the eglibc merge this afternoon/evening, so it's built by my Monday morning.21:25
=== gord is now known as Guest35752
=== calc is now known as Guest67285

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