From: catalyst@guppy.ia64.dev.gentoo.org
To: releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
Subject: [gentoo-releng-autobuilds] [ia64-auto] Catalyst non-fatal build error - installcd-stage1.spec
Date: Tue, 05 Aug 2014 13:28:03 +0000 [thread overview]
Message-ID: <20140805132807.5512AE089E@pigeon.gentoo.org> (raw)
from ./persistent-data/data-structures/array.h:23,
from persistent-data/data-structures/bitset.cc:1:
/usr/include/stdint.h:55:27: error: candidates are: typedef long unsigned int uint64_t
In file included from /usr/include/boost/intrusive/detail/utilities.hpp:25:0,
from /usr/include/boost/intrusive/rbtree_algorithms.hpp:57,
from ./persistent-data/cache.h:25,
from ./persistent-data/block.h:23,
from ./persistent-data/transaction_manager.h:22,
from ./persistent-data/data-structures/btree.h:23,
from ./persistent-data/data-structures/array.h:23,
from persistent-data/data-structures/bitset.cc:1:
/usr/include/boost/cstdint.hpp:311:42: error: typedef boost::ulong_long_type boost::uint64_t
persistent-data/data-structures/bitset.cc:68:14: error: expected ';' before 'w'
persistent-data/data-structures/bitset.cc:70:6: error: 'w' was not declared in this scope
persistent-data/data-structures/bitset.cc:70:27: error: 'set_bit' was not declared in this scope
persistent-data/data-structures/bitset.cc:72:6: error: 'w' was not declared in this scope
persistent-data/data-structures/bitset.cc:72:29: error: 'clear_bit' was not declared in this scope
persistent-data/data-structures/bitset.cc:73:12: error: 'class persistent_data::array<{anonymous}::bitset_traits>' has no member named 'set'
persistent-data/data-structures/bitset.cc:73:25: error: 'w' was not declared in this scope
persistent-data/data-structures/bitset.cc: In member function 'void persistent_data::bitset_detail::bitset_impl::pad_last_block(bool)':
persistent-data/data-structures/bitset.cc:129:6: error: reference to 'uint64_t' is ambiguous
In file included from /usr/lib/gcc/ia64-unknown-linux-gnu/4.7.3/include/stdint.h:3:0,
from ./persistent-data/endian_utils.h:23,
from ./persistent-data/data-structures/btree.h:22,
from ./persistent-data/data-structures/array.h:23,
from persistent-data/data-structures/bitset.cc:1:
/usr/include/stdint.h:55:27: error: candidates are: typedef long unsigned int uint64_t
In file included from /usr/include/boost/intrusive/detail/utilities.hpp:25:0,
from /usr/include/boost/intrusive/rbtree_algorithms.hpp:57,
from ./persistent-data/cache.h:25,
from ./persistent-data/block.h:23,
from ./persistent-data/transaction_manager.h:22,
from ./persistent-data/data-structures/btree.h:23,
from ./persistent-data/data-structures/array.h:23,
from persistent-data/data-structures/bitset.cc:1:
/usr/include/boost/cstdint.hpp:311:42: error: typedef boost::ulong_long_type boost::uint64_t
persistent-data/data-structures/bitset.cc:129:15: error: expected ';' before 'w'
persistent-data/data-structures/bitset.cc:133:8: error: 'w' was not declared in this scope
persistent-data/data-structures/bitset.cc:133:24: error: 'set_bit' was not declared in this scope
persistent-data/data-structures/bitset.cc:135:8: error: 'w' was not declared in this scope
persistent-data/data-structures/bitset.cc:135:26: error: 'clear_bit' was not declared in this scope
persistent-data/data-structures/bitset.cc:137:13: error: 'class persistent_data::array<{anonymous}::bitset_traits>' has no member named 'set'
persistent-data/data-structures/bitset.cc:137:26: error: 'w' was not declared in this scope
persistent-data/data-structures/bitset.cc: In member function 'void persistent_data::bitset_detail::bitset_impl::resize_array(unsigned int, bool)':
persistent-data/data-structures/bitset.cc:149:13: error: 'class persistent_data::array<{anonymous}::bitset_traits>' has no member named 'grow'
persistent-data/data-structures/bitset.cc: In member function 'bool persistent_data::bitset_detail::bitset_impl::get_bit(int, unsigned int) const':
persistent-data/data-structures/bitset.cc:165:24: error: 'mask' was not declared in this scope
In file included from ./persistent-data/data-structures/btree.h:22:0,
from ./persistent-data/data-structures/array.h:23,
from persistent-data/data-structures/bitset.cc:1:
./persistent-data/endian_utils.h: In instantiation of 'DiskType base::to_disk(const CPUType&) [with DiskType = base::le64; CPUType = int]':
persistent-data/data-structures/bitset.cc:23:42: required from here
./persistent-data/endian_utils.h:68:1: error: invalid application of 'sizeof' to incomplete type 'boost::STATIC_ASSERTION_FAILURE<false>'
./persistent-data/endian_utils.h:69:2: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from ./persistent-data/data-structures/array.h:25:0,
from persistent-data/data-structures/bitset.cc:1:
./persistent-data/data-structures/array_block.h: In instantiation of 'class persistent_data::array_block<{anonymous}::bitset_traits, persistent_data::block_manager<>::read_ref>':
./persistent-data/data-structures/array.h:218:56: required from 'persistent_data::array<ValueTraits>::array(persistent_data::array<ValueTraits>::tm_ptr, persistent_data::array<ValueTraits>::ref_counter) [with ValueTraits = {anonymous}::bitset_traits; persistent_data::array<ValueTraits>::tm_ptr = boost::shared_ptr<persistent_data::transaction_manager>; persistent_data::array<ValueTraits>::ref_counter = int]'
persistent-data/data-structures/bitset.cc:37:20: required from here
./persistent-data/data-structures/array_block.h:41:44: error: no type named 'value_type' in 'struct {anonymous}::bitset_traits'
In file included from persistent-data/data-structures/bitset.cc:1:0:
./persistent-data/data-structures/array.h: In instantiation of 'void persistent_data::array<ValueTraits>::visit_value(ValueVisitor&, const btree_path&, const typename persistent_data::array<ValueTraits>::block_traits::value_type&) const [with ValueVisitor = persistent_data::bitset_detail::bitset_impl::bit_visitor; ValueTraits = {anonymous}::bitset_traits; persistent_data::btree_detail::btree_path = std::vector<long unsigned int>; typename persistent_data::array<ValueTraits>::block_traits::value_type = long unsigned int]':
./persistent-data/data-structures/array.h:154:5: required from 'void persistent_data::array<ValueTraits>::block_value_visitor<ValueVisitor>::visit(const btree_path&, const typename persistent_data::array<ValueTraits>::block_traits::value_type&) [with ValueVisitor = persistent_data::bitset_detail::bitset_impl::bit_visitor; ValueTraits = {anonymous}::bitset_traits; persistent_data::btree_detail::btree_path = std::vector<long unsigned int>; typename persistent_data::array<ValueTraits>::block_traits::value_type = long unsigned int]'
./persistent-data/data-structures/btree_damage_visitor.h:198:6: required from 'void persistent_data::btree_detail::btree_damage_visitor<ValueVisitor, DamageVisitor, Levels, ValueTraits>::visit_values(const btree_path&, const persistent_data::btree_detail::node_ref<ValueTraits>&) [with ValueVisitor = persistent_data::array<{anonymous}::bitset_traits>::block_value_visitor<persistent_data::bitset_detail::bitset_impl::bit_visitor>; DamageVisitor = persistent_data::array<{anonymous}::bitset_traits>::block_damage_visitor<persistent_data::bitset_detail::bitset_impl::damage_visitor>; unsigned int Levels = 1u; ValueTraits = persistent_data::array<{anonymous}::bitset_traits>::block_traits; persistent_data::btree_detail::btree_path = std::vector<long unsigned int>]'
./persistent-data/data-structures/btree_damage_visitor.h:174:5: required from 'bool persistent_data::btree_detail::btree_damage_visitor<ValueVisitor, DamageVisitor, Levels, ValueTraits>::visit_leaf(const node_location&, const persistent_data::btree_detail::node_ref<ValueTraits>&) [with ValueVisitor = persistent_data::array<{anonymous}::bitset_traits>::block_value_visitor<persistent_data::bitset_detail::bitset_impl::bit_visitor>; DamageVisitor = persistent_data::array<{anonymous}::bitset_traits>::block_damage_visitor<persistent_data::bitset_detail::bitset_impl::damage_visitor>; unsigned int Levels = 1u; ValueTraits = persistent_data::array<{anonymous}::bitset_traits>::block_traits; persistent_data::btree_detail::btree_damage_visitor<ValueVisitor, DamageVisitor, Levels, ValueTraits>::node_location = persistent_data::btree_detail::node_location]'
persistent-data/data-structures/bitset.cc:251:1: required from here
./persistent-data/data-structures/array.h:169:5: error: 'persistent_data::array<{anonymous}::bitset_traits>::rblock' has no member named 'get'
In file included from ./persistent-data/data-structures/array.h:25:0,
from persistent-data/data-structures/bitset.cc:1:
./persistent-data/data-structures/array_block.h: In instantiation of 'void persistent_data::array_block<ValueTraits, RefType>::dec_all_entries() [with ValueTraits = {anonymous}::bitset_traits; RefType = persistent_data::block_manager<>::read_ref]':
./persistent-data/data-structures/array.h:389:4: required from 'void persistent_data::array<ValueTraits>::dec_ablock_entries(persistent_data::block_address) [with ValueTraits = {anonymous}::bitset_traits; persistent_data::block_address = long unsigned int]'
./persistent-data/data-structures/array.h:123:5: required from 'void persistent_data::array<ValueTraits>::block_ref_counter::dec_values(uint64_t) [with ValueTraits = {anonymous}::bitset_traits; uint64_t = long unsigned int]'
./persistent-data/data-structures/array.h:108:6: required from 'void persistent_data::array<ValueTraits>::block_ref_counter::set(uint64_t, uint32_t) [with ValueTraits = {anonymous}::bitset_traits; uint64_t = long unsigned int; uint32_t = unsigned int]'
persistent-data/data-structures/bitset.cc:251:1: required from here
./persistent-data/data-structures/array_block.h:129:5: error: request for member 'dec' in '((persistent_data::array_block<{anonymous}::bitset_traits, persistent_data::block_manager<>::read_ref>*)this)->persistent_data::array_block<{anonymous}::bitset_traits, persistent_data::block_manager<>::read_ref>::rc_', which is of non-class type 'persistent_data::array_block<{anonymous}::bitset_traits, persistent_data::block_manager<>::read_ref>::ref_counter {aka int}'
./persistent-data/data-structures/array_block.h:129:5: error: no matching function for call to 'get(unsigned int&)'
./persistent-data/data-structures/array_block.h:129:5: note: candidates are:
In file included from /usr/include/boost/optional.hpp:15:0,
from ./persistent-data/buffer.h:27,
from ./persistent-data/block.h:22,
from ./persistent-data/transaction_manager.h:22,
from ./persistent-data/data-structures/btree.h:23,
from ./persistent-data/data-structures/array.h:23,
from persistent-data/data-structures/bitset.cc:1:
/usr/include/boost/optional/optional.hpp:679:1: note: template<class T> typename boost::optional::reference_const_type boost::get(const boost::optional<T>&)
/usr/include/boost/optional/optional.hpp:679:1: note: template argument deduction/substitution failed:
In file included from ./persistent-data/data-structures/array.h:25:0,
from persistent-data/data-structures/bitset.cc:1:
./persistent-data/data-structures/array_block.h:129:5: note: mismatched types 'const boost::optional<T>' and 'unsigned int'
In file included from /usr/include/boost/optional.hpp:15:0,
from ./persistent-data/buffer.h:27,
from ./persistent-data/block.h:22,
from ./persistent-data/transaction_manager.h:22,
from ./persistent-data/data-structures/btree.h:23,
from ./persistent-data/data-structures/array.h:23,
from persistent-data/data-structures/bitset.cc:1:
/usr/include/boost/optional/optional.hpp:687:1: note: template<class T> typename boost::optional::reference_type boost::get(boost::optional<T>&)
/usr/include/boost/optional/optional.hpp:687:1: note: template argument deduction/substitution failed:
In file included from ./persistent-data/data-structures/array.h:25:0,
from persistent-data/data-structures/bitset.cc:1:
./persistent-data/data-structures/array_block.h:129:5: note: mismatched types 'boost::optional<T>' and 'unsigned int'
In file included from /usr/include/boost/optional.hpp:15:0,
from ./persistent-data/buffer.h:27,
from ./persistent-data/block.h:22,
from ./persistent-data/transaction_manager.h:22,
from ./persistent-data/data-structures/btree.h:23,
from ./persistent-data/data-structures/array.h:23,
from persistent-data/data-structures/bitset.cc:1:
/usr/include/boost/optional/optional.hpp:697:1: note: template<class T> typename boost::optional::pointer_const_type boost::get(const boost::optional<T>*)
/usr/include/boost/optional/optional.hpp:697:1: note: template argument deduction/substitution failed:
In file included from ./persistent-data/data-structures/array.h:25:0,
from persistent-data/data-structures/bitset.cc:1:
./persistent-data/data-structures/array_block.h:129:5: note: mismatched types 'const boost::optional<T>*' and 'unsigned int'
In file included from /usr/include/boost/optional.hpp:15:0,
from ./persistent-data/buffer.h:27,
from ./persistent-data/block.h:22,
from ./persistent-data/transaction_manager.h:22,
from ./persistent-data/data-structures/btree.h:23,
from ./persistent-data/data-structures/array.h:23,
from persistent-data/data-structures/bitset.cc:1:
/usr/include/boost/optional/optional.hpp:705:1: note: template<class T> typename boost::optional::pointer_type boost::get(boost::optional<T>*)
/usr/include/boost/optional/optional.hpp:705:1: note: template argument deduction/substitution failed:
In file included from ./persistent-data/data-structures/array.h:25:0,
from persistent-data/data-structures/bitset.cc:1:
./persistent-data/data-structures/array_block.h:129:5: note: mismatched types 'boost::optional<T>*' and 'unsigned int'
[CXX] persistent-data/space-maps/recursive.cc
persistent-data/data-structures/bitset.cc: In member function 'bool persistent_data::bitset_detail::bitset_impl::get(unsigned int)':
persistent-data/data-structures/bitset.cc:63:4: warning: control reaches end of non-void function [-Wreturn-type]
make: *** [persistent-data/data-structures/bitset.o] Error 1
make: *** Waiting for unfinished jobs....
[DEP] persistent-data/space_map.cc
[DEP] persistent-data/space-maps/recursive.cc
[DEP] persistent-data/space-maps/disk.cc
* ERROR: sys-block/thin-provisioning-tools-0.2.8-r1::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=sys-block/thin-provisioning-tools-0.2.8-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-block/thin-provisioning-tools-0.2.8-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/temp/environment'.
* Working directory: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/work/thin-provisioning-tools-0.2.8'
* S: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/work/thin-provisioning-tools-0.2.8'
* Messages for package sys-apps/keyutils-1.5.5:
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* You must have CONFIG_KEYS to use this package!
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Messages for package sys-apps/busybox-1.21.0:
* Could not locate user configfile, so we will save a default one
* You cannot have USE='static pam'. Assuming static is more important.
* Your configuration for sys-apps/busybox-1.21.0 has been saved in
* /etc/portage/savedconfig/sys-apps/busybox-1.21.0 for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package sys-block/thin-provisioning-tools-0.2.8-r1:
* ERROR: sys-block/thin-provisioning-tools-0.2.8-r1::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=sys-block/thin-provisioning-tools-0.2.8-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-block/thin-provisioning-tools-0.2.8-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/temp/environment'.
* Working directory: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/work/thin-provisioning-tools-0.2.8'
* S: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/work/thin-provisioning-tools-0.2.8'
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: livecdbuild aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target livecd-stage1
Catalyst aborting....
lockfile does not exist '/home/catalyst/tmp/default/livecd-stage1-ia64-20140805/.catalyst_lock'
Full build log at /tmp/catalyst-auto.5662/log/installcd-stage1.log
next reply other threads:[~2014-08-05 13:28 UTC|newest]
Thread overview: 147+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-05 13:28 catalyst [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-26 7:09 [gentoo-releng-autobuilds] [ia64-auto] Catalyst non-fatal build error - installcd-stage1.spec catalyst
2024-04-19 9:59 catalyst
2024-04-12 9:39 catalyst
2023-06-07 5:45 catalyst
2023-05-31 21:43 catalyst
2023-05-17 7:20 catalyst
2023-05-10 6:27 catalyst
2023-05-03 19:28 catalyst
2020-05-12 4:56 catalyst
2020-05-11 5:03 catalyst
2020-05-10 6:03 catalyst
2020-05-09 4:38 catalyst
2020-05-08 17:53 catalyst
2020-04-30 5:15 catalyst
2020-04-29 4:57 catalyst
2020-04-28 5:04 catalyst
2020-04-26 5:14 catalyst
2020-04-25 6:50 catalyst
2020-01-13 5:45 catalyst
2020-01-12 5:01 catalyst
2019-10-05 6:47 catalyst
2019-10-01 6:22 catalyst
2019-05-12 18:15 catalyst
2019-05-11 18:31 catalyst
2019-05-10 16:51 catalyst
2019-05-09 16:53 catalyst
2019-05-08 20:26 catalyst
2019-05-07 16:58 catalyst
2019-05-06 16:52 catalyst
2019-05-05 17:04 catalyst
2019-05-03 16:56 catalyst
2019-05-02 20:01 catalyst
2018-06-17 13:48 catalyst
2018-06-16 14:02 catalyst
2018-06-14 13:54 catalyst
2018-06-13 13:49 catalyst
2018-06-12 14:33 catalyst
2018-06-11 14:05 catalyst
2018-06-10 14:45 catalyst
2018-06-09 14:56 catalyst
2018-06-08 13:50 catalyst
2018-06-07 13:56 catalyst
2018-06-06 13:52 catalyst
2018-06-05 13:50 catalyst
2018-06-04 16:10 catalyst
2018-06-03 15:45 catalyst
2018-06-02 14:02 catalyst
2018-06-01 14:04 catalyst
2018-05-31 14:59 catalyst
2018-05-30 14:11 catalyst
2018-05-29 14:02 catalyst
2018-05-28 14:08 catalyst
2018-05-27 13:59 catalyst
2018-05-26 13:59 catalyst
2018-05-25 14:06 catalyst
2018-05-24 17:53 catalyst
2018-05-23 13:58 catalyst
2018-05-21 13:57 catalyst
2018-05-20 14:01 catalyst
2018-03-16 15:40 catalyst
2018-03-14 14:04 catalyst
2016-03-22 14:46 catalyst
2016-03-15 13:05 catalyst
2016-03-08 12:52 catalyst
2016-03-01 16:02 catalyst
2016-01-05 12:48 catalyst
2015-12-29 22:27 catalyst
2015-11-24 12:08 catalyst
2015-11-17 11:55 catalyst
2015-11-10 12:03 catalyst
2015-11-03 13:08 catalyst
2015-10-27 13:02 catalyst
2015-10-20 11:50 catalyst
2015-10-13 12:01 catalyst
2015-10-06 11:57 catalyst
2015-09-29 15:12 catalyst
2015-09-22 14:48 catalyst
2015-09-15 14:45 catalyst
2015-09-08 14:52 catalyst
2015-08-04 14:00 catalyst
2015-07-28 17:10 catalyst
2015-07-21 13:00 catalyst
2015-07-14 11:41 catalyst
2015-07-07 11:38 catalyst
2015-06-30 11:28 catalyst
2015-06-23 11:23 catalyst
2015-06-16 11:23 catalyst
2015-06-09 11:31 catalyst
2015-06-02 12:28 catalyst
2015-05-26 11:32 catalyst
2015-05-19 11:29 catalyst
2015-05-12 12:52 catalyst
2015-05-05 12:49 catalyst
2015-04-28 12:10 catalyst
2015-04-21 11:38 catalyst
2015-04-07 11:03 catalyst
2015-03-31 12:51 catalyst
2015-03-10 11:07 catalyst
2015-03-03 11:07 catalyst
2015-02-17 11:59 catalyst
2015-02-10 11:16 catalyst
2015-01-13 14:38 catalyst
2015-01-06 12:24 catalyst
2014-12-30 11:35 catalyst
2014-12-23 11:39 catalyst
2014-12-16 11:33 catalyst
2014-12-09 11:31 catalyst
2014-12-02 11:43 catalyst
2014-11-25 11:26 catalyst
2014-11-18 11:57 catalyst
2014-11-11 11:48 catalyst
2014-11-04 11:12 catalyst
2014-10-28 11:14 catalyst
2014-09-09 12:30 catalyst
2014-08-19 11:13 catalyst
2014-08-12 11:43 catalyst
2014-01-30 18:51 catalyst
2013-12-18 14:20 catalyst
2013-11-06 13:11 catalyst
2013-08-14 6:13 catalyst
2013-01-09 5:15 catalyst
2012-12-12 0:55 catalyst
2012-12-05 0:51 catalyst
2012-11-28 0:51 catalyst
2012-11-21 0:50 catalyst
2012-11-14 0:51 catalyst
2012-08-29 2:24 catalyst
2012-08-22 11:47 catalyst
2012-08-15 11:42 catalyst
2012-08-08 7:13 catalyst
2012-08-01 4:37 catalyst
2012-04-04 1:23 catalyst
2012-02-01 0:48 catalyst
2012-01-25 0:48 catalyst
2012-01-18 0:14 catalyst
2012-01-04 0:26 catalyst
2011-12-28 1:38 catalyst
2011-12-21 0:30 catalyst
2011-12-14 1:39 catalyst
2011-12-06 23:57 catalyst
2011-11-29 23:56 catalyst
2011-08-16 23:33 catalyst
2011-07-19 23:29 catalyst
2011-05-03 22:58 catalyst
2011-04-27 1:27 catalyst
2011-04-05 23:30 catalyst
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140805132807.5512AE089E@pigeon.gentoo.org \
--to=catalyst@guppy.ia64.dev.gentoo.org \
--cc=gentoo-releng-autobuilds@lists.gentoo.org \
--cc=releng@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox