Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879873 - mail-mta/ssmtp-2.64_p11-r1 - ssmtp.c: error: incompatible integer to pointer conversion initializing
Summary: mail-mta/ssmtp-2.64_p11-r1 - ssmtp.c: error: incompatible integer to pointer ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH
: 912186 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-05 13:47 UTC by Toralf Förster
Modified: 2023-08-14 09:13 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.08 KB, text/plain)
2022-11-05 13:47 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,8.40 KB, text/plain)
2022-11-05 13:47 UTC, Toralf Förster
Details
environment (environment,79.08 KB, text/plain)
2022-11-05 13:47 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,12.79 KB, application/x-bzip)
2022-11-05 13:47 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.26 KB, application/x-bzip)
2022-11-05 13:47 UTC, Toralf Förster
Details
mail-mta:ssmtp-2.64-r4:20221105-133603.log (mail-mta:ssmtp-2.64-r4:20221105-133603.log,33.80 KB, text/plain)
2022-11-05 13:47 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,24.84 KB, application/x-bzip)
2022-11-05 13:47 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-11-05 13:47:12 UTC
ssmtp.c:63:19: warning: cast to smaller integer type 'char' from 'void *'
      [-Wvoid-pointer-to-int-cast]
char *auth_user = (char)NULL;
                  ^~~~~~~~~~
ssmtp.c:63:7: error: incompatible integer to pointer conversion initializing
      'char *' with an expression of type 'char' [-Wint-conversion]
char *auth_user = (char)NULL;

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20221105-100831

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.3.0 *
clang/llvm (if any):
clang version 15.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.4
Python 3.10.8
php cli (if any):
GNU Make 4.4

  HEAD of ::gentoo
commit b75d6caf231dde0538b33280071116d3dd348fc9
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Nov 5 10:02:40 2022 +0000

    2022-11-05 10:02:40 UTC

emerge -qpvO mail-mta/ssmtp
[ebuild   R   ] mail-mta/ssmtp-2.64-r4  USE="ipv6 mta ssl -gnutls"
Comment 1 Toralf Förster gentoo-dev 2022-11-05 13:47:14 UTC
Created attachment 827809 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-05 13:47:15 UTC
Created attachment 827811 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-05 13:47:16 UTC
Created attachment 827813 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-05 13:47:17 UTC
Created attachment 827815 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-05 13:47:18 UTC
Created attachment 827817 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-05 13:47:19 UTC
Created attachment 827819 [details]
mail-mta:ssmtp-2.64-r4:20221105-133603.log
Comment 7 Toralf Förster gentoo-dev 2022-11-05 13:47:20 UTC
Created attachment 827821 [details]
temp.tar.bz2
Comment 8 Agostino Sarubbo gentoo-dev 2022-12-09 16:14:54 UTC
clang-stricter_tinderbox has reproduced this issue with version 2.64_p11-r1 - Updating summary.
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-14 09:13:45 UTC
*** Bug 912186 has been marked as a duplicate of this bug. ***