pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

problem building trac in macppc port



Hi,
 
I’ve build trac in a macppc NetBSD 3.0. I compiles ok, but when I try to use it, the following message appears in my web-browser.
 
----------------------------------------------------
Oops...
 
Trac detected an internal error:
 
ClearSilver not installed (/usr/pkg/lib/python2.4/site-packages/neo_cgi.so: Unsupported relocation type 6 in non-PLT relocations
)
Traceback (most recent call last):
  File "/usr/pkg/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/pkg/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/pkg/lib/python2.4/site-packages/trac/web/main.py", line 83, in dispatch
    req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs())
  File "/usr/pkg/lib/python2.4/site-packages/trac/web/clearsilver.py", line 132, in __init__
    raise TracError, "ClearSilver not installed (%s)" % e
TracError: ClearSilver not installed (/usr/pkg/lib/python2.4/site-packages/neo_cgi.so: Unsupported relocation type 6 in non-PLT relocations
)

---------------------------------------------------

I’ve looked in the internet and found this link

http://mail-index.netbsd.org/port-powerpc/2005/03/11/0001.html

that talks about this problem and say to compile with –fPIC or –fpic.

 

Where do I put these instructions?

I have compiled a lot of packages in i386 NetBSD and a few in macppc but I’ve never needed to change anything. Can some one please help me on this?

 

Rui

 

 



Home | Main Index | Thread Index | Old Index