Skip Menu |

This queue is for tickets about the Text-Bidi CPAN distribution.

Report information
The Basics
Id: 127181
Status: resolved
Priority: 0/
Queue: Text-Bidi

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.13
Fixed in: 2.14



Subject: lib/Text/Bidi/private.pm missing
Build fails on all of my smokers, probably because of a missing file in the tarball: ... /usr/bin/swig -perl -Wall -I/usr/include -I/usr/local/include/fribidi -I/usr/local/include -outdir lib/Text/Bidi/ -o private.c /usr/bin/swig: No such file or directory !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Cannot copy 'lib/Text/Bidi/private.pm' to 'blib/lib/Text/Bidi/private.pm': Datei oder Verzeichnis nicht gefunden !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at -e line 1. cp lib/Text/Bidi/Array/Byte.pm blib/lib/Text/Bidi/Array/Byte.pm cp lib/Text/Bidi/Array.pm blib/lib/Text/Bidi/Array.pm cp lib/Text/Bidi.pm blib/lib/Text/Bidi.pm cp lib/Text/Bidi/Constants.pm blib/lib/Text/Bidi/Constants.pm cp lib/Text/Bidi/Paragraph.pm blib/lib/Text/Bidi/Paragraph.pm cp lib/Text/Bidi/Array/Long.pm blib/lib/Text/Bidi/Array/Long.pm *** [lib/Text/Bidi/private.pm] Error code 1 (ignored) *** [pm_to_blib] Error code 2 Stop in /usr/home/eserte/.cpan/build/2018092309/Text-Bidi-2.13-2. ...
You are trying to run swig, and it is not installed. I don't know why swig is run, can tell me what command you are using to build? On Sun Sep 23 09:07:31 2018, SREZIC wrote: Show quoted text
> Build fails on all of my smokers, probably because of a missing file > in the tarball: > > ... > /usr/bin/swig -perl -Wall -I/usr/include -I/usr/local/include/fribidi > -I/usr/local/include -outdir lib/Text/Bidi/ -o private.c > /usr/bin/swig: No such file or directory > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > ERROR: Cannot copy 'lib/Text/Bidi/private.pm' to > 'blib/lib/Text/Bidi/private.pm': Datei oder Verzeichnis nicht gefunden > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > at -e line 1. > cp lib/Text/Bidi/Array/Byte.pm blib/lib/Text/Bidi/Array/Byte.pm > cp lib/Text/Bidi/Array.pm blib/lib/Text/Bidi/Array.pm > cp lib/Text/Bidi.pm blib/lib/Text/Bidi.pm > cp lib/Text/Bidi/Constants.pm blib/lib/Text/Bidi/Constants.pm > cp lib/Text/Bidi/Paragraph.pm blib/lib/Text/Bidi/Paragraph.pm > cp lib/Text/Bidi/Array/Long.pm blib/lib/Text/Bidi/Array/Long.pm > *** [lib/Text/Bidi/private.pm] Error code 1 (ignored) > *** [pm_to_blib] Error code 2 > > Stop in /usr/home/eserte/.cpan/build/2018092309/Text-Bidi-2.13-2. > ...
I am not doing anything special, a simple "cpan -t KAMENSKY/Text-Bidi-2.13.tar.gz" may reproduce the problem, probably everywhere. Attached a Dockerfile to reproduce the problem. On 2018-09-23 10:16:51, KAMENSKY wrote: Show quoted text
> You are trying to run swig, and it is not installed. I don't know why > swig is run, can tell me what command you are using to build? > > On Sun Sep 23 09:07:31 2018, SREZIC wrote:
> > Build fails on all of my smokers, probably because of a missing file > > in the tarball: > > > > ... > > /usr/bin/swig -perl -Wall -I/usr/include > > -I/usr/local/include/fribidi > > -I/usr/local/include -outdir lib/Text/Bidi/ -o private.c > > /usr/bin/swig: No such file or directory > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > ERROR: Cannot copy 'lib/Text/Bidi/private.pm' to > > 'blib/lib/Text/Bidi/private.pm': Datei oder Verzeichnis nicht > > gefunden > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > at -e line 1. > > cp lib/Text/Bidi/Array/Byte.pm blib/lib/Text/Bidi/Array/Byte.pm > > cp lib/Text/Bidi/Array.pm blib/lib/Text/Bidi/Array.pm > > cp lib/Text/Bidi.pm blib/lib/Text/Bidi.pm > > cp lib/Text/Bidi/Constants.pm blib/lib/Text/Bidi/Constants.pm > > cp lib/Text/Bidi/Paragraph.pm blib/lib/Text/Bidi/Paragraph.pm > > cp lib/Text/Bidi/Array/Long.pm blib/lib/Text/Bidi/Array/Long.pm > > *** [lib/Text/Bidi/private.pm] Error code 1 (ignored) > > *** [pm_to_blib] Error code 2 > > > > Stop in /usr/home/eserte/.cpan/build/2018092309/Text-Bidi-2.13-2. > > ...
Subject: Dockerfile
Download Dockerfile
application/octet-stream 241b

