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

Bug#640022: marked as done (partimage: Statically linked rebuild fails with "configure: error: cannot compute sizeof (char)")



Your message dated Sun, 11 Sep 2016 09:51:54 +1000
with message-id <CA+Y=x3nJpirNv3yw3fVHjnpeDUDcbtuYRe8NLmeonT5-Dv5r4A@mail.gmail.com>
and subject line Closing this bug as currently builds ok
has caused the Debian Bug report #640022,
regarding partimage: Statically linked rebuild fails with "configure: error: cannot compute sizeof (char)"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
640022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640022
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: partimage
Version: 0.6.8-1
Severity: serious
Tags: patch upstream
Justification: fails to build from source

How to reproduce the problem:
mkdir -p ~/partimage ; cd ~/partimage
apt-get build-dep partimage ; apt-get source partimage ; cd partimage-0.6.8
./configure --enable-all-static

Workaround (OK, not really a patch):
mkdir -p ~/partimage ; cd ~/partimage
apt-get build-dep partimage ; apt-get source partimage ; cd partimage-0.6.8
export LIBS="-ldl" ; ./configure --enable-all-static

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages partimage depends on:
ii  libbz2-1.0              1.0.5-6          high-quality block-sorting file co
ii  libc6                   2.11.2-10        Embedded GNU C Library: Shared lib
ii  libgcc1                 1:4.4.5-8        GCC support library
ii  libnewt0.52             0.52.11-1        Not Erik's Windowing Toolkit - tex
ii  libpam0g                1.1.1-6.1        Pluggable Authentication Modules l
ii  libslang2               2.2.2-4          The S-Lang programming library - r
ii  libssl0.9.8             0.9.8o-4squeeze1 SSL shared libraries
ii  libstdc++6              4.4.5-8          The GNU Standard C++ Library v3
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

partimage recommends no packages.

partimage suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Running configure for static libraries is not relevant to building
this package as far as I can see as it builds
fine for me (although lots of warnings).

If there is some need for static libraries perhaps a new wish list bug
should be opened or reference at least to why static libraries are
needed?

Perhaps if you may need to recover an image generated by an old
version of partimage that is not accessibly from a new version and you
wanted to save a standalone version of the original binary?
Otherwise I don't know the point of static libraries?

Andrew Worsley

--- End Message ---

Reply to: