Software :: Building Cinelerra-CV From Git Repository - Syntax Error

Jul 19, 2010

New installation of Suse 11.3. Trying to build Cinelerra-CV from [url]

Quote:

The source code of Cinelerra-CV is available from a git repository. To get a copy for compilation use the following command

You can modify this working copy, and submit your patches to the mailing list, or ask for your own repo or for permission to push to one of the existing ones.

From the README.BUILD file, you are told to build autoreconf -i.

This gives an error:

Code:

Running autoreconf with the "force" option works:

Code:

After running ./configure, and then make, there are errors:

Code:

View 3 Replies


ADVERTISEMENT

General :: SUSE 10 Syslog-ng Syntax - Bash: Syntax Error Near Unexpected Token "("

Apr 20, 2011

I am a Novell (now defunct) CNE tring to learn Linux and am having a lot of trouble finding out where the WB 6-6 is wrong in the syntax for adding local4... the the syslog-ng config file. In the instructions there are discrepancies between commas and simi-comma, they are both in the statements in no particular order. there is no pattern to them. Here is what the book shows:

filter f_local4debug { level(debug) and facility(local4); };

When I try to input this in the Gnome terminal window to try and find out where it goes wrong I get the following: -bash: syntax error near unexpected token "(" If I can get the correct syntax I belive I can use the info to get past the rest of this portion of the lesson. I am desperate to learn Linux as the only jobs out there for a Novell CNE are migrations to MS, which really sucks, since MS really really sucks.

View 1 Replies View Related

Fedora Installation :: Error Value: Error Getting Repository Data For Installed, Repository Not Found

Apr 28, 2010

just installed a fresh copy of fedora 12 and getting this error when trying to update the system.

Code:

Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()

[code]....

View 2 Replies View Related

Fedora Installation :: Error Value: Error Getting Repository Data For Installed - Repository Not Found

Jun 17, 2010

Running System>Adminstration>Software Udates, I get the following errors

[code]...

Similarly, if I click on System>Add/Remove Software>Package Collections, I get No groups could be found. A cache refresh should fix this. I don't see how to do a cache refresh. I tried rpm --rebuilddb, which didn't do any good and um clean all which also did no good. I did manage to do the updates with yum updates But I don't want to have to use yum at the command line all the time to do updates.

View 4 Replies View Related

Fedora :: 15 - Unable To Install Cinelerra - Get "No Package Cinelerra Available" Errors

Jun 11, 2011

I have tried installing cinelerra with autoplus and even doing it by hand. Both ways I get "No package cinelerra available" errors.

From Autoplus:
Code:
Checking programs Completed,Now Running Choice Menu...
Loaded plugins: langpacks, presto, refresh-packagekit
atrpms | 3.5 kB 00:00
Setting up Install Process
No package cinelerra available.
Error: Nothing to do

I also followed the installation instructions from the AutoPlus website and got the same result. I looked at the ATrpm website and all I found was cinelerra-2.1-21_git20101021.src.rpm, Am I doing something wrong, or is there another way to install cinelerra?

View 11 Replies View Related

Ubuntu Multimedia :: No Sound In Cinelerra Preview / Get Sound During The Editing Session Of Cinelerra?

Apr 5, 2010

Anyone know how to get sound during the editing session of Cinelerra? Any ideas out there?

Looks like no sound in rendered file either! So no sound at all with Cinelerra....

p.s. I have sound working fine with all of my other programs. And working with same files on Kdenlive, Kino or Pitivi, all give me sound no problem. Running a basic Karmic Ubuntu Studio 32bit setup.

View 2 Replies View Related

CentOS 5 :: Error Value: Error Getting Repository Data For Installed, Repository Not Found

Dec 22, 2009

Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()

[code]....

View 3 Replies View Related

Software :: Cinelerra QuickTime Movie Rendering Error

Jun 1, 2009

I've after an agonizing process of editing I finally finished my video that I was working on. Now it's time to render it, I want to render it to quicktime for linux so that I can encode to mpeg using mencoder as described in the cinelerra docs. Problem is , the movie won't render, it shuts down the process saying render error and that's it.

The docs say that quicktime requires these properties:
Audio option Two Complements 16bits (PCM)
Video option DV
but can't find any place that asks for anything like that setting.

View 1 Replies View Related

Ubuntu Multimedia :: Error Code In Cinelerra - When Try To Load Up Any Footage

Nov 18, 2010

I am getting this error message in Cinelerra when I try to load up any footage - virtual int FileMOV::read_frame(VFrame*): quicktime_read_frame/quicktime_decode_video failed, result:

