You are not logged in.

Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, January 23rd 2011, 10:42pm

Trouble building CVS image for enigma2 with Fedora 14

I am triying to build a cvs image with Fedora 14, but it always gives me an error. I have done everything on the http://wiki.openembedded.net/index.php/O…edora_13_and_14 page.

I have attached two txt files, one with output from terminal when running the make command,
and one with a log file.


I thinks it's something with the Fedora 14.
Please advice..
jen07 has attached the following files:
  • make_cmd_log.txt (2.58 kB - 261 times downloaded - latest: Yesterday, 12:32pm)
  • log.txt (17.44 kB - 132 times downloaded - latest: May 19th 2013, 5:28pm)
DM800HD PVR-S
Peter Pan Team

This post has been edited 1 times, last edit by "jen07" (Jan 24th 2011, 9:58am)


2

Monday, January 24th 2011, 1:18am

Hi jen07,

I think it is easier to read if you post the files as .txt files.

Cheers, pcd.

3

Wednesday, January 26th 2011, 1:39pm

You're facing two different errors:

1.) openssl-native:

Add the following to your conf/local.conf and install libssl development headers and the openssl tool in Fedora:

Source code

1
ASSUME_PROVIDED += "^openssl-native$"


2.) linux-libc-headers:

If Fedora uses make 3.82, please try downgrading to 3.81.

4

Thursday, January 27th 2011, 10:35am

You're facing two different errors:

1.) openssl-native:

Add the following to your conf/local.conf and install libssl development headers and the openssl tool in Fedora:

Source code

1
ASSUME_PROVIDED += "^openssl-native$"


2.) linux-libc-headers:

If Fedora uses make 3.82, please try downgrading to 3.81.



is the package name for libssl - "libssl_devel" and and for openssl tool - "openssl_devel" ? (I only get error on linux-libc-headers after installing the libssl_devel. The openssl_devel is already installed)

The make is version "make.i686 1:3.82-3.fc14", when I try to downgrade I get version "make.i686 1:3.82-2.fc14.1"

How do I get v 3.81?

EDIT: I found make 3.81. So now it's just wait and see, looks good at the moment, I'll post back when build is complete(or not)
DM800HD PVR-S
Peter Pan Team

This post has been edited 1 times, last edit by "jen07" (Jan 27th 2011, 11:22am)


5

Thursday, January 27th 2011, 2:18pm

is the package name for libssl - "libssl_devel" and and for openssl tool - "openssl_devel" ? (I only get error on linux-libc-headers after installing the libssl_devel. The openssl_devel is already installed)

The make is version "make.i686 1:3.82-3.fc14", when I try to downgrade I get version "make.i686 1:3.82-2.fc14.1"

How do I get v 3.81?
In case someone else is running into the same problems:

In Fedora, the packages are called openssl and openssl-devel.

To downgrade make, run:

Source code

1
yum –nogpgcheck –releasever=13 downgrade make


(unverified, found by searching on the net)

6

Thursday, January 27th 2011, 2:51pm

Thnx for the advice!
Finaly I have built a cvs image on Fedora 14.

Source code

1
 yum –nogpgcheck –releasever=13 downgrade make


I did not get this to work had to erase make (yum erase make), then I installed make 3.81 from pkgs.org
DM800HD PVR-S
Peter Pan Team

7

Sunday, January 30th 2011, 8:46am

for downgrading with yum try this:

Source code

1
yum --nogpgcheck --releasever=13 downgrade make