Re: [E-devel] entropy 20070715 fails to build

2007-07-19 Thread Morten Nilsen
Michael Jennings wrote:
 On Monday, 16 July 2007, at 08:39:27 (+0200),
 Vincent Torri wrote:
  I think that the .spec file of evfs should be updated, but I don't touch 
  that beast :)
 
 The spec files are my problem.  Those who are competent with them (a
 very short list, I might add) are welcome to help out, but for the
 most part it's better for folks to steer clear.

I speak rpm spec..
Once I get around to fixing my linux desktop, I'll see if I can help out 
with that. (Will probably take me a while as I'm busy nowadays)

-- 
Cheers,
Morten
:wq

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entropy 20070715 fails to build

2007-07-18 Thread Michael Jennings
On Monday, 16 July 2007, at 08:39:27 (+0200),
Vincent Torri wrote:

  I think that the .spec file of evfs should be updated, but I don't touch 
  that beast :)

The spec files are my problem.  Those who are competent with them (a
very short list, I might add) are welcome to help out, but for the
most part it's better for folks to steer clear.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
Linux Server/Cluster Admin, LBL.gov   Author, Eterm (www.eterm.org)
---
 Herein is Wisdom:  Knowing your strengths, knowing your weaknesses,
  and knowing when her husband gets home from work so you don't pass
  him coming up the driveway.  -- Unknown

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entropy 20070715 fails to build

2007-07-16 Thread Vincent Torri


add evfs.pc.in and apply that evfs patch. Same for entropy, I can't test. 
So tell me if it compiles and runs fine (I guess entropy is a good test 
for evfs :) )


I think that the .spec file of evfs should be updated, but I don't touch 
that beast :)


Vincent

On Sun, 15 Jul 2007, Didier Casse wrote:


It looks for evfs now. But evfs and evfs-devel are installed in my box.

evfs-0.0.1-1.20070715cvs
evfs-devel-0.0.1-1.20070715cvs

-
configure: error: Package requirements (evfs = 0.0.1) were not met:

No package 'evfs' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EVFS_CFLAGS
and EVFS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

error: Bad exit status from /var/tmp/rpm-tmp.70125 (%build)
  Bad exit status from /var/tmp/rpm-tmp.70125 (%build)
aborting... entropy.spec did not compile!

-

Thanks for the reply Vincent.


--
With kind regards,
Didier.

Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe



On 7/15/07, Vincent Torri [EMAIL PROTECTED] wrote:



Hey,

try the attached patch. If entropy compiles and works, I'll commit it (I
can't test entropy right now)

Vincent


On Sun, 15 Jul 2007, Didier Casse wrote:

 Hi all,

 Enlightenment is fine now. But entropy seems to be looking for ecore.
Log
 attached.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel





--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.
Message délivré par le serveur de messagerie de l'Université d'Evry.

