Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453916 - dev-tcltk/snack does not respect CFLAGS
Summary: dev-tcltk/snack does not respect CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 22:22 UTC by Agostino Sarubbo
Modified: 2013-01-25 08:10 UTC (History)
0 users

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 Agostino Sarubbo gentoo-dev 2013-01-24 22:22:37 UTC
You receive this bug because this package does not respect my system's CFLAGS
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can
2)inherit toolchain-funcs and use emake CFLAGS="${CFLAGS}" (if it does not break)


x86_64-pc-linux-gnu-gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA  -I/usr/include -I/usr/lib64/tcl8.5/include/generic -I/usr/lib64/tk8.5/include/generic   
-DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1  
./../generic/sound.c

vbp ~ # portageq envvar CFLAGS                                                                                                                                                      
-march=native -O2 -g0 -pipe
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-01-25 08:10:36 UTC
+*snack-2.2.10-r6 (25 Jan 2013)
+
+  25 Jan 2013; Justin Lecher <jlec@gentoo.org> +snack-2.2.10-r6.ebuild:
+  Respect AR, #453914; respect CFLAGS, #453916; use distutils-r1 and
+  autotools_utils eclasses
+