Opened 10 years ago

Closed 10 years ago

#7712 closed Bugs (fixed)

/usr/include/boost/signals2/detail/variadic_slot_invoker.hpp refer to unexisted boost/tuple.hpp

Reported by: Alex Turbov <i.zaufi@…> Owned by: Frank Mori Hess
Milestone: To Be Determined Component: signals2
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

/usr/include/boost/signals2/detail/variadic_slot_invoker.hpp:23:10: fatal error: 'boost/tuple.hpp' file not found

Change History (5)

comment:1 by Frank Mori Hess, 10 years ago

Resolution: invalid
Status: newclosed

boost/tuple.hpp is provided by the Boost.Tuple library.

in reply to:  1 comment:2 by Alex Turbov, 10 years ago

Replying to fmhess:

boost/tuple.hpp is provided by the Boost.Tuple library.

r u sure??????????

zaufi@gentop /work $ wget http://citylan.dl.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2 --2012-11-20 08:49:12-- http://citylan.dl.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2 Resolving citylan.dl.sourceforge.net (citylan.dl.sourceforge.net)... 212.118.44.106 Connecting to citylan.dl.sourceforge.net (citylan.dl.sourceforge.net)|212.118.44.106|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 54421709 (52M) [application/octet-stream] Saving to: 'boost_1_52_0.tar.bz2'

100%[...] 54,421,709 274.7KB/s in 1m 30s

2012-11-20 08:56:47 (118 KB/s) - 'boost_1_52_0.tar.bz2' saved [54421709/54421709]

zaufi@gentop /work $ tar -jxf boost_1_52_0.tar.bz2 zaufi@gentop /work $ ls boost_1_52_0/boost/tuple.hpp ls: cannot access boost_1_52_0/boost/tuple.hpp: No such file or directory zaufi@gentop /work $

comment:3 by Alex Turbov, 10 years ago

Resolution: invalid
Status: closedreopened

fix wiki formatting:

zaufi@gentop /work $ wget http://citylan.dl.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2
--2012-11-20 08:49:12--  http://citylan.dl.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2
Resolving citylan.dl.sourceforge.net (citylan.dl.sourceforge.net)... 212.118.44.106
Connecting to citylan.dl.sourceforge.net (citylan.dl.sourceforge.net)|212.118.44.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 54421709 (52M) [application/octet-stream]
Saving to: 'boost_1_52_0.tar.bz2'

100%[...] 54,421,709  274.7KB/s   in 1m 30s 

2012-11-20 08:56:47 (118 KB/s) - 'boost_1_52_0.tar.bz2' saved [54421709/54421709]

zaufi@gentop /work $ tar -jxf boost_1_52_0.tar.bz2 
zaufi@gentop /work $ ls boost_1
boost_1_52_0/         boost_1_52_0.tar.bz2  
zaufi@gentop /work $ ls boost_1_52_0/boost/tuple.hpp
ls: cannot access boost_1_52_0/boost/tuple.hpp: No such file or directory
zaufi@gentop /work $ 

there is NO boost/tuple.hpp!!! bug reopened!

comment:4 by Frank Mori Hess, 10 years ago

You're right. It looks like they removed it, fixed the breakage on the trunk, but didn't merge to release.

comment:5 by Frank Mori Hess, 10 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in svn trunk and release.

Note: See TracTickets for help on using tickets.