[SOLVED] minicom is in conflict with openrc 23 May 2020, 22:05:13 Installing minicom result with a file conflict, `/usr/bin/runscript` is owned by openrc but minicom provide another file, there is an issue in the Gentoo bugtracker.See https://bugs.gentoo.org/494220Can i use the overwrite option on this file without breaking my system ? In the related gentoo issue it seems to be just a symlink, but in my filesystem it's not. Last Edit: 24 May 2020, 19:54:34 by nous
Re: minicom is in conflict with openrc Reply #1 – 23 May 2020, 23:13:43 hmm... minicom package is provide by archlinux, minicom-openrc evidently provide by gentoo...what can for you do we as artix?
Re: minicom is in conflict with openrc Reply #2 – 24 May 2020, 04:00:31 I've imported minicom and renamed minicom's runscript to runscript-minicom, let me know if it works ok with this. Will be looking at working on the minicom-openrcI have no idea when the openrc package may be ready as it may take me some time to work on how I will do the config and I'd need someone to test it as it is nothing I use. Last Edit: 24 May 2020, 04:25:00 by ndowens
Re: minicom is in conflict with openrc Reply #3 – 24 May 2020, 11:12:39 Thanks, minicom need just a little bit of configuration to change the runscript to the correct command.Maybe you can add a default config file, containing this line.Code: [Select]pu scriptprog runscript-minicomIt should be enougth to have a working default configuration
Re: minicom is in conflict with openrc Reply #4 – 24 May 2020, 16:39:27 Quote from: Eragon – on 24 May 2020, 11:12:39Thanks, minicom need just a little bit of configuration to change the runscript to the correct command.Maybe you can add a default config file, containing this line.Code: [Select]pu scriptprog runscript-minicomIt should be enougth to have a working default configurationJust pushed an update to change it, should get it once mirrors sync 2 Likes