Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317799 Details for
Bug 464151
About 1.0.0 build failure
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch candidate
deluge-1.0.0-multithread-libdir.patch (text/plain), 951 bytes, created by
Mamoru TASAKA
on 2008-09-26 14:32:04 UTC
(
hide
)
Description:
patch candidate
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2008-09-26 14:32:04 UTC
Size:
951 bytes
patch
obsolete
>--- deluge-1.0.0/setup.py.debug 2008-09-22 04:22:24.000000000 +0900 >+++ deluge-1.0.0/setup.py 2008-09-26 22:44:27.000000000 +0900 >@@ -145,8 +145,20 @@ > ] > > # Modify the libs if necessary for systems with only -mt boost libs >+ # >+ # See rh#250802, boost threads lib does not have "single thread" variant, >+ # so here the existence of libboost_thread.so must be checked. >+ # >+ # Also the directory where libraries are installed should be able >+ # to be specified >+ # >+ libdir = os.path.join(sysconfig.PREFIX, "lib") >+ _libdir = sysconfig.get_config_vars()["LIBDIR"] >+ if _libdir: >+ libdir = _libdir >+ > if not os.path.exists( >- os.path.join(sysconfig.PREFIX, "lib", "libboost_filesystem.so")): >+ os.path.join(libdir, "libboost_thread.so")): > # It's likely that this system doesn't have symlinks setup > # So add '-mt' to the libraries > for lib in _libraries:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 464151
: 317799