Stable: 2.5.2
Development: 2.6-alpha3
Hi all,
this issue has been reported in Fedora 23 by RPMFusion bug tracker:
$ mocp
WARNING: The following fatal error message may be bogus!
If you have an empty /etc/popt.d directory, try
adding an empty file to it. If that does not fix
the problem then you have a genuine error.
FATAL_ERROR: Error reading default POPT config file: No such file or directory
MOC seems need an empty file in /etc/popt.d to work.
MOC's executable file is effectively linked to libipopt.so library but does it really need it?
jcf
Fri, 2015-12-04 20:00
Permalink
It's A POPT Library Bug
I discovered that POPT required a file in
/etc/popt.d
which is why I added that explanatory message. I thought my message was clear on the cause and the remedy; is that not the case?sagitter
Fri, 2015-12-04 22:04
Permalink
Honestly, I never seen it
Honestly, I never seen it before by using MOC; maybe
/etc/popt.d/empty_file
was already there for some reason.Do you think it's better make an empty file during building process?
jcf
Fri, 2015-12-04 22:12
Permalink
Adding To The Junk
I don't think we want to add empty files for all MOC users just to defeat a library bug which affects a small number. I still think the instructions given in the original warning are sufficient to allow the user to resolve the problem themselves.
sagitter
Fri, 2015-12-04 22:16
Permalink
Okay. Which popt version is
Okay.
Which popt version is affected by this bug?
jcf
Fri, 2015-12-04 23:38
Permalink
It's An Open Bug
Version 1.16 (which is the current stable version).
A bug report was filed with the POPT maintainers.