Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make parodus2ccsp portable on various Ubuntu & Fedora versions #23

Open
shilpa24balaji opened this issue Mar 22, 2018 · 5 comments
Open

Comments

@shilpa24balaji
Copy link
Collaborator

parodus2ccsp should build successfully on various ubuntu platforms 32bit, 64bit and not just on yocto

@manderiasian
Copy link

Here is a dbus issue, on Fedora 27 there are many compile errors that are similar and fixable. System: Ubuntu
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty

gcc:
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4)

Notes: There are similar compile issues with Fedora 27

CC libdbus_1_la-dbus-sysdeps-unix.lo
dbus-sysdeps-unix.c:3254:1: error: '_read_subprocess_line_argv' defined but not used [-Werror=unused-function]
_read_subprocess_line_argv (const char *progpath,
^
cc1: all warnings being treated as errors

@manderiasian
Copy link

For Fedora 27 there are ssl/openssl issues, build error log attached.
Fedora27_CcspCommonLibrary-build-err.log

@manderiasian
Copy link

For Ubuntu (14.04.4/14.04.5) I couldn't get passed an undeclared identifier error "X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS" which is used in user_openssl.c:383

@gbuddappagari
Copy link
Collaborator

gbuddappagari commented Mar 28, 2018

Above dbus build error should fix with cd6e4eb commit. Verified it on Ubuntu 14.04. Make sure you are following Pre-Requisite mentioned in README.md

@skynetcore
Copy link

For Ubuntu (14.04.4/14.04.5) I couldn't get passed an undeclared identifier error "X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS" which is used in user_openssl.c:383

that fix can be done by using higher version of openssl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants