Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83637 - bakefile-0.1.7.ebuild (New Package)
Summary: bakefile-0.1.7.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Development Tools Team
URL: http://bakefile.sourceforge.net/
Whiteboard:
Keywords:
: 90446 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-28 22:06 UTC by fzhe
Modified: 2009-07-27 20:25 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
bakefile-0.1.7.ebuild (bakefile-0.1.7.ebuild,502 bytes, text/plain)
2005-02-28 22:10 UTC, fzhe
Details
bakefile-0.1.9.1.ebuild (bakefile-0.1.9.1.ebuild,546 bytes, text/plain)
2005-07-18 11:42 UTC, Andreas Thillosen
Details
bakefile-0.1.9.1.ebuild (bakefile-0.1.9.1.ebuild,523 bytes, text/plain)
2005-08-24 13:35 UTC, Andreas Thillosen
Details
official ebuild from bakefile site (bakefile-0.2.5.ebuild,584 bytes, text/plain)
2009-02-10 06:56 UTC, Malcolm MacLeod
Details
0.2.6 ebuild (upstream version + modifications) (bakefile-0.2.6.ebuild,586 bytes, text/plain)
2009-04-26 16:46 UTC, Sebastian Pipping
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fzhe 2005-02-28 22:06:59 UTC
Hi!

I hope the attached bakefile-0.1.7.ebuild could be added to the portage tree so that Gentoo users can use Bakefile easier.

Bakefile is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build tasks as input and generates native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.).

Thanks and regards,
Only

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 fzhe 2005-02-28 22:10:53 UTC
Created attachment 52342 [details]
bakefile-0.1.7.ebuild

suggest put under dev-util
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2005-05-01 09:52:25 UTC
*** Bug 90446 has been marked as a duplicate of this bug. ***
Comment 3 Colin Kingsley (RETIRED) gentoo-dev 2005-05-31 01:52:36 UTC
This ebuild produced a long string of sandbox access violations when I tried to
test it. You will probably want to fix this up a bit, if you want to get anybody
interested in maintaining it. All the access violations were related to
/usr/lib/bakefile. Below are some usefull sources of information on writing ebuilds.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1
http://dev.gentoo.org/~ciaranm/devmanual/
Comment 4 Andreas Thillosen 2005-05-31 08:54:16 UTC
That's strange, I can install it without problem (and 2 other friends of mine
have succeeded in installing it)... I get no sandbox access violations.
Are you sure your problem is related to the ebuild itself?
Version 0.1.8 also installs flowlessly by me:
http://bugs.gentoo.org/show_bug.cgi?id=90446
Comment 5 Jory A. Pratt 2005-06-01 11:56:07 UTC
Colin this is a problem on  your part hehe there is no sandbox violation with
the ebuild suggest ya fix your system partner.
Comment 6 Colin Kingsley (RETIRED) gentoo-dev 2005-06-01 14:33:40 UTC
odd. I tried again and nothing went wrong. I wonder what changed.
Comment 7 Colin Kingsley (RETIRED) gentoo-dev 2005-06-01 14:51:33 UTC
ahh, I figured out the problem. I was checking this ebuild out because it is a
dep for a package I was curious about. The problem was in another dependency of
that package, not this one. sorry for the confusion.
Comment 8 david somers 2005-07-11 13:39:59 UTC
The ebuild also works with bakefile-0.1.9 
Comment 9 Andreas Thillosen 2005-07-18 11:42:13 UTC
Created attachment 63721 [details]
bakefile-0.1.9.1.ebuild

Ebuild for new version of bakefile.
Comment 10 Andreas Thillosen 2005-08-24 13:35:05 UTC
Created attachment 66798 [details]
bakefile-0.1.9.1.ebuild

Package was tested only on x86, so just leave one KEYWORD "~x86".
Comment 11 Malcolm MacLeod 2009-02-10 06:55:37 UTC
This appears to still not be in portage. Or is it in an overlay that I am missing?
Anyway the bakefile website itself contains an ebuild for the latest version which is now 0.2.5 the ebuild seems to work on my amd64 system without any problems I will attach it here.
Comment 12 Malcolm MacLeod 2009-02-10 06:56:12 UTC
Created attachment 181512 [details]
official ebuild from bakefile site
Comment 13 Sebastian Pipping gentoo-dev 2009-04-26 16:46:50 UTC
Created attachment 189527 [details]
0.2.6 ebuild (upstream version + modifications)

Changes to upstream ebuild:
- remove stuff that seems unneeded to me:
  - inherit libtool
  - autoconf runtime dependency (RDEPEND)
- clear build dependencies (DEPEND)
- add doc use flag
- mask keywords

Identical ebuild now in overlay "sping".
Comment 14 Edgardo Rossetto 2009-04-29 19:26:49 UTC
You can add ~amd64 to the list of keywords. Built fine on my box.
Comment 15 Markus Ullmann (RETIRED) gentoo-dev 2009-07-27 20:25:47 UTC
Erm, in-tree nowish :D

Thanks for the ebuild