rip-install with python3.12 .... and build package problem
06 Oct 2024 19:29 - 06 Oct 2024 19:30 #311429
by bkt
Replied by bkt on topic python3.12 ....
?????????????? problem: command "sudo make install" on my rip give me these error:
these depends from :
configure --with-realtime=uspace --enable-non-distributable=yes
command???
regards
~/linuxcnc-dev/src$ sudo make install
make: *** No rule to make target 'install-kernel-dep', needed by 'install-software'. Stop.
these depends from :
configure --with-realtime=uspace --enable-non-distributable=yes
command???
regards
Last edit: 06 Oct 2024 19:30 by bkt.
Please Log in or Create an account to join the conversation.
06 Oct 2024 19:40 - 06 Oct 2024 20:11 #311431
by bkt
Replied by bkt on topic python3.12 ....
################## NOT REAL i THINK INSTALLATION WAS SUCCESS #######################
################## BUT AFTER REBOOT WORK ONLY RIP-INSTALL ########################
I install all using above commands:
################## BUT AFTER REBOOT WORK ONLY RIP-INSTALL ########################
I install all using above commands:
sudo cp ~/linuxcnc-dev/bin/* /usr/bin/
sudo cp -r ~/linuxcnc-dev/lib/* /usr/lib/
sudo cp -r ~/linuxcnc-dev/configs/* /usr/share/linuxcnc/configs/
[u]but I'm curious about what not permit me installation directly from rip-install ....[/u] SO THESE QUESTION REMAINS.
regards
Last edit: 06 Oct 2024 20:11 by bkt.
Please Log in or Create an account to join the conversation.
07 Oct 2024 15:28 - 07 Oct 2024 15:30 #311500
by bkt
Replied by bkt on topic rip-install with python3.12 .... and build package problem
so I try to build package ..... and I encountered these problem ... for first:
from here need to change libreadline-dev of my system ..... and after during dpkg-buildpackage -b -uc process I have these error .... perhaps a lot of warning about <command-line>: warning: "_FORTIFY_SOURCE" redefined .... and at last an error.
from here need to change libreadline-dev of my system ..... and after during dpkg-buildpackage -b -uc process I have these error .... perhaps a lot of warning about <command-line>: warning: "_FORTIFY_SOURCE" redefined .... and at last an error.
Compiling libnml/inifile/inifile.cc
Compiling libnml/inifile/inivar.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
Compiling libnml/posemath/_posemath.c
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
Compiling libnml/posemath/posemath.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
Compiling libnml/posemath/gomath.c
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
Compiling libnml/posemath/sincos.c
.......
.......
Compiling emc/motion/simple_tp.c
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
Compiling module_helper/module_helper.c
<command-line>: error: "_FORTIFY_SOURCE" redefined [-Werror]
<command-line>: note: this is the location of the previous definition
Compiling localized message catalog ../share/locale/ar/LC_MESSAGES/linuxcnc.mo
Compiling localized message catalog ../share/locale/bg/LC_MESSAGES/linuxcnc.mo
Compiling localized message catalog ../share/locale/cs/LC_MESSAGES/linuxcnc.mo
cc1: all warnings being treated as errors
make[2]: *** [Makefile:276: objects/module_helper/module_helper.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gc81/linuxcnc-dev/src'
dh_auto_build: error: cd src && make -j2 build-software returned exit code 2
make[1]: *** [debian/rules:55: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/home/gc81/linuxcnc-dev'
make: *** [debian/rules:43: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Last edit: 07 Oct 2024 15:30 by bkt.
Please Log in or Create an account to join the conversation.
Time to create page: 0.064 seconds