Menu

#257 Failure building v1.44 from soure

v1.0_(example)
closed-fixed
None
5
2022-12-30
2021-03-22
No

While building v1.44 from source, I get the following error:

starting phase `check'
Making check in intl
make[1]: Entering directory '/tmp/guix-build-xfe-1.44.drv-0/xfe-1.44/intl'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/tmp/guix-build-xfe-1.44.drv-0/xfe-1.44/intl'
Making check in po
make[1]: Entering directory '/tmp/guix-build-xfe-1.44.drv-0/xfe-1.44/po'
INTLTOOL_EXTRACT=/gnu/store/ddyxcvw6280hxwipyvzrlqsm6sv1irjc-intltool-0.51.0/bin/intltool-extract srcdir=. /gnu/store/ddyxcvw6280hxwipyvzrlqsm6sv1irjc-intltool-0.51.0/bin/intltool-update --gettext-package xfe --pot
rm -f missing notexist
srcdir=. /gnu/store/ddyxcvw6280hxwipyvzrlqsm6sv1irjc-intltool-0.51.0/bin/intltool-update -m
The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.

intl/plural.c

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
make[1]: *** [Makefile:185: check] Error 1
make[1]: Leaving directory '/tmp/guix-build-xfe-1.44.drv-0/xfe-1.44/po'
make: *** [Makefile:629: check-recursive] Error 1

Test suite failed, dumping logs.
command "make" "check" "-j" "2" failed with status 2

Related

Bugs: #257

Discussion

  • Roland Baudin

    Roland Baudin - 2021-03-23

    Hi,

    I have no problem buiding xfe 1.44 in Ubuntu 20.04. What is your Linux distribution?

    By the way, just follow the instructions, and it should work:

    "Please consider adding these to the POTFILES.in file, located in the po/ directory. intl/plural.c"

    Have a nice day,
    RB

    ----- Mail original -----
    De: "Raghav Gururajan" gururajanraghav@users.sourceforge.net
    À: "Ticket #257: Failure building v1.44 from soure" 257@bugs.xfe.p.re.sourceforge.net
    Envoyé: Lundi 22 Mars 2021 21:25:07
    Objet: [xfe:bugs] #257 Failure building v1.44 from soure

    [bugs:#257] Failure building v1.44 from soure

    Status: open
    Group: v1.0_(example)
    Created: Mon Mar 22, 2021 08:25 PM UTC by Raghav Gururajan
    Last Updated: Mon Mar 22, 2021 08:25 PM UTC
    Owner: Roland Baudin

    While building v1.44 from source, I get the following error:
    starting phase ` check ' Making check in intl make[1]: Entering directory ' / tmp / guix - build - xfe - 1 . 44 . drv - 0 / xfe - 1 . 44 / intl ' make[1]: Nothing to be done for ' check '. make[1]: Leaving directory ' / tmp / guix - build - xfe - 1 . 44 . drv - 0 / xfe - 1 . 44 / intl ' Making check in po make[1]: Entering directory ' / tmp / guix - build - xfe - 1 . 44 . drv - 0 / xfe - 1 . 44 / po ' INTLTOOL_EXTRACT=/gnu/store/ddyxcvw6280hxwipyvzrlqsm6sv1irjc-intltool-0.51.0/bin/intltool-extract srcdir=. /gnu/store/ddyxcvw6280hxwipyvzrlqsm6sv1irjc-intltool-0.51.0/bin/intltool-update --gettext-package xfe --pot rm -f missing notexist srcdir=. /gnu/store/ddyxcvw6280hxwipyvzrlqsm6sv1irjc-intltool-0.51.0/bin/intltool-update -m The following files contain translations and are currently not in use. Please consider adding these to the POTFILES.in file, located in the po/ directory. intl/plural.c If some of these files are left out on purpose then please add them to POTFILES.skip instead of POTFILES.in. A file ' missing ' containing this list of left out files has been written in the current directory. if [ -r missing -o -r notexist ]; then \ exit 1; \ fi make[1]: *** [Makefile:185: check] Error 1 make[1]: Leaving directory ' / tmp / guix - build - xfe - 1 . 44 . drv - 0 / xfe - 1 . 44 / po ' make : *** [ Makefile : 629 : check - recursive ] Error 1 Test suite failed , dumping logs . command "make" "check" "-j" "2" failed with status 2

    Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/xfe/bugs/257/

    To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

     

    Related

    Bugs: #257

  • Mamoru TASAKA

    Mamoru TASAKA - 2021-03-30

    Actually, for xfe-1.44, make is okay, but make check fails as the original reporter of this says:

    [tasaka1@localhost xfe-1.44]$ LANGUAGE=en_US.utf8 make check
    Making check in intl
    make[1]: Entering directory '/home/tasaka1/rpmbuild/fedora-specific/xfe/rawhide/xfe-1.44/intl'
    make[1]: Nothing to be done for 'check'.
    make[1]: Leaving directory '/home/tasaka1/rpmbuild/fedora-specific/xfe/rawhide/xfe-1.44/intl'
    Making check in po
    make[1]: Entering directory '/home/tasaka1/rpmbuild/fedora-specific/xfe/rawhide/xfe-1.44/po'
    rm -f missing notexist
    srcdir=. /bin/intltool-update -m
    The following files contain translations and are currently not in use. Please
    consider adding these to the POTFILES.in file, located in the po/ directory.
    
    intl/plural.c
    
    If some of these files are left out on purpose then please add them to
    POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
    of left out files has been written in the current directory.
    if [ -r missing -o -r notexist ]; then \
      exit 1; \
    fi
    make[1]: *** [Makefile:185: check] Error 1
    make[1]: Leaving directory '/home/tasaka1/rpmbuild/fedora-specific/xfe/rawhide/xfe-1.44/po'
    make: *** [Makefile:632: check-recursive] Error 1
    
     
  • Roland Baudin

    Roland Baudin - 2022-12-30
    • status: open --> closed-fixed
     
  • Roland Baudin

    Roland Baudin - 2022-12-30

    This is fixed in version 1.45.

     

Log in to post a comment.

MongoDB Logo MongoDB