Bug 2373134 - Review Request: haunt - Hackable static site generator in guile scheme
Summary: Review Request: haunt - Hackable static site generator in guile scheme
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-06-17 10:05 UTC by Benson Muite
Modified: 2025-08-12 00:56 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-08-12 00:56:23 UTC
Type: ---
Embargoed:
gwync: fedora-review+


Attachments (Terms of Use)

Description Benson Muite 2025-06-17 10:05:29 UTC
spec: https://fed500.fedorapeople.org/haunt.spec
srpm: https://fed500.fedorapeople.org/haunt-0.3.0-1.fc42.src.rpm

description:
Haunt is a simple, functional, hackable static site generator that gives
authors the ability to treat websites as Scheme programs.

By giving authors the full expressive power of Scheme, they are able to
control every aspect of the site generation process. Haunt provides a simple,
functional build system that can be easily extended for this purpose.

Haunt has no opinion about what markup language authors should use to write
posts, though it comes with support for the popular Markdown format. Likewise,
Haunt has no opinion about how authors structure their sites. Though it comes
with support for building simple blogs or Atom feeds, authors should feel
empowered to tweak, replace, or create builders to do things that aren't
provided out-of-the-box.

fas: fed500

Reproducible: Always

Comment 1 Gwyn Ciesla 2025-07-04 19:10:41 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Package installs properly.
  Note: Installation errors (see attachment)
  See: https://docs.fedoraproject.org/en-US/packaging-guidelines/
- Dist tag is present.


===== MUST items =====

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU General Public License v3.0 or
     later", "FSF Unlimited License (with License Retention) [generated
     file]", "FSF Unlimited License [generated file]", "GNU General Public
     License v2.0 or later [generated file]", "X11 License [generated
     file]", "GNU Free Documentation License v1.3 or later", "GNU General
     Public License". 13 files have unknown license. Detailed output of
     licensecheck in /home/gwyn/2373134-haunt/licensecheck.txt
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/lib64/guile/3.0/site-ccache
[x]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib64/guile/3.0/site-
     ccache
[x]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by: /usr/share/guile(guile30,
     compat-guile18, guile22, guile-reader-devel),
     /usr/share/guile/site(guile30, compat-guile18, guile22, guile-reader-
     devel), /usr/share/guile/site/3.0(guile30, guile-reader-devel)
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[x]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: The License field must be a valid SPDX expression.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 2201 bytes in 1 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[x]: Uses parallel make %{?_smp_mflags} macro.
[x]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[!]: Rpmlint is run on all installed packages.
     Note: Mock build failed
     See: https://docs.fedoraproject.org/en-US/packaging-
     guidelines/#_use_rpmlint
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Package should not use obsolete m4 macros
[x]: Spec file according to URL is the same as in SRPM.


Installation errors
-------------------
INFO: mock.py version 6.3 starting (python version = 3.13.5, NVR = mock-6.3-1.fc42), args: /usr/libexec/mock/mock -r fedora-rawhide-x86_64 --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/home/gwyn/2373134-haunt/results install /home/gwyn/2373134-haunt/results/haunt-0.3.0-1.fc43.x86_64.rpm
Start(bootstrap): init plugins
INFO: selinux enabled
Finish(bootstrap): init plugins
Start: init plugins
INFO: selinux enabled
Finish: init plugins
INFO: Signal handler active
Start: run
Mock Version: 6.3
INFO: Mock Version: 6.3
Start(bootstrap): chroot init
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled package manager cache
Start(bootstrap): cleaning package manager metadata
Finish(bootstrap): cleaning package manager metadata
INFO: Package manager dnf5 detected and used (fallback)
Finish(bootstrap): chroot init
Start: chroot init
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled package manager cache
Start: cleaning package manager metadata
Finish: cleaning package manager metadata
INFO: enabled HW Info plugin
INFO: Package manager dnf5 detected and used (direct choice)
Finish: chroot init
INFO: installing package(s): /builddir/haunt-0.3.0-1.fc43.x86_64.rpm
ERROR: Command failed: 
 # /usr/bin/systemd-nspawn -q -M f70009f307c348da85ebe49a44f47457 -D /var/lib/mock/fedora-rawhide-x86_64-bootstrap/root -a --capability=cap_ipc_lock --bind=/tmp/mock-resolv.8f269c3x:/etc/resolv.conf --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/var/lib/mock/fedora-rawhide-x86_64/root/installation-homedir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --setenv=LC_MESSAGES=C.UTF-8 --resolv-conf=off /usr/bin/dnf5 --installroot /var/lib/mock/fedora-rawhide-x86_64/root/ --releasever 43 install /builddir/haunt-0.3.0-1.fc43.x86_64.rpm --setopt=deltarpm=False --setopt=allow_vendor_change=yes --allowerasing --setopt=tsflags=nocontexts



