Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 879873

Summary: mail-mta/ssmtp-2.64_p11-r1 - ssmtp.c: error: incompatible integer to pointer conversion initializing
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal CC: chain, marc_heimann
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
mail-mta:ssmtp-2.64-r4:20221105-133603.log
temp.tar.bz2

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. ***