Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 349369

Summary: app-text/gnome-doc-utils can't emerge
Product: Gentoo Linux Reporter: dieter ferdinand <dieter.ferdinand>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log file

Description dieter ferdinand 2010-12-22 13:22:18 UTC
hello,
i have installed a new gentoo-system last week and install now the programms, but i can't install some of them, because gnome-doc-utils can't be installed.

          PYTHONPATH="/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/../../xml2po:/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/../../xml2po:" "/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/../../xml2po/xml2po/xml2po" -m docbook -e -t "${mo}" \
            "${d}C/gnome-doc-make.xml" > gnome-doc-make.xml.tmp && \
            cp gnome-doc-make.xml.tmp gnome-doc-make.xml && rm -f gnome-doc-make.xml.tmp)
  File "/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1/doc/gnome-doc-make/../../xml2po/xml2po/xml2po", line 145
    print VERSION
                ^
SyntaxError: invalid syntax
make[2]: *** [de/gnome-doc-make.xml] Fehler 1


goodby
Comment 1 dieter ferdinand 2010-12-22 13:22:58 UTC
Created attachment 257763 [details]
build log file
Comment 2 Rafał Mużyło 2010-12-22 15:45:39 UTC
Probably xml2po is incompatible with python3.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-12-22 16:06:58 UTC
this is fixed in 0.20.2 already.
Comment 4 dieter ferdinand 2010-12-25 16:51:48 UTC
hello,
i try to emerge the new version after sync, but emerge will only build the old version gnome-doc-utils-0.20.1 und not the new gnome-doc-utils-0.20.2.

goodby
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-12-27 10:16:09 UTC
please provide a build.log for 0.20.2 then.
Comment 6 dieter ferdinand 2010-12-27 11:51:21 UTC
hello,
i have it installed yesterday. but the new version ist masked, so that it is not installed and emerge will only use the old version, if the mask is not deaktivated in the file package.keywords.

i find this info only, if i try to install with emerge ">=app-text/gnome-doc-utils-0.20.2".

all other trys will only install the old version, without the information, that the new version is masked!

goodby
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-12-27 12:47:39 UTC
it is not masked, it is an ~arch package. Could you please add an entry to package.keywords and try to merge it ?
Comment 8 Rafał Mużyło 2011-01-02 13:13:51 UTC
(In reply to comment #7)
> it is not masked, it is an ~arch package. Could you please add an entry to
> package.keywords and try to merge it ?
> 

Probably the point was: stable request.
Comment 9 Pacho Ramos gentoo-dev 2011-01-02 14:09:01 UTC
If I don't misremember python3 is not supposed to be used as main interpreter yet (as python3 news item told), this will be solved in the future (please take care Gnome 2.30 will also have problems with python3 as default interpreter while 2.32 should have most of the issues fixed)

*** This bug has been marked as a duplicate of bug 312103 ***