Rpmlint
-------
Checking: haunt-0.3.0-1.fc43.x86_64.rpm
          haunt-0.3.0-1.fc43.src.rpm
============================ rpmlint session starts ============================
rpmlint: 2.7.0
configuration:
    /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmphhzg3y1e')]
checks: 32, packages: 2

haunt.src: E: spelling-error ('Hackable', 'Summary(en_US) Hackable -> Hack able, Hack-able, Hackle')
haunt.src: E: spelling-error ('hackable', '%description -l en_US hackable -> hack able, hack-able, hackle')
haunt.x86_64: E: spelling-error ('Hackable', 'Summary(en_US) Hackable -> Hack able, Hack-able, Hackle')
haunt.x86_64: E: spelling-error ('hackable', '%description -l en_US hackable -> hack able, hack-able, hackle')
haunt.x86_64: W: no-manual-page-for-binary haunt
 2 packages and 0 specfiles checked; 4 errors, 1 warnings, 9 filtered, 4 badness; has taken 0.4 s 




Source checksums
----------------
https://files.dthompson.us/releases/haunt/haunt-0.3.0.tar.gz.asc :
  CHECKSUM(SHA256) this package     : 7735b2ad86ca3e64feec8f03ffad074d996e12bad9b9b461b56c551a8a24a3cf
  CHECKSUM(SHA256) upstream package : 7735b2ad86ca3e64feec8f03ffad074d996e12bad9b9b461b56c551a8a24a3cf
https://files.dthompson.us/releases/haunt/haunt-0.3.0.tar.gz :
  CHECKSUM(SHA256) this package     : 98babed06be54a066c3ebc94410a91eb7cc48367e94d528131d3ba271499992b
  CHECKSUM(SHA256) upstream package : 98babed06be54a066c3ebc94410a91eb7cc48367e94d528131d3ba271499992b


Requires
--------
haunt (rpmlib, GLIBC filtered):
    /usr/bin/guile3.0
    guile-commonmark
    guile-reader
    hut
    rsync
    tar



Provides
--------
haunt:
    haunt
    haunt(x86-64)



Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24
Command line :/usr/bin/fedora-review -b 2373134
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api
Disabled plugins: Perl, Python, C/C++, Ruby, Java, R, Haskell, SugarActivity, PHP, Ocaml, fonts
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH


APPROVED.
Please add license breakdown.

Comment 2 Fedora Admin user for bugzilla script actions 2025-07-18 11:14:58 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/haunt

Comment 3 Benson Muite 2025-07-18 11:28:55 UTC
Thanks for the review. Added a license breakdown.

https://release-monitoring.org/project/379165/

Comment 4 Fedora Update System 2025-08-03 12:45:35 UTC
FEDORA-2025-1ca6b369be (haunt-0.3.0-1.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-1ca6b369be

Comment 5 Fedora Update System 2025-08-04 01:08:26 UTC
FEDORA-2025-1ca6b369be has been pushed to the Fedora 42 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-1ca6b369be \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-1ca6b369be

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 6 Fedora Update System 2025-08-12 00:56:23 UTC
FEDORA-2025-1ca6b369be (haunt-0.3.0-1.fc42) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.