News:

--

Main Menu

SVN compilation problem

Started by ClemD, July 04, 2013, 11:39:05 AM

Previous topic - Next topic

mit

QuoteYou're suggesting me to run :
That's right
QuoteBecause I already have some of the packages that I don't want to replace - don't I ?
Do not worry, the packages couldn't be replaced, only might be uodated. But more of dependencies coms from ffmpeg-libs-devel, so you try like that:

unset http_proxy https_proxy ftp_proxy
export http_proxy=your data here
export proxy_username=your data here
export proxy_password=your data here
yum install ffmpeg-libs-devel


and see what is going on...

ClemD

Quote from: mit on July 30, 2013, 12:32:44 PM
QuoteYou're suggesting me to run :
That's right
QuoteBecause I already have some of the packages that I don't want to replace - don't I ?
Do not worry, the packages couldn't be replaced, only might be uodated. But more of dependencies coms from ffmpeg-libs-devel, so you try like that:

unset http_proxy https_proxy ftp_proxy
export http_proxy=your data here
export proxy_username=your data here
export proxy_password=your data here
yum install ffmpeg-libs-devel


and see what is going on...

Ok, thank you :)

I transmitted to IT for both authorization and knowledge of the name of the proxy. I'll keep you informed ;)

ClemD

#47
That's what I feared : can't touch to proxy.

However, I have the possibility to download "manually" ( = through web sites on a web browser) packages. One by one. How exciting.

For instance, pkgs.org was recommended to me by IT.

So, I searched a ffmpeg-libs-devel compatible with my architecture and found one here : http://pkgs.org/centos-6-rhel-6/linuxtech-x86_64/ffmpeg-libs-devel-0.6.5-2.el6.x86_64.rpm.html

I successfully downloaded it, but when I came to install it, I had problems. I give you what happened when installing :

sudo yum install ffmpeg-libs-devel

[...]

Transaction Check Error:
  file /usr/lib64/libvdpau.so.1.0.0 from install of libvdpau-0.5-2.el6.x86_64 conflicts with file from package libvdpau1-0.4.1-4.el6.x86_64
  file /usr/lib64/libopencore-amrnb.so.0.0.2 from install of libopencore-amr-0.1.2-3.el6.x86_64 conflicts with file from package libopencore-amrnb0-0.1.2-2.el6.x86_64
  file /usr/lib64/libopencore-amrwb.so.0.0.2 from install of libopencore-amr-0.1.2-3.el6.x86_64 conflicts with file from package libopencore-amrwb0-0.1.2-2.el6.x86_64
  file /usr/lib64/libfaac.so.0.0.0 from install of libfaac-1.28-3.el6.x86_64 conflicts with file from package libfaac0-1.28-6.el6.x86_64
  file /usr/lib64/libdirac_decoder.so.0 from install of libdirac-1.0.2-4.el6.x86_64 conflicts with file from package dirac-libs-1.0.0-1.el6.x86_64
  file /usr/lib64/libdirac_encoder.so.0 from install of libdirac-1.0.2-4.el6.x86_64 conflicts with file from package dirac-libs-1.0.0-1.el6.x86_64
  file /usr/lib64/libenca.so.0.5.1 from install of libenca-1.13-3.el6.x86_64 conflicts with file from package enca-1.13-1.el6.x86_64
  file /usr/lib64/libfribidi.so.0.3.1 from install of libfribidi-0.19.2-3.el6.x86_64 conflicts with file from package fribidi-0.19.2-2.el6.x86_64
  file /usr/lib64/librtmp.so.0 from install of librtmp-2.3-3.el6.x86_64 conflicts with file from package librtmp0-2.3-1.el6.x86_64
  file /usr/lib64/libva.so.1 from install of libva-1.0.16-3.el6.x86_64 conflicts with file from package libva1-1.0.10-5.el6.x86_64

mit

Probably you already have other ffmpeg devel installed. Linuxtech in most cases has a deferent names...
rpm -qa *pulseaudio* *qt* *x264*  *ffmpeg* *Xmu* *samplerate* *jack*
Give me the result!

ClemD

Quote from: mit on July 30, 2013, 01:52:03 PM
Probably you already have other ffmpeg devel installed. Linuxtech in most cases has a deferent names...
rpm -qa *pulseaudio* *qt* *x264*  *ffmpeg* *Xmu* *samplerate* *jack*
Give me the result!

Here you are, Sir :)

libXmu-1.0.5-1.el6.x86_64
pulseaudio-0.9.21-13.el6.x86_64
libx264_115-0.115-0.20110722.2.el6.x86_64
libx264_114-0.114-15_20110308.2245.el6.x86_64
jack-audio-connection-kit-0.116.1-6_1.el6.x86_64
pulseaudio-libs-glib2-0.9.21-13.el6.x86_64
alsa-plugins-pulseaudio-1.0.21-3.el6.x86_64
pulseaudio-libs-0.9.21-13.el6.x86_64
qt47-4.7.1-3_15.el6.x86_64
x264-0.0.0-0.4.20101111.el6.rf.x86_64
pulseaudio-gdm-hooks-0.9.21-13.el6.x86_64
libsamplerate-0.1.7-2.1.el6.x86_64
pulseaudio-module-gconf-0.9.21-13.el6.x86_64
libx264_118-0.118-17_20111111.2245.el6.x86_64
kde-settings-pulseaudio-4.3.1-1.el6.centos.noarch
pulseaudio-utils-0.9.21-13.el6.x86_64
pulseaudio-module-x11-0.9.21-13.el6.x86_64
qt3-3.3.8b-30.el6.x86_64
dbus-qt-0.70-7.2.el6.x86_64
libx264_130-0.130-0.20130531.1.el6.x86_64
pinentry-qt-0.7.6-6.el6.x86_64

