Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] python build fails
@ 2007-01-23 14:09 Stephan Raue
  2007-01-23 23:04 ` Bernhard Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: Stephan Raue @ 2007-01-23 14:09 UTC (permalink / raw)
  To: buildroot

ith buildroot-20070123 build of python (2.4.2 and 2.4.4) fails with:

/media/disk/build/buildroot-20070123/build_i686/staging_dir/bin/i686-linux-uclibc-ranlib libpython2.4.a
/media/disk/build/buildroot-20070123/build_i686/staging_dir/bin/i686-linux-uclibc-gcc  -Xlinker -export-dynamic -o python \
                        Modules/python.o \
                        libpython2.4.a -lpthread -ldl  -lpthread -lutil   -lm  
case $MAKEFLAGS in \
        *-s*)  CC='/media/disk/build/buildroot-20070123/build_i686/staging_dir/bin/i686-linux-uclibc-gcc' LDSHARED='/media/disk/build/buildroot-20070123/build_i686/staging_dir/bin/i686-linux-uclibc-gcc -shared' OPT='-DNDEBUG -Os -pipe' ./hostpython -E ./setup.py -q build;; \
        *)  CC='/media/disk/build/buildroot-20070123/build_i686/staging_dir/bin/i686-linux-uclibc-gcc' LDSHARED='/media/disk/build/buildroot-20070123/build_i686/staging_dir/bin/i686-linux-uclibc-gcc -shared' OPT='-DNDEBUG -Os -pipe' ./hostpython -E ./setup.py build;; \
        esac
running build
running build_ext
Traceback (most recent call last):
  File "./setup.py", line 1243, in ?
    main()
  File "./setup.py", line 1237, in main
    scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',
  File "/media/disk/build/buildroot-20070123/build_i686/Python-2.4.4/Lib/distutils/core.py", line 149, in setup
    dist.run_commands()
  File "/media/disk/build/buildroot-20070123/build_i686/Python-2.4.4/Lib/distutils/dist.py", line 946, in run_commands
    self.run_command(cmd)
  File "/media/disk/build/buildroot-20070123/build_i686/Python-2.4.4/Lib/distutils/dist.py", line 966, in run_command
    cmd_obj.run()
  File "/media/disk/build/buildroot-20070123/build_i686/Python-2.4.4/Lib/distutils/command/build.py", line 112, in run
    self.run_command(cmd_name)
  File "/media/disk/build/buildroot-20070123/build_i686/Python-2.4.4/Lib/distutils/cmd.py", line 333, in run_command
    self.distribution.run_command(command)
  File "/media/disk/build/buildroot-20070123/build_i686/Python-2.4.4/Lib/distutils/dist.py", line 966, in run_command
    cmd_obj.run()
  File "/media/disk/build/buildroot-20070123/build_i686/Python-2.4.4/Lib/distutils/command/build_ext.py", line 279, in run
    self.build_extensions()
  File "./setup.py", line 112, in build_extensions
    self.detect_modules()
  File "./setup.py", line 259, in detect_modules
    for dir in modules_include_dirs:
NameError: global name 'modules_include_dirs' is not defined
make[1]: *** [sharedmods] Fehler 1
make[1]: Leaving directory `/media/disk/build/buildroot-20070123/build_i686/Python-2.4.4'
make: *** [/media/disk/build/buildroot-20070123/build_i686/Python-2.4.4/python] Fehler 2
[stephan at ras buildroot-20070123]$ 

Stephan Raue

-- 
"Feel free" - 5 GB Mailbox, 50 FreeSMS/Monat ...
Jetzt GMX ProMail testen: http://www.gmx.net/de/go/promail

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] python build fails
  2007-01-23 14:09 [Buildroot] python build fails Stephan Raue
@ 2007-01-23 23:04 ` Bernhard Fischer
  2007-01-24 10:49   ` Stephan Raue
  0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Fischer @ 2007-01-23 23:04 UTC (permalink / raw)
  To: buildroot

On Tue, Jan 23, 2007 at 03:09:37PM +0100, Stephan Raue wrote:
>ith buildroot-20070123 build of python (2.4.2 and 2.4.4) fails with:

I must have missed the patch wich fixed this..

Anyway. Believed to compile again in revision >= 17489.
This time i even checked it:
>>> print("darn context diffs\t..")
darn context diffs	..
>>> 

Please confirm..

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] python build fails
  2007-01-23 23:04 ` Bernhard Fischer
@ 2007-01-24 10:49   ` Stephan Raue
  0 siblings, 0 replies; 3+ messages in thread
From: Stephan Raue @ 2007-01-24 10:49 UTC (permalink / raw)
  To: buildroot

with revision 17489 it works,

thank you

Stephan

-------- Original-Nachricht --------
Datum: Wed, 24 Jan 2007 00:04:23 +0100
Von: Bernhard Fischer <rep.dot.nop@gmail.com>
An: Stephan Raue <stephan.raue@gmx.net>
Betreff: Re: [Buildroot] python build fails

> On Tue, Jan 23, 2007 at 03:09:37PM +0100, Stephan Raue wrote:
> >ith buildroot-20070123 build of python (2.4.2 and 2.4.4) fails with:
> 
> I must have missed the patch wich fixed this..
> 
> Anyway. Believed to compile again in revision >= 17489.
> This time i even checked it:
> >>> print("darn context diffs\t..")
> darn context diffs	..
> >>> 
> 
> Please confirm..

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-24 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-23 14:09 [Buildroot] python build fails Stephan Raue
2007-01-23 23:04 ` Bernhard Fischer
2007-01-24 10:49   ` Stephan Raue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox