/srv/irclogs.ubuntu.com/2012/11/01/#ubuntu+1.txt

gnomefreakanyone 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 should05:28
gnomefreakit 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 everyone05:40
=== schmidtm_ is now known as schmidtm
=== schmidtm_ is now known as schmidtm
BluesKajHey all12:55
philinuxeh up BluesKaj13:22
BluesKajhey philinux13:23
philinuxBluesKaj: just been looking at the uds tracks. busy day there13:26
znnztghi15:48
znnztgexit15:50
=== brot_ is now known as brot
=== sary is now known as s1m
krofnaHow 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
krofnaNone of my packages installed depend on it, so I guess it won't break stuff.19:13
trismkrofna: same version as quantal, so I'm not sure what you'd revert to19:15
krofnaUhm, then the one from precise?19:16
krofnaI just know that it worked ~3 weeks ago, and now I get linker errors :(19:17
trismkrofna: what errors?19:17
trismkrofna: pastebin the output19:17
krofnaWell, it mostly comes down to:19:18
krofnaundefined reference to `ACE_Event_Handler::handle_signal(int, siginfo_t*, ucontext*)'19:18
krofna(Imagine the same error, but dozens of times)19:18
krofnaIts funny how there is no undefined reference to any other functions.19:19
trismkrofna: probably just bad position on the -llibrary args, what do the gcc/g++ lines look like?19:20
krofnaI don't know: makefiles are autogenerated by cmake.19:20
trismkrofna: maybe: make V=1; ?19:20
trismkrofna: I don't know if cmake allows that, it works with autotools generally19:21
krofnaSame issue. What does that option do anyway?19:22
trismkrofna: I was looking for more verbose output19:22
trismkrofna: make VERBOSE=1; according to the faq it seems19:23
krofnaOh wow, that truly is verbose (just a second)19:23
krofnatrism: http://pastebin.com/VvrHRR1r19:24
trismkrofna: hmm that actually looks fine, so this worked 3 weeks ago on quantal? or precise? or what?19:25
krofnaWorked 3 weeks ago on quantal (or, was it raring? I don't know, I do dist-upgrade every day)19:26
BluesKajkrofna, dist-upgrade won't upgrade the OS to the next version19:27
krofnalsb_release -a: Release:13.0419:28
krofnaCodename:raring19:28
krofna Looks like it does.19:28
krofnaAnything special I need to know about dist-upgrade?19:29
BluesKajit 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 command19:30
krofnaAh, I did manually change them to raring as soon as I read that its name of new version.19:31
BluesKaj!dist-upgrade19:31
ubottuA 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:31
trismkrofna: I'm getting the symbols resolved here with just -lACE so I'm thinking maybe something is wrong with libshared.a19:42
krofnaOh actually it seems that libshared.a didn't compile: ace/Basic_Types.h: No such file or directory Perhaps broken cmake files?19:45
krofnaBut... -- Found ACE headers: /usr/include19:47
krofnaNah, actually libshared works, just had to clean up cmake cache.19:48
krofnaDowngrading package seems much better idea as time passes...19:56
trismkrofna: it isn't a problem with ace, I can resolve the symbols here19:58
trismkrofna: gonna try a build here and see what happens19:59
krofnaI'm trying to compile: https://github.com/TrinityCore/TrinityCore Can you test that?20:02
trismkrofna: yes that is what I am compiling now20:03
trismkrofna: 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 around20:43
krofnaCompiling scripts is optional :)20:49
=== krofna_phone is now known as krofna
krofnaDid it compile yet?21:59
trismkrofna: yes seems to have completed successfully, made it past the authserver anyway, hmm22:13
krofnatrism: I mean, did it link. it doesnt do linking untill everything compiled.22:27
trismkrofna: yes it linked, there is an authserver binary22:30
krofnaAhh great. Problem which only affects me... :(22:31
trismkrofna: I'm going to try just building authserver in a raring container, maybe something really is broken on raring22:31
trismkrofna: ahh it does die the same way in a raring container22:32
krofnaSoo... Either cmake, gnu make broke or ld broke? Cant think of anything else...22:34
krofnaMost likely cmake?22:35
trismkrofna: well I am able to resolve the symbols in a simple test program, so maybe cmake?22:35
trismkrofna: though same cmake version too22:36
krofnahmm....22:36

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