Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 860357 - mail-client/s-nail-14.9.24 - /.../auxlily.c:1358: undefined reference to su_cs_dict_lookup
Summary: mail-client/s-nail-14.9.24 - /.../auxlily.c:1358: undefined reference to su_c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Evans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-23 21:32 UTC by Toralf Förster
Modified: 2022-12-27 14:13 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.14 KB, text/plain)
2022-07-23 21:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,7.56 KB, text/plain)
2022-07-23 21:32 UTC, Toralf Förster
Details
environment (environment,58.01 KB, text/plain)
2022-07-23 21:32 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.38 KB, application/x-bzip)
2022-07-23 21:32 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.29 KB, application/x-bzip)
2022-07-23 21:32 UTC, Toralf Förster
Details
mail-client:s-nail-14.9.24:20220723-212801.log (mail-client:s-nail-14.9.24:20220723-212801.log,62.71 KB, text/plain)
2022-07-23 21:32 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,19.96 KB, application/x-bzip)
2022-07-23 21:32 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-07-23 21:32:04 UTC
too long lines were shrinked:

   text	   data	    bss	    dec	    hex	filename
   6375	    824	     24	   7223	   1c37	s-nail-dotlock
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o s-nail mx-001.o mx-002.o mx-003.o mx-004.o mx-005.o mx-006.o mx-007.o mx-008.o mx-009.o mx-010.o mx-011.o mx-012.o mx-013.o mx-014.o mx-015.o mx-016.o mx-017.o mx-018.o mx-019.o mx-020.o mx-021.o mx-022.o mx-0
/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: mx-003.o: in function `mx_xy_dump_dict':
/var/tmp/portage/mail-client/s-nail-14.9.24/work/s-nail-14.9.24/src/mx/auxlily.c:1358: undefined reference to `su_cs_dict_lookup'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: mx-005.o: in function `mx_charsetalias_expand':
/var/tmp/portage/mail-client/s-nail-14.9.24/work/s-nail-14.9.24/src/mx/cmd-charsetalias.c:155: undefined reference to `su_cs_dict_lookup'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-j4_debug-20220723-194646

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.1.1 *
clang/llvm (if any):
/usr/lib/llvm/14
14.0.4
Python 3.10.5
Available Rust versions:
  [1]   rust-bin-1.62.1 *
php cli:

  HEAD of ::gentoo
commit bbffb7bdcfaa4deb6c1b9c4bc8671da62a3daf36
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jul 23 19:46:41 2022 +0000

    2022-07-23 19:46:40 UTC

emerge -qpvO mail-client/s-nail
[ebuild   R   ] mail-client/s-nail-14.9.24  USE="kerberos* net* ssl -idn"
Comment 1 Toralf Förster gentoo-dev 2022-07-23 21:32:05 UTC
Created attachment 793604 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-07-23 21:32:06 UTC
Created attachment 793607 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-07-23 21:32:08 UTC
Created attachment 793610 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-07-23 21:32:09 UTC
Created attachment 793613 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-07-23 21:32:10 UTC
Created attachment 793616 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-07-23 21:32:11 UTC
Created attachment 793619 [details]
mail-client:s-nail-14.9.24:20220723-212801.log
Comment 7 Toralf Förster gentoo-dev 2022-07-23 21:32:12 UTC
Created attachment 793622 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-12-27 14:13:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831e7bd103b23e933592b14b275d103d27625a41

commit 831e7bd103b23e933592b14b275d103d27625a41
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-12-27 14:11:43 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2022-12-27 14:11:43 +0000

    mail-client/s-nail: Fix building with certain CFLAGS
    
    Filter out -O[0sg] with replacement of -O1
    
    Closes: https://bugs.gentoo.org/860357
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 mail-client/s-nail/s-nail-14.9.24.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)