Re: [PyInstaller] Re: Segmentation fault on other Machines

2012-11-23 Thread Martin Zibricky
please try adding the following line to /etc/apt/sources.list

deb http://ftp.linux-foundation.org/pub/lsb/repositories/debian/dists
lsb-4.0 main

or just try the --no-lsb option.


Rainer Hihn píše v Út 20. 11. 2012 v 05:29 -0800:
 Okay, so I added the lsb repository to my Debian-Installation and
 installed lsb. Unfortunately there is no package called
 lsb-build-cc.
 
 Still, there are some lsb-packages installed:
 $ dpkg  -l|grep lsb
 ii  lsb  4.1+Debian9
 all  Linux Standard Base 4.1 support package
 ii  lsb-base 4.1+Debian9
 all  Linux Standard Base 4.1 init script functionality
 ii  lsb-core 4.1+Debian9
 i386 Linux Standard Base 4.1 core support package
 ii  lsb-cxx  4.1+Debian9
 i386 Linux Standard Base 4.1 C++ support package
 (...)
 
 But when I execute following command:
 $ python waf configure build install
 
 I get following error:
 Checking for program lsbcc   : not found 
 Checking for program /opt/lsb/bin/lsbcc  : not found 
 LSB (Linux Standard Base) tools = 4.0 are required. 
 Try --no-lsb option if not interested in building LSB binary. 
 
 But there is no package in the repository called lsb-build-cc or
 anything else with *cc*.
 
 Am Montag, 12. November 2012 12:00:59 UTC+1 schrieb Martin Z:
 Rainer Hihn píše v Po 12. 11. 2012 v 00:29 -0800: 
  Excuse me, what do you mean with recomiling the Bootloader
 and freeze 
  the app? 
 
 I mean doing this 
 
 http://www.pyinstaller.org/export/v2.0/project/doc/Manual.html?format=raw#building-the-bootloaders
  
 
 and then just use ./pyinstaller.py again. 
 
 
 -- 
 You received this message because you are subscribed to the Google
 Groups PyInstaller group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/pyinstaller/-/-hfLZRThwt4J.
 To post to this group, send email to pyinstaller@googlegroups.com.
 To unsubscribe from this group, send email to pyinstaller
 +unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/pyinstaller?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
PyInstaller group.
To post to this group, send email to pyinstaller@googlegroups.com.
To unsubscribe from this group, send email to 
pyinstaller+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.



Re: [PyInstaller] Re: Segmentation fault on other Machines

2012-11-20 Thread Rainer Hihn
Okay, so I added the lsb repository to my Debian-Installation and installed 
lsb. Unfortunately there is no package called lsb-build-cc.

Still, there are some lsb-packages installed:
$ dpkg  -l|grep lsb
ii  lsb  4.1+Debian9  
all  Linux Standard Base 4.1 support package
ii  lsb-base 4.1+Debian9  
all  Linux Standard Base 4.1 init script functionality
ii  lsb-core 4.1+Debian9  
i386 Linux Standard Base 4.1 core support package
ii  lsb-cxx  4.1+Debian9  
i386 Linux Standard Base 4.1 C++ support package
(...)

But when I execute following command:
$ python waf configure build install

I get following error:
Checking for program lsbcc   : not found 
Checking for program /opt/lsb/bin/lsbcc  : not found 
LSB (Linux Standard Base) tools = 4.0 are required. 
Try --no-lsb option if not interested in building LSB binary. 

But there is no package in the repository called lsb-build-cc or anything 
else with *cc*.

Am Montag, 12. November 2012 12:00:59 UTC+1 schrieb Martin Z:

 Rainer Hihn píše v Po 12. 11. 2012 v 00:29 -0800: 
  Excuse me, what do you mean with recomiling the Bootloader and freeze 
  the app? 

 I mean doing this 

 http://www.pyinstaller.org/export/v2.0/project/doc/Manual.html?format=raw#building-the-bootloaders
  

 and then just use ./pyinstaller.py again. 



-- 
You received this message because you are subscribed to the Google Groups 
PyInstaller group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/-hfLZRThwt4J.
To post to this group, send email to pyinstaller@googlegroups.com.
To unsubscribe from this group, send email to 
pyinstaller+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.



Re: [PyInstaller] Re: Segmentation fault on other Machines

2012-11-12 Thread Rainer Hihn
Excuse me, what do you mean with recomiling the Bootloader and freeze the 
app?

Am Donnerstag, 8. November 2012 12:45:15 UTC+1 schrieb Martin Z:

 Rainer Hihn píše v Čt 08. 11. 2012 v 02:53 -0800: 
  Well, unfortunately a simple Hello World-Programm didn't run. Same 
  error as usual. Working with 2.1-dev. 

 Let's summary the information we have: 

 - you build python executable on debian 6 64bit 
 - this executable segfaults on ubuntu 12.04 64bit 

 Could you please try to recompile bootloader on debian 6 and use freeze 
 your app with that? 



