From: Julien Olivain <ju.o@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: buildroot@buildroot.org,
Angelo Compagnucci <angelo.compagnucci@gmail.com>
Subject: Re: [Buildroot] [PATCH v2 1/1] package/python-web2py: bump to version 3.0.11
Date: Sat, 25 Jan 2025 17:04:24 +0100 [thread overview]
Message-ID: <e17353d3f79802f74900c122c2c2b9fb@free.fr> (raw)
In-Reply-To: <20250124211325.3873333-1-james.hilliard1@gmail.com>
Hi James,
Thank you for the patch.
On 24/01/2025 22:13, James Hilliard wrote:
> Drop patch which is now upstream.
>
> License file renamed without content changes.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Trying to build the package with this patch is failing for me,
with output:
>>> python-web2py 3.0.11 Building
/buildroot/output/host/bin/python -c 'import os;
os.chdir("/buildroot/output/build/python-web2py-3.0.11"); from
gluon.main import save_password; save_password("web2py",8000)'
Traceback (most recent call last):
File
"/buildroot/output/build/python-web2py-3.0.11/gluon/__init__.py", line
143, in import_packages
sys.modules[package] = builtins.__import__(package)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'rocket3'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/buildroot/output/build/python-web2py-3.0.11/gluon/__init__.py", line
148, in <module>
import_packages()
File
"/buildroot/output/build/python-web2py-3.0.11/gluon/__init__.py", line
145, in import_packages
raise RuntimeError(MESSAGE % package)
RuntimeError: web2py depends on rocket3, which apparently you have
not installed.
Probably you cloned the repository using git without '--recursive'
To fix this, please run (from inside your web2py folder):
git submodule update --init --recursive
You can also download a complete copy from http://www.web2py.com.
Can you have a look, please?
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2025-01-25 16:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-24 21:13 [Buildroot] [PATCH v2 1/1] package/python-web2py: bump to version 3.0.11 James Hilliard
2025-01-25 16:04 ` Julien Olivain [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e17353d3f79802f74900c122c2c2b9fb@free.fr \
--to=ju.o@free.fr \
--cc=angelo.compagnucci@gmail.com \
--cc=buildroot@buildroot.org \
--cc=james.hilliard1@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.