>> *If* you don't have any changes in the scripts submodule, do a
>'rm -rf
>> scripts' then rerun 'git submodule update'
>
>I assume that the move scripts from meta-project 'tde' into a
>separate git
>repository may be the reason why you did not successfully
>switch_all_submodules_to_head_and_clean.
>
>I recommend to start updating the git repository with scripts - as
>recommended
>by Tim. Subsequently, switch_all_submodules_to_head_and_clean
>should be run
>properly.
I seem unable to stop the following messages:
Submodule path 'main/applications/fusion-icon': checked out
'0305e778e8060720a09eaf2d8d2b7356e52b6b89'
Submodule path 'main/applications/kio-umountwrapper': checked out
'7048da84fc926fffd2284dbce0808f1c57eb8742'
Submodule path 'main/dependencies/qt3': checked out
'902e15edcfaf6389f515bf9634ba2d29a08e87eb'
Submodule path 'main/dependencies/tqt3': checked out
'71625b1f53dd8736d537334c8ba82af310b52f52'
Submodule path 'main/tde-construct': checked out
'd78f33315c6d5acdb8cb801751d37058dc4137a3'
How do I fix?
Darrell
>A git pull does not update submodules, you need to issue a 'git
>submodule
>update' command to do so. Submodules are unfortunately still an
>area
>where using GIT becomes a convoluted mess.
Why isn't the switch_all_submodules_to_head_and_clean script doing
that?
Second, when I try to run git submodule update, I get the following
failure:
Submodule path 'main/applications/amarok': checked out
'0032b853a65c3b109049d8e321e1129643c036e1'
Submodule path 'main/applications/fusion-icon': checked out
'0305e778e8060720a09eaf2d8d2b7356e52b6b89'
Submodule path 'main/applications/gtk-qt-engine': checked out
'420c78c73d2b35b815082850a6586ef1da6f7c43'
Submodule path 'main/applications/gwenview': checked out
'70f05472bf59e5a63ccbff4f077382859b4abc67'
Submodule path 'main/applications/kio-umountwrapper': checked out
'7048da84fc926fffd2284dbce0808f1c57eb8742'
Submodule path 'main/applications/twin-style-crystal': checked out
'76f5da53a3454dbc2c45b655dcc63b89429d569c'
Submodule path 'main/dependencies/qt3': checked out
'd10d2321a34ab6c157bdf2a2e900c0ee52f1bd79'
Submodule path 'main/dependencies/tqt3': checked out
'cb6a50aa2564adf03b5ccd87b8ee0e68947d3a61'
Submodule path 'main/libraries/libtqt-perl': checked out
'f25e1484a541819387ed7f9d6aa98e49fb7626fa'
Submodule path 'main/tde-construct': checked out
'd78f33315c6d5acdb8cb801751d37058dc4137a3'
Submodule path 'main/tdebase': checked out
'd09a22af8ed75196f9b7acbd6057c5cd064d9ac3'
Submodule path 'main/tdegraphics': checked out
'd2151830b92cef57979150ed058c5f28fc4aef35'
Submodule path 'main/tdelibs': checked out
'27bbee9a5f9dcda53d8eb23863ee670ad1360e41'
Submodule path 'main/tdepim': checked out
'04d3010f7abb47f47ac6b328a408cc855cb9af4b'
Submodule path 'main/tdeutils': checked out
'a7255b5637740fa13af67580ed48861d3b040a26'
Submodule path 'main/tdewebdev': checked out
'ea808784e9b2965fc2d9a4c471b987fb62e265ac'
fatal: destination path 'scripts' already exists and is not an
empty directory.
Clone of 'http://danderson@scm.trinitydesktop.org/scm/git/scripts'
into submodule path 'scripts' failed
Darrell
>How do I do that? I did a full repository update. I also did a git
>pull in each of the affected sources.
I copied the files from a working module and that seemed to work. I
don't know why those modules did not update correctly.
Darrell
>Make sure that you have updated the admin/ submodule in each
>package.
>There were changes made some time ago that would present these
>symptoms if
>an out of date admin/ module were used to build against the latest
>TDE
>lbraries from GIT.
How do I do that? I did a full repository update. I also did a git
pull in each of the affected sources.
Darrell
I have several packages that will not build, such as k9copy,
koffice, kcmautostart. All fail with the same error:
checking for KDE... configure: error:
in the prefix, you've chosen, are no TDE libraries installed. This
will fail.
So, check this please and use another prefix!
How to fix?
Darrell
Hello everyone,
During the current work on repairing unintended renames I often use to bulk
commit commit_all_submodules script. That's why I worked on some of the
improvements.
The first change is that I moved "git pull" after check whether in the module
are any changes to push to the server. The advantages are two:
1) If the module does not contain changes, it is omitted both - pull and push.
Step to pushing changes to the server can be significantly faster.
2) In general commit to 'tde' are not included unrelated changes in the
modules in which was pushed commits from some other developers.
The second change is that I added to "git pull" option --rebase. The advantage
is that if changes were made on both sides - on the server and also in the
local git clone, then instead of merge temporary local branch are local
changes "rebased" to current HEAD on the server in order to maintain linear
history without unnecessary merges. As you can see on my commits to
master 'tde' repository.
What is your opinion on the use of "--rebase"?
Note: Attached is both - both script and diff.
Slavek
--
>This is just a quick heads-up notice to the TDE development team
>that the
>major library and header renaming effort has reached its logical
>conclusion, and that no additional major API/ABI changing renaming
>efforts
>are likely for R14.0.0. While a number of binary files are still
>using
>their old KDE names, this should not interfere with the usage of
>KDE 4+
>libraries within TDE if such usage is desired.
>
>All packages build properly as of this point, and as an added
>bonus Raring
>support is now available in the nightly builds PPA.
>
>The patchset generator is also back online as of this writing.
>
>If you have any questions, as always please feel free to ask!
* Will the bug tracker next receive attention?
* What is the target release date for R14?
Darrell
This is just a quick heads-up notice to the TDE development team that the
major library and header renaming effort has reached its logical
conclusion, and that no additional major API/ABI changing renaming efforts
are likely for R14.0.0. While a number of binary files are still using
their old KDE names, this should not interfere with the usage of KDE 4+
libraries within TDE if such usage is desired.
All packages build properly as of this point, and as an added bonus Raring
support is now available in the nightly builds PPA.
The patchset generator is also back online as of this writing.
If you have any questions, as always please feel free to ask!
Tim
If you want to use KDE 3.5.10 I recommend you install a outdated and
insecure distro. Trinity has changed, but also improved KDE3. If you want
kde 3.5.10 then don't bother with Trinity. Trinity is a thing unto itself,
but lives in the spirit of KDE3.
On 25 February 2013 10:10, C W <elcaseti(a)gmail.com> wrote:
> To clarify, I'm not suggesting that Alexandre (or anyone else) be
> encouraged to stop making his spin available to others. I am suggesting
> that someone else may want to make another spin of PCLOS TDE in addition to
> Alexandre's version.
>
>
>
> On Mon, Feb 25, 2013 at 7:00 AM, C W <elcaseti(a)gmail.com> wrote:
>
>> Maybe the best solution to this issue is for one or more of the TDE
>> purists (who want TDE to be exactly like KDE 3.5.10, as far as I can tell),
>> to make a version of PCLOS with TDE & nothing borrowed from KDE4. The only
>> downside to that I can think of would be possible fragmentation like Lisi
>> mentioned.
>>
>> Cheers,
>>
>> Elcaset
>>
>>
>> On Mon, Feb 25, 2013 at 6:39 AM, Steven D'Aprano <steve(a)pearwood.info>wrote:
>>
>>> On 25/02/13 12:32, Alexandre Couture wrote:
>>>
>>> Well that's getting a real joke! Once again!
>>>> I am not a software developer. I don't know how to make a computer
>>>> program.
>>>> And you tell me that I have added an option to TDE? Certainly not.
>>>>
>>>
>>>
>>> You have changed the default settings. That is what I mean by adding an
>>> option.
>>> My apologies for the confusion.
>>>
>>> Alexandre, I am sorry that I have upset you. I think it is very
>>> important for
>>> us all to be grateful for your efforts at packaging Trinity. Thank you
>>> again.
>>>
>>> But gratitude is not "all, or nothing". I believe that we should be
>>> thankful
>>> for your work in packaging Trinity, but *not* thankful that your package
>>> makes Trinity more like KDE 4, and less consistent with Trinity on other
>>> Linux distros.
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Steven
>>>
>>> ------------------------------**------------------------------**
>>> ---------
>>> To unsubscribe, e-mail: trinity-users-unsubscribe@**
>>> lists.pearsoncomputing.net<trinity-users-unsubscribe(a)lists.pearsoncomputing.net>
>>> For additional commands, e-mail: trinity-users-help(a)lists.**
>>> pearsoncomputing.net <trinity-users-help(a)lists.pearsoncomputing.net>
>>> Read list messages on the web archive: http://trinity-users.**
>>> pearsoncomputing.net/ <http://trinity-users.pearsoncomputing.net/>
>>> Please remember not to top-post: http://trinity.**
>>> pearsoncomputing.net/mailing_**lists/#top-posting<http://trinity.pearsoncomputing.net/mailing_lists/#top-posting>
>>>
>>>
>>
>>
>> --
>> Free Geek Seattle- Helping The Needy Get Nerdy
>> http://www.freegeekseattle.org/
>> https://groups.google.com/group/freegeek-seattle/topics?hl=en
>>
>> K Desktop Environment- Experience Freedom & User Friendliness
>> http://kde.org/
>>
>> Free Lossless Audio Codec
>> https://secure.wikimedia.org/wikipedia/en/wiki/Flac
>>
>> Protect your digital freedom and privacy, eliminate DRM, learn more at
>> http://www.defectivebydesign.org/what_is_drm
>>
>
>
>
> --
> Free Geek Seattle- Helping The Needy Get Nerdy
> http://www.freegeekseattle.org/
> https://groups.google.com/group/freegeek-seattle/topics?hl=en
>
> K Desktop Environment- Experience Freedom & User Friendliness
> http://kde.org/
>
> Free Lossless Audio Codec
> https://secure.wikimedia.org/wikipedia/en/wiki/Flac
>
> Protect your digital freedom and privacy, eliminate DRM, learn more at
> http://www.defectivebydesign.org/what_is_drm
>