- 
    
        
    
        
        
Gentlecat joined the channel
     
      2014-03-01 06052, 2014
    - 
    
        
    
        
        
mr_alias joined the channel
     
      2014-03-01 06022, 2014
    - 
    
        
    
        
        
D4RK-PH0ENiX joined the channel
     
      2014-03-01 06022, 2014
    - 
    
        
    
        
        
kepstin-laptop__ joined the channel
     
      2014-03-01 06010, 2014
    - 
    
        
    
        
        
D4RK-PH0ENiX joined the channel
     
      2014-03-01 06000, 2014
    - 
    
        
    
        
        
night199uk joined the channel
     
      2014-03-01 06027, 2014
    - 
    
        
    
        
        
CallerNo6 joined the channel
     
      2014-03-01 06056, 2014
    - 
    
        
    
        
        
jacobbrett joined the channel
     
      2014-03-01 06056, 2014
    - 
    
        
    
        
        
rubbersheep joined the channel
     
      2014-03-01 06017, 2014
    - 
    
        
    
        
        
reosarevok_ joined the channel
     
      2014-03-01 06045, 2014
    - 
    
        
    
        
        
ijabz joined the channel
     
      2014-03-01 06028, 2014
    - 
    
        
    
        
        
rubbersheep has left the channel
     
      2014-03-01 06007, 2014
    - 
    
        
    
        
        
ijabz joined the channel
     
      2014-03-01 06059, 2014
    - 
    
        
    
        
        
dufferzafar joined the channel
     
      2014-03-01 06008, 2014
    - 
    
        
    
        
        
Node_112 joined the channel
     
      2014-03-01 06020, 2014
    - 
    
        
    
        
        
wander joined the channel
     
      2014-03-01 06013, 2014
    - 
    
        
    
        
        
ruaok joined the channel
     
      2014-03-01 06014, 2014
    - 
    
        
    
        
        
ruaok joined the channel
     
      2014-03-01 06025, 2014
    - 
    
        
    
        
        
dufferzafar1 joined the channel
     
      2014-03-01 06026, 2014
    - 
    
        
    
                    
dufferzafar1
                I have created a ui file in QtDesigner and need help in adding this new UI to the Options dialog in Picard.
     
      2014-03-01 06030, 2014
    - 
    
        
    
                    
dufferzafar1
                Pointers?
     
      2014-03-01 06005, 2014
    - 
    
        
    
                    
Freso
                dufferzafar1: Try and `git grep` for some of the other Options names in the code and see how they're set up?
     
      2014-03-01 06008, 2014
    - 
    
        
    
        
        
LooseControl joined the channel
     
      2014-03-01 06011, 2014
    - 
    
        
    
                    
dufferzafar1
                onto it.
     
      2014-03-01 06017, 2014
    - 
    
        
    
        
        
blast_hardcheese joined the channel
     
      2014-03-01 06026, 2014
    - 
    
        
    
                    
blast_hardcheese
                So, I'm attempting to build the musicbrainz server in Docker
     
      2014-03-01 06001, 2014
    - 
    
        
    
                    
blast_hardcheese
                Unfortunately, when I attempt to use cpanm to install the deps, it fills up / with complete garbage
     
      2014-03-01 06011, 2014
    - 
    
        
    
                    
blast_hardcheese
                
     
      2014-03-01 06047, 2014
    - 
    
        
    
                    
blast_hardcheese
                I suspect this is not expected or desired, especially since subsequent calls to the database tool don't work
     
      2014-03-01 06019, 2014
    - 
    
        
    
                    
Freso
                What environment are you trying to install it in? Which directory are you running the cpanm in? As what user?
     
      2014-03-01 06058, 2014
    - 
    
        
    
                    
