|
[02:20] <TheClitCommander> rww, whats up |
|
[06:38] <lordievader> Good morning. |
|
[09:12] <vitimiti> Hi |
|
[10:26] <pipi_> Hi guys, why does hexchat not come with perl on ubuntu 14.10 ? |
|
[10:27] <pipi_> I tried compiling it, but ./configure says: Perl .................. : no |
|
[10:28] <pipi_> checking for perl >= 5.8.1... 5.20.1 |
|
[10:28] <pipi_> checking for perl >= 5.8.0... no |
|
[10:28] <pipi_> ?? |
|
[10:28] <pipi_> I don't get it |
|
[11:05] <Mikaela> pipi_: try sudo apt-get build-dep hexchat |
|
[11:06] <pipi_> already tried that |
|
[11:06] <pipi_> I'm now trying cpan upgrade |
|
[11:06] <pipi_> here is the log from the configure of hexchat http://sprunge.us/KWUf |
|
[12:04] <pipi_> let me know if there's any solution |
|
[12:16] <Mikaela> I forgot I was going to try compiling HexChat earlier |
|
[12:20] <Mikaela> pipi_: no issues here https://paste.mikaela.info/?773c0f15f05d1d2f#mQlQpNlZPg/uB0ckciqqIvuB7+QNddVn3x/RgMsP568= - I did everything as .travis.yml says |
|
[12:21] <pipi_> you on ubuntu 14.10? |
|
[12:21] <Mikaela> yes |
|
[12:21] <pipi_> where's that travis.yml ? |
|
[12:21] <pipi_> oh there's a dot behind it |
|
[12:21] <pipi_> sorry my bad |
|
[12:21] <pipi_> will read it |
|
[12:21] <Mikaela> .travis.yml, it's hidden folder in HexChats source |
|
[12:22] * Ciblia is Mikaela from just-compiled HexChat. |
|
[12:22] <Ciblia> HexChat: 2.11.0 ** OS: Linux 3.16.0-23-generic x86_64 ** Distro: Ubuntu "utopic" 14.10 ** CPU: 8 x Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (GenuineIntel) @ 3,09GHz ** RAM: Physical: 15,4GiB, 87,9% free ** Disk: Total: 456,4GiB, 62,1% free ** VGA: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller ** Sound: HDA-Intel - HDA Intel PCH ** Ethernet: Realtek Semiconductor Co., Ltd. CIe Gigabit |
|
[12:22] <Ciblia> Ethernet ** Uptime: 4h 10m 46s ** |
|
[12:23] <pipi_> still Perl .................. : no :\ |
|
[12:23] <Ciblia> Weird |
|
[12:24] <pipi_> conftest.c:(.text+0x5): undefined reference to `PL_memory_wrap' |
|
[12:24] <pipi_> that's why it fails according to config.log |
|
[12:24] <pipi_> conftest.c:(.text+0x14): undefined reference to `Perl_croak_nocontext' collect2: error: ld returned 1 exit status |
|
[12:25] <Ciblia> Thanks, you just made me notice that my oidentd was broken :) |
|
[12:25] <Ciblia> this is better |
|
[12:28] <pipi_> So my perl is broken |
|
[12:28] <pipi_> I think. |
|
[12:35] <pipi_> Ciblia |
|
[12:35] <Mikaela> I have no idea |
|
[12:37] <pipi_> gcc: error: unrecognized command line option '-V' |
|
[12:38] <pipi_> my gcc version is 4.9.1 |
|
[12:41] <Mikaela> oh, I used clang |
|
[12:41] <pipi_> how? |
|
[12:41] <pipi_> sorry I'm a noob in compiling, never used clang |
|
[12:42] <Mikaela> I have these ifs in my bash & zshrc https://github.com/Mkaysi/shell-things/blob/master/zshrc#L778 |
|
[12:42] <Mikaela> so I am always automatically using clang when it's installed |
|
[12:44] <Mikaela> for using it just once I think it would be installing clang and then |
|
[12:44] <Mikaela> export CC=clang |
|
[12:44] <Mikaela> export CXX=clang++ |
|
[12:44] <Mikaela> and then autogen and configure etc. normally |
|
[12:45] <Mikaela> You might want to report that build issue to #hexchat in case it's related to newer gcc |
|
[12:45] <Mikaela> or maybe it belongs to #hexchat-devel , I am not sure. |
|
[12:55] <pipi_> now I'm getting configure: error: C compiler cannot create executables |
|
[12:55] <pipi_> nvm, just needed to run as root |
|
[12:55] <pipi_> I'm running out of ideas, I didn't do anything out of the ordinary on the upgrade. |
|
[12:56] <Mikaela> make should work without root, make install needs root unless you used different prefix |
|
[12:58] <pipi_> no I meant ./configure |
|
[13:03] <Mikaela> weird, that shouldn't need root |
|
[13:16] <BluesKaj> Hiyas all |
|
[13:17] <pipi_> Mikaela: what perl version you have? |
|
[13:18] <Mikaela> hi |
|
[13:18] <Mikaela> hmm |
|
[13:18] <Mikaela> % perl --version |
|
[13:18] <Mikaela> This is perl 5, version 20, subversion 1 (v5.20.1) built for x86_64-linux-gnu-thread-multi |
|
[13:18] <Mikaela> (with 37 registered patches, see perl -V for more detail) |
|
[13:20] <Ciblia> HexChat says that there is /pl command, but I cannot find any method to see what perl version this is using. |
|
[13:24] <pipi_> Mikaela: did you git clone hexchat?= |
|
[13:24] <Ciblia> yes |
|
[13:28] <pipi_> #perl "people" say it's hexchat's configure that is wrong |
|
[13:28] <pipi_> but it can't be because you used the same configure I did |
|
[13:33] <Mikaela> I am pastebinning my config.log |
|
[13:33] <Mikaela> pipi_: http://sprunge.us/BTiM |
|
[13:33] <Mikaela> if it helps |
|
[13:37] <pipi_> yes thank |
|
[15:09] <digitalcrow> help ! can i install ubuntu 14.10 beta 2 or it still has the same dependencies problems with mencoder package ??????? |
|
[15:10] <Mikaela> I am running Ubuntu 14.10 without issues, but I have no idea about depedency problems and I believe this is release candidate not beta |
|
[15:11] <digitalcrow> i have serious problems with dependencies |
|
[15:11] <digitalcrow> it misses mencoder |
|
[15:11] <digitalcrow> can you install mencoder ? |
|
[15:11] <digitalcrow> the beta 2 is release candidate ? |
|
[15:12] <elfy> Package mencoder is not available, but is referred to by another package. |
|
[15:12] <elfy> is what I see here digitalcrow |
|
[15:12] <Mikaela> https://paste.mikaela.info/?4bb3f7d851d9ef70#1VICKVOFacrKgmcvZbk/2ZzuQZc2WazaExuTBmACvOQ= |
|
[15:12] <Mikaela> that |
|
[15:12] <lordievader> !info mencoder |
|
[15:12] <ubottu> Package mencoder does not exist in utopic |
|
[15:13] <digitalcrow> many video applications needs that |
|
[15:13] <digitalcrow> am i gonna be ok if i install today and keep updating |
|
[15:13] <digitalcrow> till sunday that comes out ? |
|
[15:14] <lordievader> I suppose it to be replaced by something, I don't think the maintainers will remove that package without reason. |
|
[15:14] <elfy> http://www.archivum.info/ubuntu-bugs@lists.ubuntu.com/2014-07/05334/%28Bug-1339068%29-%28NEW%29-depends-on-mencoder-which-doesn%27t-work-with-libav-10.html |
|
[15:14] <elfy> bug 1339068 |
|
[15:14] <ubottu> bug 1339068 in h264enc (Ubuntu) "depends on mencoder, which doesn't work with libav 10" [Undecided,New] https://launchpad.net/bugs/1339068 |
|
[15:16] <digitalcrow> ? what ? its gone forever ? |
|
[15:18] <digitalcrow> thats why i got so many dependencies errors what about the packages that need it ? |
|
[15:18] <elfy> can't answer that digitalcrow - just pointing you at some relevant information |
|
[15:19] <digitalcrow> am i gonna be ok if i install today ( i have 2 days off from work and i can test and install many apps from repos) Do you recommend to stay with the lts |
|
[15:19] <elfy> if mencoder is something you need and it's working in 14.04 I'd not move to 14.10 |
|
[15:21] <imbezol> if you have a full 2 days then compile mencoder yourself :) |
|
[15:21] <digitalcrow> if i move to 14.10 do i still get the updates till the release ? it would be the same ? |
|
[15:26] <lordievader> digitalcrow: On that last question: yes. |
|
[15:30] <BluesKaj> digitalcrow, install libav-tools, it's the replacementr for mencoder |
|
[15:30] <digitalcrow> ok thank you i will start download the beta2 |
|
[15:31] <digitalcrow> do you think its possible to close the vsync from compiz settings when i want to play games for better performance ? |
|
=== magic is now known as pretty |
|
[17:03] <khamer> One of the services on my system is getting goofed up when I disconnect a monitor, and I'm trying to figure out which one - font alaising, my gtk theme, and my icon theme all end up looking like they've fallen back to older looking UI |
|
[17:04] <khamer> Also, keyboard shortcuts stop working - here's what GTK UI elements look like - http://i.imgur.com/QVVH5fw.png |
|
[17:05] <Daekdroom> khamer, is that GNOME Shell? |
|
[17:05] <Daekdroom> If it is, then it's most likely gnome-settings-daemon |
|
[17:06] <khamer> Daekdroom: no, its XFCE, but all applications are affected |
|
[17:06] <Daekdroom> Hm. I don't know how xfce works. |
|
[17:11] <khamer> I have gconfd, xfconfd, xfdesktop, and xfce4-session, I wonder if one of those is the culprit |
|
[17:39] <pipi_> Mikaela: what was the link for the clang thing again? |
|
[17:40] <Mikaela> what clang thing? try google |
|
[17:40] <pipi_> nvm, found it |
|
[17:40] <pipi_> https://github.com/Mkaysi/shell-things/blob/master/zshrc#L778 |
|
[17:45] <pipi_> LOOOL |
|
[17:45] <pipi_> clang fixed the issue |
|
[17:45] <pipi_> Perl .................. : yes |
|
[17:45] * pipi_ claps |
|
[17:45] <pipi_> thanks to you Mikaela |
|
[17:46] <Mikaela> clang shouldn't fix the issue or there is a bug, pleaser report it to #hexchat-devel or https://github.com/hexchat/hexchat/issues |
|
[17:46] <pipi_> well it did |
|
[17:47] <pipi_> all I did was: apt-get install clang and then I went to that link you gave me and I copied from line 778 to line 787 into my .bashrc then I opened a new terminal and so on |
|
[17:47] <pipi_> I didn't apply any patches or other packages then clang to fix the issue, clang sorted it out |
|
[17:47] <pipi_> I will report it anyway |
|
[17:47] <pipi_> #hexchat-devel Cannot join channel (+b) - you are banned |
|
[17:47] <pipi_> ?! |
|
[17:48] <pipi_> I was never even in the channel |
|
[17:48] <pipi_> oh well |
|
[17:48] <pipi_> I'm out of here, peace |
|
[17:48] <pipi_> o/ |
|
=== Termana is now known as Guest17934 |
|
[19:37] <vitimiti> Hi |
|
[20:49] <quidnunc> Where can I get a Utopic vagrant image? |
|
[20:51] <genii> I would imagine https://cloud-images.ubuntu.com/utopic/current/ |
|
=== dougiel is now known as generic-entity |
|
[20:52] <quidnunc> genii: Doesn't seem to be the same as http://cloud-images.ubuntu.com/vagrant/ |
|
[20:53] <quidnunc> (same contentes) |
|
[20:53] <quidnunc> contents* |
|
[20:53] <genii> Ah, yes. Not in there yet. |
|
[20:53] <quidnunc> Are Vagrant images not built for devel versions? |
|
[21:31] <ghutzriop> HI! I'm using ubuntu 14.10 and I have both kde and gnome installed. now I try to use an vpn, but even tough the network manager says it's connected, it is simply ignored(whatismyip.com shows my original ip). how can solve this? |
|
[21:39] <simonor> Hello chaps. Anyone know if Broadcom support is any better in Unicorn?(I'll find out Thursday anyway) |
|
[21:39] <genii> If you mean for network devices using their chips, likely not any better than 14.04 |
|
[21:40] <DX099> hi all |
|
[21:40] <simonor> Too bad. The package uses a newer apparent build, but if no better, well, shame. |
|
[21:40] <maxb> Why would anyone upgrade on Thursday? :-) |
|
[21:41] <genii> Early adopters :) |
|
[21:41] <DX099> I want to use the latest 14.10 iso on Virtualbox but graphics are all broken |
|
[21:41] <maxb> Surely you either do it before, or wait a week :-) |
|
[21:41] <simonor> 23rd is this Thursday? |
|
[21:42] <DX099> http://imgur.com/XuwtCkl |
|
[21:42] <simonor> Hey, it's a night in. |
|
[21:42] <DX099> could someone help me with this? |
|
[21:44] <simonor> DX099 - VirtualBox has a dedicated Graphics emulator, which they might not upgrade in sync with 14.10; I know it works fine with 14.04 as Guest. |
|
[21:45] <DX099> simonor, yeah but it seemed strange to see it broken like that... |
|
[21:46] <DX099> there are plenty of video on screenshots showing it working... |
|
[21:46] <simonor> If you use 14.10 as HOST, consider QEMU; any guest files you have are readily convertible to QCOW2 format for Qemu, using Vbox command and Qemu commands. |
|
[21:47] <simonor> Qemu advantage - you can run it as a straight command line, or a script, or in a management GUI. |
|
[21:47] <simonor> So it's the guest 14.10 you want? |
|
[21:48] <DX099> I'm using 14.10 as a the guest system to be virtualized under Ubuntu 14.04 |
|
[21:48] <DX099> yes |
|
[21:50] <simonor> Right, you might want to examine the options for video emulation(as you probably have). I only use 14.04 guest on a Windoze 7 Host; won't be upgrading until official time later this week, so I'm not much help. |
|
[21:51] <simonor> Except to say that on 14.04 hosts there are certain advantages to Qemu. |
|
[21:53] <simonor> Advantages - Possibility of iommu hardware passthru for networking and USB, no need for Guest Additions, 100% open source. |
|
[21:54] <simonor> Disadvantages - learning curve, graphics not as quick as VBox, possible learning curve. |
|
[21:55] <simonor> Anyway, I need to sleep. Hacking embedded hosts tomorrow. |
|
=== pretty is now known as magic |
|
|