Ticket #816 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Unable to compile paludis-0.44.0 from paludis-overlay

Reported by: mstrlu Owned by:
Priority: Sometime Milestone:
Component: clients/paludis Version: 0.44.0
Keywords: Cc:
Blocked By: Blocking:
Distribution: Gentoo

Description

Top most error is:

../paludis/util/instantiation_policy.hh:86: error: 
'paludis::InstantiationPolicy<OurType_, 
paludis::instantiation_method::NonCopyableTag>::InstantiationPolicy(const paludis::InstantiationPolicy<OurType_, 
paludis::instantiation_method::NonCopyableTag>&)
 [with OurType_ = paludis::PrivateImplementationPattern<paludis::CreateOutputManagerForPackageIDActionInfo>]' is private

Attachments

paludis-overlay.out.gz Download (18.8 KB) - added by mstrlu 8 months ago.
install-log

Change History

Changed 8 months ago by mstrlu

install-log

Changed 8 months ago by ciaranm

  • status changed from new to closed
  • resolution set to fixed

Next time you submit such a report, please mention your compiler version.

Assuming you're using gcc 4.1, either switch to 4.3 or newer (we stopped testing with 4.1 because we thought everyone would have upgraded by now), or use git master instead.

Note: See TracTickets for help on using tickets.