Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 1/2] libkrb5: New package
Date: Tue, 20 Feb 2018 12:30:05 +0100	[thread overview]
Message-ID: <20180220123005.46a50cab@windsurf> (raw)
In-Reply-To: <54f9f97b-6196-7b42-f96c-2cb9277b798a@dawncrow.de>

Hello,

On Tue, 20 Feb 2018 11:51:40 +0100, Andr? Hentschel wrote:

> >> diff --git a/package/libkrb5/Config.in b/package/libkrb5/Config.in
> >> new file mode 100644
> >> index 0000000..bdddd2e
> >> --- /dev/null
> >> +++ b/package/libkrb5/Config.in
> >> @@ -0,0 +1,15 @@
> >> +config BR2_PACKAGE_LIBKRB5
> >> +	bool "libkrb5"
> >> +	# needs fork()
> >> +	depends on BR2_USE_MMU
> >> +	# static libs are not supported on all platforms
> >> +	depends on !(BR2_STATIC_LIBS && (BR2_ARM_CPU_ARMV7M || BR2_m68k))  
> > 
> > Could you give more details about this ? It feels like these exclusions
> > have been added just for the sake of making test-pkg happy. What are
> > the problems you have encountered ?
> > 
> > I'm particularly wondering about the BR2_ARM_CPU_ARMV7M case, which
> > always has BR2_USE_MMU disabled, so I'm not sure how you can have
> > reached a problem on ARMv7-M.  
> 
> It seems I indeed overfixed it, sorry. Removed the static check in v7

Still, could you give more details ? Why just m68k is excluded ? What
is the problem you have encountered ?

> > In file included from net-server.c:61:0:
> > ../../include/net-server.h:32:19: fatal error: verto.h: No such file or directory
> >  #include <verto.h>
> >                    ^
> > compilation terminated.
> > make[4]: *** [Makefile:487: net-server.o] Error 1
> > make[4]: *** Waiting for unfinished jobs....
> > make[3]: *** [Makefile:984: all-recurse] Error 1
> > make[2]: *** [Makefile:1524: all-recurse] Error 1
> > make[1]: *** [package/pkg-generic.mk:250: /home/thomas/projets/buildroot/output/build/libkrb5-1.16/.stamp_built] Error 2
> > 
> > Could you have a look and submit an updated version ?  
> 
> 
> I can't reproduce that here with that defconfig. So I checked if I can find verto.h somewhere else on my computer where it might interfer, but no hit.
> verto.h is part of the libkrb5 source, so no idea why it can't be found in your case... Could you please check again with patch next v7?

I'll check with v7, and investigate a bit more.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

      reply	other threads:[~2018-02-20 11:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-06 17:22 [Buildroot] [PATCH v6 1/2] libkrb5: New package André Hentschel
2018-02-06 17:22 ` [Buildroot] [PATCH v6 2/2] squid: Add optional dependency on libkrb5 André Hentschel
2018-02-14 21:16 ` [Buildroot] [PATCH v6 1/2] libkrb5: New package Thomas Petazzoni
2018-02-20 10:51   ` André Hentschel
2018-02-20 11:30     ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180220123005.46a50cab@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox