Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714210 - media-sound/sooperlooper-1.7.3-r2 : pathscanner.cc: error: PATH_MAX was not declared in this scope
Summary: media-sound/sooperlooper-1.7.3-r2 : pathscanner.cc: error: PATH_MAX was not d...
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: Missing limits.h?
Keywords:
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-24 15:58 UTC by Toralf Förster
Modified: 2020-08-08 11:14 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.34 KB, text/plain)
2020-03-24 15:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,289.22 KB, text/plain)
2020-03-24 15:58 UTC, Toralf Förster
Details
environment (environment,104.46 KB, text/plain)
2020-03-24 15:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.28 KB, application/x-bzip)
2020-03-24 15:58 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.78 KB, application/x-bzip)
2020-03-24 15:58 UTC, Toralf Förster
Details
media-sound:sooperlooper-1.7.3-r2:20200324-134751.log (media-sound:sooperlooper-1.7.3-r2:20200324-134751.log,24.00 KB, text/plain)
2020-03-24 15:58 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,28.98 KB, application/x-bzip)
2020-03-24 15: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-24 15:58:22 UTC
x86_64-gentoo-linux-musl-g++ -DHAVE_CONFIG_H -I.   -std=c++11  -g -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wall -fno-merge-constants -I/var/tmp/portage/media-sound/sooperlooper-1.7.3-r2/work/sooperlooper-1.7.3/libs/pbd -I/var/tmp/portage/media-sound/sooperlooper-1.7.3-r2/work/sooperlooper-1.7.3/libs/midi++ -I/usr/include/libxml2 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -c -o pathscanner.o pathscanner.cc
pathscanner.cc: In member function std::vector<std::__cxx11::basic_string<char>*>* PathScanner::run_scan(const string&, bool (PathScanner::*)(const string&), bool (*)(const string&, void*), void*, bool, bool, long int):
pathscanner.cc:76:16: error: PATH_MAX was not declared in this scope
   76 |  char fullpath[PATH_MAX+1];
      |                ^~~~~~~~
pathscanner.cc:97:14: error: fullpath was not declared in this scope

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

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

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

  Please see the tracker bug for details.

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 *
  [2]   rust-bin-1.42.0

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Tue Mar 24 12:08:56 UTC 2020
/var/db/repos/musl	Sun Mar 22 15:02:57 UTC 2020

emerge -qpvO media-sound/sooperlooper
[ebuild  N    ] media-sound/sooperlooper-1.7.3-r2  USE="-wxwidgets"
Comment 1 Toralf Förster gentoo-dev 2020-03-24 15:58:25 UTC
Created attachment 625160 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-24 15:58:27 UTC
Created attachment 625162 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-24 15:58:30 UTC
Created attachment 625164 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-24 15:58:33 UTC
Created attachment 625166 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-24 15:58:35 UTC
Created attachment 625168 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-24 15:58:38 UTC
Created attachment 625170 [details]
media-sound:sooperlooper-1.7.3-r2:20200324-134751.log
Comment 7 Toralf Förster gentoo-dev 2020-03-24 15:58:41 UTC
Created attachment 625172 [details]
temp.tbz2
Comment 8 Michael 'veremitz' Everitt 2020-03-24 21:11:50 UTC
I suspect this is a case of a missing #include <limits.h> which is required explicitly on musl-libc.
Comment 9 Larry the Git Cow gentoo-dev 2020-08-08 11:14:45 UTC
The bug has been closed via the following commit(s):

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

commit 335c394272ed2bc0ebfa98b7322b599b6c209919
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2020-08-08 11:14:19 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2020-08-08 11:14:39 +0000

    media-sound/sooperlooper: bump to 1.7.4 + removed 1.7.3
    
    1) eapi7, 3.0-gtk3
    2) added desktop file
    3) updated deps + switched to virtual/jack
    
    Closes: https://bugs.gentoo.org/714210
    Closes: https://bugs.gentoo.org/736318
    Package-Manager: Portage-3.0.1, Repoman-2.3.23
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/sooperlooper/Manifest                  |   2 +-
 .../files/sooperlooper-1.7.3-clash.patch           | 661 ---------------------
 .../files/sooperlooper-1.7.3-libsigc28.patch       | 124 ----
 .../files/sooperlooper-1.7.3-tinfo.patch           |  22 -
 .../files/sooperlooper-1.7.3-wx3.0.patch           | 177 ------
 ...r-1.7.3-r2.ebuild => sooperlooper-1.7.4.ebuild} |  42 +-
 6 files changed, 22 insertions(+), 1006 deletions(-)