I'm trying to build tdelibs from GIT. The build fails and I always receive this error message:
/bin/sh: ./tdelfeditor: No such file or directory
I have -DWITH_ELFICON=OFF. I also tried removing that option because the option defaults to OFF from -DWITH_ALL_OPTIONS.
According to CMakeLists.txt, the tdelfeditor subdirectory should not get built.
All dependency packages build and install without error.
Darrell
I'm trying to build tdelibs from GIT. The build fails and I always receive this error message:
/bin/sh: ./tdelfeditor: No such file or directory
CMake is supposed to ignore that "error". My guess is that the build is probably failing elsewhere and this is just the last command executed in a single build thread.
Tim
I'm trying to build tdelibs from
GIT. The build fails and I always receive
this error message:
/bin/sh: ./tdelfeditor: No such file or directory
CMake is supposed to ignore that "error". My guess is that the build is probably failing elsewhere and this is just the last command executed in a single build thread.
Yes, I am seeing those errors in arts and dbus-1 build logs too. Can we eliminate those messages?
The real failure culprit is described in my subsequent message.
Darrell
I'm trying to build tdelibs from
GIT. The build fails and I always receive
this error message:
/bin/sh: ./tdelfeditor: No such file or directory
CMake is supposed to ignore that "error". My guess is that the build is probably failing elsewhere and this is just the last command executed in a single build thread.
Yes, I am seeing those errors in arts and dbus-1 build logs too. Can we eliminate those messages?
Try the attached patch and let me know if you still get those "errors"...
Tim
Try the attached patch and let me know if you still get those "errors"...
I no longer see tdelfeditor No such file or directory errors, but now I see this in the log:
cd /opt/trinity/bin && if [[ -e tdelfeditor ]]; then ./tdelfeditor -m /dev/shm/tdelibs.build/dcop/dcopidl2cpp/dcopidl2cpp "dcopidl2cpp" "" "" "" "" "Trinity Desktop Environment" "" "" "01/16/2012 14:10:32" "dcopidl2cpp" "" || true fi
Darrell
Try the attached patch and let me know if you still get those "errors"...
I no longer see tdelfeditor No such file or directory errors, but now I see this in the log:
cd /opt/trinity/bin && if [[ -e tdelfeditor ]]; then ./tdelfeditor -m /dev/shm/tdelibs.build/dcop/dcopidl2cpp/dcopidl2cpp "dcopidl2cpp" "" "" "" "" "Trinity Desktop Environment" "" "" "01/16/2012 14:10:32" "dcopidl2cpp" "" || true fi
That is normal--the check for tdelfeditor is built right in to that command, so the message is harmless. ;-)
Tim