Re: [OpenWrt-Devel] ptrace and pselect

2015-03-27 Thread Karl Palsson
Are you still seeing this?

Please note that the official BB build only has mosquitto 1.3.4.  If you
want to use 1.4, either use the feed:
https://github.com/remakeelectric/owrt_pub_feeds or update to a CC based
tree.

Sorry, I've been on holidays, and only just saw this, but I'm the
mosquitto maintainer, so I'd like to work out what's happening for you. 
I've not seen this error before, but it looks like you've managed to
disable libpthread support somehow, which should be difficult/impossible
to do.  As it's selected by the target for ar71xx on the WE-IO board


Cheers,
Karl P

Drasko DRASKOVIC drasko.drasko...@gmail.com wrote:
 Hi all,
 I installed `mosquitto` via `opkg` on BarrierBreaker, and I am getting:
 
 root@WEIO:~# mosquitto_pub -h test.mosquitto.org -t temp/random -m 40
 mosquitto_pub: can't resolve symbol 'pselect'
 
 Then I wnated to see what's happening, and I installed `strace`, but I
 am getting:
 root@WEIO:~# strace mosquitto_pub -h test.mosquitto.org -t temp/random
 -m 40
 strace: can't resolve symbol 'ptrace' in lib 'strace'.
 strace: test_ptrace_setoptions_for_all: unexpected exit status 1
 root@WEIO:~#
 
 Any ideas?
 
 BR,
 Drasko
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

-- 
Sent using Mailpile, Free Software from www.mailpile.is___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] ptrace and pselect

2015-03-21 Thread Drasko DRASKOVIC
Hi all,
I installed `mosquitto` via `opkg` on BarrierBreaker, and I am getting:

root@WEIO:~# mosquitto_pub -h test.mosquitto.org -t temp/random -m 40
mosquitto_pub: can't resolve symbol 'pselect'

Then I wnated to see what's happening, and I installed `strace`, but I
am getting:
root@WEIO:~# strace mosquitto_pub -h test.mosquitto.org -t temp/random -m 40
strace: can't resolve symbol 'ptrace' in lib 'strace'.
strace: test_ptrace_setoptions_for_all: unexpected exit status 1
root@WEIO:~#

Any ideas?

BR,
Drasko
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel