Summary: | dev-neko/neko-1.3.ebuild (New Package) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Emmanuel Rosa <emmanuelrosa> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | alex55miller+gentoo, apense, dan, patrick, sascha-gentoo-bugzilla |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | sunrise suggested | ||
Package list: | Runtime testing required: | --- | |
Attachments: |
dev-neko/neko-1.3.ebuild
neko-1.3-clock-tick.diff neko-1.3-makefile.diff neko-1.6.0 ebuild neko-1.6.0-r2.ebuild the patch needed for my neko-1.6.0-r2.ebuild to work mod_neko configuration for apache2 env.d entry for neko (sets NEKOPATH) |
Description
Emmanuel Rosa
2006-06-03 11:36:00 UTC
Created attachment 88284 [details]
dev-neko/neko-1.3.ebuild
Created attachment 88285 [details, diff]
neko-1.3-clock-tick.diff
Changes 'CLK_TCK' to 'CLOCKS_PER_SEC' so that it compiles. CLK_TCK is not used anymore, I think.
Created attachment 88286 [details, diff]
neko-1.3-makefile.diff
Adds an install target to the makefile.
Created attachment 131076 [details]
neko-1.6.0 ebuild
This is really just an update to manny15's ebuild. As far as I can tell, the patches are unneeded now.
The only big change in the ebuild is the inclusion of an sqlite flag, which is handled in the same way as the other use flags due to neko's strange build system.
Created attachment 138359 [details]
neko-1.6.0-r2.ebuild
has all known dependencies; uses a different workaround for quirky neko build structure; supports USE flags for all optional libraries but apache1 (sqlite, mysql, apache2, gtk); checks dependency USE flags for boehm-gc (+threads) and apache (-threads); doesn't strip binaries (most contain and require neko bytecode, which would be stripped); sets libneko.so soname; links agains libmysqlclient.so (not .a) to avoid TEXTRELs.
needed patch to be attached.
Created attachment 138360 [details]
the patch needed for my neko-1.6.0-r2.ebuild to work
Created attachment 138362 [details]
mod_neko configuration for apache2
Created attachment 138364 [details]
env.d entry for neko (sets NEKOPATH)
i'm maintaining an overlay for haXe and neko; see http://xinf.org/trac/wiki/GentooOverlay (this is an automated message based on filtering criteria that matched this bug) 'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached to this bug. This bug is assigned to maintainer-wanted which means that it is not in the main tree. Heuristics show that no Gentoo developer has commented on your ebuild. Hello, The Gentoo Team would like to firstly thank you for your ebuild submission. We also apologize for not being able to accommodate you in a timely manner. There are simply too many new packages. Allow me to use this opportunity to introduce you to Gentoo Sunrise. The sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to commit to and all users can have ebuilds reviewed by Gentoo devs for entry into the overlay. So, the sunrise team is suggesting that you look into this and submit your ebuild to the overlay where even *you* can commit to. =) Because this is a mass message, we are also asking you to be patient with us. We anticipate a large number of requests in a short time. Thanks, On behalf of the Gentoo Sunrise Team, Jeremy. [1]: http://www.gentoo.org/proj/en/sunrise/ [2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq *** Bug 296786 has been marked as a duplicate of this bug. *** Playing around with 1.8.2 -
the build system patch doesn't apply anymore
and it fails to build like this without apache installed:
Compiling mod_neko...
The file httpd.h provided when installing Apache 1.3.x was not found
Please enter a valid include path to look for it
Or 's' to skip this library
> Called from tools/install.neko line 397
Called from tools/install.neko line 333
Called from tools/install.neko line 317
Called from tools/install.neko line 229
Called from tools/install.neko line 220
Uncaught exception - [file_read_char,stdin]
make: *** [libs] Error 1
* ERROR: dev-lang/neko-1.8.2 failed (compile phase):
|