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

Bug 832549

Summary: net-misc/frr-8.1-r1 fails to compile: csv.c:32:10: fatal error: queue.h: No such file or directory
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Sergey Popov <pinkbyte>
Status: RESOLVED FIXED    
Severity: normal CC: jsmolic
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 430702    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-02-02 08:03:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/frr-8.1-r1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-02 08:03:04 UTC
Created attachment 764177 [details]
build.log

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


lib/csv.c:32:10: fatal error: sys/queue.h: No such file or directory
lib/csv.c:32:10: fatal error: sys/queue.h: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-02-02 09:35:21 UTC
The bug has been referenced in the following commit(s):

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

commit dae07e25e41354f3c52f445af3053e5bfa6252db
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2022-02-02 09:34:42 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2022-02-02 09:35:19 +0000

    net-misc/frr: fix building with musl
    
    Bug: https://bugs.gentoo.org/832549
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 net-misc/frr/frr-8.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 4 Sergey Popov gentoo-dev 2022-02-02 09:40:56 UTC
Currently i have no chroot with musl. I would be glad if you could check if suggested fix helps or not