public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/1] configure.ac: check for stdio.h
@ 2025-03-04  0:50 orbea
  2025-03-04  2:10 ` [BlueZ,1/1] " bluez.test.bot
  2025-03-04 15:10 ` [PATCH BlueZ 1/1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: orbea @ 2025-03-04  0:50 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: orbea

From: orbea <orbea@riseup.net>

This fixes a configure failure for readline.h with slibtoolize which
depends on HAVE_STDIO_H being defined. With GNU libtoolize this check is
implicit and with slibtoolize it will fail instead.

  error: unknown type name 'FILE'

Since bluez depends on stdio.h itself there is no reason to not check
for it explicitly.

Gentoo-Issue: https://bugs.gentoo.org/950467
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6a19487f6..32e0a7876 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,7 @@ AC_CHECK_LIB(pthread, pthread_create, dummy=yes,
 AC_CHECK_LIB(dl, dlopen, dummy=yes,
 			AC_MSG_ERROR(dynamic linking loader is required))
 
-AC_CHECK_HEADERS(string.h linux/types.h linux/if_alg.h linux/uinput.h linux/uhid.h sys/random.h)
+AC_CHECK_HEADERS(stdio.h string.h linux/types.h linux/if_alg.h linux/uinput.h linux/uhid.h sys/random.h)
 
 # basename may be only available in libgen.h with the POSIX behavior,
 # not desired here
-- 
2.45.3


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

* RE: [BlueZ,1/1] configure.ac: check for stdio.h
  2025-03-04  0:50 [PATCH BlueZ 1/1] configure.ac: check for stdio.h orbea
@ 2025-03-04  2:10 ` bluez.test.bot
  2025-03-04 15:10 ` [PATCH BlueZ 1/1] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-03-04  2:10 UTC (permalink / raw)
  To: linux-bluetooth, orbea

[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=939822

---Test result---

Test Summary:
CheckPatch                    PENDING   0.21 seconds
GitLint                       PENDING   0.17 seconds
BuildEll                      PASS      20.89 seconds
BluezMake                     PASS      1519.40 seconds
MakeCheck                     PASS      13.13 seconds
MakeDistcheck                 PASS      159.80 seconds
CheckValgrind                 PASS      215.81 seconds
CheckSmatch                   PASS      285.75 seconds
bluezmakeextell               PASS      99.12 seconds
IncrementalBuild              PENDING   0.28 seconds
ScanBuild                     PASS      890.34 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


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

* Re: [PATCH BlueZ 1/1] configure.ac: check for stdio.h
  2025-03-04  0:50 [PATCH BlueZ 1/1] configure.ac: check for stdio.h orbea
  2025-03-04  2:10 ` [BlueZ,1/1] " bluez.test.bot
@ 2025-03-04 15:10 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-03-04 15:10 UTC (permalink / raw)
  To: None; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon,  3 Mar 2025 16:50:06 -0800 you wrote:
> From: orbea <orbea@riseup.net>
> 
> This fixes a configure failure for readline.h with slibtoolize which
> depends on HAVE_STDIO_H being defined. With GNU libtoolize this check is
> implicit and with slibtoolize it will fail instead.
> 
>   error: unknown type name 'FILE'
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] configure.ac: check for stdio.h
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b71c53279266

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-03-04 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04  0:50 [PATCH BlueZ 1/1] configure.ac: check for stdio.h orbea
2025-03-04  2:10 ` [BlueZ,1/1] " bluez.test.bot
2025-03-04 15:10 ` [PATCH BlueZ 1/1] " patchwork-bot+bluetooth

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