LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-24-2013, 05:17 PM   #1
chovasie
LQ Newbie
 
Registered: Feb 2012
Posts: 8

Rep: Reputation: Disabled
Alien stoped working


Im using kubuntu 12.04 and i already installed my system.
Used Alien few time in process to convert rpm in deb files.
From some reason alien stopped working and havo some problems with converting rpm to deb.

Used to work fine but now i cant convert any rpm file anymore.

i get error like this :

joe@hal:~/Downloads$ sudo alien -cv libGLEW1_5-1.5.8-21.1.x86_64.rpm
chmod: invalid option -- '/'
Try `chmod --help' for more information.
mkdir: invalid option -- '/'
Try `mkdir --help' for more information.
mkdir -/debian failed: at /usr/share/perl5/Alien/Package/Deb.pm line 299.
joe@hal:~/Downloads$ sudo alien -d libGLEW1_5-1.5.8-21.1.x86_64.rpm
chmod: invalid option -- '/'
Try `chmod --help' for more information.
mkdir: invalid option -- '/'
Try `mkdir --help' for more information.
mkdir -/debian failed: at /usr/share/perl5/Alien/Package/Deb.pm line 299.
joe@hal:~/Downloads$ gedit /usr/share/perl5/Alien/Package/Deb.pm

(gedit:16994): Gtk-CRITICAL **: gtk_css_section_get_file: assertion `section != NULL' failed

(gedit:16994): Gtk-CRITICAL **: gtk_css_section_get_end_position: assertion `section != NULL' failed

(gedit:16994): Gtk-CRITICAL **: gtk_css_section_get_end_line: assertion `section != NULL' failed

(gedit:16994): Gtk-WARNING **: Theme parsing error: <data>:1:0: Unknown value 'GTK_SHADOW_NONE' for enum type 'GtkShadowType'

(gedit:16994): Gtk-CRITICAL **: gtk_css_section_get_file: assertion `section != NULL' failed

(gedit:16994): Gtk-CRITICAL **: gtk_css_section_get_end_position: assertion `section != NULL' failed

(gedit:16994): Gtk-CRITICAL **: gtk_css_section_get_end_line: assertion `section != NULL' failed

(gedit:16994): Gtk-WARNING **: Theme parsing error: <data>:1:0: Unknown value 'GTK_SHADOW_NONE' for enum type 'GtkShadowType'

(gedit:16994): Gtk-CRITICAL **: gtk_css_section_get_file: assertion `section != NULL' failed

(gedit:16994): Gtk-CRITICAL **: gtk_css_section_get_end_position: assertion `section != NULL' failed

(gedit:16994): Gtk-CRITICAL **: gtk_css_section_get_end_line: assertion `section != NULL' failed

(gedit:16994): Gtk-WARNING **: Theme parsing error: <data>:1:0: Unknown value 'GTK_SHADOW_NONE' for enum type 'GtkShadowType'

** (gedit:16994): WARNING **: Could not load theme icon gtk-home: Icon 'gtk-home' not present in theme

(gedit:16994): Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion `GTK_IS_TREE_SELECTION (selection)' failed

anyone knows what could be problem here?

Thanx

Last edited by chovasie; 08-24-2013 at 05:23 PM.
 
Old 08-24-2013, 06:46 PM   #2
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
um i have to ask, why are you converting rpm files into .dpk files? ubuntu has a HUGE library of applications/files/codecs/etc... i would venture to say quite possibly even larger then the RedHat world does.
 
Old 08-25-2013, 02:21 AM   #3
chovasie
LQ Newbie
 
Registered: Feb 2012
Posts: 8

Original Poster
Rep: Reputation: Disabled
Hi lleb.
I'm not sure i follow you.
What do you mean .dpk files?
So far, i used alien to to convert in .deb files. And that's what i did here as well.
Two hours ago i installed maya, mudbox and other software that i need and everything was ok.
I need to convert rpm to .deb to be able to install software i need.
From some reason now it cant convert anyomore..

C
 
Old 08-25-2013, 03:06 AM   #4
chovasie
LQ Newbie
 
Registered: Feb 2012
Posts: 8

Original Poster
Rep: Reputation: Disabled
Hi,
i found this thread from guy who had 100% same problem. With installing same app.
Must be that some of 3d realted softwares or something mess up something.
But here's how it's fixed...

sudo apt-get --reinstall --only-upgrade install ^{lib,}rpm
to reinstall rpm and fix temp files

Here's whole thread:

http://ubuntuforums.org/archive/inde...t-2123884.html

Thanx

C
 
Old 08-25-2013, 10:20 AM   #5
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
glad you found the solution, but still does not explain why you are not using native debian package software? unubtu is nothing but a fork of debian.

sorry typo on my part.
 
Old 08-26-2013, 07:08 AM   #6
chovasie
LQ Newbie
 
Registered: Feb 2012
Posts: 8

Original Poster
Rep: Reputation: Disabled
I must tell that i still do not understand you completely.

Native debian/ubuntu package is .deb, and that is what i'm trying to create with alien.
I cant find all software that i need in .deb format.
Most software i use come just in .rpm format and i must use alien and convert to .deb to be able to install.
At least that is how im doing it. Maybe im missing something but this is how i used to install software so far. In this example i tries to convert Autodesk Mudbox which comes just as rpm. There is no .deb version on official web site that i can find and install. That's why im using alien and converting to .deb to be able to install.

I hope this make sense to you?

Thanx.
C

Last edited by chovasie; 08-26-2013 at 07:09 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get stoped working mungulish Debian 22 07-15-2007 02:53 PM
Apache stoped working letsinstalllinu Linux - General 2 01-18-2005 05:07 PM
Wireless stoped working Nuke361 Linux - Newbie 1 05-19-2004 04:43 PM
CDROM stoped working Joey.Dale Linux - General 6 11-27-2003 10:45 PM
mozilla stoped working allohakdan Linux - Newbie 4 10-30-2003 11:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration