On Thu, 30 Aug 2012 18:46:00 +0100 Michael Blumenkrantz
<[email protected]> wrote:

> On Fri, 31 Aug 2012 03:42:45 +1000
> David Seikel <[email protected]> wrote:
> 
> > Yay!  First bug report from the released tarballs.  Edited
> > highlights -
> > 
> > eina$ ./configure --disable-posix-threads
> > 
> > ...
> > 
> > checking whether system support POSIX threads... no
> > checking whether to turn on/off threads lock on demand... no
> > XXXXX xno xno
> > checking whether magic debug is enable... yes
> > 
> > ...
> > 
> > eina 1.7.0
> > ------------------------------------------------------------------------
> > 
> > 
> > Configuration Options Summary:
> > 
> >   Magic debug..........: yes
> >   Safety checks........: yes
> >   Maximum log level....: <unset>
> >   Report string usage..: no
> >   Valgrind support.....: yes
> >   Default mempool......: no
> >   Log support..........: yes
> >   Thread Support.......: 
> >   Amalgamation.........: no
> > 
> > 
> > Hmmm, something wrong there.  m4/efl_threads.m4 has what looks like
> > a debug print at line 161, was someone part way through debugging
> > it?  I don't have any m4 foo, so I can't see anything obviously
> > wrong on a quick look.
> > 
> > Yes, I know raster will just tell me to enable threads dammit.  I
> > think we can skip that conversation.  :-P
> > 
> 
> just enable threads

checking whether system support POSIX threads... yes
checking whether to turn on/off threads lock on demand... no
XXXXX xyes xno

...

------------------------------------------------------------------------
eina 1.7.0
------------------------------------------------------------------------


Configuration Options Summary:

  Magic debug..........: yes
  Safety checks........: yes
  Maximum log level....: <unset>
  Report string usage..: no
  Valgrind support.....: 
  Default mempool......: no
  Log support..........: yes
  Thread Support.......: 


And still failing.  :-P

BTW, the actual failure is in eet -

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/eet':
configure: error: C compiler cannot create executables
See `config.log' for more details
Command exited with non-zero status 1

Which is failing coz apparently a simple check to see if the compiler
works (which it does, it compiles all the dependencies up to this
point) needs to be very complicated and include calls to eina threading
stuff.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to