Date: Wed, 15 Mar 2023 20:07:20 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 270252] www/gitlab-ce Message-ID: <bug-270252-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270252 Bug ID: 270252 Summary: www/gitlab-ce Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mfechner@FreeBSD.org Reporter: fsbruva@yahoo.com Assignee: mfechner@FreeBSD.org Flags: maintainer-feedback?(mfechner@FreeBSD.org) Created attachment 240878 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D240878&action= =3Dedit Failure log with --trace Upon building gitlab-ce (and about 500 other ports) with poudriere, the resulting package is installable, but contains fatal errors.=20 I am following the upgrade instructions, and when I get to the following command: # su -l git -c "cd /usr/local/www/gitlab-ce && rake --trace db:migrate RAILS_ENV=3Dproduction" I get the following error (attached log): rake aborted! LoadError: cannot load such file -- net/smtp My initial investigation leads me to believe it is related to mail 2.7.0, R= uby 3.1 and Rails 7. My attempts at excluding net-smtp due to being bundled in = ruby 3.1 failed pretty spectacularly. Some related reading: https://stackoverflow.com/questions/70500220/rails-7-ruby-3-1-loaderror-can= not-load-such-file-net-smtp https://github.com/mikel/mail/pull/1439/files=20 https://github.com/rails/rails/pull/42366/files --=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-270252-7788>