By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 787 - kdesdk: kapptemplate/Makefile.am:3: `:='-style assignments are not portable
Summary: kdesdk: kapptemplate/Makefile.am:3: `:='-style assignments are not portable
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdesdk (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Other
: P5 blocker
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-01-11 20:43 CST by Darrell
Modified: 2014-01-15 21:11 CST (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Fix kapptemplate/Makefile.am:3: `:='-style assignments are not portable (410 bytes, patch)
2012-01-11 20:43 CST, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2012-01-11 20:43:14 CST
Created attachment 268 [details]
Fix kapptemplate/Makefile.am:3: `:='-style assignments are not portable

Changed to an equal sign.

Also caused this error duringthe build:

make[3]: Entering directory `/dev/shm/kdesdk/kapptemplate'
echo "#!/usr/bin/env bash" > kapptemplate; \
  echo "INSTALLED_SHARE_DIR=/opt/trinity/share/apps/kapptemplate" >> kapptemplate; \
  echo "KAPPTEMPLATEVERSION=`cat /VERSION`" >> kapptemplate; \
  cat ./kapptemplate.in >> kapptemplate; \
  chmod 755 kapptemplate
cat: /VERSION: No such file or directory
make[3]: Leaving directory `/dev/shm/kdesdk/kapptemplate'
Comment 1 Darrell 2012-02-16 13:49:58 CST
Although trivial, this is a build issue and the bug report should be bumped to Blocker.
Comment 2 Darrell 2012-02-25 01:24:51 CST
tdesdk was converted to cmake. Do we want to still push this patch? If not then this bug report can be closed as RESOLVED WON'T FIX.
Comment 3 Darrell 2012-02-25 09:10:27 CST
What the hey. cmake or not, for historical reasons and technical correctness, patch merged in GIT hash 97b399a1e597c80d83782ed360abd841ef601ac3. Resolved.