Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713764 - dev-lang/xsb-3.7.0-r1 : init_xsb.c: error: dereferencing pointer to incomplete type FILE {aka struct _IO_FILE}
Summary: dev-lang/xsb-3.7.0-r1 : init_xsb.c: error: dereferencing pointer to incomplet...
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-21 11:11 UTC by Toralf Förster
Modified: 2020-07-18 14:25 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.04 KB, text/plain)
2020-03-21 11:11 UTC, Toralf Förster
Details
dev-lang:xsb-3.7.0-r1:20200321-055343.log (dev-lang:xsb-3.7.0-r1:20200321-055343.log,16.30 KB, text/plain)
2020-03-21 11:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,223.79 KB, text/plain)
2020-03-21 11:11 UTC, Toralf Förster
Details
environment (environment,160.22 KB, text/plain)
2020-03-21 11:11 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.74 KB, application/x-bzip)
2020-03-21 11:11 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,10.33 KB, application/x-bzip)
2020-03-21 11:11 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-21 11:11:26 UTC
	[x86_64-gentoo-linux-musl-gcc] init_xsb.c
init_xsb.c: In function pipe_input_stream:
init_xsb.c:533:5: error: dereferencing pointer to incomplete type FILE {aka struct _IO_FILE}
  533 |     *stdin = *input_read_stream;
      |     ^
init_xsb.c:533:14: error: dereferencing pointer to incomplete type FILE {aka struct _IO_FILE}

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

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

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

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

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Mar 21 01:38:36 UTC 2020
/var/db/repos/musl	Sat Mar 21 03:09:12 UTC 2020

emerge -qpvO dev-lang/xsb
[ebuild  N    ] dev-lang/xsb-3.7.0-r1  USE="pcre -curl -debug -iodbc -java -mysql -odbc -threads -xml"
Comment 1 Toralf Förster gentoo-dev 2020-03-21 11:11:29 UTC
Created attachment 623698 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-21 11:11:32 UTC
Created attachment 623700 [details]
dev-lang:xsb-3.7.0-r1:20200321-055343.log
Comment 3 Toralf Förster gentoo-dev 2020-03-21 11:11:35 UTC
Created attachment 623702 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-21 11:11:38 UTC
Created attachment 623704 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-21 11:11:41 UTC
Created attachment 623706 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-21 11:11:44 UTC
Created attachment 623708 [details]
logs.tbz2
Comment 7 Keri Harris gentoo-dev 2020-07-18 14:25:15 UTC
This is fixed in git with xsb-3.8.0. Thanks for reporting this bug.