bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: Bug#110264: parted_1.4.17-1 fails to autobuild on m68k]


From: Timshel Knoll
Subject: address@hidden: Bug#110264: parted_1.4.17-1 fails to autobuild on m68k]
Date: Fri, 31 Aug 2001 11:42:29 +1000
User-agent: Mutt/1.3.20i

Hi Andrew et al,

Just recieved this bug report - can you see any reason why this would be
happening? It seems pretty wierd, considering that it built fine on all
other architectures ...

The problem seems to be that config.status is looking for the absolute
path /po/POFILES.in, which of course doesn't exist. I don't have the
config.status that was used in the build, but I am now having a similar
problem on my box: $ac_given_srcdir is not set:

          if test -f "$ac_srcdir/$ac_dir/POTFILES.in"; then
            rm -f "$ac_dir/POTFILES"
            echo creating "$ac_dir/POTFILES"
            sed -e "/^#/d" -e "/^[      ]*\$/d" -e "s,.*,     $top_srcdir/& 
\\\\," -e "\$s/\(.*\) \\\\/\1/" < "$ac_given_srcdir/$ac_dir/POTFILES.in" > 
"$ac_dir/POTFILES"
            echo creating "$ac_dir/Makefile"
            sed -e "/POTFILES =/r $ac_dir/POTFILES" "$ac_dir/Makefile.in" > 
"$ac_dir/Makefile"
          fi

As you can see, the test is for $ac_srcdir/$ac_dir/POFILES.in, but the
sed command is passed $ac_given_srcdir ... seems like this is probably
an autoconf/gettext issue

Cheers,

Timshel

----- Forwarded message from Rick Younie <address@hidden> -----

Subject: Bug#110264: parted_1.4.17-1 fails to autobuild on m68k
Reply-To: Rick Younie <address@hidden>, address@hidden
Resent-From: Rick Younie <address@hidden>
Orignal-Sender: Rick Younie <address@hidden>
Resent-To: address@hidden
Resent-Cc: Timshel Knoll <address@hidden>
Resent-Date: Mon, 27 Aug 2001 11:18:02 GMT
Resent-Message-ID: <address@hidden>
Resent-Sender: address@hidden
X-Debian-PR-Message: report 110264
X-Debian-PR-Package: parted
X-Debian-PR-Keywords: 
From: Rick Younie <address@hidden>
To: address@hidden

Package: parted
Version: 1.4.17-1
Severity: serious

Hi,

The build fails on m68k, looping forever.

| Automatic build of parted_1.4.17-1 on slam by sbuild/m68k 1.159
| Build started at 20010826-2257
| ******************************************************************************
| Checking available source versions...
| Fetching source files...
| Reading Package Lists...
| Building Dependency Tree...
| Need to get 697kB of source archives.
| Get:1 http://209.10.41.242 unstable/main parted 1.4.17-1 (dsc) [788B]
| Get:2 http://209.10.41.242 unstable/main parted 1.4.17-1 (tar) [684kB]
| Get:3 http://209.10.41.242 unstable/main parted 1.4.17-1 (diff) [11.7kB]
| Fetched 697kB in 9s (75.0kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 2.0.0), libncurses-dev | libncurses5-dev, 
libreadline-dev, uuid-dev, gettext, autoconf (>= 2.50), automake (>= 1.4-p1), 
libtool
| ** Filtered missing central deps that are dependencies of or provide 
build-deps:
| libreadline4-dev (>= 4.2-2)
| Checking for already installed source dependencies...
| debhelper: missing
| libncurses-dev: missing
| libncurses5-dev: missing
| libreadline-dev: missing
| uuid-dev: missing
| gettext: missing
| autoconf: missing
| automake: missing
| libtool: missing
| Checking for source dependency conflicts...
| libncurses-dev is a virtual package provided by: libncurses5-dev 
libncurses4-dev
| Using libncurses5-dev (selected in sbuildrc)
|   /usr/bin/sudo /usr/bin/apt-get $CHROOT_OPTIONS -q -y install debhelper 
libncurses-dev libreadline-dev uuid-dev gettext autoconf automake libtool

  ...

| config.status: creating config.h
| creating po/POTFILES
| ./config.status: /po/POTFILES.in: No such file or directory
| creating po/Makefile
| 
| Type 'make' to compile parted
| touch configure-stamp
| dh_testdir
| make
| make[1]: Entering directory `/build/buildd/parted-1.4.17'
| make  all-recursive
| make[2]: Entering directory `/build/buildd/parted-1.4.17'
| Making all in intl
| make[3]: Entering directory `/build/buildd/parted-1.4.17/intl'
| make[3]: Nothing to be done for `all'.
| make[3]: Leaving directory `/build/buildd/parted-1.4.17/intl'
| Making all in po
| make[3]: Entering directory `/build/buildd/parted-1.4.17/po'
| ( if test 'x.' != 'x.'; then \
|     posrcprefix='../'; \
|   else \
|     posrcprefix="../"; \
|   fi; \
|   rm -f POTFILES-t POTFILES \
|     && (sed -e '/^#/d' -e '/^[        ]*$/d' \
|           -e "address@hidden@ $posrcprefix& \\\\@" < ./POTFILES.in \
|       | sed -e '$s/\\$//') > POTFILES-t \
|     && chmod a-w POTFILES-t \
|     && mv POTFILES-t POTFILES )
| cd .. \
|   && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= \
|        /bin/sh ./config.status
| config.status: creating po/Makefile.in
| creating po/POTFILES
| ./config.status: /po/POTFILES.in: No such file or directory
| creating po/Makefile
| make[3]: Leaving directory `/build/buildd/parted-1.4.17/po'
| make[3]: Entering directory `/build/buildd/parted-1.4.17/po'
| ( if test 'x.' != 'x.'; then \
|     posrcprefix='../'; \
|   else \
|     posrcprefix="../"; \
|   fi; \
|   rm -f POTFILES-t POTFILES \
|     && (sed -e '/^#/d' -e '/^[        ]*$/d' \
|           -e "address@hidden@ $posrcprefix& \\\\@" < ./POTFILES.in \
|       | sed -e '$s/\\$//') > POTFILES-t \
|     && chmod a-w POTFILES-t \
|     && mv POTFILES-t POTFILES )
| cd .. \
|   && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= \
|        /bin/sh ./config.status
| config.status: creating po/Makefile.in
| creating po/POTFILES
| ./config.status: /po/POTFILES.in: No such file or directory
| creating po/Makefile
| make[3]: Leaving directory `/build/buildd/parted-1.4.17/po'
| make[3]: Entering directory `/build/buildd/parted-1.4.17/po'

  ..and so on


The full log is available for a week at
 http://slam.debian.net/buildd/logs/parted_1.4.17-1_20010826-2257
then gets archived to http://bruno.fmepnet.org/buildd

Rick
-- 



----- End forwarded message -----

-- 
   Timshel Knoll <address@hidden>  for Debian email: <address@hidden>
                Geomatics/Computer Science double degree, RMIT
      Debian GNU/Linux developer, see http://people.debian.org/~timshel/
                For GnuPG public key: finger address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]