Search found 3 matches

by iz0bbz
Tue Dec 14, 2010 8:45 am
Forum: Support
Topic: Problems with transmission 1.80+ on uClibc 0.9.27
Replies: 13
Views: 8970

Re: Problems with transmission 1.80+ on uClibc 0.9.27

Jordan, you told:
It would be nice to do this conditionally based on the uClibc version number, rather than unconditionally like this, but I didn't see the fix mentioned anywhere, so I don't know what version to test for. :(


I see pread/pwrite fixes mentioned in 0.9.27 -> 0.9.28 uclibc ...
by iz0bbz
Fri Dec 10, 2010 11:23 am
Forum: Support
Topic: Problems with transmission 1.80+ on uClibc 0.9.27
Replies: 13
Views: 8970

Re: Problems with transmission 1.80+ on uClibc 0.9.27

Bingo.

The issue was introduced exactly in 9500.
And wierd enough, the only difference is in configure.ac :

-AC_CHECK_FUNCS([lrintf strlcpy daemon dirname basename strcasecmp localtime_r posix_fallocate memmem strtold syslog])
+AC_CHECK_FUNCS([pread pwrite lrintf strlcpy daemon dirname basename ...
by iz0bbz
Thu Dec 09, 2010 4:28 pm
Forum: Support
Topic: Problems with transmission 1.80+ on uClibc 0.9.27
Replies: 13
Views: 8970

Re: Problems with transmission 1.80+ on uClibc 0.9.27

Not a fun task, probably.
Yep, considering that svn checkout doesn't retrieve libevent third-party directory at revision 1559, needed for old transmission versions builds.

Back to the point, I've the same box and same problem.
I've started checks from revision 9394, the equivalent in trunk of ...