*** Ritish <Ritish!~Ritish@116.73.151.160> has joined #libre-soc | 04:45 | |
*** sai_ <sai_!~Ritish@116.73.146.247> has joined #libre-soc | 07:02 | |
*** Ritish <Ritish!~Ritish@116.73.151.160> has quit IRC | 07:05 | |
*** sai_ is now known as Ritish | 07:11 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 07:36 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.43.46> has joined #libre-soc | 07:36 | |
*** Ritish <Ritish!~Ritish@116.73.146.247> has quit IRC | 08:32 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.43.46> has quit IRC | 08:51 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.43.46> has joined #libre-soc | 08:52 | |
openpowerbot | [mattermost] <gayatri> i am getting error While doing sudo make test | 10:19 |
---|---|---|
openpowerbot | [mattermost] <gayatri> Setup script exited with error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 | 10:20 |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.43.46> has quit IRC | 10:55 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 10:57 | |
*** Ritish <Ritish!~Ritish@202.131.158.114> has joined #libre-soc | 10:57 | |
*** Gayatri <Gayatri!~Gayatri@2401:4900:25c0:2bce:4b7:c17c:e445:abe5> has joined #libre-soc | 11:41 | |
*** Gayatri <Gayatri!~Gayatri@2401:4900:25c0:2bce:4b7:c17c:e445:abe5> has quit IRC | 11:57 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 12:19 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 12:20 | |
*** Gayatri <Gayatri!~Gayatri@223.187.124.228> has joined #libre-soc | 12:30 | |
*** Gayatri <Gayatri!~Gayatri@223.187.124.228> has quit IRC | 12:40 | |
lkcl | gayatri: you should not be doing "sudo make test" - just "make test" | 12:42 |
lkcl | that's attempting to run the unit tests as root, which is both unnecessary and a security risk (for you) | 12:42 |
lkcl | also, you need to give many more details and be absolutely clear | 12:42 |
lkcl | what directory did you run that command in | 12:43 |
lkcl | did you run the setup devscripts exactly as instructed | 12:43 |
lkcl | this is a standard situation involving "remote debugging" (which takes up time to carry out) | 12:44 |
lkcl | i cannot guess what you have done, i cannot see your screen, i have no context whatsoever | 12:44 |
lkcl | so it is down to you to provide that context, bearing in mind that even when you do so it costs me (and/or this team) time and effort to both examine the context and establish if it is sufficient, *and then* work out what the potential problem is | 12:45 |
*** Ritish <Ritish!~Ritish@202.131.158.114> has quit IRC | 12:54 | |
*** Gayatri <Gayatri!~Gayatri@2401:4900:6270:ec9a:aa03:6b93:16c4:407a> has joined #libre-soc | 13:24 | |
openpowerbot | [mattermost] <gayatri> Thanks for reply. i have run that command from root | 13:30 |
openpowerbot | [mattermost] <gayatri> yes i run the devscript exactly as instructed but while running "schroot -c libresoc" i am getting error such as "Failed to change to directory ‘/home/oa/chroot/libresoc’: No such file or directory" | 13:32 |
openpowerbot | [mattermost] <gayatri> Sorry for that. If possible , can you Please tell me full steps how to workon it. i took more than 10days to setup. where we should work on script about SVP64 | 13:42 |
Gayatri | i am not getting my path from dev-env-setup for schroot libresoc | 13:44 |
Gayatri | where we should design any soc | 13:44 |
*** Gayatri <Gayatri!~Gayatri@2401:4900:6270:ec9a:aa03:6b93:16c4:407a> has quit IRC | 13:51 | |
lkcl | ok that's probably because you're not added as the first user (1000) | 15:51 |
lkcl | only 10 days is good going. | 15:51 |
lkcl | you should not be running the scripts blindly, you should be looking at them and investigating | 15:52 |
lkcl | so the very first thing you should check is: does the directory "/home/oa/chroot/libresoc" actually exist? | 15:53 |
lkcl | and the answer is almost certainly "no" | 15:53 |
lkcl | why? | 15:53 |
lkcl | because the location is non-standard for debian | 15:53 |
lkcl | every chroot that i have ever created has been in /opt/chroot | 15:54 |
lkcl | not "/home/oa" | 15:54 |
lkcl | (never /home/oa) | 15:54 |
lkcl | look at this script | 15:54 |
lkcl | https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=mk-deb-chroot;h=a02e46ffea4bb2b1297ce3ea8ee9648c788e9fdf;hb=HEAD | 15:54 |
lkcl | where does it say, "/home/oa"? | 15:54 |
lkcl | you're following the instructions here | 15:55 |
lkcl | https://libre-soc.org/HDL_workflow/devscripts/ | 15:55 |
lkcl | therefore you should have run "mk-deb-chroot libresoc", yes? | 15:55 |
lkcl | therefore, if you look at the mk-deb-chroot script, line 21 | 15:55 |
lkcl | 20 # Create coriolis chroot dir in /opt | 15:55 |
lkcl | 21 mkdir -p /opt/chroot/$chrootdir | 15:55 |
lkcl | it makes a directory, "/opt/chroot/libresoc" | 15:56 |
lkcl | so why on earth you have a schroot in "/home/oa/chroot/libresoc" is completely bewildering | 15:56 |
lkcl | please start again | 15:56 |
lkcl | following - exactly and precisely - the instructions | 15:56 |
lkcl | do not deviate | 15:56 |
lkcl | do not make changes | 15:56 |
lkcl | do not attempt to miss out any steps | 15:57 |
lkcl | do not attempt to change any steps | 15:57 |
lkcl | do not run any of the commands more than once | 15:57 |
openpowerbot | [mattermost] <gayatri> Thanks Luke. But this path "oa@oa-Latitude-E7470:~/opt/chroot/libresoc$" already i exist | 16:28 |
openpowerbot | [mattermost] <gayatri> already exist this path. Is this correct! or i should follow the above instruction | 16:29 |
*** Gayatri <Gayatri!~Gayatri@2401:4900:6270:ec9a:38ea:7ad8:3eaa:6598> has joined #libre-soc | 16:30 | |
lkcl | it means that at some point you ran the command "mk-deb-chroot libresoc" | 16:33 |
lkcl | if you look in the dev-env-setup repository you will see that there is a command for deleting an schroot | 16:33 |
openpowerbot | [mattermost] <gayatri> ok i will check and run that command | 16:39 |
openpowerbot | [mattermost] <gayatri> can i run the script "rm-deb-chroot" and after that what can i do | 17:13 |
openpowerbot | [mattermost] <gayatri> can i delete this file from root path or please let me from which path | 17:18 |
Gayatri | can i run "rm-deb-chroot" for deleting schroot | 17:21 |
lkcl | yes, that's what it's for | 17:43 |
lkcl | look inside the script, read the comments, read its contents | 17:43 |
lkcl | this is something that you should be doing all the time (you should never run arbitrary executables off of the internet) | 17:44 |
Gayatri | after deleting what should i do now | 17:54 |
lkcl | https://libre-soc.org/HDL_workflow/devscripts/ | 17:55 |
Gayatri | again i will follow only 1st point | 17:58 |
lkcl | run only the commands shown | 17:59 |
lkcl | run them in the exact order | 17:59 |
lkcl | do not miss any out | 17:59 |
lkcl | do not repeat them twice | 17:59 |
lkcl | do not attempt to do anything other than exactly and specifically those commands and those commands only | 17:59 |
Gayatri | ok i will | 18:00 |
lkcl | the only errors that you might encounter will be due to unreliable internet. | 18:00 |
lkcl | which i cannot do anything about. | 18:00 |
lkcl | (although, during the debian apt-get install process, the first thing that the mk-deb-chroot script does is: add in options in /etc/apt which compensate for broken proxies and unreliable internet connectivity) | 18:01 |
*** Gayatri <Gayatri!~Gayatri@2401:4900:6270:ec9a:38ea:7ad8:3eaa:6598> has quit IRC | 18:06 | |
*** doppo <doppo!~doppo@2604:180::e0fc:a07f> has quit IRC | 22:13 | |
*** doppo <doppo!~doppo@2604:180::e0fc:a07f> has joined #libre-soc | 22:16 | |
*** Ritish <Ritish!~Ritish@202.131.158.114> has joined #libre-soc | 22:30 | |
*** Ritish <Ritish!~Ritish@202.131.158.114> has quit IRC | 22:35 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!