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 1594 - Build Issue: tdelibs FTBFS on tdehardwaredevices.cpp with some combinations of options
Summary: Build Issue: tdelibs FTBFS on tdehardwaredevices.cpp with some combinations o...
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdelibs (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: All Linux
: P5 normal
Assignee: Alexander Golubev (Fat-Zer)
URL:
Depends on:
Blocks:
 
Reported: 2013-07-24 22:01 CDT by Alexander Golubev (Fat-Zer)
Modified: 2013-08-07 19:21 CDT (History)
3 users (show)

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


Attachments
build.log (360.11 KB, application/octet-stream)
2013-07-24 22:01 CDT, Alexander Golubev (Fat-Zer)
Details
yet another cmake patch (2.97 KB, patch)
2013-07-24 22:17 CDT, Alexander Golubev (Fat-Zer)
Details | Diff
the new patch (2.97 KB, patch)
2013-07-30 19:34 CDT, Alexander Golubev (Fat-Zer)
Details | Diff
Updated patch (3.01 KB, patch)
2013-08-01 16:46 CDT, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Golubev (Fat-Zer) 2013-07-24 22:01:15 CDT
Created attachment 1403 [details]
build.log

some samples of such options are:
1) -DWITH_UDISKS2=ON -DWITH_UPOWER=OFF -DWITH_NETWORK_MANAGER_BACKEND=OFF
2) -DWITH_CONSOLEKIT=ON -DWITH_UDISKS=OFF -DWITHOUT_UDISKS2=OFF -DWITH_UPOWER=OFF

and some other.
Comment 1 Alexander Golubev (Fat-Zer) 2013-07-24 22:17:06 CDT
Created attachment 1404 [details]
yet another cmake patch
Comment 2 Darrell 2013-07-30 15:25:32 CDT
I am unable to build tdelibs with this patch. My build options:

  -DCMAKE_C_FLAGS:STRING="$CPUOPT" \
  -DCMAKE_CXX_FLAGS:STRING="$CPUOPT $DEBUG_CMAKE_OPT" \
  -DCMAKE_INSTALL_PREFIX=${PREFIX} \
  -DCMAKE_SKIP_RPATH=OFF \
  -DSYSCONF_INSTALL_DIR=${SYSCONFDIR} \
  -DLIB_SUFFIX=${LIBDIRSUFFIX} \
  -DMAN_INSTALL_DIR=${MANDIR} \
  -DWITH_GCC_VISIBILITY=ON \
  -DWITH_LIBART=ON \
  -DWITH_LIBIDN=ON \
  -DWITH_LUA=$LUA \
  -DWITH_TIFF=ON \
  -DWITH_JASPER=ON \
  -DWITH_OPENEXR=ON \
  -DWITH_UTEMPTER=ON \
  -DWITH_AVAHI=$DNSSD \
  -DWITH_ASPELL=ON \
  -DWITH_HSPELL=OFF \
  -DWITH_ARTS=ON \
  -DWITH_ALSA=ON \
  -DWITH_SSL=ON \
  -DWITH_CUPS=ON \
  -DWITH_INOTIFY=ON \
  -DWITH_PCRE=ON \
  -DWITH_GAMIN=ON \
  -DWITH_UDISKS=ON \
  -DWITH_UDISKS2=ON \
  -DWITH_UPOWER=ON \
  -DWITH_NETWORK_MANAGER_BACKEND=ON \
  -DWITH_CONSOLEKIT=OFF \
  -DWITH_ELFICON=OFF \
  -DWITH_SUDO_TDESU_BACKEND=OFF
Comment 3 Darrell 2013-07-30 15:26:41 CDT
The build log failure:

In file included from /dev/shm/tdelibs/tdecore/networkbackends/network-manager/network-manager.cpp:27:0:
/dev/shm/tdelibs/tdecore/networkbackends/network-manager/network-manager_p.h:45:33: fatal error: networkmanagerproxy.h: No such file or directory
compilation terminated.
Comment 4 Alexander Golubev (Fat-Zer) 2013-07-30 19:34:30 CDT
Created attachment 1428 [details]
the new patch

(In reply to comment #3)
> The build log failure:
> 
> In file included from
> /dev/shm/tdelibs/tdecore/networkbackends/network-manager/network-manager.cpp:27:0:
> /dev/shm/tdelibs/tdecore/networkbackends/network-manager/network-manager_p.h:45:33:
> fatal error: networkmanagerproxy.h: No such file or directory
> compilation terminated.

Yes, I missed 'S' on the end of "DIRS", sorry.
Comment 5 Darrell 2013-07-30 20:50:29 CDT
The latest patch built fine for me with no errors on Slackware. I don't know what usability tests to perform.
Comment 6 Darrell 2013-08-01 16:46:41 CDT
Created attachment 1436 [details]
Updated patch

Because of some recent tdelibs patches, I updated this patch. The new patch looks almost identical to the original and built without failure for me. Please retest.
Comment 7 Darrell 2013-08-07 17:29:11 CDT
Alexander, have you tested the updated patch?
Comment 8 Alexander Golubev (Fat-Zer) 2013-08-07 17:55:09 CDT
(In reply to comment #7)
> Alexander, have you tested the updated patch?
Sorry for haven't replied. 
I've retested it just now and it works... 
All in all there was just added yet another link directory...
Comment 9 Darrell 2013-08-07 19:21:33 CDT
Thanks. :) Patch pushed to got in commit c8d64e3c.