-- 
You received this message because you are subscribed to the Google Groups 
PyInstaller group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/SixnbNJqF3oJ.
To post to this group, send email to pyinstaller@googlegroups.com.
To unsubscribe from this group, send email to 
pyinstaller+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.



Re: [PyInstaller] Re: Segmentation fault on other Machines

2012-11-12 Thread Martin Zibricky
Rainer Hihn píše v Po 12. 11. 2012 v 00:29 -0800:
 Excuse me, what do you mean with recomiling the Bootloader and freeze
 the app?

I mean doing this
http://www.pyinstaller.org/export/v2.0/project/doc/Manual.html?format=raw#building-the-bootloaders

and then just use ./pyinstaller.py again.

-- 
You received this message because you are subscribed to the Google Groups 
PyInstaller group.
To post to this group, send email to pyinstaller@googlegroups.com.
To unsubscribe from this group, send email to 
pyinstaller+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.



Re: [PyInstaller] Re: Segmentation fault on other Machines

2012-11-08 Thread Martin Zibricky
Rainer Hihn píše v Čt 08. 11. 2012 v 02:53 -0800:
 Well, unfortunately a simple Hello World-Programm didn't run. Same
 error as usual. Working with 2.1-dev.

Let's summary the information we have:

- you build python executable on debian 6 64bit
- this executable segfaults on ubuntu 12.04 64bit

Could you please try to recompile bootloader on debian 6 and use freeze
your app with that?

-- 
You received this message because you are subscribed to the Google Groups 
PyInstaller group.
To post to this group, send email to pyinstaller@googlegroups.com.
To unsubscribe from this group, send email to 
pyinstaller+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.



Re: [PyInstaller] Re: Segmentation fault on other Machines

2012-11-07 Thread Hartmut Goebel
Am 06.11.2012 18:07, schrieb Rainer Hihn:

 Second, I ran pyinstaller on a 64bit-System with Python 2.7. Still got
 that Segmentation Fault on the Ubuntu Machine. Pretty confusing.


Please try a *minimal* example program. This means: No QT, no other
libraries, just a Hello World. If this works, try a simple QT program.
But only if the Hello World is fine.

-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP

Goebel Consult
http://www.goebel-consult.de

Monatliche Kolumne:
http://www.cissp-gefluester.de/2011-02-fleisige-datensammler-fur-lukratives-geschaeftsmodell-gesucht

Blog: http://www.goebel-consult.de/blog/20060215

Goebel Consult ist Mitglied bei http://www.7-it.de/



smime.p7s
Description: S/MIME Kryptografische Unterschrift


Re: [PyInstaller] Re: Segmentation fault on other Machines

2012-11-06 Thread Martin Zibricky
Rainer Hihn píše v Út 06. 11. 2012 v 08:30 -0800:
 No special, I am just thinking if my problems might be caused by a
 bug.
 
 I am afraid I can't find any special 32bit qt libs for Ubuntu. I will
 run pyinstaller on a 64bit linux and try it again. There shouldn't be
 any 32/64-bit troubles (missing libraries then), right? 

you might be missing packages ia-32libs or ia-32libs-gtk.

  apt-get install ia-32libs ia-32libs-gtk

-- 
You received this message because you are subscribed to the Google Groups 
PyInstaller group.
To post to this group, send email to pyinstaller@googlegroups.com.
To unsubscribe from this group, send email to 
pyinstaller+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.



Re: [PyInstaller] Re: Segmentation fault on other Machines

2012-11-06 Thread Rainer Hihn
Okay...

First, I installed on the Ubuntu-Machine following Packages:
- lsb-qt4
- ia32-libs
- ia32-libs-gtk

Still receiving a Segmentation fault with a Binary I built on a 
32bit-System.

Second, I ran pyinstaller on a 64bit-System with Python 2.7. Still got that 
Segmentation Fault on the Ubuntu Machine. Pretty confusing.

Am Dienstag, 6. November 2012 17:51:35 UTC+1 schrieb Martin Z:

 Rainer Hihn píše v Út 06. 11. 2012 v 08:30 -0800: 
  No special, I am just thinking if my problems might be caused by a 
  bug. 
  
  I am afraid I can't find any special 32bit qt libs for Ubuntu. I will 
  run pyinstaller on a 64bit linux and try it again. There shouldn't be 
  any 32/64-bit troubles (missing libraries then), right? 

 you might be missing packages ia-32libs or ia-32libs-gtk. 

   apt-get install ia-32libs ia-32libs-gtk 



-- 
You received this message because you are subscribed to the Google Groups 
PyInstaller group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/7o5kJa00-gcJ.
To post to this group, send email to pyinstaller@googlegroups.com.
To unsubscribe from this group, send email to 
pyinstaller+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.