From nobody Mon Mar 20 13:20:56 2023 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PgFjp3QRjz40jWL for ; Mon, 20 Mar 2023 13:21:02 +0000 (UTC) (envelope-from white-wolf@blues-softwares.net) Received: from mx.franceserv.fr (mx.franceserv.fr [62.4.19.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4PgFjn1x32z3MS3 for ; Mon, 20 Mar 2023 13:21:01 +0000 (UTC) (envelope-from white-wolf@blues-softwares.net) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of white-wolf@blues-softwares.net designates 62.4.19.99 as permitted sender) smtp.mailfrom=white-wolf@blues-softwares.net; dmarc=pass (policy=none) header.from=blues-softwares.net Message-ID: <1deb0c8b10f081614e9d08ea4741eec77ba13f5d.camel@blues-softwares.net> Subject: Re: www/redmine50 /bin/sh: bundle: not found From: white-wolf To: ruby@freebsd.org Date: Mon, 20 Mar 2023 14:20:56 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.44.4 FreeBSD GNOME Team List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Abuse-Reports-To: abuse@franceserv.fr X-Spam-Score: -5.74 X-Spam-Flag: NO X-Spam-Level: X-Spam-Status: NO, score=-5.74 X-Spamd-Result: default: False [-3.88 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.99)[-0.985]; DMARC_POLICY_ALLOW(-0.50)[blues-softwares.net,none]; R_SPF_ALLOW(-0.20)[+mx:franceserv.fr]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[62.4.19.99:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:62.4.0.0/19, country:FR]; TO_DN_NONE(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_HAS_DN(0.00)[]; MLMMJ_DEST(0.00)[ruby@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4PgFjn1x32z3MS3 X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N --- i try to restart by pakages
i do: [this command](https://wiki.blues-softwares.net/doku.php/redmine)
and i try to adapt this to FreeBSD: [Umuntu HOWTO](https://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_50x_on_Ubuntu_2004_with_Apache2)

--- i try :
[root@localhost](mailto:root@localhost) [(none)]> CREATE USER 'redmine'@'localhost' IDENTIFIED BY 'secretPassword';
ERROR 1396 (HY000): Operation CREATE USER failed for 'redmine'@'localhost'
--- my databases:
[root@localhost](mailto:root@localhost) [(none)]> SHOW DATABASES;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| redmine |
+--------------------+
4 rows in set (0.01 sec)
i will try to delete all db but only sys can deleted
can´t arrive to restart configuration to zero
--- please help,
regards,
white-wolf.
--- On Mon, 2023-03-20 at 09:41 +0100, white-wolf wrote:
> >
> > hi,
> > >
> > i try to install www/redmine50
> > > and after lot of difficlute way to compile, with some pkg and else
> > > i return always to this error
> > >
> > _____________________________________________________________________
> __
> > >
> > cp -f /usr/ports/www/redmine50/files/commonmark.rb
> > > /usr/ports/www/redmine50/work/stage/usr/local/www/redmine/bundler.d
> > > cd /usr/ports/www/redmine50/work/redmine-5.0.4 && /bin/sh -c
> > > '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1)
> &&
> > > /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\''
> > > && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd
> > > '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE .
> > > /usr/ports/www/redmine50/work/stage/usr/local/www/redmine
> > > /usr/bin/touch
> > > /usr/ports/www/redmine50/work/stage/usr/local/www/redmine/Gemfile.loc
> k
> > > cp -f /usr/ports/www/redmine50/files/markdown.rb
> > > /usr/ports/www/redmine50/work/stage/usr/local/www/redmine/bundler.d
> > > cp -f /usr/ports/www/redmine50/files/pg.rb
> > > /usr/ports/www/redmine50/work/stage/usr/local/www/redmine/bundler.d
> > > cp -f /usr/ports/www/redmine50/files/mini_magick.rb
> > > /usr/ports/www/redmine50/work/stage/usr/local/www/redmine/bundler.d
> > > (cd /usr/ports/www/redmine50/work/stage/usr/local/www/redmine &&
> > > /bin/rm -f Gemfile.lock && bundle install --local)
> > > /bin/sh: bundle: not found
> > > *** Error code 127
> > >
> > Stop.
> > > make[1]: stopped in /usr/ports/www/redmine50
> > > *** Error code 1
> > >
> > Stop.
> > > make: stopped in /usr/ports/www/redmine50
> > >
> > ===>>> make stage failed for www/redmine50
> > > ===>>> Aborting update
> > > _____________________________________________________________________
> __
> > >
> > ===>>> pkg-message for ruby-3.1.3_2,1
> > > On install:
> > > Some of the standard commands and libraries are provided as separate
> > > ports for ease of upgrading:
> > >
> >  devel/ruby-gems: gem - RubyGems package manager
> > >  devel/rubygem-debug: debug - Debugging functionality for Ruby
> > >  devel/rubygem-erb: erb - Templating system for Ruby
> > >  devel/rubygem-irb: irb - Interactive Ruby
> > >  devel/rubygem-minitest: minitest - Complete suite of testing
> > > facilities
> > >  devel/rubygem-power_assert: power_assert - Power Assert for Ruby
> > >  devel/rubygem-rake: rake - Ruby Make
> > >  devel/rubygem-rbs: rbs - Language for type signatures for Ruby and
> > > standard library definitions
> > >  devel/rubygem-rdoc: rdoc - Ruby Documentation System
> > >  devel/rubygem-test-unit: test-unit - Unit testing framework for Ruby
> > >  devel/rubygem-typeprof: typeprof - Type analysis tool for Ruby code
> > >  ftp/rubygem-net-ftp: net-ftp - Support for the File Transfer
> Protocol
> > >  mail/rubygem-net-imap: net-imap - Ruby client api for Internet
> Message
> > > Access Protocol
> > >  mail/rubygem-net-pop: net-pop - Ruby client library for POP3
> > >  mail/rubygem-net-smtp: net-smtp - Simple Mail Transfer Protocol
> client
> > > library for Ruby
> > >  math/rubygem-matrix: matrix - Implementation of Matrix and Vector
> > > classes
> > >  math/rubygem-prime: prime - Prime numbers and factorization library
> > >  sysutils/rubygem-bundler: bundler - Tool that manages gem
> dependencies
> > > for ruby applications
> > >  textproc/rubygem-rexml: rexml - XML toolkit for Ruby
> > >  www/rubygem-rss: rss - Family of libraries that support various
> > > formats of XML "feeds"
> > >
> > And some of the standard libraries are provided as separate ports
> > > since they require extra dependencies:
> > >
> >  databases/rubygem-dbm: DBM module
> > >  databases/rubygem-gdbm: GDBM module
> > >
> > Install them as occasion demands.
> > >
> > ===>>> Done displaying pkg-message files
> > >
> > _____________________________________________________________________
> __
> > >
> > ===>>> Upgrade of ruby-3.0.5,1 to ruby-3.1.3_2,1 complete
> > >
> >
> > ===>>> You can restart from the point of failure with this command
> > > line:
> > >  portmaster www/redmine50 databases/rubygem-pg
> > > databases/postgresql13-client devel/rubygem-csv devel/rubygem-erb
> > > www/rubygem-cgi devel/rubygem-request_store devel/rubygem-rotp
> > > mail/rubygem-roadie-rails-rails61 mail/rubygem-roadie
> textproc/rubygem-
> > > css_parser net/rubygem-net-ldap print/rubygem-rbpdf print/rubygem-
> > > rbpdf-font textproc/rubygem-htmlentities textproc/rubygem-actionpack-
> > > xml_parser-rails61 textproc/rubygem-commonmarker
> textproc/rubygem-html-
> > > pipeline textproc/rubygem-psych devel/rubygem-stringio
> > > textproc/rubygem-redcarpet textproc/rubygem-rouge textproc/rubygem-
> > > sanitize www/rubygem-deckar01-task_list www/rubygem-rqrcode
> > > graphics/rubygem-chunky_png
> > >
> > This command has been saved to ~/portmasterfail.txt
> > > ```
> > > ---
> > >
> > i'm based on this tutorial:
> > > [https://forums.freebsd.org/threads/howto-redmine-nginx-passenger-postgresql.41256/](https://forums.freebsd.org/threads/howto-redmine-nginx-passenger-postgresql.41256/)
> > >
> > i could update the ports by the FreeBSD Porter's Handbook but in
> first
> > > i try to install manualy.
> > > _____________________________________________________________________
> __
> > > help me for debug please,
> > > best regards,
> > > white-wolf.
> > >