Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"--record {plist}" records bin/retext.py, but it installs bin/retext #425

Closed
yurivict opened this issue Dec 17, 2018 · 3 comments
Closed

Comments

@yurivict
Copy link

There's a mismatch between what is recorded with --record {plist} and what is installed:

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: bin/retext
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: bin/retext.py
@mitya57
Copy link
Member

mitya57 commented Dec 17, 2018

I think I will fix this by switching from custom code to setuptools entry points.

Until I fix that, pass --no-rename to setup.py install, that should work around your problem.

@mitya57
Copy link
Member

mitya57 commented Dec 18, 2018

Please try the current master version. setup.py is now using setuptools entry points, so there is less custom magic now.

@yurivict
Copy link
Author

Ok, thank you for fixing this!

uqs pushed a commit to freebsd/freebsd-ports that referenced this issue Feb 11, 2019
This should fix the wrong desktop file entry.

Add missing dependencies while here

PR:		235112
Reported by:	0mp
Obtained from:	retext-project/retext#425


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@492737 35697150-7ecd-e111-bb59-0022644237b5
uqs pushed a commit to freebsd/freebsd-ports that referenced this issue Feb 11, 2019
This should fix the wrong desktop file entry.

Add missing dependencies while here

PR:		235112
Reported by:	0mp
Obtained from:	retext-project/retext#425
Jehops pushed a commit to Jehops/freebsd-ports-legacy that referenced this issue Feb 11, 2019
This should fix the wrong desktop file entry.

Add missing dependencies while here

PR:		235112
Reported by:	0mp
Obtained from:	retext-project/retext#425


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@492737 35697150-7ecd-e111-bb59-0022644237b5
swills pushed a commit to swills/freebsd-ports that referenced this issue Feb 12, 2019
This should fix the wrong desktop file entry.

Add missing dependencies while here

PR:		235112
Reported by:	0mp
Obtained from:	retext-project/retext#425


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@492737 35697150-7ecd-e111-bb59-0022644237b5
svmhdvn pushed a commit to svmhdvn/freebsd-ports that referenced this issue Jan 10, 2024
This should fix the wrong desktop file entry.

Add missing dependencies while here

PR:		235112
Reported by:	0mp
Obtained from:	retext-project/retext#425
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants