Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 872185 - net-misc/apt-cacher-ng-3.7.4_p1-r1 fails to compile (MUSL): meta.h:326:44: error: operator ! has no right operand
Summary: net-misc/apt-cacher-ng-3.7.4_p1-r1 fails to compile (MUSL): meta.h:326:44: er...
Status: RESOLVED DUPLICATE of bug 716564
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: John Helmert III
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-21 12:17 UTC by Agostino Sarubbo
Modified: 2022-09-22 02:05 UTC (History)
0 users

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


Attachments
build.log (build.log,69.46 KB, text/plain)
2022-09-21 12:17 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-09-21 12:17:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/apt-cacher-ng-3.7.4_p1-r1 fails to compile (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-09-21 12:17:20 UTC
Created attachment 813307 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-09-21 12:17:21 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


--   Package 'fuse', required by 'virtual:world', not found
FAILED: client/CMakeFiles/in.acng.dir/__/src/acerrno.cc.o 
FAILED: client/CMakeFiles/in.acng.dir/client.cc.o 
FAILED: src/CMakeFiles/supacng.dir/astrop.cc.o 
FAILED: src/CMakeFiles/supacng.dir/sockio.cc.o 
/var/tmp/portage/net-misc/apt-cacher-ng-3.7.4_p1-r1/work/apt-cacher-ng-debian-3.7.4-1/src/meta.h:326:44: error: operator '!' has no right operand
Comment 3 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-09-22 02:05:36 UTC
I suppose this is a dupe of the other one.

/var/tmp/portage/net-misc/apt-cacher-ng-3.3.1_p2/work/apt-cacher-ng-3.3.1/include/meta.h:532:17: error: field ‘tv’ has incomplete type ‘acng::timeval’
  532 |  struct timeval tv = {0,23};
      |                 ^~

/var/tmp/portage/net-misc/apt-cacher-ng-3.7.4_p1-r1/work/apt-cacher-ng-debian-3.7.4-1/src/meta.h:270:24: error: field 'tv' has incomplete type 'acng::timeval'
  270 |         struct timeval tv = {0,23};
      |                        ^~

*** This bug has been marked as a duplicate of bug 716564 ***