Package Details: openbazaard 0.14.6-2

Git Clone URL: https://aur.archlinux.org/openbazaard.git (read-only, click to copy)
Package Base: openbazaard
Description: Server daemon for communication between client and OpenBazaar network
Upstream URL: https://github.com/OpenBazaar/openbazaar-go
Keywords: openbazaar openbazaar-server
Licenses: MIT
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 13
Popularity: 0.000000
First Submitted: 2016-03-02 11:49 (UTC)
Last Updated: 2021-05-17 19:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ouraur commented on 2018-05-31 19:23 (UTC)

This is broken with pacman 5.1.0 because UPX support has been removed.

==> ERROR: options array contains unknown option 'upx'

mkoloberdin commented on 2018-01-07 02:43 (UTC)

openbazaard 0.10.1-2, build fails: https://pastebin.com/HnwJ989K

Izzette commented on 2017-11-24 19:28 (UTC)

@robertfoster, I'm getting a 404 on the sources download: Building openbazaard... Cloning into 'openbazaard'... remote: Counting objects: 126, done. remote: Compressing objects: 100% (88/88), done. remote: Total 126 (delta 67), reused 81 (delta 38) Receiving objects: 100% (126/126), 20.34 KiB | 51.00 KiB/s, done. Resolving deltas: 100% (67/67), done. ==> Making package: openbazaard 0.10.0-1 (Fri Nov 24 10:21:26 CST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading v0.10.0.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 133 0 133 0 0 133 0 --:--:-- --:--:-- --:--:-- 167 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://github.com/OpenBazaar/openbazaar-go/archive/v0.10.0.tar.gz Aborting...

redfish commented on 2017-02-06 08:20 (UTC)

@tubal-cain: I got the 'no module named sanitize error' too. Here's my fix: build python2-bleach package manually and reinstall it: 'pbget python2-bleach' and 'makepkg' and 'pacman -U'. Openbazaard daemon works now.

tubal-cain commented on 2016-12-14 05:01 (UTC)

Hi I'm getting this error: Loaded: loaded (/usr/lib/systemd/system/openbazaard.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Tue 2016-12-13 22:37:17 CST; 4s ago Process: 10325 ExecStart=/usr/bin/python2 /var/lib/openbazaard/openbazaard.py start $ARGS (code=exited, CPU: 215ms Dec 13 22:37:17 localhost python2[10325]: from api.utils import smart_unicode, sanitize_html Dec 13 22:37:17 localhost python2[10325]: File "/var/lib/localhost/api/utils.py", line 1, in <module> Dec 13 22:37:17 localhost python2[10325]: import bleach Dec 13 22:37:17 localhost python2[10325]: File "/usr/lib/python2.7/site-packages/bleach/__init__.py", line Dec 13 22:37:17 localhost python2[10325]: from html5lib.sanitizer import HTMLSanitizer Dec 13 22:37:17 localhost python2[10325]: ImportError: No module named sanitizer Dec 13 22:37:17 localhost systemd[1]: openbazaard.service: Control process exited, code=exited status=1 Dec 13 22:37:17 localhost systemd[1]: Failed to start Openbazaar Marketplace Server. Dec 13 22:37:17 localhost systemd[1]: openbazaard.service: Unit entered failed state. Dec 13 22:37:17 localhost systemd[1]: openbazaard.service: Failed with result 'exit-code'. ~

robertfoster commented on 2016-08-23 16:30 (UTC)

resolved, you should view an update for python2-txrudp

dpc commented on 2016-08-19 05:55 (UTC)

Installing python2-protobuf helped. The client still can't connect, but at least the demon starts.

dpc commented on 2016-08-19 05:52 (UTC)

``` -- Unit openbazaard.service has begun starting up. Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: Traceback (most recent call last): Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: File "/var/lib/openbazaard/openbazaard.py", line 17, in <module> Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: from dht.network import Server Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: File "/var/lib/openbazaard/dht/network.py", line 21, in <module> Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: from dht.protocol import KademliaProtocol Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: File "/var/lib/openbazaard/dht/protocol.py", line 15, in <module> Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: from net.rpcudp import RPCProtocol Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: File "/var/lib/openbazaard/net/rpcudp.py", line 17, in <module> Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: from txrudp.connection import State Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: File "/usr/lib/python2.7/site-packages/txrudp/connection.py", line 16, in <module> Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: from txrudp import constants, heap, packet Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: File "/usr/lib/python2.7/site-packages/txrudp/packet.py", line 12, in <module> Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: from txrudp import packet_pb2 Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: File "/usr/lib/python2.7/site-packages/txrudp/packet_pb2.py", line 4, in <module> Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: from google.protobuf import descriptor as _descriptor Aug 18 20:17:34 spinlock.dpc.pw python2[26747]: ImportError: No module named protobuf Aug 18 20:17:34 spinlock.dpc.pw systemd[1]: openbazaard.service: Control process exited, code=exited status=1 Aug 18 20:17:34 spinlock.dpc.pw systemd[1]: Failed to start Openbazaar Marketplace Server. ``` Python, as always problems.

robertfoster commented on 2016-05-18 15:49 (UTC)

@redfish python2-protobuf was replaced by python2-protobuf3-coex