I am trying to install ejabberd server. For that i am trying to install ERL depencies.
wget http://www.erlang.org/download/otp_src_18.1.tar.gz
tar -xzvf otp_src_18.1.tar.gz
cd otp_src_18.1
./configure
make
With above command give me below error in make i am not able to figured out how it would be solved. I have tried with ./configure --disabled-hipe also but still i am facing issue with it.
=== Entering application hipe
make[3]: Entering directory `/etc/ejabberd_downloads/otp_src_18.1/lib/hipe/misc'
ERLC ../ebin/hipe_consttab.beam
Crash dump is being written to: erl_crash.dump...done
Failed to create aux thread
/bin/sh: line 1: 6098 Aborted erlc -W +debug_info +warn_exported_vars +warn_missing_spec +warn_untyped_record -o../ebin hipe_consttab.erl
make[3]: *** [../ebin/hipe_consttab.beam] Error 134
make[3]: Leaving directory `/etc/ejabberd_downloads/otp_src_18.1/lib/hipe/misc'
make[2]: *** [opt] Error 2
make[2]: Leaving directory `/etc/ejabberd_downloads/otp_src_18.1/lib/hipe'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/etc/ejabberd_downloads/otp_src_18.1/lib'
make: *** [secondary_bootstrap_build] Error 2
erl_crash.dump top lines are as below:
=erl_crash_dump:0.3
Thu Nov 19 00:27:29 2015
Slogan: Failed to create aux thread
System version: Erlang/OTP 18 [erts-7.1] [source-2882b0c] [64-bit] [smp:53:24] [async-threads:10] [hipe] [kernel-poll:false]
Compiled: Wed Sep 23 15:34:00 2015
Taints:
Atoms: 2005
Calling Thread: beam.smp
=scheduler:1
I am newbie with this one. Please help me.
Related
based on the following tutorial https://github.com/cutefish-ubuntu/cutefish-desktop-ubuntu
when at the step 3, which is the instruction
cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/kwin-plugins
cd kwin-plugins
dpkg-buildpackage -uc -us -b
i get the following message at the end of the process
/home/rogan/Downloads/cutefish/kwin-plugins/obj-x86_64-linux-gnu/plugins/roundedwindow/roundedwindow_autogen/EWIEGA46WW/../../../../../plugins/roundedwindow/roundedwindow.h:36:36: error: ‘LanczosCacheRole’ is not a member of ‘KWin::DataRole’
36 | BaseRole = KWin::DataRole::LanczosCacheRole + 100,
| ^~~~~~~~~~~~~~~~
make[3]: *** [plugins/roundedwindow/CMakeFiles/roundedwindow.dir/build.make:87: plugins/roundedwindow/CMakeFiles/roundedwindow.dir/roundedwindow_autogen/mocs_compilation.cpp.o] Error 1
make[3]: Leaving directory '/home/rogan/Downloads/cutefish/kwin-plugins/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:269: plugins/roundedwindow/CMakeFiles/roundedwindow.dir/all] Error 2
make[2]: Leaving directory '/home/rogan/Downloads/cutefish/kwin-plugins/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/home/rogan/Downloads/cutefish/kwin-plugins/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 VERBOSE=1 returned exit code 2
make: *** [debian/rules:6: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
I don't know what it is, but it looks like it was an installation failure
is it cause iam using wrong version of ubuntu distro?
if yes, there is another way to install cutefish os on ubuntu 22.04 kinetic?
I hope you are fine and all is well,
I'm trying to install Xuggle on Ubuntu 14.04.
I'm using
g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Linux xxxxx-HP-EliteBook-820-G1 3.13.0-67-generic #110-Ubuntu SMP Fri Oct 23 13:24:41 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
java version "1.7.0_85"
OpenJDK Runtime Environment (IcedTea 2.6.1) (7u85-2.6.1-5ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode)
Unfortunately I have got the folowing messages:
[exec] HTML doc/platform.html
[exec] POD doc/ffmpeg.pod
[exec] MAN doc/ffmpeg.1
[exec] doc/ffmpeg.pod around line 11306: Non-ASCII character seen before =encoding in '8�8'. Assuming UTF-8
[exec] make[3]: Leaving directory `/home/tiberkak/xuggle-xuggler/build/native/x86_64-unknown-linux-gnu/captive/ffmpeg/csrc'
[exec] make[2]: Leaving directory `/home/tiberkak/xuggle-xuggler/build/native/x86_64-unknown-linux-gnu/captive/ffmpeg'
[exec] make[1]: Leaving directory `/home/tiberkak/xuggle-xuggler/build/native/x86_64-unknown-linux-gnu/captive'
[exec] POD document had syntax errors at /usr/bin/pod2man line 71.
[exec] make[3]: *** [doc/ffmpeg.1] Error 255
[exec] make[2]: *** [all-local] Error 2
[exec] make[1]: *** [all-recursive] Error 1
[exec] make: *** [all-recursive] Error 1
BUILD FAILED
/home/tiberkak/xuggle-xuggler/mk/buildtools/buildhelper.xml:1192: exec returned: 2
Total time: 12 minutes 17 seconds
I hope someone can help me
Regards
Allal
Reading a bit the error message, it looks like an encoding error.
Either you are running on Windows and the code you downloaded has been modified or something else fishy happened.
In any case, simply trying to open the doc/ffmpeg.pod file at line 11306 and replacing the character that looks strange should fix the issue.
This is only an error when the documentation get built, so I assume the actual compilation of Xuggler went fine.
Hope this helps,
Cheers,
Julien
I am installing video 4 linux following these steps,
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
but when build, following error appears. Debian 8 virtual machine.
...
CC [M] /media_build/v4l/saa7164-buffer.o
CC [M] /media_build/v4l/saa7164-encoder.o
/media_build/v4l/saa7164-encoder.c: In function 'saa7164_s_frequency':
/media_build/v4l/saa7164-encoder.c:392:2: error: assignment of read-only variable '__val'
port->freq = clamp(f->frequency,
^
/usr/src/linux-headers-3.16.0-4-common/scripts/Makefile.build:262: recipe for target '/media_build/v4l/saa7164-encoder.o' failed
make[5]: *** [/media_build/v4l/saa7164-encoder.o] Error 1
/usr/src/linux-headers-3.16.0-4-common/Makefile:1350: recipe for target '_module_/media_build/v4l' failed
make[4]: *** [_module_/media_build/v4l] Error 2
Makefile:181: recipe for target 'sub-make' failed
make[3]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-3.16.0-4-686-pae'
Makefile:51: recipe for target 'default' failed
make[1]: *** [default] Error 2
make[1]: Leaving directory '/media_build/v4l'
Makefile:26: recipe for target 'all' failed
make: *** [all] Error 2
build failed at ./build line 491.
root#debian:/media_build#
Check this out, here is the link, this is the different kernel compile log, so you can install the successful version kernel, then clean the compile dictionary, re-compile it.
I think it can solve your problem.
In my Ubuntu 14.04.3 x86_64 case, I install Kernel 3.18.7, here is the solution
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.7-vivid/linux-headers-3.18.7-031807_3.18.7-031807.201502110759_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.7-vivid/linux-headers-3.18.7-031807-generic_3.18.7-031807.201502110759_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.7-vivid/linux-image-3.18.7- 031807-generic_3.18.7-031807.201502110759_amd64.deb
$ sudo dpkg -i linux-headers-3.18*.deb linux-image-3.18*.deb
$ sudo reboot
Reference Links
How to install Kernel 3.18.7 on 64 bit Ubuntu 14.10, Ubuntu 14.04 and derivative systems:
I had the same problem, my workaround was that I set CONFIG_VIDEO_SAA7164=n in v4l/.config file. After this the compilation was executed correctly.
run make menuconfig and navigate the menus to disable the saa7164 driver from the build. The hierarchy should be something like DEVICE DRIVERS -> MULTIMEDIA DRIVERS -> VIDEO4LINUX / DVB DRIVERS -> PCI boards (I don't think theres a separate submenu for PCIe) and then disable the driver for the saa7164.
I downloaded hdf5-1.8.15-patch1.tar.bz2, and tried to install it on my Ubuntu, with this command:
CC=mpicc ./configure --enable-parallel --enable-shared
make
make check
yet during make check, I got this error:
***** 1 FAILURE! *****
Command exited with non-zero status 1
0.78user 0.08system 0:00.86elapsed 100%CPU (0avgtext+0avgdata 10216maxresident)k
0inputs+1224outputs (0major+51752minor)pagefaults 0swaps
make[4]: *** [dt_arith.chkexe_] Error 1
make[4]: Leaving directory `/home/ubuntu/tools/hdf5-1.8.15-patch1/test'
make[3]: *** [build-check-s] Error 2
make[3]: Leaving directory `/home/ubuntu/tools/hdf5-1.8.15-patch1/test'
make[2]: *** [test] Error 2
make[2]: Leaving directory `/home/ubuntu/tools/hdf5-1.8.15-patch1/test'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/ubuntu/tools/hdf5-1.8.15-patch1/test'
make: *** [check-recursive] Error 1
this is my 'uname -a' and 'gcc -v':
uname -a
Linux ip-172-31-23-30 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
gcc -v
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
It seems worth trying with lower optimizations flags (-O1 or -O0) following previous issues:
https://support.hdfgroup.org/HDF5/release/known_problems/previssues.html
I have been following sintructions for installing mono and monodevelop
on centos 6 found in this web page :
Install Mono and Monodevelop on CentOS 5.x/6.x
I have stalled on one of the steps explained below
yum install pango-devel atk-devel libgnome-devel libgnomecanvas-devel libgnomeui-devel git svn libtool
cd /usr/src
git clone git://github.com/mono/gnome-sharp
cd gnome-sharp
./bootstrap-2.24 --prefix=/usr
make && make install
When I run the make command in gnome-sharp I get this error :-
make all-recursive
make[1]: Entering directory `/usr/src/gnome-sharp'
Making all in sources
make[2]: Entering directory `/usr/src/gnome-sharp/sources'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/gnome-sharp/sources'
Making all in art
make[2]: Entering directory `/usr/src/gnome-sharp/art'
/usr/bin/mcs -debug -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GNOME_SHARP_2_16 -define:GNOME_SHARP_2_20 -define:GNOME_SHARP_2_24 -nowarn:0169,0612,0618 -unsafe -out:art-sharp.dll -target:library /usr/lib -r:Mono.Cairo generated/*.cs AssemblyInfo.cs
error CS2001: Source file `/usr/lib' could not be found
Compilation failed: 1 error(s), 0 warnings
make[2]: *** [art-sharp.dll] Error 1
make[2]: Leaving directory `/usr/src/gnome-sharp/art'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnome-sharp'
make: *** [all] Error 2
It looks as if the Makefile process is broken at least to me. Any help gratefully received.
-roddy
You don't need to install Mono from source anymore, there are now official packages: http://www.mono-project.com/docs/getting-started/install/linux/#centos-fedora-and-derivatives