linlinname36 / pyroscope

Automatically exported from code.google.com/p/pyroscope
GNU General Public License v2.0
0 stars 0 forks source link

Run build.sh under FreeBSD #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. just run build.sh

What is the expected output? What do you see instead?
I expected that build.sh runs. Instead it gives errors (bash in different 
folder, sed has problems, FreeBSD gcc misses some additional flags).

What version of the product are you using? On what operating system?
Latest build.sh version on FreeBSD 8.2.

Please provide any additional information below.
I attached a patch to make build.sh working on FreeBSD system.

Original issue reported on code.google.com by artife...@gmail.com on 29 Jun 2011 at 1:13

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by pyroscope.project on 15 Sep 2011 at 6:20

GoogleCodeExporter commented 8 years ago
Try svn HEAD and confirm, please.

Original comment by pyroscope.project on 4 Nov 2011 at 7:11

GoogleCodeExporter commented 8 years ago
I have tried and need the attached patch for a successful vanilla compile. On 
FreeBSD the xmlrpc-c-advanced depends on gmake.

The extend target does not works. At line 311 the build script changes 
libcurl.la and put '/home/user/lib/rtorrent-0.8.9/lib/libidn.la' instead of 
'/usr/local/lib/libidn.la' and therefore extend compile gives the following 
error:

"libtool: link: cannot find the library 
`/home/user/lib/rtorrent-0.8.9/lib/libidn.la' or unhandled argument 
`/home/user/lib/rtorrent-0.8.9/lib/libidn.la'
*** Error code 1"

Original comment by artife...@gmail.com on 5 Nov 2011 at 11:09

GoogleCodeExporter commented 8 years ago
A newer patch now with working extend target. With this patch I am able to 
compile "stable" (not SVN) vanilla and extended rtorrent on FreeBSD 8.2.

Original comment by artife...@gmail.com on 6 Nov 2011 at 12:02

Attachments: