20:41 PM
kepstin-work is glad he doesn't do windows development.
20:41 PM
luks
it all seems to work fine, but when you exit picard, it crashes
20:41 PM
noobie
haha oh man
20:42 PM
i just remembered that building libofa only works in debug mode
20:42 PM
if i try to compile release it fails
20:42 PM
luks
:)
20:42 PM
well I'll have to try to compile it with mingw anyway
20:42 PM
noobie
well,the debug version shoul work too
20:42 PM
:d
20:42 PM
luks
ok, let's try it :)
20:47 PM
noobie
20:49 PM
luks
that seems to crash as well
20:50 PM
noobie
wut?
20:50 PM
noobie managed to build for release
20:50 PM
where exactly does it crash?
20:50 PM
luks
are you using msvc to build the python extensions?
20:52 PM
noobie
no,mingw32
20:52 PM
if you redownload libofa.dll it's the release build now,dunno if it's goin to make a difference
20:53 PM
luks
hm, that's strange
20:53 PM
the crash happens when you exit picard
20:53 PM
everything works normally, but when you close the window it crashes
20:54 PM
I suspect it's something with how mingw now builds dlls
20:54 PM
noobie
wait
20:54 PM
you used bdist_nsis?
20:54 PM
luks
because it worked for me before (with the same a/dll files)
20:54 PM
yes
20:54 PM
noobie
try this
20:54 PM
setup.py build --compiler mingw32 bdist_nsis
20:55 PM
and then open taskmgr and wait until the nsis process ended :D
20:55 PM
luks
no, build_ext -i and python tagger.py fails as well
20:55 PM
noobie
it needs about 30 seks if i remember right
20:55 PM
oh
20:55 PM
luks
I know about that
20:55 PM
noobie
:/
20:55 PM
luks
it uses to open a window when you could see the progress
20:55 PM
not sure why it doesn't do that anymore
20:56 PM
*used
20:57 PM
the worst case is that I go back to the old vm I have and use all the old libraries/compilers/etc
20:57 PM
noobie
ye stupid
20:57 PM
what error do you get for the extensions?
20:58 PM
luks
this application has requested the runtime to terminate it in an unusual way ...
20:59 PM
noobie
weird
21:00 PM
where did you get atlbase.h from?
21:01 PM
luks
I'm not aware of having that header file
21:01 PM
noobie
do you bild with directshow?
21:01 PM
luks
no
21:02 PM
I use only ffmpeg (avcodec.c in picard)
21:02 PM
bitmap
dropping libofa will make me very happy, it's always the biggest pita to build and it's the source of the most crashes on osx
21:03 PM
afaik, it's the source of _all_ crashes that are reported on jira
21:04 PM
djce joined the channel
21:04 PM
reosarevok
heh
21:04 PM
Maybe you should release without it
21:04 PM
noobie
error: command 'gcc' failed with exit status 1
21:04 PM
lol
21:05 PM
reosarevok
and then be like "if you want the libofa version, help us compile the stuff"
21:05 PM
:p
21:07 PM
bitmap
it's been abandonware since 2007, so I'm not surprised it no longer works :)
21:12 PM
noobie
luks,just build without and if someone ask tell him there have been compatibility problems :d
21:12 PM
luks
I'm not worried about people asking to have it back, it's about MB's image :)
21:15 PM
noobie
true,but acoustid is the future anyway,so why depend on old stuff
21:15 PM
s/depend/rely
21:16 PM
luks
success! rebuilding libofa with the same mingw compiler fixed the problem
21:16 PM
kepstin-work
well, the real issue with dropping puid support is that acoustids don't work 'out of the box'
21:16 PM
luks
they don't?
21:16 PM
kepstin-work
you need to download an extra tool *and* get an api code before you can scan stuff
21:16 PM
luks
no, fpcalc.exe is bundled in the installed
21:16 PM
noobie
truely,the api code makes it a bit more difficult
21:16 PM
kepstin-work
oh, you did end up doing that?
21:16 PM
luks
and the api code is only necessary for submissions, not scanning
21:16 PM
noobie
but do you need one for looking up?
21:16 PM
ye
21:17 PM
bitmap
luks: could it be bundled on osx too?
21:17 PM
kepstin-work
ok, then all my objections don't exist.
21:17 PM
luks
bitmap: yes
21:17 PM
kepstin-work
make acoustid the default, everyone will be happier.
21:17 PM
bitmap has to figure out how to do that
21:17 PM
luks
kepstin-work: already done
21:17 PM
bwhittaker69 joined the channel
21:17 PM
the point is whether or not drop musicdns
21:17 PM
kepstin-work
ok, then remove puids, everyone will be happier ;)
21:18 PM
luks
bitmap: for windows I just included fpcalc.exe along with picard.exe
21:18 PM
as it automatically searches the same dir in order to find it
21:18 PM
bwhittaker69
hello - looking for assistance with schema update 15
21:18 PM
kepstin-work
on linux, it makes sense to not ship it, since distro packages can handle it well enough.
21:18 PM
luks
it will be probably more difficult in an app
21:19 PM
noobie
only if you convince them to provide a package kepstin-work...
21:19 PM
bwhittaker69
errir is currently: This replication packet matches schema sequence #15, but the database is currently at #14
21:19 PM
bitmap
luks: hmm, I'll have to see what paths it searches in th app bundle
21:19 PM
noobie
which might take a while on some distros
21:20 PM
luks
the big ones already have chromaprint
21:20 PM
djce
Anybody know what happened to carl, about 3 hours ago?
21:20 PM
bwhittaker69
"git fetch origin" executes and comes back with no message
21:20 PM
ijabz joined the channel
21:21 PM
"git checkout v-2012-05-15-schema-change" comes back with "error: You have local changes to 'root/layout.tt'; cannot switch branches."
21:21 PM
luks
do you need those local changes?
21:22 PM
bwhittaker69
was not aware what layout.tt is, never changed it at least not intentionally
21:22 PM
kepstin-work
bwhittaker69: just run 'rm root/layout.tt' and retry the git checkout command, then.
21:23 PM
luks
noobie: interestingly, the old libofa.dll I used was about 700k, the new one built with mingw is just about 130k
21:23 PM
bwhittaker69
kepstin-work: done, now comes back with "error: You have local changes to 'upgrade.sh'; cannot switch branches."
21:24 PM
noobie
luks: only because it was a debug build
21:24 PM
luks
yeah, I wonder if we always shipped picard with a debug version
21:24 PM
noobie
the release build i got was also around 170
21:24 PM
djce
warp, ianmcorvidae: any idea what happened on carl? And why forums is up again?
21:24 PM
noobie
well,the msvs project file contained errors for the release build
21:24 PM
djce
(actually I bet forums is up /because/ carl is down)...
21:25 PM
kepstin-work
bwhittaker69: just run 'git checkout -f v-2012-05-15-schema-change' to force-overwrite all the files
21:25 PM
luks
21:25 PM
kepstin-work
(that won't overwrite your DBDefs config file)
21:26 PM
reosarevok
Opinions: should we only use actual favicons for our sidebar?
21:26 PM
reosarevok looks at http://imslp.org/imslp.png - they don't seem to have a favicon but that'd fit sooo nicely...
21:26 PM
bwhittaker69
kepstin-work: thank you... responded with "Previous HEAD position was eb89c2b... HEAD is now at dec346a... Fix creating release groups from the release editor"
21:27 PM
reosarevok
hmm, although I guess it doesn't resize nicely :/
21:28 PM
kepstin-work
reosarevok: yeah, stuff generally doesn't resize nicely down to 16px.
21:28 PM
which is why sites like that use a different image as their favicon :)
21:28 PM
noobie
maybe i should switch to cmake
21:28 PM
bwhittaker69
upgrade.sh now working ! yipee !
21:28 PM
kepstin-work doesn't like using cmake on linux
21:28 PM
reosarevok
kepstin-work: if they did use one I'd use that, yeah
21:28 PM
It's just annoying that they don't :(
21:28 PM
kepstin-work
reosarevok: I see a favicon on that site...
21:29 PM
reosarevok
huh
21:29 PM
I do now...
21:29 PM
heh
21:29 PM
reosarevok promises it wasn't there before
21:29 PM
reosarevok wonders what was going on
21:29 PM
noobie
:D
21:29 PM
reosarevok
yay then!
21:29 PM
reosarevok adds it to MB
21:32 PM
bwhittaker69
"Applying 20120423-release-group-types.sql" takes a while... CPU working like mad
21:33 PM
anything longer than 2-3 minutes and I think its taking a long time.... spoiled rotten
21:33 PM
reosarevok
heh
21:37 PM
21:40 PM
SexyKen
21:42 PM
bwhittaker69
when running a RT_SLAVE server, should the value for LUCENE_SERVER be modified or left as "search.musicbrainz.org"
21:46 PM
SexyKen
Me so sad! Been trying to get this bugger working for 3 days :*
22:10 PM
SexyKen joined the channel
22:13 PM
MBJenkins joined the channel
22:53 PM
the_metalgamer joined the channel
23:56 PM
kepstin joined the channel