https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265486

--- Comment #4 from Vinícius Zavam <egyp...@freebsd.org> ---
mine also ran as DEVELOPER; I also took the time to start the bulk process with
-I, and built it just fine inside the clean jail (same version as reported by
your logs).

root@poudriere:/usr/ports # uname -UK
1301000 1301000


root@poudriere:/usr/ports # make -s -DBATCH -C www/py-lektor clean configure
build all stage-qa check-plist

...

writing byte-compilation script '/tmp/tmpeedk5sa8.py'
/usr/local/bin/python3.9 /tmp/tmpeedk5sa8.py
removing /tmp/tmpeedk5sa8.py
running install_egg_info
Copying Lektor.egg-info to
/wrkdirs/usr/ports/www/py-lektor/work-py39/stage/usr/local/lib/python3.9/site-packages/Lektor-0.0.0-py3.9.egg-info
running install_scripts
Installing lektor script to
/wrkdirs/usr/ports/www/py-lektor/work-py39/stage/usr/local/bin
writing list of installed files to
'/wrkdirs/usr/ports/www/py-lektor/work-py39/.PLIST.pymodtmp'
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)

root@poudriere:/usr/ports # echo $?
0

once confirmed that again, I run it one more time to install/reinstall the
package, and proceeded with a little "dry-run" using an empty project with
Lektor:

root@poudriere:/usr/ports # make -s -DBATCH -C www/py-lektor clean configure
build all stage-qa check-plist deinstall install reinstall

...

root@poudriere:/usr/ports # pkg info -x lek                                     
py39-Lektor-3.3.6                                                               

root@poudriere:/usr/ports # cd `mktemp -d`
root@poudriere:/tmp/tmp.aPuFR0ok # lektor quickstart
Lektor Quickstart
=================

This wizard will generate a new basic project with some sensible defaults for
getting started quickly.  We just need to go through a few questions so that
the project is set up correctly for you.

Step 1:
| A project needs a name.  The name is primarily used for the admin UI and
| some other places to refer to your project to not get confused if multiple
| projects exist.  You can change this at any later point.
> Project Name: myproj

Step 2:
| Your name.  This is used in a few places in the default template to refer to
| in the default copyright messages.
> Author Name [Charlie &]: 

Step 3:
| This is the path where the project will be located.  You can move a project
| around later if you do not like the path.  If you provide a relative path it
| will be relative to the working directory.
> Project Path [/tmp/tmp.aPuFR0ok/myproj]: 

Step 4:
| Do you want to generate a basic blog module?  If you enable this the models
| for a very basic blog will be generated.
> Add Basic Blog [Y/n]: 

That's all. Create project? [Y/n] 

root@poudriere:/tmp/tmp.aPuFR0ok # cd myproj/ && lektor server
 * Project path: /tmp/tmp.aPuFR0ok/myproj/myproj.lektorproject
 * Output path: /root/.cache/lektor/builds/9d2f81e49526401c89c3d2a91d636e03
Started source info update
/usr/local/lib/python3.9/site-packages/werkzeug/serving.py:716:
ResourceWarning: unclosed <socket.socket fd=9, family=AddressFamily.AF_INET,
type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 0)>
  self.socket = socket.fromfd(fd, address_family, socket.SOCK_STREAM)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
 * Running on http://127.0.0.1:5000 (Press CTRL+C to quit)
Finished source info update in 0.05 sec
Started build
U index.html
U projects/index.html
U about/index.html
U blog/index.html
U static/style.css
U blog/first-post/index.html
Finished build in 0.15 sec
Started prune
Finished prune in 0.00 sec

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to