Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933086 - sys-auth/oath-toolkit-2.6.11 - global.c:164:3: error: implicit declaration of function 'free'
Summary: sys-auth/oath-toolkit-2.6.11 - global.c:164:3: error: implicit declaration of...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-05-28 19:08 UTC by ktoupt
Modified: 2024-06-27 06:52 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,281.86 KB, text/x-log)
2024-05-28 19:08 UTC, ktoupt
Details
emerge --info (info.txt,7.20 KB, text/plain)
2024-05-28 19:09 UTC, ktoupt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ktoupt 2024-05-28 19:08:34 UTC
Created attachment 894572 [details]
build.log

[ebuild  N    ] sys-auth/oath-toolkit-2.6.11  USE="pam -static-libs -test"

This is probably because of GCC 14, so it should probably block on c99-porting?

Patch:

diff --git a/libpskc/global.c b/libpskc/global.c
index 1a51450..a01ec08 100644
--- a/libpskc/global.c
+++ b/libpskc/global.c
@@ -21,6 +21,8 @@
 
 #include <config.h>
 
+#include <stdlib.h>
+
 #include <pskc/pskc.h>
 
 #include "internal.h"
Comment 1 ktoupt 2024-05-28 19:09:01 UTC
Created attachment 894573 [details]
emerge --info