Skip Menu |

This queue is for tickets about the RT-Client-REST CPAN distribution.

Report information
The Basics
Id: 124304
Status: resolved
Priority: 0/
Queue: RT-Client-REST

People
Owner: Nobody in particular
Requestors: T.Pletter [...] rewe-group.at
Cc:
AdminCc:

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



Subject: make install fails
Date: Fri, 2 Feb 2018 15:32:44 +0000
To: "'bug-RT-Client-REST [...] rt.cpan.org'" <bug-RT-Client-REST [...] rt.cpan.org>
From: Pletter Thomas <T.Pletter [...] rewe-group.at>
perl -v This is perl, v5.10.1 (*) built for x86_64-linux uname -a Linux 3.0.101-71-default #1 SMP Thu Mar 3 12:56:15 UTC 2016 (7bdad2e) x86_64 x86_64 x86_64 GNU/Linux # okay test make test # okay install make install # Test list_tickets.pl Can't locate RT/Client/REST.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at ./examples/list_tickets.pl line 9. BEGIN failed--compilation aborted at ./examples/list_tickets.pl line 9. in directory /usr/lib file REST.pm doesn't exist kind regards Show quoted text
______________________________________ HINWEIS: Alle von Gesellschaften der REWE International AG elektronisch uebermittelten Auskuenfte, Mitteilungen und Erklaerungen sind vertraulich und rechtlich unverbindlich. Verpflichtungen von Gesellschaften der REWE International AG beduerfen der schriftlichen Einigung in saemtlichen Vertragspunkten sowie der Unterfertigung durch das vertretungsbefugte Organ. Im Falle einer Fehluebermittlung ersuchen wir um Benachrichtigung sowie um Vernichtung und Beachtung, dass jegliche Form der Verwendung und Weitergabe der Inhalte an Dritte unzulaessig ist. NOTICE: All notices, declarations and explanations transferred electronically from REWE International AG companies are confidential and not legally binding. Obligations of REWE International AG companies arise only when written agreement to all contractual points has been confirmed in writing with the signature of an authorized representative. If this e-mail was sent by mistake, please inform us immediately. Furthermore we also request you to destroy it and use neither the contents nor disclose them in any manner to third parties.
Am Fr 02. Feb 2018, 10:48:24, T.Pletter@rewe-group.at schrieb: Show quoted text
> > perl -v > > This is perl, v5.10.1 (*) built for x86_64-linux > > uname -a > > Linux 3.0.101-71-default #1 SMP Thu Mar 3 12:56:15 UTC 2016 (7bdad2e) > x86_64 x86_64 x86_64 GNU/Linux > > # okay test > make test > > # okay install > make install > > # Test > list_tickets.pl > > Can't locate RT/Client/REST.pm in @INC (@INC contains: > /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 > /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi > /usr/lib/perl5/site_perl/5.10.0 > /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at > ./examples/list_tickets.pl line 9. > BEGIN failed--compilation aborted at ./examples/list_tickets.pl line > 9. > > > in directory /usr/lib file REST.pm doesn't exist >
This might be a mismatch between the perl command you are using in the commandline (maybe /usr/local/bin/perl ?) and the perl command invoked by the shebang line #!/usr/bin/perl in list_tickets.pl. REST.pm certainly gets installed, I'm using this module for a long time as prerequisite for the https://github.com/interchange/Helpdesk-Integration project. Regards Racke Show quoted text
> kind regards > > ______________________________________ > > HINWEIS: > Alle von Gesellschaften der REWE International AG elektronisch > uebermittelten Auskuenfte, Mitteilungen > und Erklaerungen sind vertraulich und rechtlich unverbindlich. > Verpflichtungen von Gesellschaften der > REWE International AG beduerfen der schriftlichen Einigung in > saemtlichen Vertragspunkten sowie der Unterfertigung > durch das vertretungsbefugte Organ. Im Falle einer Fehluebermittlung > ersuchen wir um Benachrichtigung sowie um > Vernichtung und Beachtung, dass jegliche Form der Verwendung und > Weitergabe der Inhalte an Dritte unzulaessig ist. > > NOTICE: > All notices, declarations and explanations transferred electronically > from REWE International AG companies > are confidential and not legally binding. Obligations of REWE > International AG companies arise only when written > agreement to all contractual points has been confirmed in writing with > the signature of an authorized representative. > If this e-mail was sent by mistake, please inform us immediately. > Furthermore we also request you to destroy it > and use neither the contents nor disclose them in any manner to third > parties.
Subject: AW: [rt.cpan.org #124304] make install fails
Date: Mon, 12 Feb 2018 10:25:20 +0000
To: "'bug-RT-Client-REST [...] rt.cpan.org'" <bug-RT-Client-REST [...] rt.cpan.org>
From: Pletter Thomas <T.Pletter [...] rewe-group.at>
Show quoted text
>> This might be a mismatch between the perl command you are using in the commandline (maybe /usr/local/bin/perl ?) and the perl command invoked by the shebang line #!/usr/bin/perl in >> list_tickets.pl.
Thank you for your inputs. The problem was 2 existing Perl installations in /usr/local and /usr. In the PATH is /usr/local before /usr and so default installation is /usr/local. perl command invoked by the shebang line #!/usr/bin/perl in list_tickets.pl and so the new module doesn't exist. Kind regards Show quoted text
-----Ursprüngliche Nachricht----- Von: Stefan Hornburg via RT [mailto:bug-RT-Client-REST@rt.cpan.org] Gesendet: Samstag, 3. Februar 2018 08:51 An: Pletter Thomas <T.Pletter@rewe-group.at> Betreff: [rt.cpan.org #124304] make install fails <URL: https://rt.cpan.org/Ticket/Display.html?id=124304 > Am Fr 02. Feb 2018, 10:48:24, T.Pletter@rewe-group.at schrieb:
> > perl -v > > This is perl, v5.10.1 (*) built for x86_64-linux > > uname -a > > Linux 3.0.101-71-default #1 SMP Thu Mar 3 12:56:15 UTC 2016 (7bdad2e) > x86_64 x86_64 x86_64 GNU/Linux > > # okay test > make test > > # okay install > make install > > # Test > list_tickets.pl > > Can't locate RT/Client/REST.pm in @INC (@INC contains: > /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 > /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi > /usr/lib/perl5/site_perl/5.10.0 > /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at > ./examples/list_tickets.pl line 9. > BEGIN failed--compilation aborted at ./examples/list_tickets.pl line > 9. > > > in directory /usr/lib file REST.pm doesn't exist >
This might be a mismatch between the perl command you are using in the commandline (maybe /usr/local/bin/perl ?) and the perl command invoked by the shebang line #!/usr/bin/perl in list_tickets.pl. REST.pm certainly gets installed, I'm using this module for a long time as prerequisite for the https://github.com/interchange/Helpdesk-Integration project. Regards Racke
> kind regards > > ______________________________________ > > HINWEIS: > Alle von Gesellschaften der REWE International AG elektronisch > uebermittelten Auskuenfte, Mitteilungen und Erklaerungen sind > vertraulich und rechtlich unverbindlich. > Verpflichtungen von Gesellschaften der REWE International AG beduerfen > der schriftlichen Einigung in saemtlichen Vertragspunkten sowie der > Unterfertigung durch das vertretungsbefugte Organ. Im Falle einer > Fehluebermittlung ersuchen wir um Benachrichtigung sowie um > Vernichtung und Beachtung, dass jegliche Form der Verwendung und > Weitergabe der Inhalte an Dritte unzulaessig ist. > > NOTICE: > All notices, declarations and explanations transferred electronically > from REWE International AG companies are confidential and not legally > binding. Obligations of REWE International AG companies arise only > when written agreement to all contractual points has been confirmed in > writing with the signature of an authorized representative. > If this e-mail was sent by mistake, please inform us immediately. > Furthermore we also request you to destroy it and use neither the > contents nor disclose them in any manner to third parties.
I believe this problem has been solved. Reopen if not