Opened 10 years ago

Closed 10 years ago

#41778 closed defect (duplicate)

squid3 @3.4.1 does not build on OSX 10.9

Reported by: srothe@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: mavericks Cc: jmroot (Joshua Root)
Port: squid3

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I tried to install squid 3.4.1 on OSX 10.9 but it fails.

:info:build /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:2370:66: error: no type named 'value_type' in 'std::__1::iterator_traits<VectorIteratorBase<const Vector<int> > >'
:info:build               __less<typename iterator_traits<_ForwardIterator>::value_type>());
:info:build                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
:info:build CpuAffinity.cc:48:14: note: in instantiation of function template specialization 'std::__1::max_element<VectorIteratorBase<const Vector<int> > >' requested here
:info:build             *std::max_element(Config.cpuAffinityMap->processes().begin(),
:info:build              ^
:info:build 1 error generated.
:info:build make[3]: *** [CpuAffinity.o] Error 1
:info:build make[3]: *** Waiting for unfinished jobs....

Attachments (1)

main.log (66.1 KB) - added by srothe@… 10 years ago.
mail.log from squid 3.4.1 build error

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by srothe@…

Attachment: main.log added

mail.log from squid 3.4.1 build error

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jmr@… added
Description: modified (diff)
Keywords: mavericks added
Port: squid3 added
Resolution: duplicate
Status: newclosed
Summary: squid 3.4.1 does not build on OSX 10.9squid3 @3.4.1 does not build on OSX 10.9

Duplicate of #40986.

comment:2 Changed 10 years ago by srothe@…

Resolution: duplicate
Status: closedreopened

It is a different issue !!

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: reopenedclosed

#40986 appears to cover build failure on Mavericks generally. The first error reported there got fixed. The second error reported there (see comment:ticket:40986:8) is as yet unresolved and is the same as the one you're experiencing.

Note: See TracTickets for help on using tickets.