Bug 250017 - build_fs_violation in poudriere (with -t flag) while building some dependent ports of devel/gobject-introspection
Summary: build_fs_violation in poudriere (with -t flag) while building some dependent ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-desktop (Team)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-30 21:33 UTC by Po-Chuan Hsieh
Modified: 2020-10-01 18:36 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (desktop)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-09-30 21:33:17 UTC
It happens when building some dependent ports of devel/gobject-introspection in poudriere with -t flag, at least the following 4 ports:
- devel/libgudev
- net/avahi-app
- x11-toolkits/gtk20
- x11-toolkits/gtk30

from poudriere output:
[00:00:55] [01] [00:00:00] Building net/avahi-app | avahi-app-0.7_3
[00:01:41] [01] [00:00:46] Finished net/avahi-app | avahi-app-0.7_3: Failed: build_fs_violation

from poudriere log:
=>> Checking for filesystem violations... done
=>> Error: Filesystem touched during build:
extra: usr/local/lib/gobject-introspection/giscanner/__pycache__
=>> Cleaning up wrkdir
===>  Cleaning for avahi-app-0.7_3
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-10-01 08:23:52 UTC
A commit references this bug:

Author: bapt
Date: Thu Oct  1 08:23:05 UTC 2020
New revision: 550817
URL: https://svnweb.freebsd.org/changeset/ports/550817

Log:
  Readd the precompile python files

  With the switch to the meson build system those were not generated anymore,
  do it manually

  PR:		250017
  Reported by:	sunpoet

Changes:
  head/devel/gobject-introspection/Makefile
  head/devel/gobject-introspection/pkg-plist
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2020-10-01 08:26:36 UTC
Can you confirm this fixes the problem for you ?
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-10-01 09:19:53 UTC
(In reply to Baptiste Daroussin from comment #2)

All above 4 ports are tested and there is no build_fs_violation anymore. Thanks!
Comment 4 Olivier Duchateau 2020-10-01 18:36:29 UTC
Commit log is wrong!

Bytecode files are generated during build stage. I explained to Steve (swills@) in review [1] how it is easy to get them.

[1] https://reviews.freebsd.org/D26439