All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14556] New: python-crossbar fails to build
@ 2022-01-27 23:22 bugzilla
  2022-02-07 22:16 ` [Buildroot] [Bug 14556] " bugzilla
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla @ 2022-01-27 23:22 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14556

            Bug ID: 14556
           Summary: python-crossbar fails to build
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: emile.cormier.jr@gmail.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

The buildroot crossbar package does not work in the latest release/head of
buildroot. After two days of playing dependency whac-a-mole, I've been able to
make it work again with the following steps:

1. Remove the package-crossbar/0002-Remove-idna-requirement.patch and replace
it with another patch which does the following:

- Change the idna requirement to >=2.5,<4 to match that of the Requests v2.27.1
package included with the latest buildroot. The idna v3.3 package is the one
currently bundled with buildroot.

- Change the urllib3 requirement to >=1.21.1,<1.27 to match that of the
Requests v2.27.1 package included with the latest buildroot. The urllib3
v1.26.8 package is the one currently bundled with buildroot.

- Remove the importlib-resources>=4.1.1 requirement. The importlib-resources
5.0 features have been merged into the CPython 3.10 included with the latest
buildroot.

2. Generate a new python-zlmdb package via utility/scanpypi. scanpypi fails
before terminating, but it generates a viable python-zlmdb package nonetheless.

3. Add a patch for the new python-zlmdb package which removes pytest-runner
from the setup-requirements in setup.py.

4. Bump buildroot's python-pyopenssl version to 21.0.0.

5. Bump buildroot's python-snappy version to 0.6.0.

6. Bump buildroot's python-trek version to 21.5.0.

7. Add these missing dependencies in python-crossbar/Config.in: bcrypt, cffi,
colorama, wsaccel, zlmdb, argon_cffi, cbor2, flatbuffers, msgpack, snappy,
ujson

I will submit a patch with the above changes, but I first need some time to
familiarize myself with your submission conventions.

(Cross-posted to https://github.com/crossbario/crossbar/issues/1936)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 14556] python-crossbar fails to build
  2022-01-27 23:22 [Buildroot] [Bug 14556] New: python-crossbar fails to build bugzilla
@ 2022-02-07 22:16 ` bugzilla
  2022-04-03 22:25 ` bugzilla
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-02-07 22:16 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14556

--- Comment #1 from Emile Cormier <emile.cormier.jr@gmail.com> ---
I can launch Crossbar with the changes I made in my personal fork:
https://github.com/ecorm/buildroot/tree/issue-14556-crossbar

I will submit a patch once I confirm Crossbar works with our (proprietary) app.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 14556] python-crossbar fails to build
  2022-01-27 23:22 [Buildroot] [Bug 14556] New: python-crossbar fails to build bugzilla
  2022-02-07 22:16 ` [Buildroot] [Bug 14556] " bugzilla
@ 2022-04-03 22:25 ` bugzilla
  2022-04-03 22:38 ` bugzilla
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-04-03 22:25 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14556

--- Comment #2 from Emile Cormier <emile.cormier.jr@gmail.com> ---
Submitted patch set starting with:

https://lists.buildroot.org/pipermail/buildroot/2022-April/640097.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 14556] python-crossbar fails to build
  2022-01-27 23:22 [Buildroot] [Bug 14556] New: python-crossbar fails to build bugzilla
  2022-02-07 22:16 ` [Buildroot] [Bug 14556] " bugzilla
  2022-04-03 22:25 ` bugzilla
@ 2022-04-03 22:38 ` bugzilla
  2022-04-04  1:06 ` bugzilla
  2022-08-08 20:28 ` bugzilla
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-04-03 22:38 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14556

--- Comment #3 from Emile Cormier <emile.cormier.jr@gmail.com> ---
Submitted patch originated from my more recent fork on GitHub:

https://github.com/ecorm/buildroot/tree/bump-crossbar

Due to some Python packages having been bumped since I first starting working
on this bug, the submitted patch does not correspond directly to the steps
described in my original post in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 14556] python-crossbar fails to build
  2022-01-27 23:22 [Buildroot] [Bug 14556] New: python-crossbar fails to build bugzilla
                   ` (2 preceding siblings ...)
  2022-04-03 22:38 ` bugzilla
@ 2022-04-04  1:06 ` bugzilla
  2022-08-08 20:28 ` bugzilla
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-04-04  1:06 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14556

--- Comment #4 from Emile Cormier <emile.cormier.jr@gmail.com> ---
Created attachment 9266
  --> https://bugs.busybox.net/attachment.cgi?id=9266&action=edit
Simple tests

Python commands issued via the command line, as well as their outputs. Not
exhaustive, but at least demonstrates that the affected Python modules can
still be imported and used.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 14556] python-crossbar fails to build
  2022-01-27 23:22 [Buildroot] [Bug 14556] New: python-crossbar fails to build bugzilla
                   ` (3 preceding siblings ...)
  2022-04-04  1:06 ` bugzilla
@ 2022-08-08 20:28 ` bugzilla
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-08-08 20:28 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14556

Thomas Petazzoni <thomas.petazzoni@bootlin.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
Fixed by
https://git.buildroot.org/buildroot/commit/?id=bfafb08c62a214fc24f6f33ce4c0b18ad6f67dfd.
Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-08 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27 23:22 [Buildroot] [Bug 14556] New: python-crossbar fails to build bugzilla
2022-02-07 22:16 ` [Buildroot] [Bug 14556] " bugzilla
2022-04-03 22:25 ` bugzilla
2022-04-03 22:38 ` bugzilla
2022-04-04  1:06 ` bugzilla
2022-08-08 20:28 ` bugzilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.