Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829487 - sci-libs/indilib-1.9.4 - /.../focuslynxbase.cpp: error: u_int16_t was not declared in this scope
Summary: sci-libs/indilib-1.9.4 - /.../focuslynxbase.cpp: error: u_int16_t was not dec...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-12-17 15:55 UTC by Toralf Förster
Modified: 2022-02-06 09:12 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.48 KB, text/plain)
2021-12-17 15:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,62.05 KB, text/plain)
2021-12-17 15:55 UTC, Toralf Förster
Details
environment (environment,87.48 KB, text/plain)
2021-12-17 15:55 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,8.42 KB, application/x-bzip)
2021-12-17 15:55 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.03 KB, application/x-bzip)
2021-12-17 15:55 UTC, Toralf Förster
Details
sci-libs:indilib-1.9.3:20211217-132755.log (sci-libs:indilib-1.9.3:20211217-132755.log,195.97 KB, text/plain)
2021-12-17 15:56 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,27.75 KB, application/x-bzip)
2021-12-17 15:56 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 2021-12-17 15:55:53 UTC
      |                          ^~~~~~~~~
/var/tmp/portage/sci-libs/indilib-1.9.3/work/indi-1.9.3/drivers/focuser/focuslynxbase.cpp:2865:6: error: 'bool FocusLynxBase::setStepSize' is not a static data member of 'class FocusLynxBase'
 2865 | bool FocusLynxBase::setStepSize(u_int16_t stepsize)
      |      ^~~~~~~~~~~~~
/var/tmp/portage/sci-libs/indilib-1.9.3/work/indi-1.9.3/drivers/focuser/focuslynxbase.cpp:2865:33: error: 'u_int16_t' was not declared in this scope; did you mean 'uint16_t'?
 2865 | bool FocusLynxBase::setStepSize(u_int16_t stepsize)
      |                                 ^~~~~~~~~

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

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

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.1 *
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
php cli:
  [1]   php8.1 *

  HEAD of ::gentoo
commit dfee8b213ef36f198b5067aeff72b3bd1243a117
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Dec 17 12:22:10 2021 +0000

    2021-12-17 12:22:08 UTC

emerge -qpvO sci-libs/indilib
[ebuild  N    ] sci-libs/indilib-1.9.3  USE="-ogg -rtlsdr -test -websocket"
Comment 1 Toralf Förster gentoo-dev 2021-12-17 15:55:54 UTC
Created attachment 759456 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-17 15:55:56 UTC
Created attachment 759457 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-12-17 15:55:57 UTC
Created attachment 759458 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-12-17 15:55:58 UTC
Created attachment 759459 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-12-17 15:55:59 UTC
Created attachment 759460 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-12-17 15:56:01 UTC
Created attachment 759461 [details]
sci-libs:indilib-1.9.3:20211217-132755.log
Comment 7 Toralf Förster gentoo-dev 2021-12-17 15:56:02 UTC
Created attachment 759462 [details]
temp.tar.bz2
Comment 8 Agostino Sarubbo gentoo-dev 2022-02-06 08:08:52 UTC
tinderbox_musl has reproduced this issue with version 1.9.4 - Updating summary.
Comment 9 Larry the Git Cow gentoo-dev 2022-02-06 09:12:49 UTC
The bug has been closed via the following commit(s):

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

commit e35e4ff449e6652e55bc03dadbe6cb0629141175
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-02-06 09:12:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-06 09:12:36 +0000

    sci-libs/indilib: fix musl build
    
    Closes: https://bugs.gentoo.org/829487
    Signed-off-by: Sam James <sam@gentoo.org>

 .../indilib/files/indilib-1.9.4-musl-stdint.patch  | 108 +++++++++++++++++++++
 sci-libs/indilib/indilib-1.9.4.ebuild              |   4 +
 2 files changed, 112 insertions(+)