#musicbrainz

/

      • HairMetalAddict
        The login box looks "thinner" after logging out than it was when I first went there and had to log in.
      • cikkolata
        firefox doesn't seem to either
      • djce
        and the orange bar saying "Log in" at the top of the box, that's ok too?
      • HairMetalAddict
        (Mozilla 1.7.5 on Linux)
      • Orange bar stuff seems okay
      • djce
        great. CSS rules :-)
      • HairMetalAddict
        Yeah, it rules. Until you open IE... :-P
      • cikkolata
        I wish the form colours worked properly though :(
      • djce
        Can anyone test in it in IE for me?
      • cikkolata
        I remember discussing it ages ago with you, but you insisted it was right.
      • HairMetalAddict
        Learning that the *very* hard way, trying to make a website content management system that's CSS-layout based (no tables).
      • djce
        it seems ok in Win98/IE5 AFAICT
      • cikkolata switches to vmware
      • HairMetalAddict pops open IE via wine...
      • My nomination for the worst colour scheme of the day: http://adblock.mozdev.org/
      • what were they thinking?
      • HairMetalAddict
        "Every time you use wine, a penguin whines."
      • They were thinking, "We don't really want people to read this."
      • djce
        HairMetalAddict: the subs page now shows the count (in the top paragraph)
      • cikkolata
        IE6 on XP seems fine...
      • djce
        good
      • HairMetalAddict
        IE6 via wine seems fine
      • cikkolata
        it seems like they accidentally bleached their page.
      • djce
        left in the sun too long
      • If you read their forums, half the posts are saying "Please fix the stupid colour scheme on the web site"
      • HairMetalAddict
        Damn, 239 artists. :-P
      • djce
        However they don't make it easy to help them (e.g. submit patches), so I didn't bother helping them.
      • cikkolata
        118 for me
      • djce
        ok, thanks for the testing people! Time to commit to cvs....
      • cikkolata
        but I keep finding artists I meant to subscribe to.
      • oh, which reminds me, is there any reason why the subscribe link on artist pages can't change to unsubscribe if you're already subscribed to that artist?
      • djce
        only that it's more work for the system to check that - extra load I mean.
      • cikkolata
        ah
      • HairMetalAddict
        *grunt* More Power! *grunt*
      • sbw_ joined the channel
      • blake has quit
      • HairMetalAddict has quit
      • djce is away: bye
      • yalaforge joined the channel
      • somnout
        somnout is now known as somniloquy
      • yalaforge
        I've got some minor problems to get AR up and running. It seems the SESSION_COOKIE sub is missing on the AR branch
      • is it enough to define it like on the release branch or isn't it the only thing that has to be fixed?
      • hm, defining the sub was enough, it seems
      • sbw_ has quit
      • sbw_ joined the channel
      • g0llum has quit
      • blake joined the channel
      • djce is back (gone 02:00:38)
      • sbw_ has quit
      • ikonia joined the channel
      • ikonia
        Hello all. Is this an active channel ?
      • yalaforge
        sometimes
      • djce
        Only when we wake up :-)
      • ikonia
        I'm looking for some advice on libtunepimp-0.3
      • would this be an appropriate place
      • djce
        Ideal
      • What's up?
      • ikonia
        basiclly I'm building tunepimp for use with kde
      • but later versions of glibc (threads) appear to be causing it problems at build time
      • I was wondering if other people had reported it and if there where patches
      • djce
        I haven't heard that, no. yalaforge, does this sounds familiar to you?
      • yalaforge hasn't noticed any reports or patches
      • Do you know what library it might be which is causing the problem?
      • yalaforge
        ikonia: wait until ruaok is here, he's the author of libtp
      • ikonia
        I couldn't find any patches so I was assuming I was either the first
      • djce
        it's always built just fine for me.
      • ikonia
        it seems a great product and I've never had any problems with it before
      • yalaforge
        same here. except on netbsd :-)
      • ikonia
        but I've gone a little latest on my latest version of glibc and its complaining about threads
      • I'm trying to back trace it at the moment
      • yalaforge
        what kind of complaints? compiler? linker?
      • ikonia
        compiler
      • hang on, I'll see if I can borrow a paste bin for a minute
      • I've narrowed the problem down to here
      • yalaforge reads
      • yalaforge grabs tp source from cvs
      • thanks guys
      • yalaforge
        my glibc is 2.3.2.ds1-16. what's yours?
      • ikonia
        hang no
      • hang on
      • asdf___ joined the channel
      • asdf___
        asdf___ is now known as g0llum
      • ikonia
        2.3.4
      • yalaforge
        ok
      • where is it installed? in /usr or /usr/local?
      • ikonia
        /usr
      • yalaforge
        try a grep in /usr/include for pthread_kill, it's defined in bits/sigthread.h
      • (at least here)
      • tp from cvs compiles fine here, btw
      • ikonia
        nothing in /usr/include
      • yalaforge
        ok
      • yalaforge thinks
      • which distribution?
      • ikonia
        I see it in /usr/include/bits as you said
      • but nothing direct in /usr/include
      • LFS 6.
      • yalaforge
        ok. /usr/include/pthread.h should include bits/sigthread.h
      • ikonia
        I've got #include <bits/pthreadtypes.h>
      • but not the others
      • no sigthread.h
      • yalaforge
        ok, then this is the problem
      • ikonia
        really ?
      • DJKC has quit
      • yalaforge
        I bet glibc developers documented the change and the reasons for it
      • the reason why it doesn't compile is simply that pthread_kill isn't defined
      • as a quick hack you could define it in tp's source (thread.cpp)
      • either include bits/sigthread.h or copy and paste the prototype
      • ikonia
        that would be better as I'd rarther not change glibc headers, as they (as you say) have been changed for a reason
      • yalaforge
        yes, you only change tp sources
      • yalaforge tries to find a glibc changelog
      • ikonia
        trying to work out how to define the correct settings in thread.cpp
      • is it that easy to just include bits/sigthread.h
      • yalaforge
        for a quick test, yes
      • #endif
      • you'll have to include it after pthread.h
      • ikonia
        pthread.h is not inclded in thread.cpp
      • yalaforge
        ok, no problem. still try to include sigthread.h
      • ikonia
        bits/sigthread.h or just sigthread.h
      • yalaforge
        bits/sigthread.h
      • ikonia
        coolio
      • just checking
      • testing now
      • barfed
      • yalaforge just found the changelog
      • I'll let you have a read
      • yalaforge
        k
      • ikonia
        I'm a bit out of my deapth here
      • yalaforge
        hm. I don't find glibc 2.3.4 on GNU's ftp server
      • ikonia
        no - its only in cvs
      • yalaforge
        ohh. so you're using bleeding edge software
      • ikonia
        the glibc boys decided never to release anything after 2.3.2
      • then they changed their mind
      • the one I'm using is pretty much the stable 2.3.4 thats close to release
      • yalaforge
        hm, the cvs version's pthread.h is a bit strange
      • ikonia
        really ?
      • in what way
      • yalaforge
        short, very short
      • hm, sorry. don't know
      • ikonia
        not short on my box
      • 962 lines
      • yalaforge
        yes, I think it's generated by some script or preprocessor
      • ikonia
        :q!
      • oops
      • theobroma joined the channel
      • yalaforge
        does anyone here use glibc-2.3.3?
      • ikonia
        when building it looks like sigthread does not offer the same functions
      • yalaforge
        viewcvs is pretty useless when searching for a file. *sigh*
      • ikonia
        yes it is a pain
      • yalaforge checks out glibc from cvs