[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

Name: evfs
Description: E Virtual File System
Requires: ecore 
Version: @VERSION@
Libs: -L${libdir} -levfs
Cflags: -I${includedir}/evfs

? evfs.diff
? evfs.pc.in
Index: Makefile.am
===
RCS file: /cvs/e/e17/apps/evfs/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- Makefile.am 5 Apr 2006 11:44:33 -   1.3
+++ Makefile.am 16 Jul 2007 06:33:34 -
@@ -24,8 +24,7 @@
 debian/libevfs0-plugin-tar.install \
 debian/rules \
 debian/changelog.in \
-debian/changelog 
-
-bin_SCRIPTS = evfs-config
-
+debian/changelog
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = evfs.pc
Index: configure.in
===
RCS file: /cvs/e/e17/apps/evfs/configure.in,v
retrieving revision 1.30
diff -u -r1.30 configure.in
--- configure.in5 Jul 2007 18:46:49 -   1.30
+++ configure.in16 Jul 2007 06:33:34 -
@@ -11,10 +11,11 @@
 AC_ISC_POSIX
 AC_PROG_CC
 AM_PROG_CC_STDC
+AM_PROG_CC_C_O
 AC_HEADER_STDC
 AM_PROG_LIBTOOL
 
-AC_C_BIGENDIAN   
+AC_C_BIGENDIAN
 AC_STRUCT_ST_BLKSIZE
 AC_STRUCT_ST_BLOCKS
 
@@ -36,10 +37,11 @@
 dnl Samba 3.0
 dnl **
 
-AC_ARG_ENABLE(samba, [  --disable-samba   build without samba support])
+AC_ARG_ENABLE(samba, AC_HELP_STRING([--disable-samba],[build without samba 
support]))
 msg_samba=no
 if test x$enable_samba != xno; then
-  AC_ARG_WITH(samba-includes, [  --with-samba-includes=PREFIX Location of 
samba includes.],
+  AC_ARG_WITH(samba-includes,
+  AC_HELP_STRING([--with-samba-includes=PREFIX],[Location of samba 
includes.]),
  with_samba_includes=$withval, 
with_samba_includes=/usr/include)
   have_samba_includes=no
   if test x${with_samba_includes} != xno; then
@@ -50,7 +52,7 @@
CPPFLAGS=$CPPFLAGS -I$with_samba_includes
AC_CHECK_HEADER(libsmbclient.h, [ samba_includes=yes ])
CPPFLAGS=$CPPFLAGS_save
-   
+
if test x{samba_includes} != xno -a x${samba_includes} != x; 
then
have_samba_includes=yes
if test ${with_samba_includes} != /usr/include ; then
@@ -58,7 +60,7 @@
else
SAMBA_CFLAGS=
fi
-   
+
CPPFLAGS=$CPPFLAGS -I$with_samba_includes
AC_CHECK_MEMBER(SMBCCTX.flags,
[AC_DEFINE(HAVE_SAMBA_FLAGS,, [Defined if flags 
availible in SMBCCTXT])],,
@@ -72,11 +74,12 @@
fi
   fi
   echo 

Re: [E-devel] entropy 20070715 fails to build

2007-07-16 Thread Didier Casse

Please read below:

On 7/16/07, Vincent Torri [EMAIL PROTECTED] wrote:



add evfs.pc.in and apply that evfs patch. Same for entropy, I can't test.
So tell me if it compiles and runs fine (I guess entropy is a good test
for evfs :) )




Unfortunately. it still complains about ecore. Log attached.


I think that the .spec file of evfs should be updated, but I don't touch

that beast :)




I don't  use the SPEC file in CVS anyway, so don't bother. I autogenerate my
own.



--
With kind regards,
Didier.

DR17/E17 Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1518
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf entropy-0.0.1
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/entropy-0.0.1-20070716.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd entropy-0.0.1
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1518
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd entropy-0.0.1
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in:14: installing `./missing'
configure.in:14: installing `./install-sh'
src/Makefile.am: installing `./depcomp'
src/plugins/Makefile.am:93: variable `layout_ewl_simple_la_SOURCES' is defined 
but no program or
src/plugins/Makefile.am:93: library has `layout_ewl_simple_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:54: variable `ewl_local_icon_la_SOURCES' is defined but 
no program or
src/plugins/Makefile.am:54: library has `ewl_local_icon_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:64: variable `ewl_list_la_SOURCES' is defined but no 
program or
src/plugins/Makefile.am:64: library has `ewl_list_la' as canonic name (possible 
typo)
src/plugins/Makefile.am:80: variable `structure_viewer_la_SOURCES' is defined 
but no program or
src/plugins/Makefile.am:80: library has `structure_viewer_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:84: variable `structure_viewer_la_LIBADD' is defined 
but no program or
src/plugins/Makefile.am:84: library has `structure_viewer_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:99: variable `layout_ewl_simple_la_LIBADD' is defined 
but no program or
src/plugins/Makefile.am:99: library has `layout_ewl_simple_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:72: variable `ewl_list_la_LIBADD' is defined but no 
program or
src/plugins/Makefile.am:72: library has `ewl_list_la' as canonic name (possible 
typo)
src/plugins/Makefile.am:62: variable `ewl_local_icon_la_LIBADD' is defined but 
no program or
src/plugins/Makefile.am:62: library has `ewl_local_icon_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:61: variable `ewl_local_icon_la_LDFLAGS' is defined but 
no program or
src/plugins/Makefile.am:61: library has `ewl_local_icon_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:98: variable `layout_ewl_simple_la_LDFLAGS' is defined 
but no program or
src/plugins/Makefile.am:98: library has `layout_ewl_simple_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:83: variable `structure_viewer_la_LDFLAGS' is defined 
but no program or
src/plugins/Makefile.am:83: library has `structure_viewer_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:71: variable `ewl_list_la_LDFLAGS' is defined but no 
program or
src/plugins/Makefile.am:71: library has `ewl_list_la' as canonic name (possible 
typo)
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
`/usr/lib/rpm/redhat/config.sub' - `./config.sub'
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
`/usr/lib/rpm/redhat/config.guess' - `./config.guess'
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 

Re: [E-devel] entropy 20070715 fails to build

2007-07-16 Thread Vincent Torri


are you sure that you have applied the entropy patch ?

anyway, I'm back on linux. I'll fix evfs and entropy build system later 
today.


Vincent

On Mon, 16 Jul 2007, Didier Casse wrote:


Please read below:

On 7/16/07, Vincent Torri [EMAIL PROTECTED] wrote:



add evfs.pc.in and apply that evfs patch. Same for entropy, I can't test.
So tell me if it compiles and runs fine (I guess entropy is a good test
for evfs :) )