blast_hardcheese
                Docker (
http://docker.io/) Debian Jessie, the musicbrainz git repo that I've checked out, as root
 
     
      2014-03-01 06029, 2014
    - 
    
        
    
                    
Freso
                Try to not do it as root?
     
      2014-03-01 06007, 2014
    - 
    
        
    
                    
blast_hardcheese
                seems kind of hacky, tbh. If it works, it should work, regardless of what user.
     
      2014-03-01 06020, 2014
    - 
    
        
    
                    
blast_hardcheese
                I'm running this: time cpanm --local-lib-contained /root/perl5/ --installdeps --notest .
     
      2014-03-01 06037, 2014
    - 
    
        
    
                    
Freso
                There are lots of very hacky bits around the MB codebase, so I wouldn't be surprised. :)
     
      2014-03-01 06051, 2014
    - 
    
        
    
                    
blast_hardcheese
                This is hacky pertaining only to cpanm ;)
     
      2014-03-01 06010, 2014
    - 
    
        
    
                    
Freso
                I don't know anything about cpanm, so I've no clue how hacky that is.
     
      2014-03-01 06020, 2014
    - 
    
        
    
                    
Freso
                Anyway, ianmcorvidae: ping? Did you go to bed yet?
     
      2014-03-01 06046, 2014
    - 
    
        
    
                    
dufferzafar1
                Is there a way I can disable *some* parts of the log output picard produces?
     
      2014-03-01 06000, 2014
    - 
    
        
    
                    
dufferzafar1
                it gets pretty overwhelming,
     
      2014-03-01 06037, 2014
    - 
    
        
    
                    
Freso
                dufferzafar1: Uncomment the relevant lines. Or look into whatever logger module Picard is using.
     
      2014-03-01 06042, 2014
    - 
    
        
    
                    
blast_hardcheese
                
     
      2014-03-01 06008, 2014
    - 
    
        
    
                    
Freso
                blast_hardcheese: If you can, stick around.
     
      2014-03-01 06012, 2014
    - 
    
        
    
                    
blast_hardcheese
                I should probably go to bed myself though, as tomorrow will probably be an eventful day.
     
      2014-03-01 06021, 2014
    - 
    
        
    
                    
Freso
                ianmcorvidae or someone may come around and have an answer ready.
     
      2014-03-01 06046, 2014
    - 
    
        
    
                    
blast_hardcheese
                Freso: I can definitely idle, and I've got nick hilight on, so our paths will converge eventually
     
      2014-03-01 06056, 2014
    - 
    
        
    
                    
Freso
                Yeah.
     
      2014-03-01 06004, 2014
    - 
    
        
    
                    
Freso
                Exactly. :)
     
      2014-03-01 06013, 2014
    - 
    
        
    
                    
blast_hardcheese
                I can also be reached at blast [at hardchee.se] if someone prefers email.
     
      2014-03-01 06037, 2014
    - 
    
        
    
                    
Freso
                But you're not in Sweden if it's midnight where you are!
     
      2014-03-01 06002, 2014
    - 
    
        
    
                    
blast_hardcheese
                
     
      2014-03-01 06010, 2014
    - 
    
        
    
                    
Freso
                :)
     
      2014-03-01 06043, 2014
    - 
    
        
    
                    
blast_hardcheese
                I am more easily reached via email, even for a quick ping of "hey, I'm in #musicbrainz-devel if you want to troubleshoot the build process"
     
      2014-03-01 06051, 2014
    - 
    
        
    
                    
blast_hardcheese
                
     
      2014-03-01 06032, 2014
    - 
    
        
    
                    
blast_hardcheese
                It is guaranteed that at the end of this / will be filled with some amount of garbage from the build process
     
      2014-03-01 06023, 2014
    - 
    
        
    
                    
blast_hardcheese
                but I recognize setting up docker just to test this would be unpleasant, so I'm available for iterations.
     
      2014-03-01 06045, 2014
    - 
    
        
    
                    
blast_hardcheese
                Take care all, thanks Freso.
     
      2014-03-01 06018, 2014
    - 
    
        
    
        
        
