[05:28] anyone else having issues upgrading? update-manager is telling me im up to date when using -d and im not up to datefor 13.04 like i should [05:40] it seems update-manager isnt updated to run -d. running dist-upgrade after changing sources.list works but be careful it might not be stable for everyone === schmidtm_ is now known as schmidtm === schmidtm_ is now known as schmidtm [12:55] Hey all [13:22] eh up BluesKaj [13:23] hey philinux [13:26] BluesKaj: just been looking at the uds tracks. busy day there [15:48] hi [15:50] exit === brot_ is now known as brot === sary is now known as s1m [19:13] How can I get an older version of a package? For example, libace-dev in raring seems to be bugged, and I want the previous version of it. [19:13] None of my packages installed depend on it, so I guess it won't break stuff. [19:15] krofna: same version as quantal, so I'm not sure what you'd revert to [19:16] Uhm, then the one from precise? [19:17] I just know that it worked ~3 weeks ago, and now I get linker errors :( [19:17] krofna: what errors? [19:17] krofna: pastebin the output [19:18] Well, it mostly comes down to: [19:18] undefined reference to `ACE_Event_Handler::handle_signal(int, siginfo_t*, ucontext*)' [19:18] (Imagine the same error, but dozens of times) [19:19] Its funny how there is no undefined reference to any other functions. [19:20] krofna: probably just bad position on the -llibrary args, what do the gcc/g++ lines look like? [19:20] I don't know: makefiles are autogenerated by cmake. [19:20] krofna: maybe: make V=1; ? [19:21] krofna: I don't know if cmake allows that, it works with autotools generally [19:22] Same issue. What does that option do anyway? [19:22] krofna: I was looking for more verbose output [19:23] krofna: make VERBOSE=1; according to the faq it seems [19:23] Oh wow, that truly is verbose (just a second) [19:24] trism: http://pastebin.com/VvrHRR1r [19:25] krofna: hmm that actually looks fine, so this worked 3 weeks ago on quantal? or precise? or what? [19:26] Worked 3 weeks ago on quantal (or, was it raring? I don't know, I do dist-upgrade every day) [19:27] krofna, dist-upgrade won't upgrade the OS to the next version [19:28] lsb_release -a: Release: 13.04 [19:28] Codename: raring [19:28] Looks like it does. [19:29] Anything special I need to know about dist-upgrade? [19:30] it only upgrades the packages of the present OS...do-release-upgrade -d will if there's an alpha or beta in the repos , ... otherwise you need to change the sources.list OS names either manually or with sed command [19:31] Ah, I did manually change them to raring as soon as I read that its name of new version. [19:31] !dist-upgrade [19:31] A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [19:42] krofna: I'm getting the symbols resolved here with just -lACE so I'm thinking maybe something is wrong with libshared.a [19:45] Oh actually it seems that libshared.a didn't compile: ace/Basic_Types.h: No such file or directory Perhaps broken cmake files? [19:47] But... -- Found ACE headers: /usr/include [19:48] Nah, actually libshared works, just had to clean up cmake cache. [19:56] Downgrading package seems much better idea as time passes... [19:58] krofna: it isn't a problem with ace, I can resolve the symbols here [19:59] krofna: gonna try a build here and see what happens [20:02] I'm trying to compile: https://github.com/TrinityCore/TrinityCore Can you test that? [20:03] krofna: yes that is what I am compiling now [20:43] krofna: looks like the compile is going to take a while on my weak machine, off to get some dinner but I'll let you know how it goes when I get back if you are still around [20:49] Compiling scripts is optional :) === krofna_phone is now known as krofna [21:59] Did it compile yet? [22:13] krofna: yes seems to have completed successfully, made it past the authserver anyway, hmm [22:27] trism: I mean, did it link. it doesnt do linking untill everything compiled. [22:30] krofna: yes it linked, there is an authserver binary [22:31] Ahh great. Problem which only affects me... :( [22:31] krofna: I'm going to try just building authserver in a raring container, maybe something really is broken on raring [22:32] krofna: ahh it does die the same way in a raring container [22:34] Soo... Either cmake, gnu make broke or ld broke? Cant think of anything else... [22:35] Most likely cmake? [22:35] krofna: well I am able to resolve the symbols in a simple test program, so maybe cmake? [22:36] krofna: though same cmake version too [22:36] hmm....