Have previously run Cinelerra happily on other Ubuntu installations. I am using 10.04. Am I missing some dependency?

View 1 Replies View Related

Fedora Servers :: Error 256 - No More Mirrors To Try / Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Mar 17, 2011

I have Fedora 13 in a VPS. I cannot work with yum. I got this error: [Errno 256] No more mirrors to try # yum list Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again.

View 4 Replies View Related

CentOS 5 Networking :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository: Addons

Mar 4, 2011

I am trying to configure DNS on my CentOS 5. When i am trying to install BIND using YUM, i am getting the following error.

Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile http://mirror.centos.org/centos/5/addons/x86_64/repodata/repomd.xml: [Errno 12] Ti meout: <urlopen error timed out> Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: addons. Pl ease verify its path and try again. I am able to ping from Linux to windows OS. But when iam trying to do

[Code]...

View 2 Replies View Related

Fedora Installation :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Dec 1, 2009

I have install fedora 12 (i686) from Live CD. Now i want to install some package. I typed comand like this:

Code:

yum install some_package_name

But i have an error:

Code:

Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again i looked at /etc/yum.repos.d:

Quote:

[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/

[code]....

View 2 Replies View Related

Fedora :: PYCURL - Error 14: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Dec 15, 2009

[root@127 scott]# yum update Loaded plugins: presto, refresh-packagekit [URL]: [Errno 14] PYCURL ERROR 7 - "" Trying other mirror. [URL]: [Errno 14] PYCURL ERROR 7 - "" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora.

verify its path and try again ...browsed through solutions like using yum clear and setting proxy in yum.conf

View 9 Replies View Related

Fedora :: Update Error Getting Repository Data For Installed, Repository Not Found?

Dec 22, 2009

Here's the details to this mornings update error:

Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
code....

It mentioned bug report but I don't know where that is. I'll try later.

View 9 Replies View Related

Fedora Installation :: Error Getting Repository Data For Installed, Repository Not Found

Feb 14, 2010

Today I installed Fedora12 from the DVD, so this is my first contact with all of you. The last years I ran very well with gentoo, but the time for system maintenance got to big the last few times I updated the system, so I decided to change and here am I. The Problem: My system is newly installed from the DVD and I was trying to run the first update, but got the following errormassage by KPackageKit:

Code:
Error Type:
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
backend.dispatcher(sys.argv[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 710, in dispatcher
self.dispatch_command(args[0], args[1:])

[Code]...

It occured after informing me about the amount of packages that need to be updated and a message about some dependencies that have to be newly installed. At the moment I'm a bit lost about what to do. Also I realy don't know which system-information would be useful - let me know and I will answer.

View 2 Replies View Related

Fedora :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository: Livna

Jun 14, 2010

When I try to install some programs, like Asunder, I get the following:

Code:
[root@localhost theAdmiral]# yum install asunder
Loaded plugins: presto, refresh-packagekit
Could not retrieve mirrorlist http://rpm.livna.org/mirrorlist error was
14: PYCURL ERROR 7 - ""
Error: Cannot retrieve repository metadata (repomd.xml) for repository: livna. Please verify its path and try again

[Code]...

View 14 Replies View Related

Fedora Installation :: Error: Can't Retrieve Repository Metadata (repomd.xml) For Repository

Jul 28, 2010

I installed Fedora 13 in my new system from DVD image. Now I want to update all repositories. I coul'nt update. error message as below: Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again

View 3 Replies View Related

Fedora :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository: Adobe-linux-i386

Nov 14, 2009

I installed FC10, but do not find xfig (command not found)..then I do password:xxxxxxx, and then do the following $yum install xfig, and I get the following error Loaded plugins: refresh-packagekit [URL].. [Errno 14] HTTP Error 401: Unauthorized Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386.

View 14 Replies View Related

Fedora :: Yum Broken Errno 14 PYCURL ERROR 7 (Cannot Retrieve Repository Metadata (repomd.xml) For Repository)

Dec 27, 2009

yum is completely broken. I cannot install or update any software. yum is always throwing:

Code: Loaded plugins: presto, refresh-packagekit Could not retrieve mirrorlist http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-12&arch=x86_64 error was 14: PYCURL ERROR 7 - "" Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-free. Please verify its path and try again I have tried globally to disable the gpg check as stated in other threads. I have no proxies or such in yum.conf or in my bashrc. If I manually click on the link it will resolve in firefox so I am sure it is not my net connection per se, it seems yum or curl is adding a : to the end of the url thats why it wont resolve properly.

I have done a yum clean all , which didnt really help either. reinstalling the rpmfusion repos isnt an option either as I start getting curl errors in the terminal. I am really at a loss here and am completely out of ideas as I cant install any updates or software , at first I thought the repositories were having problems with the holidays but this has been going on for 4 days now. /var/log/messages isnt showing anything either.

[Code]....

View 3 Replies View Related

Fedora Installation :: Use Update Utility Receiving Error - Repository Data For Installed Repository Not Found

Apr 19, 2010

I just installed Fedora Core 12 and when attempting use the update utility am receiving the following error:

[code]...

View 3 Replies View Related

Fedora Installation :: Lost NVIDIA With F13 Upgrade / Error Cannot Retrieve Repository Metadata (repomd.xml) For Repository?

Jun 9, 2010

I updated my up to date F12 to F13. I have what must be a 640X480 display with no way to change it. I get an error:

"Error: Cannot retrieve repository metadata (repomd.xml) for repository: pgdg90. Please verify its path and try again" on all Yum commands so no yum installs are possible. I don't have the /usr/bin/GLX command So theAIGLX doesn't work.

View 1 Replies View Related

Fedora :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Dec 14, 2009

I'm having trouble getting my fusion repos to work. When I try to install something that uses them I get:-

Loaded plugins: presto, refresh-packagekit
rpmfusion-free | 3.9 kB 00:00
http://download1.rpmfusion.org/free/...ta/repomd.xml: [Errno -1] Error importing repomd.xml for rpmfusion-free: Damaged repomd.xml file

[code]....

View 3 Replies View Related

Fedora :: Getting Error Getting Repository Data For Installed - Repository Not Found / Fix It?

Feb 7, 2010

I did a clean install of Fedora 12 (AMD64) two days ago and I have been trying to update the packages. But it won't work. I keep getting these errors. I tried both Software Update and command-line utility to update. code...

View 4 Replies View Related

Fedora Installation :: Error: Cannot Retrieve Repository Metadata For Repository

Mar 18, 2011

I just did a fresh install of F14 using a Live USB. I can't do a yum update, I'm getting Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora.I've done a yum clean all and I've tried coping the .repos from another F14 system that's working fine.

View 4 Replies View Related

Fedora :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Jul 8, 2011

When i use command ( yum update ) in Terminal I take this output:

Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-free. Please verify its path and try again

I have try to disable "rpmfusion-free' but after this operation i can not take free packets and codecs for mplayer.

View 10 Replies View Related

Red Hat / Fedora :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Aug 23, 2010

I recently registered a Red Hat 5 machine. It registered ok and was able to do a yum update. Now, yum update gives this error:

Loaded plugins: rhnplugin, security
There was an error communicating with RHN. RHN support will be disabled. Error communicating with server. The message was:

Temporary failure in name resolution
Could not retrieve mirrorlist <red hat mirror url here>error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.

Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmforge. Please verify its path and try again I can ssh into the machine, and I can open up Firefox and browse the web. I have another Red Hat 5 machine set up and working fine, and I've checked that the /etc/yum.conf, /etc/sysconfig/rhn/up2date, .bash_profile, and /etc/hosts files are all the same (except for hostnames and ip addresses). I'm fairly new to Red Hat, and I don't know what other configuration files to check.

View 6 Replies View Related

General :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository:

May 18, 2010

when i was trying to install perl with fedora using yum: # yum install perl i got the following error: Loaded plugins: presto, refresh-packagekit Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

View 3 Replies View Related

General :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Jul 8, 2010

When I tell yum to update i get this error, Quote: $ yum update Loaded plugins: presto, refresh-packagekit Error: Cannot retrieve repository metadata (repomd.xml) for repository: InstallMedia. Please verify its path and try again

View 4 Replies View Related

Software :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Aug 31, 2010

I am looking for openjdk6-jre rpm for redhat 64bit. I followed the instructions provided in the below site : http://openjdk.java.net/install/

But when I try I am getting the below error: [root@DCTXVM20 hita]# su -c "yum install java-1.6.0-openjdk" Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...-5&arch=x86_64 error was [Errno 4] IOError: Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again

View 2 Replies View Related

CentOS 5 :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Oct 25, 2010

Yum update do not respond and I get these exceptions. Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile [URL]... [Errno 14] HTTP Error 403: Forbidden
Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again I have search the forum but the suggestion have not help me resolve this issue. I tried both the mirrorlist and baseurl links in the CentOS-Base.repo file. I using proxy and have followed the instruction [URL]. When I run "yum --disablerepo "*" --enablerepo "rpmforge" list available" I get this

Loaded plugins: fastestmirror Error getting repository data for rpmforge, repository not found

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved