@Cravix:
for which configure.ac do you apply this? i'm almost sure you also need for-loop!
Search Criteria
Package Details: e-modules-extra-git 20241111-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/e-modules-extra-git.git (read-only, click to copy) |
---|---|
Package Base: | e-modules-extra-git |
Description: | Enlightenment modules: Extra unsupported modules in Git not already packaged elsewhere |
Upstream URL: | https://git.enlightenment.org/ |
Licenses: | GPL, MIT |
Provides: | e-modules-extra |
Submitter: | Cravix |
Maintainer: | mpento |
Last Packager: | mpento |
Votes: | 44 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-18 10:41 (UTC) |
Last Updated: | 2024-11-12 01:15 (UTC) |
Dependencies (2)
- enlightenment (enlightenment-gitAUR, enlightenment-git-asanAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (5)
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-cpu.git
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-desksanity.git
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-eenvader.fractal.git
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-mem.git
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-net.git
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »
foobarrior commented on 2013-01-03 14:03 (UTC)
Cravix commented on 2013-01-03 13:44 (UTC)
@foobarrior:
i just execute this:
[[ -f ./configure.ac ]] && sed -i 's/^AM_CONFIG_HEADER(config.h)$/AC_CONFIG_HEADER(config.h)/; /^AM_PROG_CC_STDC$/d' ./configure.ac
before running autogen.sh.
if so, then i think my implementation also works :)
i'm sure AM_CONFIG_HEADER line here must be "AM_CONFIG_HEADER(config.h)", and i've greped all configure.ac to check it, hmm.
foobarrior commented on 2013-01-03 12:49 (UTC)
Howdy! Sorry, but i've mistaken about the correctness of that patch. That is because i've issued same problems with package engage-svn.
Neverthess, i solved a compilation problem with the following script
#begin script
for i in $(find -name 'configure.ac'); do
sed -e 's/AM\(_CONFIG_HEADER(\)/AC\1/' \
-e 's/AM_PROG_CC_STDC//' -i $i
done
#end script
That script is correct, because i found that AM_CONFIG_HEADER and AM_PROG_CC_STDC are deprecated; http://www.delorie.com/gnu/docs/automake/automake_24.html
Cravix commented on 2013-01-03 11:40 (UTC)
and *ANOTHER NOTICE*:
eweather module works again now, and it's really nice,
if you want to try it, please install libeweather-svn and add eweather into defset in pkgbuild then build :)
Cravix commented on 2013-01-03 11:28 (UTC)
@foobarrior:
thank you for your patch :)
according to your script i add a sed cmd in the script, and it works with autotools from core repo too,
can you help me test it with autotools from test repo?
foobarrior commented on 2013-01-03 09:40 (UTC)
andre.vmatos,
You can modify PKGBUILD with applying the following patch:
Index: configure.ac
===================================================================
--- configure.ac (revision 81973)
+++ configure.ac (working copy)
@@ -11,11 +11,10 @@
AM_INIT_AUTOMAKE(1.6)
AC_CONFIG_SRCDIR(configure.ac)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
AC_ISC_POSIX
AC_PROG_CC
-AM_PROG_CC_STDC
AC_HEADER_STDC
AC_C_CONST
AM_ENABLE_SHARED
Cravix commented on 2013-01-02 23:48 (UTC)
@andre.vmatos:
I tried build ver. 81963, but it works for me,
and after reading your error output, I think the problem is the automake you use is too new (get from testing repo?),
I recommend you to use auto tools in core repo :)
andre.vmatos commented on 2013-01-02 17:43 (UTC)
I'm getting this error in revision 81963:
Running aclocal...
configure.ac:14: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:14: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
Someone else?
Pinned Comments
mpento commented on 2024-11-12 01:22 (UTC)
Update to 20241111
Corrected URL and paths in build() and package() steps.
Unfortunately, had to disable alarm, eweather, tclock and wlan modules, since they either are no longer supported on the latest version of Enlightenment (0.26.0), or they are no longer able to build on the latest gcc version (14.2.1).
Currently, this package only provides the cpu, desksanity, eenvader.fractal, mem and net modules.