[Bug 221523] www/gitlab
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 14 15:34:24 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221523
Bug ID: 221523
Summary: www/gitlab
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: tz at freebsd.org
Reporter: max at mober.at
Flags: maintainer-feedback?(tz at freebsd.org)
Assignee: tz at freebsd.org
Created attachment 185407
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185407&action=edit
Patch to fix pkg-plist
Poudriere fails to package
~~~
===========================================================================
=======================<phase: package >============================
===> Building package for gitlab-9.2.10
pkg-static: Unable to access file
/wrkdirs/usr/ports/www/gitlab/work/stage/usr/local/www/gitlab/db/post_migrate/20170516165248_cleanup_trigger_for_issues.rb:No
such file or directory
*** Error code 1
Stop.
make: stopped in /usr/ports/www/gitlab
~~~
Should be due to a typo in pkg-plist:
~~~
--- pkg-plist 2017-08-14 17:25:00.255612000 +0200
+++ pkg-plist.fixed 2017-08-14 17:25:45.339763000 +0200
@@ -5172,7 +5172,7 @@
%%WWWDIR%%/db/post_migrate/20170425121605_migrate_trigger_schedules_to_pipeline_schedules.rb
%%WWWDIR%%/db/post_migrate/20170425130047_drop_ci_trigger_schedules_table.rb
%%WWWDIR%%/db/post_migrate/20170503004427_update_retried_for_ci_build.rb
-%%WWWDIR%%/db/post_migrate/20170516165%%RUBY_SUFFIX%%8_cleanup_trigger_for_issues.rb
+%%WWWDIR%%/db/post_migrate/20170516165238_cleanup_trigger_for_issues.rb
%%WWWDIR%%/db/post_migrate/20170516181025_add_constraints_to_issue_assignees_table.rb
%%WWWDIR%%/db/post_migrate/20170518200835_rename_users_with_renamed_namespace.rb
%%WWWDIR%%/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb
~~~
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list