Guys,
I did a fresh git clone http://scm.trinitydesktop.org/scm/git and the git
clone resulted in the same empty 'admin' and 'cmake' files in the directories
and in having and experimental/.git FILE instead of a DIR which hosed the shared
object use to fill them. switch_all_submodules_to_head_and_clean crashed on
experimental do I deleted and recloned experimental. Now I have a proper .git
DIRECTORY in experimental and the expected objects are present.
All other dependencies, applications, have .git FILES instead of .git
DIRECTORIES causing switch_all_submodules_to_head_and_clean to fail. If I delete
each submodule and then re-clone it again in the tree, the it will contain a
proper .git dir and will accept 'admin' and 'cmake' shared objects allowing
build. But, I shouldn't have to pick through every submodule in TDE, delete
recursive the submodule and then re-clone just to get the tree straightened out
-- this is git -- it should just work. Still any idea what the cause of these
issues are??
--
David C. Rankin, J.D.,P.E.
Latest GIT (short version 4010). Error:
/usr/include/tqt/tqobjdefs.h:29:26: error: tqobjectdefs.h: No such file or directory
I modifed tqt/tqobjdefs.h:29 from tqobjectdefs.h to qobjectdefs.h and the package built.
I don't know whether that is the correct solution.
Darrell
Okay, what happened to the configure script for tdemultimedia? The file is missing.
The cmake conversion looks incomplete and there were no announcements that tdemultimedia was ported to cmake.
Darrell
I don't know if this is the git config for tde or me that is causing the git
clone of the tde tree to fail to clone the needed admin, cmake and other
submodules when doing a clone of the entire project.
I cloned using:
git clone http://drankin@scm.trinitydesktop.org/scm/git/tde
./scripts/switch_all_submodules_to_head_and_clean
I have since used:
git pull
./scripts/switch_all_submodules_to_head_and_clean
git submodule update --init
git reports the tree is up to date:
10:00 archangel:/dat_f/tde> git pull
Already up-to-date.
However, working on tqtinterface, the tqtinterface/admin and
tqtinterface/cmake directories are empty -- and tqtinterface will not build.
Comparing what I see browsing the git repository online and what I have locally,
there is no question files are missing.
For example, browsing:
http://git.trinitydesktop.org/cgit/admin/treehttp://git.trinitydesktop.org/cgit/cmake/tree
both show fully populated directories on the server. However looking at the
local copy I have after cloning -- I have nothing in either directory:
10:00 archangel:/dat_f/tde> ls -al main/dependencies/tqtinterface/{admin,cmake}
main/dependencies/tqtinterface/admin:
total 8
drwxr-xr-x 2 david david 4096 Feb 8 18:47 .
drwxr-xr-x 5 david david 4096 Feb 8 18:47 ..
main/dependencies/tqtinterface/cmake:
total 8
drwxr-xr-x 2 david david 4096 Feb 8 18:47 .
drwxr-xr-x 5 david david 4096 Feb 8 18:47 ..
How is this possible? Is it me or git? Are there other command needed to
activate the submodules after cloning the entire project and running the
switch_all_submodules_to_head_and_clean script?
Also, when I run the switch_all_submodules_to_head_and_clean script, I get the
following error:
This script can only be run from a top level git directory. Exiting...
Stopping at 'experimental'; script returned non-zero status.
Now when I try and run the update_all_submodules script, I get errors like:
fatal: Not a git repository: /dat_e/tde/.git/modules/experimental
Unable to find current revision in submodule path 'experimental'
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
Committing changes to /home/david/tdegit/tde
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
fatal: Not a git repository: /dat_e/tde/.git/modules/experimental
Unable to find current revision in submodule path 'experimental'
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
fatal: Not a git repository: /dat_e/tde/.git/modules/main/dependencies/tqtinterface
Committing changes to /home/david/tdegit/tde
fatal: Path 'main/dependencies/tqtinterface/cmake' is in submodule
'main/dependencies/tqtinterface'
error: pathspec 'main/dependencies/tqtinterface/cmake' did not match any file(s)
known to git.
Can I fix this, or do I just need to pull another complete copy of the tree?
--
David C. Rankin, J.D.,P.E.
Hello,
I'd like to know if there is an existing script or method to build
"official" source tarballs from git.
I need to get tarballs that "look like" the ones that are delivered for
official releases, e.g. that I can build exactly in the same way that I
build official releases tarballs.
Thanks,
Francois
Hello,
I just added UPower support into ksmserver. This meaning that
Suspend/Hibernate will be available even if HAL is not present.
To enable it, pass -DWITH_UPOWER to cmake. If HAL support is activated too,
UPOWER will be preffered.
--
Serghei.
Hi,
I think that we should just do away with the shutdown dialog. The same
task could be easily achieved via the Kicker menu. A Leave submenu
would be present and would expand to have all the options. Users would
then be prompted with a dialog box "are you sure you want to X?"
This would:
1. Allow for a streamlined and efficient interface
2. create a more consistent interface, custom dialogs are not good
because they require more code, and are more complicated for a user to
learn. The KSM functionality would not be compromised anyway, and you
could still issue the same commands to it.
3. reduce clutter in the Kicker menu by moving Lock Session, Switch
User, and Save Session to the new Leave submenu.
What do you think?
Calvin