Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832549 - net-misc/frr-8.1-r1 fails to compile: csv.c:32:10: fatal error: queue.h: No such file or directory
Summary: net-misc/frr-8.1-r1 fails to compile: csv.c:32:10: fatal error: queue.h: No s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: musl-porting
  Show dependency tree
 
Reported: 2022-02-02 08:03 UTC by Agostino Sarubbo
Modified: 2022-02-16 02:57 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,57.06 KB, text/plain)
2022-02-02 08:03 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-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