Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 872185

Summary: net-misc/apt-cacher-ng-3.7.4_p1-r1 fails to compile (MUSL): meta.h:326:44: error: operator ! has no right operand
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: John Helmert III <ajak>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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