Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2017 15:34:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221523] www/gitlab
Message-ID:  <bug-221523-13@https.bugs.freebsd.org/bugzilla/>

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

            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@freebsd.org
          Reporter: max@mober.at
             Flags: maintainer-feedback?(tz@freebsd.org)
          Assignee: tz@freebsd.org

Created attachment 185407
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185407&action=
=3Dedit
Patch to fix pkg-plist

Poudriere fails to package
~~~
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: package        >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  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_migra=
te/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_pipe=
line_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_assignee=
s_table.rb

%%WWWDIR%%/db/post_migrate/20170518200835_rename_users_with_renamed_namespa=
ce.rb
 %%WWWDIR%%/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb
~~~

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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