ohrstrom joined the channel
     
      2014-03-01 06026, 2014
    - 
    
        
    
        
        
rocker joined the channel
     
      2014-03-01 06034, 2014
    - 
    
        
    
        
        
rocker_ joined the channel
     
      2014-03-01 06003, 2014
    - 
    
        
    
        
        
sv2241 joined the channel
     
      2014-03-01 06002, 2014
    - 
    
        
    
        
        
reosarevok joined the channel
     
      2014-03-01 06011, 2014
    - 
    
        
    
        
        
Gentlecat joined the channel
     
      2014-03-01 06038, 2014
    - 
    
        
    
        
        
JonnyJD_hex joined the channel
     
      2014-03-01 06052, 2014
    - 
    
        
    
        
        
JonnyJD_kvirc joined the channel
     
      2014-03-01 06000, 2014
    - 
    
        
    
        
        
ohrstrom joined the channel
     
      2014-03-01 06058, 2014
    - 
    
        
    
        
        
JonnyJD__hex joined the channel
     
      2014-03-01 06003, 2014
    - 
    
        
    
        
        
JonnyJD__kvirc joined the channel
     
      2014-03-01 06036, 2014
    - 
    
        
    
        
        
JonnyJD_ joined the channel
     
      2014-03-01 06059, 2014
    - 
    
        
    
        
        
Mineo joined the channel
     
      2014-03-01 06036, 2014
    - 
    
        
    
        
        
ijabz joined the channel
     
      2014-03-01 06031, 2014
    - 
    
        
    
                    
JonnyJD_
                
     
      2014-03-01 06047, 2014
    - 
    
        
    
                    
JonnyJD_
                I can't easily test that myself since I don't have a working py2app Picard setup
     
      2014-03-01 06046, 2014
    - 
    
        
    
        
        
orangeblock joined the channel
     
      2014-03-01 06043, 2014
    - 
    
        
    
        
        
D4RK-PH0ENiX joined the channel
     
      2014-03-01 06030, 2014
    - 
    
        
    
        
        
rocker joined the channel
     
      2014-03-01 06011, 2014
    - 
    
        
    
        
        
ohrstrom joined the channel
     
      2014-03-01 06015, 2014
    - 
    
        
    
        
        
CallerNo6 joined the channel
     
      2014-03-01 06059, 2014
    - 
    
        
    
        
        
ijabz joined the channel
     
      2014-03-01 06017, 2014
    - 
    
        
    
        
        
voiceinsideyou joined the channel
     
      2014-03-01 06042, 2014
    - 
    
        
    
        
        
voiceinsideyou1 joined the channel
     
      2014-03-01 06031, 2014
    - 
    
        
    
        
        
nikki joined the channel
     
      2014-03-01 06054, 2014
    - 
    
        
    
        
        
JonnyJD joined the channel
     
      2014-03-01 06032, 2014
    - 
    
        
    
        
        
h-darklow joined the channel
     
      2014-03-01 06001, 2014
    - 
    
        
    
        
        
h-darklowz joined the channel
     
      2014-03-01 06003, 2014
    - 
    
        
    
        
        
sv2241 joined the channel
     
      2014-03-01 06005, 2014
    - 
    
        
    
        
        
demonimin joined the channel
     
      2014-03-01 06021, 2014
    - 
    
        
    
        
        
mrako joined the channel
     
      2014-03-01 06047, 2014
    - 
    
        
    
                    
luks
                JonnyJD: I'll try that tomorrow
     
      2014-03-01 06059, 2014
    - 
    
        
    
                    
JonnyJD
                luks: that would be cool, thanks
     
      2014-03-01 06026, 2014
    - 
    
        
    
        
        
mr_alias joined the channel
     
      2014-03-01 06023, 2014
    - 
    
        
    
        
        
mr_alias joined the channel
     
      2014-03-01 06050, 2014
    - 
    
        
    
        
        
rocker joined the channel