gnomefreak | 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:28 |
---|---|---|
gnomefreak | 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 | 05:40 |
=== schmidtm_ is now known as schmidtm | ||
=== schmidtm_ is now known as schmidtm | ||
BluesKaj | Hey all | 12:55 |
philinux | eh up BluesKaj | 13:22 |
BluesKaj | hey philinux | 13:23 |
philinux | BluesKaj: just been looking at the uds tracks. busy day there | 13:26 |
znnztg | hi | 15:48 |
znnztg | exit | 15:50 |
=== brot_ is now known as brot | ||
=== sary is now known as s1m | ||
krofna | 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 |
krofna | None of my packages installed depend on it, so I guess it won't break stuff. | 19:13 |
trism | krofna: same version as quantal, so I'm not sure what you'd revert to | 19:15 |
krofna | Uhm, then the one from precise? | 19:16 |
krofna | I just know that it worked ~3 weeks ago, and now I get linker errors :( | 19:17 |
trism | krofna: what errors? | 19:17 |
trism | krofna: pastebin the output | 19:17 |
krofna | Well, it mostly comes down to: | 19:18 |
krofna | undefined reference to `ACE_Event_Handler::handle_signal(int, siginfo_t*, ucontext*)' | 19:18 |
krofna | (Imagine the same error, but dozens of times) | 19:18 |
krofna | Its funny how there is no undefined reference to any other functions. | 19:19 |
trism | krofna: probably just bad position on the -llibrary args, what do the gcc/g++ lines look like? | 19:20 |
krofna | I don't know: makefiles are autogenerated by cmake. | 19:20 |
trism | krofna: maybe: make V=1; ? | 19:20 |
trism | krofna: I don't know if cmake allows that, it works with autotools generally | 19:21 |
krofna | Same issue. What does that option do anyway? | 19:22 |
trism | krofna: I was looking for more verbose output | 19:22 |
trism | krofna: make VERBOSE=1; according to the faq it seems | 19:23 |
krofna | Oh wow, that truly is verbose (just a second) | 19:23 |
krofna | trism: http://pastebin.com/VvrHRR1r | 19:24 |
trism | krofna: hmm that actually looks fine, so this worked 3 weeks ago on quantal? or precise? or what? | 19:25 |
krofna | Worked 3 weeks ago on quantal (or, was it raring? I don't know, I do dist-upgrade every day) | 19:26 |
BluesKaj | krofna, dist-upgrade won't upgrade the OS to the next version | 19:27 |
krofna | lsb_release -a: Release:13.04 | 19:28 |
krofna | Codename:raring | 19:28 |
krofna | Looks like it does. | 19:28 |
krofna | Anything special I need to know about dist-upgrade? | 19:29 |
BluesKaj | 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:30 |
krofna | Ah, I did manually change them to raring as soon as I read that its name of new version. | 19:31 |
BluesKaj | !dist-upgrade | 19:31 |
ubottu | 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:31 |
trism | krofna: I'm getting the symbols resolved here with just -lACE so I'm thinking maybe something is wrong with libshared.a | 19:42 |
krofna | Oh actually it seems that libshared.a didn't compile: ace/Basic_Types.h: No such file or directory Perhaps broken cmake files? | 19:45 |
krofna | But... -- Found ACE headers: /usr/include | 19:47 |
krofna | Nah, actually libshared works, just had to clean up cmake cache. | 19:48 |
krofna | Downgrading package seems much better idea as time passes... | 19:56 |
trism | krofna: it isn't a problem with ace, I can resolve the symbols here | 19:58 |
trism | krofna: gonna try a build here and see what happens | 19:59 |
krofna | I'm trying to compile: https://github.com/TrinityCore/TrinityCore Can you test that? | 20:02 |
trism | krofna: yes that is what I am compiling now | 20:03 |
trism | 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:43 |
krofna | Compiling scripts is optional :) | 20:49 |
=== krofna_phone is now known as krofna | ||
krofna | Did it compile yet? | 21:59 |
trism | krofna: yes seems to have completed successfully, made it past the authserver anyway, hmm | 22:13 |
krofna | trism: I mean, did it link. it doesnt do linking untill everything compiled. | 22:27 |
trism | krofna: yes it linked, there is an authserver binary | 22:30 |
krofna | Ahh great. Problem which only affects me... :( | 22:31 |
trism | krofna: I'm going to try just building authserver in a raring container, maybe something really is broken on raring | 22:31 |
trism | krofna: ahh it does die the same way in a raring container | 22:32 |
krofna | Soo... Either cmake, gnu make broke or ld broke? Cant think of anything else... | 22:34 |
krofna | Most likely cmake? | 22:35 |
trism | krofna: well I am able to resolve the symbols in a simple test program, so maybe cmake? | 22:35 |
trism | krofna: though same cmake version too | 22:36 |
krofna | hmm.... | 22:36 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!