Unfortunately. it still complains about ecore. Log attached.


I think that the .spec file of evfs should be updated, but I don't touch

that beast :)




I don't  use the SPEC file in CVS anyway, so don't bother. I autogenerate my
own.



--
With kind regards,
Didier.

DR17/E17 Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe

--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.
Message délivré par le serveur de messagerie de l'Université d'Evry.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entropy 20070715 fails to build

2007-07-16 Thread David Seikel
On Mon, 16 Jul 2007 14:14:32 +0200 (CEST) Vincent Torri
[EMAIL PROTECTED] wrote:

 anyway, I'm back on linux. I'll fix evfs and entropy build system
 later today.

Seems to be fixed now.


signature.asc
Description: PGP signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entropy 20070715 fails to build

2007-07-15 Thread Vincent Torri


Hey,

try the attached patch. If entropy compiles and works, I'll commit it (I 
can't test entropy right now)


Vincent


On Sun, 15 Jul 2007, Didier Casse wrote:


Hi all,

Enlightenment is fine now. But entropy seems to be looking for ecore. Log
attached.? entropy.diff
Index: configure.in
===
RCS file: /cvs/e/e17/proto/entropy/configure.in,v
retrieving revision 1.12
diff -u -r1.12 configure.in
--- configure.in11 Jun 2006 10:23:48 -  1.12
+++ configure.in15 Jul 2007 17:16:15 -
@@ -149,17 +149,7 @@
 
 
 #check for ecore
