Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716716 - net-news/snownews-1.6.10-r1 : cookies.c: error: PATH_MAX undeclared (first use in this function)
Summary: net-news/snownews-1.6.10-r1 : cookies.c: error: PATH_MAX undeclared (first us...
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: PullRequest
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-04-08 18:19 UTC by Toralf Förster
Modified: 2022-02-15 23:47 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.10 KB, text/plain)
2020-04-08 18:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,383.89 KB, text/plain)
2020-04-08 18:19 UTC, Toralf Förster
Details
environment (environment,63.62 KB, text/plain)
2020-04-08 18:19 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,30.34 KB, application/x-bzip)
2020-04-08 18:19 UTC, Toralf Förster
Details
net-news:snownews-1.6.10:20200408-173511.log (net-news:snownews-1.6.10:20200408-173511.log,6.33 KB, text/plain)
2020-04-08 18:19 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,17.78 KB, application/x-bzip)
2020-04-08 18:19 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-04-08 18:19:13 UTC
  117 |      cookievalue = strdup (tmpstr);
      |                  ^
cookies.c:151:20: error: PATH_MAX undeclared (first use in this function)
  151 |    char expirebuf [PATH_MAX];
      |                    ^~~~~~~~
cookies.c:151:20: note: each undeclared identifier is reported only once for each function it appears in

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

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

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

  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.42.0 *
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr  8 16:39:31 UTC 2020
/var/db/repos/musl	Sat Apr  4 03:02:24 UTC 2020

emerge -qpvO net-news/snownews
[ebuild  N    ] net-news/snownews-1.6.10
Comment 1 Toralf Förster gentoo-dev 2020-04-08 18:19:15 UTC
Created attachment 631420 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-08 18:19:18 UTC
Created attachment 631422 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-08 18:19:21 UTC
Created attachment 631424 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-08 18:19:23 UTC
Created attachment 631426 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-08 18:19:26 UTC
Created attachment 631428 [details]
net-news:snownews-1.6.10:20200408-173511.log
Comment 6 Toralf Förster gentoo-dev 2020-04-08 18:19:29 UTC
Created attachment 631430 [details]
temp.tbz2
Comment 7 Michael 'veremitz' Everitt 2020-04-10 01:32:09 UTC
Likely an occurrence of missing #include <limits.h> .
Comment 8 Agostino Sarubbo gentoo-dev 2022-02-02 14:15:37 UTC
tinderbox_musl has reproduced this issue with version 1.6.10-r1 - Updating summary.
Comment 9 Larry the Git Cow gentoo-dev 2022-02-15 23:47:13 UTC
The bug has been closed via the following commit(s):

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

commit 61dd78cff8e708b6affe733d01cf7fde6b1054b4
Author:     Carlos Eduardo <carana2099@gmail.com>
AuthorDate: 2022-02-15 22:43:50 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2022-02-15 23:47:01 +0000

    net-news/snownews: drop 1.6.10-r1
    
    Closes: https://github.com/gentoo/gentoo/pull/24139
    Closes: https://bugs.gentoo.org/725224
    Closes: https://bugs.gentoo.org/725250
    Closes: https://bugs.gentoo.org/731690
    Closes: https://bugs.gentoo.org/716716
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-news/snownews/Manifest                  |  1 -
 net-news/snownews/snownews-1.6.10-r1.ebuild | 50 -----------------------------
 2 files changed, 51 deletions(-)