Bug #418
closedErreur configure - make
0%
Description
Bonjour,
lors de l'installation du module ufwi-base, le make génére un src/MakeFile contenant une erreur : l'installation avec make install appelle deux fois successivement le script security.h ce qui retourne un message d'erreur. Il faut donc éditer le MakeFile généré et supprimé le deuxième security.h pour que l'installation fonctionne correctement :
src/MakeFile
ligne 223 :
include_HEADERS = linuxlist.h config-table.h ipv6.h log.h ufwibase.h packet_par$
security.h debug.h documentation.h jhash.h ufwi_source.h proto.$
proto_v3.h proto_v4.h proto_v5.h security.h
Hello,
when installing the module ufwi-base, make generates a src/Makefile with an error: install with make install call the script security.h twice successively which returns an error message. Therefore edit the generated Makefile and removed the second security.h for the installation to work properly:
src/MakeFile
line 223:
include_HEADERS = linuxlist.h config-table.h ipv6.h log.h ufwibase.h packet_par$
security.h debug.h documentation.h jhash.h ufwi_source.h proto.$
proto_v3.h proto_v4.h proto_v5.h security.h
sorry for my bad english
Test on Linux Mint Debian 3.0.0-1-amd64
Added by Cyril PIERRÉ
Updated by Pierre-Louis Bonicoli over 10 years ago
- Status changed from New to Resolved
Laurent Defert wrote:
Thanks for your report, I fixed it in commit fcd0c8e244a98f7437718430a9fb42b21f824012 .
Anyway, sorry for the delay, nobody was receiving a notification on ticket creation. This is now fixed as well. ;)