mit

#50
Hm..., i don't know! Try this one and let's to see result!

P.S: So i've make a check, and actually you need this

ClemD

Quote from: mit on July 30, 2013, 02:12:05 PM
Hm..., i don't know! Try this one and let's to see result!

So i've make acheck, and actually you need this

How should I make the difference between versions when I run :

sudo yum install ffmpeg-libs-devel

?


Meanwhile, when Firefox proposes to install it, it says it needs "71 additional packages to be installed"  :suicide:

ClemD

Quote from: mit on July 30, 2013, 02:12:05 PM
P.S: So i've make a check, and actually you need this

Downloaded it !

sudo yum install ffmpeg-devel

[...]

Transaction Check Error:
  file /usr/lib64/libvdpau.so.1.0.0 from install of libvdpau-0.5-2.el6.x86_64 conflicts with file from package libvdpau1-0.4.1-4.el6.x86_64
  file /usr/lib64/libopencore-amrnb.so.0.0.2 from install of libopencore-amr-0.1.2-3.el6.x86_64 conflicts with file from package libopencore-amrnb0-0.1.2-2.el6.x86_64
  file /usr/lib64/libopencore-amrwb.so.0.0.2 from install of libopencore-amr-0.1.2-3.el6.x86_64 conflicts with file from package libopencore-amrwb0-0.1.2-2.el6.x86_64
  file /usr/lib64/libfaac.so.0.0.0 from install of libfaac-1.28-3.el6.x86_64 conflicts with file from package libfaac0-1.28-6.el6.x86_64
  file /usr/lib64/libdirac_decoder.so.0 from install of libdirac-1.0.2-4.el6.x86_64 conflicts with file from package dirac-libs-1.0.0-1.el6.x86_64
  file /usr/lib64/libdirac_encoder.so.0 from install of libdirac-1.0.2-4.el6.x86_64 conflicts with file from package dirac-libs-1.0.0-1.el6.x86_64
  file /usr/lib64/libenca.so.0.5.1 from install of libenca-1.13-3.el6.x86_64 conflicts with file from package enca-1.13-1.el6.x86_64
  file /usr/lib64/libfribidi.so.0.3.1 from install of libfribidi-0.19.2-3.el6.x86_64 conflicts with file from package fribidi-0.19.2-2.el6.x86_64
  file /usr/lib64/librtmp.so.0 from install of librtmp-2.3-3.el6.x86_64 conflicts with file from package librtmp0-2.3-1.el6.x86_64
  file /usr/lib64/libva.so.1 from install of libva-1.0.16-3.el6.x86_64 conflicts with file from package libva1-1.0.10-5.el6.x86_64

mit

Exelent!Conflicts of packages from the same f__k'n repo.You nothing said about dependencies, but i'm sure it's min. 20, every one with its own dependencies.So i realy do not understand, how you plan to install them, even if conflicts have been resolved!?

ClemD

Quote from: mit on July 30, 2013, 03:24:24 PM
Exelent!Conflicts of packages from the same f__k'n repo.You nothing said about dependencies, but i'm sure it's min. 20, every one with its own dependencies.So i realy do not understand, how you plan to install them, even if conflicts have been resolved!?

I don't know. I don't understand what is happening when I run "yum install ffmpeg-devel". Which file will the system install ? Where will the system search that file ?

As far as I understood, IT asked me to :

- identify packages I needed to compile
- download them on safe websites like pkgs.org, taking care of version number
- install the packages. If there are more dependencies needed to install the packages, back to step 1.

mit

Tell this IT, he do that, or more better to kill itself!
We are talking about 40 packages or more....

ClemD

Quote from: mit on July 31, 2013, 09:12:30 AM
Tell this IT, he do that, or more better to kill itself!
We are talking about 40 packages or more....

You managed to make me smile ;D

Yeah, I really feel bad about doing that :(

mit

You laughing, but i get nervous. And i'm absolutely serious when i say that the IT should include suicide as option by his future, if he continues talking bullshits. Sorry, i really wanted to help you, but i did not know would have to work with idiots (I mean your IT's).I'll be busy for a while (for next 2-3 hrs),but then i'm here...

ClemD

Quote from: mit on July 31, 2013, 10:55:25 AM
You laughing, but i get nervous. And i'm absolutely serious when i say that the IT should include suicide as option by his future, if he continues talking bullshits. Sorry, i really wanted to help you, but i did not know would have to work with idiots (I mean your IT's).I'll be busy for a while (for next 2-3 hrs),but then i'm here...

I understand what you feel ; it's ok ;)

I'll see with IT what I'm going to do next days. I'll come back if I feel I need some help from you (or mean, or anyone ;)) :)

Take care meanwhile :)

PS : Oh, and I'll be on holidays next 2 weeks, so you won't see me ;)