Giter VIP home page Giter VIP logo

Comments (5)

stephensmalley avatar stephensmalley commented on July 23, 2024

See if the referenced PR fixes this for you.

from selinux.

aIecxs avatar aIecxs commented on July 23, 2024

confirmed. it is compiling successful now, except for a simple warning. many thanks!
../cil/src/cil_lexer.c: In function ‘cil_yy_scan_bytes’: ../cil/src/cil_lexer.c:1595:17: warning: comparison of integer expressions of different signedness: ‘yy_size_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] for ( i = 0; i < _yybytes_len; ++i ) ^

from selinux.

aIecxs avatar aIecxs commented on July 23, 2024

now i have some other issues, maybe you can also fix?

libselinux: selinux_restorecon.c: compiling error on Fedora 28 armv7l
selinux_restorecon.c: In function ‘restorecon_sb’: selinux_restorecon.c:633:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=] fprintf(stdout, "\r%luk", fc_count / STAR_COUNT); ~~^ %llu

checkpolicy: checkpolicy.c: compiling error on Fedora 28 armv7l
compiles with -Wno-error=implicit-function-declaration -Wno-error=sign-compare but error persists
checkpolicy.c: In function ‘main’: checkpolicy.c:498:20: error: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘long int’ [-Werror=sign-compare] if (policyvers != n) ^~ checkpolicy.c:645:12: error: implicit declaration of function ‘policydb_sort_ocontexts’; did you mean ‘policydb_user_cache’? [-Werror=implicit-function-declaration] ret = policydb_sort_ocontexts(&policydb); ^~~~~~~~~~~~~~~~~~~~~~~ policydb_user_cache checkpolicy.o: In function main':
checkpolicy.c:(.text.startup+0x5e8): undefined reference to policydb_sort_ocontexts' collect2: error: ld returned 1 exit status

policycoreutils: semodule.c: compiling error on Fedora 28 armv7l
i have checked owner/permissions, compiles with -I~/src/selinux/libsemanage/include -L~/src/selinux/libsemanage/src but error persists
semodule.c:25:10: fatal error: semanage/modules.h: No such file or directory #include <semanage/modules.h> ^~~~~~~~~~~~~~~~~~~~ compilation terminated. /usr/bin/ld: cannot find -lsemanage collect2: error: ld returned 1 exit status

from selinux.

aIecxs avatar aIecxs commented on July 23, 2024

can be closed. seems i have messed up something. after fresh install Fedora 28 armv7l it works. it was my fault i was using export DESTDIR='~/obj' instead of DESTDIR=~/obj - apologizing :)

just for unskilled users like me, here is what i have done: (Note: setools-devel was not available)
`sudo -H yum install automake gcc gettext-devel git glibc-static libacl-devel libffi-devel make pcre-static perl-Pod-Html wget
sudo -H yum install audit-libs-devel bison bzip2-devel dbus-devel dbus-glib-devel flex flex-devel flex-static glib2-devel libcap-devel libcap-ng-devel pam-devel pcre-devel python-devel setools swig xmlto redhat-rpm-config

git clone https://github.com/SELinuxProject/selinux.git

mkdir ~/obj
export DESTDIR=~/obj
export CFLAGS="-I/usr/include -I/usr/local/include -I${DESTDIR}/usr/include"
export LDFLAGS="-L/usr/lib -L/usr/local/lib -L${DESTDIR}/lib -L${DESTDIR}/usr/lib"

make install install-pywrap`

from selinux.

stephensmalley avatar stephensmalley commented on July 23, 2024

Don't overload a single issue with multiple separate issues. The restorecon one was an actual bug, to be fixed by https://lore.kernel.org/selinux/[email protected]/raw.
The other two appear to be due to missing/incorrect DESTDIR specification. If you build with make DESTDIR=~/obj, then it should automatically set CFLAGS and LDFLAGS for you to include the DESTDIR subdirs.

from selinux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.