Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2021 09:24:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253398] www/w3m: install: ./ja.gmo: No such file or directory
Message-ID:  <bug-253398-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 253398
           Summary: www/w3m: install: ./ja.gmo: No such file or directory
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: nobutaka@FreeBSD.org
          Reporter: ohartmann@walstatt.org
             Flags: maintainer-feedback?(nobutaka@FreeBSD.org)
          Assignee: nobutaka@FreeBSD.org

Installation of the port www/w3m as a dependency in the chain of the recent
devel/git update git-2.30.0 -> git-2.30.1 fails due to :


[...]
mkdir -p /usr/ports/www/w3m/work/stage/usr/local/man/de/man1
for file in w3mman;      do       install  -m 555 $file
/usr/ports/www/w3m/work/stage/usr/local/bin;     done
for file in w3mman2html.cgi;      do       install  -m 555 $file
/usr/ports/www/w3m/work/stage/usr/local/libexec/w3m/cgi-bin;    done
for file in w3mman.1;  do        install  -m 0644 $file
/usr/ports/www/w3m/work/stage/usr/local/man/man1;  done
for file in w3mman.de.1;  do     install  -m 0644 $file
/usr/ports/www/w3m/work/stage/usr/local/man/de/man1;  f=3D`echo "$file" | s=
ed -e
's/\.de\././'`;  mv /usr/ports/www/w3m/work/stage/usr/local/man/de/man1/$fi=
le
/usr/ports/www/w3m/work/stage/usr/local/man/de/man1/$f;  done
NLSTARGET=3D"po"; for subdir in $NLSTARGET;  do  (cd $subdir && /usr/bin/ma=
ke
install);  done
install: ./ja.gmo: No such file or directory
*** Error code 71

Stop.
make[3]: stopped in /usr/ports/www/w3m/work/w3m-97c7d9b/po
*** Error code 1

--=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-253398-7788>