Bug 210124 - libtorrent-devel appears to be missing headers
Summary: libtorrent-devel appears to be missing headers
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libtorrent
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Chabot
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-10 07:23 UTC by Benno Rice
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-10 09:12:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Benno Rice 2006-10-10 07:23:03 UTC
Description of problem:
libtorrent-devel doesn't appear to include the appropriate headers for libtorrent applications to 
compile, for example libtorrent/session.hpp

Version-Release number of selected component (if applicable):
0.10.2 2.fc5

How reproducible:
Try to build an application requiring libtorrent, eg btg (http://btg.berlios.de/)
  
Actual results:
Build fails due to missing header.

Expected results:
Build succeeds.

Comment 1 Chris Chabot 2006-10-10 09:12:10 UTC
Seems the "session.hpp is missing" is the error btg gives me, however:

# tar xvfz Desktop/libtorrent-0.10.3.tar.gz
# cd libtorrent-0.10.3
# find -name "*.hpp"
< nothing>
# find -name "session*"
<nothing>

Its not a part of libtorrent, error seems to be in btg, and not in the packaging
of libtorrent; All header files from libtorrent are included in the -devel package:

# rpm -ql libtorrent-devel
/usr/include/torrent
/usr/include/torrent/bitfield.h
/usr/include/torrent/block.h
/usr/include/torrent/block_list.h
/usr/include/torrent/block_transfer.h
/usr/include/torrent/chunk_manager.h
/usr/include/torrent/common.h
/usr/include/torrent/connection_manager.h
/usr/include/torrent/download.h
/usr/include/torrent/event.h
/usr/include/torrent/exceptions.h
/usr/include/torrent/file.h
/usr/include/torrent/file_list.h
/usr/include/torrent/http.h
/usr/include/torrent/object.h
/usr/include/torrent/object_stream.h
/usr/include/torrent/path.h
/usr/include/torrent/peer.h
/usr/include/torrent/peer_info.h
/usr/include/torrent/peer_list.h
/usr/include/torrent/piece.h
/usr/include/torrent/poll.h
/usr/include/torrent/poll_epoll.h
/usr/include/torrent/poll_kqueue.h
/usr/include/torrent/poll_select.h
/usr/include/torrent/rate.h
/usr/include/torrent/resume.h
/usr/include/torrent/torrent.h
/usr/include/torrent/tracker.h
/usr/include/torrent/tracker_list.h
/usr/include/torrent/transfer_list.h
/usr/lib/libtorrent.so
/usr/lib/pkgconfig/libtorrent.pc



Comment 2 Benno Rice 2006-10-10 11:00:32 UTC
Ah, right.  It seems that this is not the Rasterbar libtorrent.  It'd be nice if people didn't choose conflicting 
names. =)


Note You need to log in before you can comment on or make changes to this bug.