Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2022 17:50:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 265486] www/py-lektor: 3.3.6 phase configure: No such file or directory: 'setup.py'
Message-ID:  <bug-265486-21822-ArPB4suMGy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265486-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265486-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265486

--- Comment #4 from Vin=C3=ADcius Zavam <egypcio@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/si=
te-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'
=3D=3D=3D=3D> Compressing man pages (compress-man)
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
=3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
=3D=3D=3D> 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=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
py39-Lektor-3.3.6=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20

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

This wizard will generate a new basic project with some sensible defaults f=
or
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 &]:=20

Step 3:
| This is the path where the project will be located.  You can move a proje=
ct
| 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]:=20

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

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

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=3D9, family=3DAddressFamily.AF_=
INET,
type=3DSocketKind.SOCK_STREAM, proto=3D0, laddr=3D('0.0.0.0', 0)>
  self.socket =3D 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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265486-21822-ArPB4suMGy>