Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 748389 Details for
Bug 821580
sys-cluster/ceph-16.2.6-r2 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
3-project-config.jam
3-project-config.jam (text/plain), 1.40 KB, created by
Agostino Sarubbo
on 2021-11-04 06:00:24 UTC
(
hide
)
Description:
3-project-config.jam
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2021-11-04 06:00:24 UTC
Size:
1.40 KB
patch
obsolete
># Boost.Build Configuration ># Automatically generated by bootstrap.sh > >import option ; >import feature ; > ># Compiler configuration. This definition will be used unless ># you already have defined some toolsets in your user-config.jam ># file. >if ! gcc in [ feature.values <toolset> ] >{ > using gcc ; >} > >project : default-build <toolset>gcc ; > ># Python configuration >import python ; >if ! [ python.configured ] >{ > using python : 3.9 : "/usr" ; >} > >path-constant ICU_PATH : /usr ; > > ># List of --with-<library> and --without-<library> ># options. If left empty, all libraries will be built. ># Options specified on the command line completely ># override this variable. >libraries = --with-atomic --with-chrono --with-thread --with-system --with-regex --with-random --with-program_options --with-date_time --with-iostreams --with-context --with-coroutine --with-filesystem --with-python --with-container ; > ># These settings are equivalent to corresponding command-line ># options. >option.set prefix : /var/tmp/portage/sys-cluster/ceph-16.2.6-r2/work/ceph-16.2.6_build/boost ; >option.set exec-prefix : /var/tmp/portage/sys-cluster/ceph-16.2.6-r2/work/ceph-16.2.6_build/boost ; >option.set libdir : /var/tmp/portage/sys-cluster/ceph-16.2.6-r2/work/ceph-16.2.6_build/boost/lib ; >option.set includedir : /var/tmp/portage/sys-cluster/ceph-16.2.6-r2/work/ceph-16.2.6_build/boost/include ; > ># Stop on first error >option.set keep-going : false ;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 821580
:
748380
|
748383
|
748386
| 748389