Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] mtools: Does not compile on bfin
@ 2014-03-30  9:20 Bernd Kuhls
  2014-03-30  9:25 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Kuhls @ 2014-03-30  9:20 UTC (permalink / raw)
  To: buildroot

Fixes http://autobuild.buildroot.net/results/c0f/c0ff79569690b5799c25c09bde581cee6acb9910/

expand.o: In function `_safePopenOut':
expand.c:(.text+0x1e): undefined reference to `_fork'
precmd.o: In function `_precmd':
precmd.c:(.text+0x16): undefined reference to `_fork'

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/mtools/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mtools/Config.in b/package/mtools/Config.in
index 5865223..1c83b9e 100644
--- a/package/mtools/Config.in
+++ b/package/mtools/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_MTOOLS
 	bool "mtools"
 	depends on BR2_USE_WCHAR
+	depends on !BR2_bfin # fork()
 	depends on BR2_USE_MMU # fork()
 	help
 	  Mtools is a collection of utilities to access MS-DOS disks from
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] mtools: Does not compile on bfin
  2014-03-30  9:20 [Buildroot] [PATCH 1/1] mtools: Does not compile on bfin Bernd Kuhls
@ 2014-03-30  9:25 ` Baruch Siach
  2014-03-30  9:52   ` Bernd Kuhls
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2014-03-30  9:25 UTC (permalink / raw)
  To: buildroot

Hi Bernd,

On Sun, Mar 30, 2014 at 11:20:35AM +0200, Bernd Kuhls wrote:
> Fixes http://autobuild.buildroot.net/results/c0f/c0ff79569690b5799c25c09bde581cee6acb9910/
> 
> expand.o: In function `_safePopenOut':
> expand.c:(.text+0x1e): undefined reference to `_fork'
> precmd.o: In function `_precmd':
> precmd.c:(.text+0x16): undefined reference to `_fork'
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/mtools/Config.in |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/mtools/Config.in b/package/mtools/Config.in
> index 5865223..1c83b9e 100644
> --- a/package/mtools/Config.in
> +++ b/package/mtools/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_MTOOLS
>  	bool "mtools"
>  	depends on BR2_USE_WCHAR
> +	depends on !BR2_bfin # fork()
>  	depends on BR2_USE_MMU # fork()

Blackfin and a non-MMU architecture, so this dependency is redundant. The 
build failure at 
http://autobuild.buildroot.net/results/c0f/c0ff79569690b5799c25c09bde581cee6acb9910/ 
predates commit 56e404bb883b0 (mtools: needs mmu) that added the MMU 
dependency.

baurch

>  	help
>  	  Mtools is a collection of utilities to access MS-DOS disks from
> -- 
> 1.7.10.4

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] mtools: Does not compile on bfin
  2014-03-30  9:25 ` Baruch Siach
@ 2014-03-30  9:52   ` Bernd Kuhls
  0 siblings, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-03-30  9:52 UTC (permalink / raw)
  To: buildroot

Baruch Siach <baruch@tkos.co.il> wrote in
news:20140330092505.GE4579 at tarshish: 

> The build failure at 
> http://autobuild.buildroot.net/results/c0f/c0ff79569690b5799c25c09bde581c
> ee6acb9910/ predates commit 56e404bb883b0 (mtools: needs mmu) that added
> the MMU dependency.

Hi,

ah, ok, so forget that patch ;)

Regards, Bernd

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-30  9:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-30  9:20 [Buildroot] [PATCH 1/1] mtools: Does not compile on bfin Bernd Kuhls
2014-03-30  9:25 ` Baruch Siach
2014-03-30  9:52   ` Bernd Kuhls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox