Compling vlc-android source code - libvlc

I tried to use vlc player source code for android.I have downloaded the files using git
as mentioned in this link
http://rootzwiki.com/topic/475-compiling-vlc-from-source-for-apk/
After this step "./bootstrap -t arm-eabi -d android", i tried to use "make" command.
I Am getting the the following error while making
make[2]: Leaving directory `/opt/vlc-android/extras/contrib/build-src/ffmpeg'
make[2]: Entering directory `/opt/vlc-android/extras/contrib/build-src/ffmpeg'
make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
INSTALL libavdevice/libavdevice.a
INSTALL libavformat/libavformat.a
INSTALL libavcodec/libavcodec.a
INSTALL libpostproc/libpostproc.a
INSTALL libswscale/libswscale.a
INSTALL libavcore/libavcore.a
INSTALL libavutil/libavutil.a
INSTALL libavdevice/avdevice.h
INSTALL libavdevice/libavdevice.pc
INSTALL libavformat/avformat.h
INSTALL libavformat/avio.h
INSTALL libavformat/libavformat.pc
INSTALL libavcodec/avcodec.h
INSTALL libavcodec/avfft.h
INSTALL libavcodec/dxva2.h
INSTALL libavcodec/opt.h
INSTALL libavcodec/vaapi.h
INSTALL libavcodec/vdpau.h
INSTALL libavcodec/xvmc.h
INSTALL libavcodec/libavcodec.pc
INSTALL libpostproc/postprocess.h
INSTALL libpostproc/libpostproc.pc
INSTALL libswscale/swscale.h
INSTALL libswscale/libswscale.pc
INSTALL libavcore/audioconvert.h
INSTALL libavcore/avcore.h
INSTALL libavcore/imgutils.h
INSTALL libavcore/parseutils.h
INSTALL libavcore/samplefmt.h
INSTALL libavcore/libavcore.pc
INSTALL libavutil/adler32.h
INSTALL libavutil/attributes.h
INSTALL libavutil/avassert.h
INSTALL libavutil/avstring.h
INSTALL libavutil/avutil.h
INSTALL libavutil/base64.h
INSTALL libavutil/bswap.h
INSTALL libavutil/common.h
INSTALL libavutil/cpu.h
INSTALL libavutil/crc.h
INSTALL libavutil/error.h
INSTALL libavutil/eval.h
INSTALL libavutil/fifo.h
INSTALL libavutil/file.h
INSTALL libavutil/intfloat_readwrite.h
INSTALL libavutil/intreadwrite.h
INSTALL libavutil/lfg.h
INSTALL libavutil/log.h
INSTALL libavutil/lzo.h
INSTALL libavutil/mathematics.h
INSTALL libavutil/md5.h
INSTALL libavutil/mem.h
INSTALL libavutil/opt.h
INSTALL libavutil/pixdesc.h
INSTALL libavutil/pixfmt.h
INSTALL libavutil/random_seed.h
INSTALL libavutil/rational.h
INSTALL libavutil/sha1.h
INSTALL libavutil/avconfig.h
INSTALL libavutil/libavutil.pc
make[2]: Leaving directory `/opt/vlc-android/extras/contrib/build-src/ffmpeg'
touch .ffmpeg
make[1]: Leaving directory `/opt/vlc-android/extras/contrib/build-src'
make: *** [using-src] Error 2
Anyone please help..

Related

zef has failed to install Inline::Perl5 on Cygwin

I was trying to install zef install Inline::Perl5 but it gives errors. How can I fix it ?

psycopg2 package error while installing odoo12 enterprise version on ubuntu18

I am trying to install odoo12 enterprise version on ubuntu18.
I have the deb file, and using gdebi to install the package.
But installation fails with the error
dpkg: dependency problems prevent configuration of odoo:
odoo depends on python3-psycopg2; however:
Package python3-psycopg2 is not installed.
I have tried installing psycopg2.8.5, 2.8.3, 2.7.7 and 2.7.3.1 manually using pip3 install. But with all these , I am getting the same error.
Run this cmd:
Step 1
Run update command to update package repositories and get the latest package information.
sudo apt-get update -y
Step 2
Run the install command with -y flag to quickly install the packages and dependencies.
sudo apt-get install -y python3-psycopg2
Execute - sudo apt-get install python3-dev

Why react native hangs on 59%?

I am learning react-native.
When I run react-native run-android, I get following error:
Thread(png-cruncher_20) has a null payload
> Building 59% > :app:mergeDebugResources
I found a solution which asks me to run following commands:
sudo apt-get install lib32z1
sudo apt-get install zlib1g:i386
sudo apt-get update
sudo apt-get install lib32z1 lib32stdc++6
But running these commands says I have unmet or uninstalled dependencies. I tried to install them too, then they say same thing for different dependencies and it goes on and never stop. Thus, I cannot install any of the above packages.
Can't I install all these dependencies at once ? Or is there any other solution ?

Error when I try to install npm on Ubuntu 17.04

I'm trying to install npm on Ubuntu 17.04 but I'm not getting it. I've installed nodejs and nodejs-legacy and when I try to install npm, a message appears saying that npm depends on node-gyp (>= 0.10.9) and won't be installed. If a try to install node-gyp, another dependency appears and successively. Does anybody know how to fix it?
if you use apt-get for install nodejs you can switch version easily:
$ sudo apt-get install npm # install npm
$ sudo npm install -g n # install n nodejs version switcher as global package.
$ sudo n stable # install latest stable version.
install more version: [exmp: 9.1.0]
$ sudo n 9.1.0
reference
I suggest you don't use apt-install to install npm.You can download the bin file from official site.(https://nodejs.org/en/)
Just extract the tar file and setup the path to you system,you can get the latest version!

"dracut:Failed to install module vmxnet3" while installing kernel for CentOS 7

I want to ask why I failed to install the linux kernel(version Linux-4.10.15) for CentOS 7 after I used "make defconfig" and "make". This problem was on the Server with GUI. And I tried on the Basic Server then but no error info came out. I don't know why, anyone can help? Thanks!
[root#szu linux-4.10.15]# make
…… #nothing goes wrong
[root#szu linux-4.10.15]# make modules_install
INSTALL drivers/thermal/x86_pkg_temp_thermal.ko
INSTALL fs/efivarfs/efivarfs.ko
INSTALL net/ipv4/netfilter/ipt_MASQUERADE.ko
INSTALL net/ipv4/netfilter/iptable_nat.ko
INSTALL net/ipv4/netfilter/nf_log_arp.ko
INSTALL net/ipv4/netfilter/nf_log_ipv4.ko
INSTALL net/ipv4/netfilter/nf_nat_ipv4.ko
INSTALL net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko
INSTALL net/ipv6/netfilter/nf_log_ipv6.ko
INSTALL net/netfilter/nf_log_common.ko
INSTALL net/netfilter/nf_nat.ko
INSTALL net/netfilter/nf_nat_ftp.ko
INSTALL net/netfilter/nf_nat_irc.ko
INSTALL net/netfilter/nf_nat_sip.ko
INSTALL net/netfilter/xt_LOG.ko
INSTALL net/netfilter/xt_addrtype.ko
INSTALL net/netfilter/xt_mark.ko
INSTALL net/netfilter/xt_nat.ko
DEPMOD 4.10.15
[root#szu linux-4.10.15]# make install
sh ./arch/x86/boot/install.sh 4.10.15 arch/x86/boot/bzImage \
System.map "/boot"
Failed to install module vmxnet3
Broadcast message from systemd-journald#szu.centos.vlin (Fri 2017-05-12
09:14:00 CST):
dracut[38263]: Failed to install module vmxnet3
Message from syslogd#szu at May 12 09:14:00 ...
dracut:Failed to install module vmxnet3

Resources