Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542234 - dev-db/sqlite-2.8.16-r5: /etc/make.conf: No such file or directory
Summary: dev-db/sqlite-2.8.16-r5: /etc/make.conf: No such file or directory
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Proxy Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-05 08:55 UTC by Martin Mokrejš
Modified: 2016-02-20 17:24 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2015-03-05 08:55:51 UTC
During compilation, I get:


Starting TCL Build
rm -rf tsrc
mkdir tsrc
cp ./src/attach.c ./src/auth.c ./src/btree.c ./src/btree.h ./src/btree_rb.c ./src/build.c ./src/copy.c ./src/date.c ./src/delete.c ./src/encode.c ./src/expr.c ./src/func.c ./src/hash.c ./src/hash.h ./src/insert.c ./src/main.c ./src/os.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/pragma.c ./src/printf.c ./src/random.c ./src/select.c ./src/shell.c ./src/sqlite.h.in ./src/sqliteInt.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbeaux.c ./src/vdbe.h ./src/where.c sqlite.h ./src/btree.h config.h ./src/hash.h opcodes.h ./src/os.h ./src/sqliteInt.h ./src/vdbe.h parse.h ./src/vdbeInt.h tsrc
cp: warning: source file './src/btree.h' specified more than once
cp: warning: source file './src/hash.h' specified more than once
cp: warning: source file './src/sqliteInt.h' specified more than once
cp: warning: source file './src/vdbe.h' specified more than once
rm tsrc/sqlite.h.in tsrc/parse.y
cp parse.c opcodes.c tsrc
./maketcllib.sh: line 21: /etc/make.conf: No such file or directory
func.c: In function 'minmaxFunc':
func.c:38:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   mask = (int)sqlite_user_data(context);
          ^
func.c: In function 'minmaxStep':
func.c:526:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   mask = (int)sqlite_user_data(context);
          ^
Done TCL Build
>>> Source compiled.



Obviously I have /etc/portage/make.conf
Comment 1 Antti Järvinen 2015-07-16 08:08:43 UTC
Ok, this happens if TCL is installed and USE=tcl is specified. As sqlite2 is a bit old, nobody corrected the build scripts regarding make.conf location and sqlite2 is now broken, users are supposed to use sqlite3.. if there is specific need for sqlite2, this might be corrected.
Comment 2 Pacho Ramos gentoo-dev 2016-02-20 17:24:38 UTC
removed