Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 952014 - x11-plugins/pidgin-encryption-3.1-r2: keys.c:99:59: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]
Summary: x11-plugins/pidgin-encryption-3.1-r2: keys.c:99:59: error: passing argument 1...
Status: RESOLVED DUPLICATE of bug 887623
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-14
  Show dependency tree
 
Reported: 2025-03-25 05:07 UTC by Michał Górny
Modified: 2025-03-25 05:15 UTC (History)
0 users

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


Attachments
/var/log/portage/x11-plugins:pidgin-encryption-3.1-r2:20250325-043724.log (x11-plugins:pidgin-encryption-3.1-r2:20250325-043724.log,70.44 KB, text/plain)
2025-03-25 05:07 UTC, Michał Górny
Details
emerge --info (emerge-info.txt,8.26 KB, text/plain)
2025-03-25 05:07 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-03-25 05:07:09 UTC
Created attachment 922565 [details]
/var/log/portage/x11-plugins:pidgin-encryption-3.1-r2:20250325-043724.log

keys.c: In function ‘PE_find_own_key_by_name’:
keys.c:99:59: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]
   99 |                               PURPLE_MESSAGE_SYSTEM, time((time_t)NULL));
      |                                                           ^
      |                                                           |
      |                                                           long int
In file included from /usr/include/glib-2.0/glib/gtypes.h:41:
/usr/include/time.h:76:29: note: expected ‘time_t *’ {aka ‘long int *’} but argument is of type ‘long int’
   76 | extern time_t time (time_t *__timer) __THROW;
      |                     ~~~~~~~~^~~~~~~


and so on.  I suspect it's gcc-14.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-03-25 05:07:28 UTC
Created attachment 922566 [details]
emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-03-25 05:15:07 UTC
Bad timing, I think. Should be fixed as of 20m or so ago.

*** This bug has been marked as a duplicate of bug 887623 ***