It is currently Wed Jun 19, 2013 6:52 pm

All times are UTC




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: perl5.14.0
PostPosted: Sun Jun 05, 2011 8:43 am 
Experienced Zenwalker
Experienced Zenwalker
User avatar

Joined: Sat May 05, 2007 7:48 pm
Posts: 192
Hi guys
after perl5 upgraded from 12.3 to 14.0 I cant use html2ps anymore.
Linked /usr/bin/perl5.14.0 to 12.3 but Magick.pm was missing. Copied it from 12.3 to 14.0 only to get
Code:
root[bin]# html2ps papa.html >papa.ps
Use of assignment to $[ is deprecated at /usr/local/bin/html2ps line 3408.
/usr/bin/perl5.12.3: symbol lookup error: /usr/lib/perl5/site_perl/5.14.0/i486-linux-thread-multi/auto/Image/Magick/Magick.so: undefined symbol: Perl_Istack_sp_ptr


so decided to netpkg remove perl5 but wasnt able to do it

Code:
root[tmp]# netpkg remove [b]perl5[/b]

ls: cannot access /var/log/packages/perl5*: No such file or directory
No such package: /var/log/packages/perl5. Can't remove.
Cleaning temporary files and saving meta information
root[tmp]# netpkg remove [b]perl5.14.0[/b]

ls: cannot access /var/log/packages/perl5.14.0*: No such file or directory
No such package: /var/log/packages/perl5.14.0. Can't remove.
Cleaning temporary files and saving meta information
root[tmp]# netpkg remove [b]perl-5[/b]

No such package: /var/log/packages/perl-5. Can't remove.
Cleaning temporary files and saving meta information
root[tmp]# netpkg remove [b]perl-5.14.0[/b]

No such package: /var/log/packages/perl-5.14.0. Can't remove.
Cleaning temporary files and saving meta information
root[tmp]#


Since I need to use html2ps I need a working perl so questions are
- is there a way to solve the problem with Magic.pm?
-is there a way to remove perl5.14.0 and restore 12.3?

thank you in advance

_________________
Image


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 9:33 am 
Global Moderator
Global Moderator
User avatar

Joined: Sat Aug 05, 2006 9:38 am
Posts: 4604
Magick.pm is a part of 'imagemagick' package

this package need rebuild,

or install, the latest imagemagick slack-current package,

package is here:

http://slackware.osuosl.org/slackware-c ... i486-1.txz


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 9:39 am 
Administrator
Administrator
User avatar

Joined: Tue Mar 06, 2007 12:34 pm
Posts: 2082
Location: Finland
i will rebuild latest imagemagick tonight...


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 9:42 am 
Experienced Zenwalker
Experienced Zenwalker
User avatar

Joined: Sat May 05, 2007 7:48 pm
Posts: 192
thank you

_________________
Image


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 11:19 am 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1373
Location: Paris
Hi,

I can't rebuild Webkit since the upgrade:
Code:
/usr/bin/perl ./WebCore/make-hash-tools.pl ./DerivedSources/WebCore ./WebCore/platform/ColorData.gperf
Can't locate Switch.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.14.0/i486-linux-thread-multi /usr/lib/perl5/site_perl/5.14.0 /usr/lib/perl5/5.14.0/i486-linux-thread-multi /usr/lib/perl5/5.14.0 /usr/lib/perl5/site_perl/5.14.0 /usr/lib/perl5/site_perl/5.12.3 /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/site_perl .) at ./WebCore/make-hash-tools.pl line 23.

_________________
Ejis :)


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 1:12 pm 
Global Moderator
Global Moderator
User avatar

Joined: Sat Aug 05, 2006 9:38 am
Posts: 4604
Switch.pm is a deprecated module in the new perl. ???


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 1:54 pm 
Experienced Zenwalker
Experienced Zenwalker
User avatar

Joined: Sat May 05, 2007 7:48 pm
Posts: 192
Well, atm I copied all the necessary files from /var/packages/a/perl-5.12.3....txz to the appropriate /usr/lib/perl5/ 5.12.3 and everything works as it is aspected to do.
Its not the correct way, but now I can use html2ps and yu can think why thee are problems :)

Im jocking of course..

_________________
Image


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 2:34 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Thu Dec 31, 2009 12:54 pm
Posts: 57
paparucino wrote:
Code:
root[tmp]# netpkg remove [b]perl5[/b]

ls: cannot access /var/log/packages/perl5*: No such file or directory
No such package: /var/log/packages/perl5. Can't remove.
Cleaning temporary files and saving meta information



The perl package is perl-5.14.0-i486-72.1
So, you can remove it either by:
Code:
removepkg perl

or
Code:
removepkg perl-5.14.0-i486-72.1


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 3:21 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1373
Location: Paris
gmg wrote:
Switch.pm is a deprecated module in the new perl. ???


Well, that's too bad because I can't build the latest versions of Webkit until libsoup is updated.

_________________
Ejis :)


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 3:45 pm 
Experienced Zenwalker
Experienced Zenwalker
User avatar

Joined: Sat May 05, 2007 7:48 pm
Posts: 192
sn18 wrote:
Code:
removepkg perl

or
Code:
removepkg perl-5.14.0-i486-72.1

Thank you for the suggestion but as I previously wrote I "installed" 5.2.13 so now I have both 5.14.0 and .5.12.3 which means... I can use html2ps without problems and have at the same time the last version of perl useful for other things

_________________
Image


 Profile Send private message  
 
 Post subject: Re: perl5.14.0
PostPosted: Sun Jun 05, 2011 8:57 pm 
Administrator
Administrator
User avatar

Joined: Tue Mar 06, 2007 12:34 pm
Posts: 2082
Location: Finland
stillborn wrote:
i will rebuild latest imagemagick tonight...

here
viewtopic.php?f=37&p=147114#p147114


 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC


 Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
 
cron