Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 869209 - mail-client/balsa-2.6.3-r1 - misc.c: error: F_WRLCK undeclared (first use in this function)
Summary: mail-client/balsa-2.6.3-r1 - misc.c: error: F_WRLCK undeclared (first use in ...
Status: RESOLVED DUPLICATE of bug 831998
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-08 18:01 UTC by Toralf Förster
Modified: 2022-09-08 23:35 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.97 KB, text/plain)
2022-09-08 18:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,128.56 KB, text/plain)
2022-09-08 18:01 UTC, Toralf Förster
Details
environment (environment,79.40 KB, text/plain)
2022-09-08 18:01 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,28.53 KB, application/x-bzip)
2022-09-08 18:01 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,14.29 KB, application/x-bzip)
2022-09-08 18:01 UTC, Toralf Förster
Details
mail-client:balsa-2.6.3-r1:20220908-154817.log (mail-client:balsa-2.6.3-r1:20220908-154817.log,189.57 KB, text/plain)
2022-09-08 18:01 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,28.17 KB, application/x-bzip)
2022-09-08 18:01 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-09-08 18:01:32 UTC
      |                  ^~~
misc.c:718:30: error: invalid application of 'sizeof' to incomplete type 'struct flock'
  718 |     memset (&lck, 0, sizeof (struct flock));
      |                              ^~~~~~
misc.c:719:25: error: 'F_WRLCK' undeclared (first use in this function)
  719 |     lck.l_type = excl ? F_WRLCK : F_RDLCK;
      |                         ^~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-j4-20220907-120004

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.62.1 *
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit 11ce03e61fe167277a335c1ee9e48f22a71f7545
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Sep 8 14:57:30 2022 +0000

    2022-09-08 14:57:29 UTC

emerge -qpvO mail-client/balsa
[ebuild  N    ] mail-client/balsa-2.6.3-r1  USE="gnome-keyring ldap -gnome -kerberos -rubrica -sqlite -webkit -xface"
Comment 1 Toralf Förster gentoo-dev 2022-09-08 18:01:33 UTC
Created attachment 804022 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-08 18:01:34 UTC
Created attachment 804025 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-09-08 18:01:36 UTC
Created attachment 804028 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-08 18:01:37 UTC
Created attachment 804031 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-08 18:01:38 UTC
Created attachment 804034 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-08 18:01:39 UTC
Created attachment 804037 [details]
mail-client:balsa-2.6.3-r1:20220908-154817.log
Comment 7 Toralf Förster gentoo-dev 2022-09-08 18:01:41 UTC
Created attachment 804040 [details]
temp.tar.bz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-08 23:35:12 UTC

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