Bug#342218: aptitude: fails to build, tests/Makefile.in is not up to date

2005-12-06 Thread Filippo Giunchedi
Package: aptitude
Version: 0.4.0-3experimental2
Severity: serious
Tags: experimental
Justification: no longer builds from source

experimental aptitude (as of today) fails make check in tests/ because
vscreen is not included in LDADD in tests/Makefile.in, looks like
tests/Makefile.in isn't updated WRT tests/Makefile.am

filippo

-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (650, 'experimental'), (600, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages aptitude depends on:
pn  libapt-pkg-libc6.3-6-3.10none  (no description available)
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libgcc1  1:4.1-0exp0 GCC support library
ii  libncursesw5 5.5-1   Shared libraries for terminal hand
pn  libsigc++-2.0-0c2none  (no description available)
ii  libstdc++6   4.1-0exp0   The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [ap 0.4.0-5experimental1 English manual for aptitude, a ter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#342218: aptitude: fails to build, tests/Makefile.in is not up to date

2005-12-06 Thread Daniel Burrows
On Tue, Dec 06, 2005 at 11:53:44AM +0100, Filippo Giunchedi [EMAIL PROTECTED] 
was heard to say:
 Package: aptitude
 Version: 0.4.0-3experimental2

  I assume you mean -5experimental1.

 Severity: serious
 Tags: experimental
 Justification: no longer builds from source
 
 experimental aptitude (as of today) fails make check in tests/ because
 vscreen is not included in LDADD in tests/Makefile.in, looks like
 tests/Makefile.in isn't updated WRT tests/Makefile.am

  Builds fine for me from a cleanly unpacked source.

  Daniel


signature.asc
Description: Digital signature


Bug#342218: aptitude: fails to build, tests/Makefile.in is not up to date

2005-12-06 Thread Filippo Giunchedi
On Tue, Dec 06, 2005 at 08:13:27AM -0800, Daniel Burrows wrote:
 On Tue, Dec 06, 2005 at 11:53:44AM +0100, Filippo Giunchedi [EMAIL 
 PROTECTED] was heard to say:
  Package: aptitude
  Version: 0.4.0-3experimental2
 
   I assume you mean -5experimental1.

indeed, I failed to tell reportbug I wanted to report on source package

 
  Severity: serious
  Tags: experimental
  Justification: no longer builds from source
  
  experimental aptitude (as of today) fails make check in tests/ because
  vscreen is not included in LDADD in tests/Makefile.in, looks like
  tests/Makefile.in isn't updated WRT tests/Makefile.am
 
   Builds fine for me from a cleanly unpacked source.

with make check here I got:

make[3]: Entering directory `/dati2/builds/aptitude-0.4.0/tests'
g++  -g -O2 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-D_REENTRANT   -o test  main.o test_dense_setset.o test_misc.o test_resolver.o
test_setset.o test_tags.o test_temp.o test_threads.o test_wtree.o
../src/generic/apt/libgeneric-apt.a
../src/generic/problemresolver/dummy_universe.o
../src/generic/util/libgeneric-util.a -lcppunit -lapt-pkg -lncursesw  -lsigc-2.0
-lpthread
../src/generic/util/libgeneric-util.a(temp.o): In function
`impl':/dati2/builds/aptitude-0.4.0/src/generic/util/temp.cc:123: warning: the
use of `mktemp' is dangerous, better use `mkstemp'
../src/generic/apt/libgeneric-apt.a(apt.o): In function
`get_short_description(pkgCache::VerIterator
const)':/dati2/builds/aptitude-0.4.0/src/generic/apt/apt.cc:865: undefined
reference to `transcode(std::basic_stringchar, std::char_traitschar,
std::allocatorchar  const, char const*, std::basic_stringwchar_t,
std::char_traitswchar_t, std::allocatorwchar_t  (*)(int,
std::basic_stringwchar_t, std::char_traitswchar_t, std::allocatorwchar_t 
const, std::basic_stringchar, std::char_traitschar, std::allocatorchar 
const))'

which is of course wrong because ../src/vscreen is not being included 

please tell me if you need further informations

filippo
--
Filippo Giunchedi
PGP key: 0x6B79D401
random quote follows:

Each new user of a new system uncovers a new class of bugs.
-- Brian W. Kernighan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#342218: aptitude: fails to build, tests/Makefile.in is not up to date

2005-12-06 Thread Daniel Burrows
On Tue, Dec 06, 2005 at 06:38:07PM +0100, Filippo Giunchedi [EMAIL PROTECTED] 
was heard to say:
 On Tue, Dec 06, 2005 at 08:13:27AM -0800, Daniel Burrows wrote:
  On Tue, Dec 06, 2005 at 11:53:44AM +0100, Filippo Giunchedi [EMAIL 
  PROTECTED] was heard to say:
   Package: aptitude
   Version: 0.4.0-3experimental2
  
I assume you mean -5experimental1.
 
 indeed, I failed to tell reportbug I wanted to report on source package
 
  
   Severity: serious
   Tags: experimental
   Justification: no longer builds from source
   
   experimental aptitude (as of today) fails make check in tests/ because
   vscreen is not included in LDADD in tests/Makefile.in, looks like
   tests/Makefile.in isn't updated WRT tests/Makefile.am
  
Builds fine for me from a cleanly unpacked source.
 
 with make check here I got:
 
 make[3]: Entering directory `/dati2/builds/aptitude-0.4.0/tests'
 g++  -g -O2 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
 -D_REENTRANT   -o test  main.o test_dense_setset.o test_misc.o test_resolver.o
 test_setset.o test_tags.o test_temp.o test_threads.o test_wtree.o
 ../src/generic/apt/libgeneric-apt.a
 ../src/generic/problemresolver/dummy_universe.o
 ../src/generic/util/libgeneric-util.a -lcppunit -lapt-pkg -lncursesw  
 -lsigc-2.0
 -lpthread
 ../src/generic/util/libgeneric-util.a(temp.o): In function
 `impl':/dati2/builds/aptitude-0.4.0/src/generic/util/temp.cc:123: warning: the
 use of `mktemp' is dangerous, better use `mkstemp'
 ../src/generic/apt/libgeneric-apt.a(apt.o): In function
 `get_short_description(pkgCache::VerIterator
 const)':/dati2/builds/aptitude-0.4.0/src/generic/apt/apt.cc:865: undefined
 reference to `transcode(std::basic_stringchar, std::char_traitschar,
 std::allocatorchar  const, char const*, std::basic_stringwchar_t,
 std::char_traitswchar_t, std::allocatorwchar_t  (*)(int,
 std::basic_stringwchar_t, std::char_traitswchar_t, std::allocatorwchar_t 
 
 const, std::basic_stringchar, std::char_traitschar, std::allocatorchar 
 const))'
 
 which is of course wrong because ../src/vscreen is not being included 
 
 please tell me if you need further informations

  Could you confirm that -5experimental2 fixes this?

Thanks,
  Daniel


signature.asc
Description: Digital signature


Bug#342218: aptitude: fails to build, tests/Makefile.in is not up to date

2005-12-06 Thread Filippo Giunchedi
On Tue, Dec 06, 2005 at 10:03:42AM -0800, Daniel Burrows wrote:
   Could you confirm that -5experimental2 fixes this?

It does, thanks for your quick answer and action!

filippo
--
Filippo Giunchedi
PGP key: 0x6B79D401
random quote follows:

At the source of every error which is blamed on the computer you will
find at least two human errors, including the error of blaming it on
the computer.
Beware of bugs in the above code; I have only proved it correct, not
tried it.
-- Donald Knuth


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]