Message body not shown because it is not plain text.

This particular problem does not happen anymore, but another... closing this ticket first. On 2018-09-23 11:17:21, SREZIC wrote: Show quoted text
> I am not doing anything special, a simple "cpan -t KAMENSKY/Text-Bidi- > 2.13.tar.gz" may reproduce the problem, probably everywhere. > > Attached a Dockerfile to reproduce the problem. > > > On 2018-09-23 10:16:51, KAMENSKY wrote:
> > You are trying to run swig, and it is not installed. I don't know why > > swig is run, can tell me what command you are using to build? > > > > On Sun Sep 23 09:07:31 2018, SREZIC wrote:
> > > Build fails on all of my smokers, probably because of a missing > > > file > > > in the tarball: > > > > > > ... > > > /usr/bin/swig -perl -Wall -I/usr/include > > > -I/usr/local/include/fribidi > > > -I/usr/local/include -outdir lib/Text/Bidi/ -o private.c > > > /usr/bin/swig: No such file or directory > > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > > ERROR: Cannot copy 'lib/Text/Bidi/private.pm' to > > > 'blib/lib/Text/Bidi/private.pm': Datei oder Verzeichnis nicht > > > gefunden > > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > > at -e line 1. > > > cp lib/Text/Bidi/Array/Byte.pm blib/lib/Text/Bidi/Array/Byte.pm > > > cp lib/Text/Bidi/Array.pm blib/lib/Text/Bidi/Array.pm > > > cp lib/Text/Bidi.pm blib/lib/Text/Bidi.pm > > > cp lib/Text/Bidi/Constants.pm blib/lib/Text/Bidi/Constants.pm > > > cp lib/Text/Bidi/Paragraph.pm blib/lib/Text/Bidi/Paragraph.pm > > > cp lib/Text/Bidi/Array/Long.pm blib/lib/Text/Bidi/Array/Long.pm > > > *** [lib/Text/Bidi/private.pm] Error code 1 (ignored) > > > *** [pm_to_blib] Error code 2 > > > > > > Stop in /usr/home/eserte/.cpan/build/2018092309/Text-Bidi-2.13-2. > > > ...
Yes, the file was missing from the distribution, thanks! On Sun Sep 23 15:34:26 2018, SREZIC wrote: Show quoted text
> This particular problem does not happen anymore, but another... > closing this ticket first. > > On 2018-09-23 11:17:21, SREZIC wrote:
> > I am not doing anything special, a simple "cpan -t KAMENSKY/Text- > > Bidi- > > 2.13.tar.gz" may reproduce the problem, probably everywhere. > > > > Attached a Dockerfile to reproduce the problem. > > > > > > On 2018-09-23 10:16:51, KAMENSKY wrote:
> > > You are trying to run swig, and it is not installed. I don't know > > > why > > > swig is run, can tell me what command you are using to build? > > > > > > On Sun Sep 23 09:07:31 2018, SREZIC wrote:
> > > > Build fails on all of my smokers, probably because of a missing > > > > file > > > > in the tarball: > > > > > > > > ... > > > > /usr/bin/swig -perl -Wall -I/usr/include > > > > -I/usr/local/include/fribidi > > > > -I/usr/local/include -outdir lib/Text/Bidi/ -o private.c > > > > /usr/bin/swig: No such file or directory > > > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > > > ERROR: Cannot copy 'lib/Text/Bidi/private.pm' to > > > > 'blib/lib/Text/Bidi/private.pm': Datei oder Verzeichnis nicht > > > > gefunden > > > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > > > at -e line 1. > > > > cp lib/Text/Bidi/Array/Byte.pm blib/lib/Text/Bidi/Array/Byte.pm > > > > cp lib/Text/Bidi/Array.pm blib/lib/Text/Bidi/Array.pm > > > > cp lib/Text/Bidi.pm blib/lib/Text/Bidi.pm > > > > cp lib/Text/Bidi/Constants.pm blib/lib/Text/Bidi/Constants.pm > > > > cp lib/Text/Bidi/Paragraph.pm blib/lib/Text/Bidi/Paragraph.pm > > > > cp lib/Text/Bidi/Array/Long.pm blib/lib/Text/Bidi/Array/Long.pm > > > > *** [lib/Text/Bidi/private.pm] Error code 1 (ignored) > > > > *** [pm_to_blib] Error code 2 > > > > > > > > Stop in /usr/home/eserte/.cpan/build/2018092309/Text-Bidi-2.13-2. > > > > ...