Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715416 - sys-auth/libnss-pgsql-1.5.0_beta-r1 : interface.c: error: return type is an incomplete type
Summary: sys-auth/libnss-pgsql-1.5.0_beta-r1 : interface.c: error: return type is an i...
Status: RESOLVED FIXED
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: 2020-03-30 08:57 UTC by Toralf Förster
Modified: 2023-12-09 23:05 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.04 KB, text/plain)
2020-03-30 08:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,96.23 KB, text/plain)
2020-03-30 08:57 UTC, Toralf Förster
Details
environment (environment,62.48 KB, text/plain)
2020-03-30 08:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.12 KB, application/x-bzip)
2020-03-30 08:58 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.90 KB, application/x-bzip)
2020-03-30 08:58 UTC, Toralf Förster
Details
sys-auth:libnss-pgsql-1.5.0_beta-r1:20200330-082427.log (sys-auth:libnss-pgsql-1.5.0_beta-r1:20200330-082427.log,25.64 KB, text/plain)
2020-03-30 08:58 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,21.83 KB, application/x-bzip)
2020-03-30 08:58 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 2020-03-30 08:57:52 UTC
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -c -o interface.lo interface.c
libtool: compile:  x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c interface.c  -fPIC -DPIC -o .libs/interface.o
interface.c:24:1: error: return type is an incomplete type
   24 | _nss_pgsql_setpwent(void)
      | ^~~~~~~~~~~~~~~~~~~
interface.c: In function _nss_pgsql_setpwent:

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

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

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Mar 30 07:38:59 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO sys-auth/libnss-pgsql
[ebuild  N    ] sys-auth/libnss-pgsql-1.5.0_beta-r1
Comment 1 Toralf Förster gentoo-dev 2020-03-30 08:57:55 UTC
Created attachment 627224 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-30 08:57:58 UTC
Created attachment 627226 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-30 08:58:00 UTC
Created attachment 627228 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-30 08:58:03 UTC
Created attachment 627230 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-30 08:58:06 UTC
Created attachment 627232 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-30 08:58:08 UTC
Created attachment 627234 [details]
sys-auth:libnss-pgsql-1.5.0_beta-r1:20200330-082427.log
Comment 7 Toralf Förster gentoo-dev 2020-03-30 08:58:11 UTC
Created attachment 627236 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2023-12-09 23:05:59 UTC
The bug has been closed via the following commit(s):

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

commit cf34230c237f5724043048eabf083f07b7fc64a7
Author:     Brahmajit Das <brahmajit.xyz@gmail.com>
AuthorDate: 2023-05-31 08:09:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-09 23:05:35 +0000

    profiles/features/musl: Extending list of masked nss packages under musl
    
    As musl has no support for nss subsystem.
    
    Closes: https://bugs.gentoo.org/712550
    Closes: https://bugs.gentoo.org/715416
    Closes: https://bugs.gentoo.org/715510
    Closes: https://bugs.gentoo.org/717406
    Closes: https://bugs.gentoo.org/829357
    Closes: https://bugs.gentoo.org/830269
    Closes: https://bugs.gentoo.org/889228
    Closes: https://bugs.gentoo.org/889686
    Closes: https://bugs.gentoo.org/908578
    Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/31243
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/features/musl/package.mask | 10 ++++++++++
 1 file changed, 10 insertions(+)