Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936026 - dev-libs/zug-0.1.1 fails to compile: skip.hpp:29:10: fatal error: variant.hpp: No such file or directory
Summary: dev-libs/zug-0.1.1 fails to compile: skip.hpp:29:10: fatal error: variant.hpp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Parborg
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-07-14 07:43 UTC by Agostino Sarubbo
Modified: 2024-07-16 07:04 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,113.11 KB, text/plain)
2024-07-14 07:43 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 2024-07-14 07:43:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/zug-0.1.1 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-14 07:43:49 UTC
Created attachment 897565 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-14 07:43:49 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could not find ccache
FAILED: test/CMakeFiles/test-into.dir/into.cpp.o 
FAILED: test/CMakeFiles/test-into_vector.dir/into_vector.cpp.o 
FAILED: test/CMakeFiles/test-reductor.dir/reductor.cpp.o 
FAILED: test/CMakeFiles/test-run.dir/run.cpp.o 
FAILED: test/CMakeFiles/test-sequence.dir/sequence.cpp.o 
FAILED: test/CMakeFiles/test-state_traits.dir/state_traits.cpp.o 
FAILED: test/CMakeFiles/test-transducer-cat.dir/transducer/cat.cpp.o 
FAILED: test/CMakeFiles/test-transducer-chain.dir/transducer/chain.cpp.o 
FAILED: test/CMakeFiles/test-transducer-drop.dir/transducer/drop.cpp.o 
FAILED: test/CMakeFiles/test-transducer-drop_while.dir/transducer/drop_while.cpp.o 
FAILED: test/CMakeFiles/test-transducer-eager.dir/transducer/eager.cpp.o 
FAILED: test/CMakeFiles/test-transducer-filter.dir/transducer/filter.cpp.o 
FAILED: test/CMakeFiles/test-transducer-interelave.dir/transducer/interelave.cpp.o 
FAILED: test/CMakeFiles/test-transducer-interleave.dir/transducer/interleave.cpp.o 
FAILED: test/CMakeFiles/test-transducer-iter.dir/transducer/iter.cpp.o 
FAILED: test/CMakeFiles/test-transducer-mapcat.dir/transducer/mapcat.cpp.o 
FAILED: test/CMakeFiles/test-transducer-partition_by.dir/transducer/partition_by.cpp.o 
FAILED: test/CMakeFiles/test-transducer-partition.dir/transducer/partition.cpp.o 
FAILED: test/CMakeFiles/test-transducer-product.dir/transducer/product.cpp.o 
FAILED: test/CMakeFiles/test-transducer-random_sample.dir/transducer/random_sample.cpp.o 
FAILED: test/CMakeFiles/test-transducer-readbuf.dir/transducer/readbuf.cpp.o 
FAILED: test/CMakeFiles/test-transducer-read.dir/transducer/read.cpp.o 
FAILED: test/CMakeFiles/test-transducer-remove.dir/transducer/remove.cpp.o 
FAILED: test/CMakeFiles/test-transducer-take.dir/transducer/take.cpp.o 
FAILED: test/CMakeFiles/test-transducer-take_while.dir/transducer/take_while.cpp.o 
FAILED: test/CMakeFiles/test-transducer-writebuf.dir/transducer/writebuf.cpp.o 
/var/tmp/portage/dev-libs/zug-0.1.1/work/zug-0.1.1/zug/skip.hpp:29:10: fatal error: boost/variant.hpp: No such file or directory
/var/tmp/portage/dev-libs/zug-0.1.1/work/zug-0.1.1/zug/skip.hpp:29:10: fatal error: boost/variant.hpp: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2024-07-16 07:04:29 UTC
The bug has been closed via the following commit(s):

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

commit cea470d6267050d1e21af5070c7c67e5a7e17f5f
Author:     Sebastian Parborg <sebastian@blender.org>
AuthorDate: 2024-07-15 10:01:25 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-07-16 07:04:01 +0000

    dev-libs/zug: Add missing boost dependency, fix Werror added per default
    
    Closes: https://bugs.gentoo.org/936026
    Closes: https://bugs.gentoo.org/936027
    Signed-off-by: Sebastian Parborg <darkdefende@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/zug/zug-0.1.1-r1.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)