Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319503 - fossil ebuild requires small change to handle current version 20100318142033
Summary: fossil ebuild requires small change to handle current version 20100318142033
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-13 11:21 UTC by Stefan Schmiedl
Modified: 2010-05-19 07:52 UTC (History)
0 users

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


Attachments
working ebuild (fossil-20100318142033.ebuild,827 bytes, text/plain)
2010-05-13 11:23 UTC, Stefan Schmiedl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Schmiedl 2010-05-13 11:21:53 UTC
The sed expression needs a tiny tweak to handle more recent fossil releases like the current 20100318142033.

Reproducible: Always

Steps to Reproduce:
1. cp fossil-20100124175507.ebuild fossil-20100318142033.ebuild
2. emerge fossil

Actual Results:  
emerge fails when trying to execute
x86_64-pc-linux-gnu-gcc -Wall -O2 -march=nocona -pipe  x86_64-pc-linux-gnu-gcc -Wall -O2 -march=nocona -pipe  -O2 -march=nocona -pipe -I. -I./src -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -Dlocaltime=fossil_localtime -DSQLITE_ENABLE_LOCKING_STYLE=0 -c ./src/sqlite3.c -o ./obj/sqlite3.o


Expected Results:  
successful emerge of fossil

The problem is that the current Makefile has two lines starting with TCC, which is not handled by the sed script in src_prepare.
Comment 1 Stefan Schmiedl 2010-05-13 11:23:02 UTC
Created attachment 231307 [details]
working ebuild

This is a working ebuild file for recent fossil releases
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2010-05-19 07:52:29 UTC
+*fossil-20100318142033 (19 May 2010)
+
+  19 May 2010; Justin Lecher <jlec@gentoo.org>
+  +files/20100318142033-gentoo.patch, +fossil-20100318142033.ebuild:
+  Version Bump #319503; unbundle sqlite; link as-needed conform
+