-AC_PATH_EFL(
-   ecore,
-   0.9.9,
-   [
- AC_DEFINE(HAVE_ECORE, 1, have ECORE)
- ecore=ECORE 
-   ],
-   [
- AC_MSG_ERROR([No ECORE, can't build.])
-   ]
-)
+PKG_CHECK_MODULES(ECORE, ecore = 0.9.9)
 
 
 dnl ###
@@ -191,61 +181,38 @@
 
 
 #check for ewl
-AC_PATH_EFL(
-   ewl,
-   0.0.4,
+PKG_CHECK_MODULES(EWL,
+   ewl = 0.0.4,
[
- AC_DEFINE(HAVE_EWL, 1, have EWL)
- ewl=EWL 
- AM_CONDITIONAL(HAVE_EWL, true)
  have_ewl=yes
],
[
- AC_DEFINE(HAVE_EWL, 0, no EWL)
- AM_CONDITIONAL(HAVE_EWL, false)
  AC_MSG_WARN([No EWL, can't build ewl plugins.])
  have_ewl=no
]
 )
+AM_CONDITIONAL(HAVE_EWL, test x$have_ewl = xyes)
 
 #check for etk
-AC_PATH_EFL(
-   etk,
-   0.1.0,
+PKG_CHECK_MODULES(ETK,
+   etk = 0.1.0,
[
- AC_DEFINE(HAVE_ETK, 1, have ETK)
- etk=ETK 
- AM_CONDITIONAL(HAVE_ETK, true)
  have_etk=yes
],
[
- AC_DEFINE(HAVE_ETK, 0, no ETK)
- AM_CONDITIONAL(HAVE_ETK, false)
- AC_MSG_WARN([No ETK, can't build ETK plugin.])
+ AC_MSG_WARN([No ETK, can't build etk plugins.])
  have_etk=no
]
 )
+AM_CONDITIONAL(HAVE_ETK, test x$have_etk = xyes)
 
 #Check for evfs
-AC_PATH_EFL(
-   evfs,
-   0.0.1,
-   [
- AC_DEFINE(HAVE_EVFS, 1, have EVFS)
- evfs=EVFS 
-   ],
-   [
- AC_MSG_ERROR([No EVFS, can't build.])
-   ]
-)
+PKG_CHECK_MODULES(EVFS, evfs = 0.0.1)
 
 # check for Imlib2
-AC_PATH_EFL(
-   imlib2,
-   1.2.1,
+PKG_CHECK_MODULES(IMLIB2,
+   imlib2 = 1.2.1,
[
- AC_DEFINE(HAVE_IMLIB2, 1, have Imlib2)
- imlib2=Imlib2 
  have_imlib2=yes
],
[
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entropy 20070715 fails to build

2007-07-15 Thread Didier Casse
It looks for evfs now. But evfs and evfs-devel are installed in my box.

evfs-0.0.1-1.20070715cvs
evfs-devel-0.0.1-1.20070715cvs

-
configure: error: Package requirements (evfs = 0.0.1) were not met:

No package 'evfs' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EVFS_CFLAGS
and EVFS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

error: Bad exit status from /var/tmp/rpm-tmp.70125 (%build)
Bad exit status from /var/tmp/rpm-tmp.70125 (%build)
aborting... entropy.spec did not compile!

-

Thanks for the reply Vincent.


-- 
With kind regards,
Didier.

Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe



On 7/15/07, Vincent Torri [EMAIL PROTECTED] wrote:


 Hey,

 try the attached patch. If entropy compiles and works, I'll commit it (I
 can't test entropy right now)

 Vincent


 On Sun, 15 Jul 2007, Didier Casse wrote:

  Hi all,
 
  Enlightenment is fine now. But entropy seems to be looking for ecore.
 Log
  attached.
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entropy 20070715 fails to build

2007-07-15 Thread Peter Parkanyi
I ran into the same problem today as i tried to install entropy, and
other efl applications. They aren't modified to work without the -config
scripts yet, so you shall wait, or dig into autotools ;).

rhapsodhy

Didier Casse wrote:
 It looks for evfs now. But evfs and evfs-devel are installed in my box.

 evfs-0.0.1-1.20070715cvs
 evfs-devel-0.0.1-1.20070715cvs

 -
 configure: error: Package requirements (evfs = 0.0.1) were not met:

 No package 'evfs' found

 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.

 Alternatively, you may set the environment variables EVFS_CFLAGS
 and EVFS_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.

 error: Bad exit status from /var/tmp/rpm-tmp.70125 (%build)
 Bad exit status from /var/tmp/rpm-tmp.70125 (%build)
 aborting... entropy.spec did not compile!

 -

 Thanks for the reply Vincent.
   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel