On Tue 05 Aug 2014 at 22:36:48 +0000, Duncan wrote:
> What does git show, status and/or log say?  (Run from the sources dir of 
> course.)  Status will say whether you're current with the remote, show 
> will show the current commit, and log will of course show the commit 
> log.  Does that say you're current or give you the current commit, or 
> does it say you're behind by N commits or give the old one pan's 
> reporting?
> 
> If it's behind, then git doesn't see the updates either.  If it's 
> current, then git has the updates but pan's stuck.

Seems to be ok:

murthe:.../other/pan/pan2$ git status
On branch master
Your branch is up-to-date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   po/es.po

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        Configure
        compile
        pan.spec
        pan/compile

no changes added to commit (use "git add" and/or "git commit -a")
murthe:.../other/pan/pan2$ 

(I mentioned the changes to po/es.po before).

git log starts with these

commit d447f7c204d7e5831a9ecd116448c969f7521a0d
Author: Heinrich Müller <heinrich.muelle...@gmail.com>
Date:   Mon May 12 06:51:45 2014 +0200

    fix use-after-free

commit 4c6d3bd7fc0dbd1ce1ad7e40690948b39764a89f
Author: Heinrich Müller <heinrich.muelle...@gmail.com>
Date:   Sat May 10 09:55:24 2014 +0200

    fix use-after-free

commit ecb67b1f18dccbe53c95569bc21b80e4daa9dd50
Author: Heinrich Müller <heinrich.muelle...@gmail.com>
Date:   Fri May 9 20:33:17 2014 +0200

    fix use-after-free

commit 2ae6affaf10d02da63a7ea825f2e7af4925cb169
Author: Heinrich Müller <heinrich.muelle...@gmail.com>
Date:   Wed Mar 26 18:29:20 2014 +0100

    applied refresh patch for body-pane


I just tried randomly if configure would actually work even after the
previous error message from autogen.sh. It *seems* to work normally...
and the "About Pan" window finally shows d447f7c!

So there is still something weird but it is not fatal anymore.

Thanks!

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- The Doctor: No, 'eureka' is Greek for
\X/ rhialto/at/xs4all.nl    -- 'this bath is too hot.'

Attachment: pgp7Td9pnLQPx.pgp
Description: PGP signature

_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to