Bug 317622 - git master branch (kde-4.10) should be updated
Summary: git master branch (kde-4.10) should be updated
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: buildsystem (show other bugs)
Version: unspecified
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-30 23:14 UTC by mparchet
Modified: 2019-10-20 10:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
One or Several package is outdated (580 bytes, text/plain)
2013-03-30 23:14 UTC, mparchet
Details
Git_error when I put the command in terminal. (163 bytes, text/plain)
2013-04-01 18:29 UTC, mparchet
Details
kdepimlibs git master branch kde-4.10 (1.63 KB, text/plain)
2013-04-05 14:23 UTC, mparchet
Details
The output of emerge patch command. (275 bytes, text/plain)
2013-04-05 16:41 UTC, mparchet
Details
emerge -v --update patch output (4.08 KB, text/plain)
2013-04-06 21:52 UTC, mparchet
Details
gnuwin32_patch (2.03 KB, patch)
2013-04-07 20:22 UTC, mparchet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mparchet 2013-03-30 23:14:40 UTC
Created attachment 78516 [details]
One or Several package is outdated

Hello,

When I compile kdepimlibs with emerge. The process stop when Activeperl tried to compile because it seems that emerge isn't updated

See attachement




When I check this URL  : (http://downloads.activestate.com/ActivePerl/releases/), the last version is :  5.16.3.1603/  the 5.16.1.160 version is no more at this adress.

Could you update emerge ?

Best regards

Battant
Comment 2 Andrius 2013-03-31 14:35:55 UTC
Git commit f7035509f667bfd093ad9bec8555ba31c9d12e19 by Andrius da Costa Ribas.
Committed on 31/03/2013 at 16:34.
Pushed by andriusr into branch 'kde-4.10'.

Update perl version

M  +7    -1    portage/dev-util/perl/perl-5.16.1.1601.py

http://commits.kde.org/emerge/f7035509f667bfd093ad9bec8555ba31c9d12e19
Comment 3 Ralf Habacker 2013-03-31 14:48:28 UTC
(In reply to comment #2)
> Git commit f7035509f667bfd093ad9bec8555ba31c9d12e19 by Andrius da Costa
> Ribas.
> Committed on 31/03/2013 at 16:34.
> Pushed by andriusr into branch 'kde-4.10'.
> 
> Update perl version
thanks
> M  +7    -1    portage/dev-util/perl/perl-5.16.1.1601.py
please update the filename of the portage file to perl-5.16.3.1603.py or to perl-all.py which indicates that all further versions should be unpackaged in the same perl-all build dir.
Comment 4 mparchet 2013-04-01 18:29:38 UTC
Created attachment 78546 [details]
Git_error when I put the command in terminal.
Comment 5 mparchet 2013-04-01 18:44:04 UTC
Hello,

Sorry, I don't know what to do with your comments.

I got an error when I try to put this command in terminal.

C\KDEROOT\emerge\ Git commit f7035509f667bfd093ad9bec8555ba31c9d12e19

See attachment for details.

Could you help me please to update the emerge file with your proposal.

Thanks a lot.

Best regards

mparchet
Comment 6 mparchet 2013-04-02 15:22:24 UTC
Hello,

Note : this this bug concerns only the kde 4-10 and master git master branch,

Best regards

mparchet
Comment 7 mparchet 2013-04-05 14:23:35 UTC
Created attachment 78657 [details]
kdepimlibs git master branch kde-4.10

Hello,

Here is the next error after git merge on master brach with the proposal your proposal code.

Can you fix this bug ?

Best regards

mparchet
Comment 8 Ralf Habacker 2013-04-05 16:22:11 UTC
(In reply to comment #7)
> Created attachment 78657 [details]
> kdepimlibs git master branch kde-4.10
> 
> Hello,
> 
> Here is the next error after git merge on master brach with the proposal
> your proposal code.

> 'patch' n'est pas reconnu en tant que commande interne
The log file indicates that the util patch.exe hasn't been found, probably it is not listed as dependency. 
 
> Can you fix this bug ?
running 
emerge patch 

should install the required patch command
Comment 9 mparchet 2013-04-05 16:41:57 UTC
Created attachment 78661 [details]
The output of emerge patch command.

Hello,

I tried the emerge patch command in my terminal but I get this output.

Is it normally ?

Note : I have a similar output with the emerge --update-all command.

Could you help me ?

Best regards

mparchet
Comment 10 Ralf Habacker 2013-04-06 17:53:35 UTC
(In reply to comment #9)
> Created attachment 78661 [details]
> The output of emerge patch command.
> 
> Hello,
> 
> I tried the emerge patch command in my terminal but I get this output.
> 
> Is it normally ?

indiates that nothing is wrong, you may run 
emerge -v --update patch 

to really reinstall patch 

-v gives more informations
Comment 11 mparchet 2013-04-06 21:52:32 UTC
Created attachment 78694 [details]
emerge -v --update patch output

Hello,

I tried your command in the above description but I got a fatal error.

Thanks for your support.

Best regards

mparchet
Comment 12 Ralf Habacker 2013-04-06 23:23:34 UTC
(In reply to comment #11)
> Created attachment 78694 [details]
> emerge -v --update patch output
> 
> Hello,
> 
> I tried your command in the above description but I got a fatal error.
There is something wrong with the unpacking of the zip file 

please rerun 
emerge -v -v --update patch
Comment 13 Ralf Habacker 2013-04-07 13:06:05 UTC
Git commit b9d0994dafd2ef612f9b388835fdc64eda80f046 by Ralf Habacker, on behalf of Andrius da Costa Ribas.
Committed on 31/03/2013 at 16:34.
Pushed by habacker into branch 'master'.

Update perl version

M  +7    -1    portage/dev-util/perl/perl-5.16.1.1601.py

http://commits.kde.org/emerge/b9d0994dafd2ef612f9b388835fdc64eda80f046
Comment 14 mparchet 2013-04-07 20:22:40 UTC
Created attachment 78715 [details]
gnuwin32_patch

Hello,

As you proposed I checked the zip file url and I saw that this one was wrong. So I corrected the  url for the gnuwin32 patch 2.5.9.8.

Do you want to check my new code (see attachement)

Thanks a lot

Best regards

mparchet
Comment 15 Ralf Habacker 2013-04-08 08:06:01 UTC
(In reply to comment #14)
> Created attachment 78715 [details]
> gnuwin32_patch
> 
> Hello,
> 
> As you proposed I checked the zip file url and I saw that this one was
> wrong. So I corrected the  url for the gnuwin32 patch 2.5.9.8.
> 
> Do you want to check my new code (see attachement)
committed to 4.10 
you may update emerge to get this an other fixes this time by running 

   cd <root>\emerge 
    git pull --rebase 

After that you are able to run 
    emerge --update --target=4.10 emerge

to update emerge 



> Thanks a lot
> 
> Best regards
> 
> mparchet