|
2013-09-27
, 07:34
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#92
|
perl --version
The Following User Says Thank You to AapoRantalainen For This Useful Post: | ||
|
2013-09-27
, 13:18
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#93
|
What gives
It should say 5.14.2. If it is 5.8.4, then fix/hack symlinks and test will it then work (and think later what would be real solution).Code:perl --version
This is perl 5, version 14, subversion 2 (v5.14.2) built for arm-linux-gnueabi-thread-multi-64int
> PERL5LIB=/usr/lib/perl/5.14.2 dpkg-buildpackage -rfakeroot XSLoader::load('Your::Module', $Your::Module::VERSION) at /scratchbox/tools/lib/perl5/5.8.4/i686-linux-thread-multi/XSLoader.pm line 23. Compilation failed in require at /usr/lib/perl/5.14.2/POSIX.pm line 19. BEGIN failed--compilation aborted at /usr/lib/perl/5.14.2/POSIX.pm line 19. Compilation failed in require at /usr/bin/dpkg-buildpackage line 28. BEGIN failed--compilation aborted at /usr/bin/dpkg-buildpackage line 28.
> dpkg-buildpackage -rfakeroot Backslash found where operator expected at /usr/share/perl5/Dpkg/BuildOptions.pm line 93, near "foreach (split(/\" Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$bo" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$bo" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$content" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$source" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$content" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$source" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$source" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$content" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$content" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$source" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$content" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. Global symbol "$count" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59. /usr/share/perl5/Dpkg/BuildOptions.pm has too many errors. Compilation failed in require at /usr/bin/dpkg-buildpackage line 33. BEGIN failed--compilation aborted at /usr/bin/dpkg-buildpackage line 33.
The Following 3 Users Say Thank You to marmistrz For This Useful Post: | ||
|
2013-09-27
, 15:04
|
Posts: 172 |
Thanked: 170 times |
Joined on Jan 2010
@ Sweden
|
#94
|
|
2013-10-01
, 08:40
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#95
|
Code:> dpkg-buildpackage -rfakeroot Backslash found where operator expected at /usr/share/perl5/Dpkg/BuildOptions.pm line 93, near "foreach (split(/\" Global symbol "$self" requires explicit package name at /usr/share/perl5/Dpkg/BuildOptions.pm line 59.
sudo mv /scratchbox/tools/bin/perl /scratchbox/tools/bin/perl_orig sudo ln -s /usr/bin/perl /scratchbox/tools/bin/perl
|
2013-10-01
, 11:50
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#96
|
I installed fresh scrathbox and upgraded packages from my wheezy-repo (and something from extras-devel). Upgrading didn't go smoothly, I will do something about it.
I used these devkits -d qemuerl:debian-squeeze:doctools:svn:git (as http://wiki.maemo.org/CSSU-thumb_too....7.2-linaro%29 ) but I'm pretty sure it was mistake.
dpkg-buildpackage gave same error. I fixed it with (outside sb)
Code:sudo mv /scratchbox/tools/bin/perl /scratchbox/tools/bin/perl_orig sudo ln -s /usr/bin/perl /scratchbox/tools/bin/perl
The Following User Says Thank You to marmistrz For This Useful Post: | ||
|
2013-10-01
, 16:50
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#97
|
The Following User Says Thank You to marmistrz For This Useful Post: | ||
|
2013-10-02
, 21:40
|
|
Posts: 27 |
Thanked: 57 times |
Joined on May 2012
@ France
|
#98
|
|
2013-10-02
, 22:58
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#99
|
The Following 3 Users Say Thank You to fw190 For This Useful Post: | ||
|
2013-10-03
, 15:54
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#100
|
The Following 4 Users Say Thank You to marmistrz For This Useful Post: | ||
More packages are coming.