Hello again.

Sorry for a bit long delay, I was caught into my finals in university.

At last, I've tested your patch and with it fwknop builds fine (both client and 
server). However, diff you've send was really weird and my patch utility was 
not able to recognize it and do something useful with it. I've applied changes 
manually and resending you your patch with unified context.
(If you are not familiar it's the standard way to generate diff on *nix 
platforms.)

Anyway, thank you for your help, now this bug is fixed.

On 23.12.12 10:40:43 Damien Stuart wrote:
> Hello Ilya,
> 
> Thank you for catching this issue.  I had seen the same error pop up on
> occasion but did not make the association with parallel builds.
> 
> All I had to do to address the issue was to add some explicit dependency
> directives in the lib/Makefile.am file, then run the autogen.sh script to
> regenerate the autoconf files.
> 
> The fix has been checked into the trunk for the next release.  As I don't
> have a Gentoo system handy to test the fix, I'm including a patch for here
> in case you would like to try it out.  If you do, please let me know how it
> works out.
> 
> Regards,
> 
> -Damien
-- 
Best regards.
Ilya Tumaykin.
--- lib/Makefile.am.orig	2012-12-29 11:47:23.064991545 +0400
+++ lib/Makefile.am	2012-12-29 11:51:38.086988337 +0400
@@ -10,14 +10,18 @@
     fko_context.h fko_state.h fko_context.h gpgme_funcs.c \
     gpgme_funcs.h
 
-libfko_la_SOURCES   = $(libfko_source_files)
-libfko_la_LIBADD    = strlcpy.lo strlcat.lo
-libfko_la_LDFLAGS   = -version-info 1:0:0 $(GPGME_LIBS) -export-symbols-regex '^fko_'
+libfko_la_SOURCES         = $(libfko_source_files)
+libfko_la_LIBADD          = 
+libfko_la_DEPENDENCIES    = strlcpy.lo strlcat.lo
+libfko_la_LDFLAGS         = -version-info 1:0:0 $(GPGME_LIBS) -export-symbols-regex '^fko_'
 
-noinst_LIBRARIES         = libfko_util.a
-libfko_util_source_files = strlcpy.c strlcat.c fko_util.h
-libfko_util_a_SOURCES    = $(libfko_util_source_files)
+libfko_util_source_files    = strlcpy.c strlcat.c fko_util.h
+libfko_util_a_SOURCES       = $(libfko_util_source_files)
+libfko_util_a_LIBADD        = 
+libfko_util_a_DEPENDENCIES  = strlcpy.lo strlcat.lo
 
-AM_CPPFLAGS         = $(GPGME_CFLAGS) -I $(top_srcdir)/common
+noinst_LIBRARIES            = libfko_util.a
 
-include_HEADERS     = fko.h
+AM_CPPFLAGS                 = $(GPGME_CFLAGS) -I $(top_srcdir)/common
+
+include_HEADERS             = fko.h
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Fwknop-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fwknop-discuss

Reply via email to