On Sunday, March 11, 2012 09:36:48 AM Jean-Louis Martineau did opine:

> On 03/10/2012 10:52 PM, gene heskett wrote:
> > On Saturday, March 10, 2012 10:35:08 PM Jean-Louis Martineau did opine:
> >> Do not change g_thread_create_new by g_thread_new, the are not the
> >> same API.
> >> 
> >> You only get warning, keep g_thread_create.
> > 
> > 4593 also failed a few minutes ago.  No patches applied.
> > Amanda Tape Server Host Check
> > -----------------------------
> > Holding disk /usr/dumps: 415020 MB disk space available, using 414520
> > MB **
> > ERROR:glib-util.c:45:glib_init: assertion failed:
> > (!g_thread_supported()) amcheck-device terminated with signal 6Server
> > check took 0.095 seconds
> 
> I already asked you to try to remove that lines from the code, can you
> try it please? I haven't committed it yet.
> 
> Do only that, nothing else.
> 
> The warnings are just WARNING that amanda use an old API, this API is
> still usable.
> Let fix the crash first, and then I will look at the new API.
> 
> Jean-Louis
> 
> > Then from the scrollback, in reverse order as I scroll up
> > ====================
> > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../common-src
> > -I../common-src -I../amandad-src -I../device-src -I../xfer-src
> > -I../gnulib -fno- strict-aliasing -D_GNU_SOURCE -pthread
> > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Wextra
> > -Wparentheses -Wdeclaration-after-statement - Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations -Wformat -Wformat-security
> > -Wsign-compare -Wfloat-equal -Wold-style-definition -Wno-
> > strict-aliasing -Wno-unknown-pragmas -g -O2 -fno-strict-aliasing
> > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT xfer-dest-holding.lo
> > -MD -MP -MF .deps/xfer-dest-holding.Tpo -c xfer-dest-holding.c  -fPIC
> > -DPIC -o .libs/xfer-dest-holding.o xfer-dest-holding.c: In function
> > 'start_impl':
> > xfer-dest-holding.c:485:5: warning: 'g_thread_create' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:100):
> > Use 'g_thread_new' instead
> > xfer-dest-holding.c: In function 'instance_init':
> > xfer-dest-holding.c:605:5: warning: 'g_mutex_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > xfer-dest-holding.c:606:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-holding.c:607:5: warning: 'g_mutex_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > xfer-dest-holding.c:608:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-holding.c:609:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-holding.c: In function 'finalize_impl':
> > xfer-dest-holding.c:628:5: warning: 'g_mutex_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > xfer-dest-holding.c:629:5: warning: 'g_cond_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > xfer-dest-holding.c:631:5: warning: 'g_mutex_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > xfer-dest-holding.c:632:5: warning: 'g_cond_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > xfer-dest-holding.c:633:5: warning: 'g_cond_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > ===============================
> > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../common-src
> > -I../common-src -I../xfer-src -I../ndmp-src -I../gnulib
> > -fno-strict-aliasing - D_GNU_SOURCE -pthread -I/usr/include/glib-2.0
> > -I/usr/lib/glib-2.0/include -Wall -Wextra -Wparentheses
> > -Wdeclaration-after-statement -Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations -Wformat -Wformat-security
> > -Wsign-compare -Wfloat-equal -Wold-style-definition
> > -Wno-strict-aliasing -Wno- unknown-pragmas -Wno-strict-prototypes -g
> > -O2 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> > -MT s3-device.lo -MD -MP -MF .deps/s3- device.Tpo -c s3-device.c 
> > -fPIC -DPIC -o .libs/s3-device.o
> > s3-device.c: In function 's3_device_finalize':
> > s3-device.c:1674:2: warning: 'g_mutex_free' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > s3-device.c:1678:2: warning: 'g_cond_free' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:277) s3-device.c: In
> > function 'setup_handle':
> > s3-device.c:1754:2: warning: 'g_cond_new' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > s3-device.c:1755:2: warning: 'g_mutex_new' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > ====================
> > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../common-src
> > -I../common-src -I../xfer-src -I../ndmp-src -I../gnulib
> > -fno-strict-aliasing - D_GNU_SOURCE -pthread -I/usr/include/glib-2.0
> > -I/usr/lib/glib-2.0/include -Wall -Wextra -Wparentheses
> > -Wdeclaration-after-statement -Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations -Wformat -Wformat-security
> > -Wsign-compare -Wfloat-equal -Wold-style-definition
> > -Wno-strict-aliasing -Wno- unknown-pragmas -Wno-strict-prototypes -g
> > -O2 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> > -MT xfer-source-recovery.lo -MD -MP -MF
> > .deps/xfer-source-recovery.Tpo -c xfer-source-recovery.c  -fPIC -DPIC
> > -o .libs/xfer-source-recovery.o xfer-source-recovery.c: In function
> > 'start_impl':
> > xfer-source-recovery.c:334:2: warning: 'g_thread_create' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:100):
> > Use 'g_thread_new' instead
> > xfer-source-recovery.c:338:2: warning: 'g_thread_create' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:100):
> > Use 'g_thread_new' instead
> > xfer-source-recovery.c: In function 'finalize_impl':
> > xfer-source-recovery.c:601:5: warning: 'g_cond_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > xfer-source-recovery.c:602:5: warning: 'g_mutex_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > xfer-source-recovery.c: In function 'instance_init':
> > xfer-source-recovery.c:612:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-source-recovery.c:613:5: warning: 'g_mutex_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > ====================
> > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../common-src
> > -I../common-src -I../xfer-src -I../ndmp-src -I../gnulib
> > -fno-strict-aliasing - D_GNU_SOURCE -pthread -I/usr/include/glib-2.0
> > -I/usr/lib/glib-2.0/include -Wall -Wextra -Wparentheses
> > -Wdeclaration-after-statement -Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations -Wformat -Wformat-security
> > -Wsign-compare -Wfloat-equal -Wold-style-definition
> > -Wno-strict-aliasing -Wno- unknown-pragmas -Wno-strict-prototypes -g
> > -O2 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> > -MT xfer-dest-taper-splitter.lo -MD -MP - MF
> > .deps/xfer-dest-taper-splitter.Tpo -c xfer-dest-taper-splitter.c 
> > -fPIC -DPIC -o .libs/xfer-dest-taper-splitter.o
> > xfer-dest-taper-splitter.c: In function 'start_impl':
> > xfer-dest-taper-splitter.c:713:5: warning: 'g_thread_create' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-dest-taper-splitter.c: In function 'instance_init':
> > xfer-dest-taper-splitter.c:884:5: warning: 'g_mutex_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > xfer-dest-taper-splitter.c:885:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-taper-splitter.c:886:5: warning: 'g_mutex_new' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > xfer-dest-taper-splitter.c:887:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-taper-splitter.c:888:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-taper-splitter.c:889:5: warning: 'g_mutex_new' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > xfer-dest-taper-splitter.c: In function 'finalize_impl':
> > xfer-dest-taper-splitter.c:906:5: warning: 'g_mutex_free' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > xfer-dest-taper-splitter.c:907:5: warning: 'g_cond_free' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > xfer-dest-taper-splitter.c:909:5: warning: 'g_mutex_free' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > xfer-dest-taper-splitter.c:910:5: warning: 'g_cond_free' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > xfer-dest-taper-splitter.c:911:5: warning: 'g_cond_free' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > xfer-dest-taper-splitter.c:913:5: warning: 'g_mutex_free' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > =====================
> > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../common-src
> > -I../common-src -I../xfer-src -I../ndmp-src -I../gnulib
> > -fno-strict-aliasing - D_GNU_SOURCE -pthread -I/usr/include/glib-2.0
> > -I/usr/lib/glib-2.0/include -Wall -Wextra -Wparentheses
> > -Wdeclaration-after-statement -Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations -Wformat -Wformat-security
> > -Wsign-compare -Wfloat-equal -Wold-style-definition
> > -Wno-strict-aliasing -Wno- unknown-pragmas -Wno-strict-prototypes -g
> > -O2 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> > -MT xfer-dest-taper-directtcp.lo -MD -MP - MF
> > .deps/xfer-dest-taper-directtcp.Tpo -c xfer-dest-taper-directtcp.c 
> > -fPIC -DPIC -o .libs/xfer-dest-taper-directtcp.o
> > xfer-dest-taper-directtcp.c: In function 'start_impl':
> > xfer-dest-taper-directtcp.c:305:5: warning: 'g_thread_create' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-dest-taper-directtcp.c: In function 'instance_init':
> > xfer-dest-taper-directtcp.c:418:5: warning: 'g_mutex_new' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > xfer-dest-taper-directtcp.c:419:5: warning: 'g_cond_new' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-taper-directtcp.c: In function 'finalize_impl':
> > xfer-dest-taper-directtcp.c:440:5: warning: 'g_mutex_free' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > xfer-dest-taper-directtcp.c:441:5: warning: 'g_cond_free' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > ========================
> > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../common-src
> > -I../common-src -I../xfer-src -I../ndmp-src -I../gnulib
> > -fno-strict-aliasing - D_GNU_SOURCE -pthread -I/usr/include/glib-2.0
> > -I/usr/lib/glib-2.0/include -Wall -Wextra -Wparentheses
> > -Wdeclaration-after-statement -Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations -Wformat -Wformat-security
> > -Wsign-compare -Wfloat-equal -Wold-style-definition
> > -Wno-strict-aliasing -Wno- unknown-pragmas -Wno-strict-prototypes -g
> > -O2 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> > -MT xfer-dest-taper-cacher.lo -MD -MP -MF
> > .deps/xfer-dest-taper-cacher.Tpo -c xfer-dest-taper-cacher.c  -fPIC
> > -DPIC -o .libs/xfer-dest-taper-cacher.o xfer-dest-taper-cacher.c: In
> > function 'device_thread':
> > xfer-dest-taper-cacher.c:1008:2: warning: 'g_thread_create' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-dest-taper-cacher.c: In function 'start_impl':
> > xfer-dest-taper-cacher.c:1204:5: warning: 'g_thread_create' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-dest-taper-cacher.c: In function 'instance_init':
> > xfer-dest-taper-cacher.c:1340:5: warning: 'g_mutex_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > xfer-dest-taper-cacher.c:1341:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-taper-cacher.c:1342:5: warning: 'g_mutex_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > xfer-dest-taper-cacher.c:1343:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-taper-cacher.c:1344:5: warning: 'g_cond_new' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > xfer-dest-taper-cacher.c: In function 'finalize_impl':
> > xfer-dest-taper-cacher.c:1363:5: warning: 'g_mutex_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > xfer-dest-taper-cacher.c:1364:5: warning: 'g_cond_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > xfer-dest-taper-cacher.c:1366:5: warning: 'g_mutex_free' is
> > deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > xfer-dest-taper-cacher.c:1367:5: warning: 'g_cond_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > xfer-dest-taper-cacher.c:1368:5: warning: 'g_cond_free' is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > =========================
> > libtool: link: ( cd ".libs"&&  rm -f "libamxfer.la"&&  ln -s
> > "../libamxfer.la" "libamxfer.la" ) gcc -DHAVE_CONFIG_H -I.
> > -I../config -I../gnulib -I../device-src -I../common-src 
> > -fno-strict-aliasing -D_GNU_SOURCE -pthread -I/usr/include/glib-2.0 -
> > I/usr/lib/glib-2.0/include    -Wall -Wextra -Wparentheses
> > -Wdeclaration-after-statement -Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations -Wformat -Wformat-security
> > -Wsign-compare -Wfloat-equal -Wold-style-definition
> > -Wno-strict-aliasing -Wno-unknown-pragmas -g -O2 -fno-strict-aliasing
> > - D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT xfer-test.o -MD -MP
> > -MF .deps/xfer-test.Tpo -c -o xfer-test.o xfer-test.c xfer-test.c: In
> > function ‘source_readfd_start_impl’:
> > xfer-test.c:116:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-test.c: In function ‘source_writefd_start_impl’:
> > xfer-test.c:215:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-test.c: In function ‘source_push_start_impl’:
> > xfer-test.c:317:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-test.c: In function ‘source_listen_start_impl’:
> > xfer-test.c:535:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-test.c: In function ‘source_connect_start_impl’:
> > xfer-test.c:687:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-test.c: In function ‘dest_readfd_start_impl’:
> > xfer-test.c:797:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-test.c: In function ‘dest_writefd_start_impl’:
> > xfer-test.c:918:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-test.c: In function ‘dest_pull_start_impl’:
> > xfer-test.c:1116:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-test.c: In function ‘dest_listen_start_impl’:
> > xfer-test.c:1260:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > xfer-test.c: In function ‘dest_connect_start_impl’:
> > xfer-test.c:1382:5: warning: ‘g_thread_create’ is deprecated (declared
> > at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use
> > 'g_thread_new' instead
> > ==========================
> > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../gnulib
> > -I../device-src -I../common-src -fno-strict-aliasing -D_GNU_SOURCE
> > -pthread - I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall
> > -Wextra -Wparentheses -Wdeclaration-after-statement
> > -Wmissing-prototypes -Wstrict-prototypes - Wmissing-declarations
> > -Wformat -Wformat-security -Wsign-compare -Wfloat-equal
> > -Wold-style-definition -Wno-strict-aliasing -Wno-unknown-pragmas -g
> > -O2 - fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> > -MT xfer.lo -MD -MP -MF .deps/xfer.Tpo -c xfer.c  -fPIC -DPIC -o
> > .libs/xfer.o xfer.c: In function 'xfer_new':
> > xfer.c:56:5: warning: 'g_mutex_new' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:271) xfer.c:57:5:
> > warning: 'g_cond_new' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:275) xfer.c:58:5:
> > warning: 'g_mutex_new' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:271) xfer.c: In
> > function 'xfer_unref':
> > xfer.c:117:5: warning: 'g_mutex_free' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:273) xfer.c:118:5:
> > warning: 'g_cond_free' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:277) xfer.c:119:5:
> > warning: 'g_mutex_free' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > ==========================
> > libtool: link: gcc -Wall -Wextra -Wparentheses
> > -Wdeclaration-after-statement -Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations -Wformat -
> > Wformat-security -Wsign-compare -Wfloat-equal -Wold-style-definition
> > -Wno-strict-aliasing -Wno-unknown-pragmas -g -O2 -fno-strict-aliasing
> > - D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o .libs/event-test
> > event-test.o -Wl,--export-dynamic -pthread  ./.libs/libamanda.so
> > -L/usr/lib - L/usr/kerberos/lib -L/usr/lib/ ./.libs/libtestutils.a
> > /usr/lib/libcurl.so /usr/lib/libidn.so /usr/lib/libssh2.so
> > /usr/lib/libldap.so /usr/lib/liblber.so /usr/lib/libsasl2.so
> > -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -ldl
> > -lpthread -lz -lrtmp -lgcc -lm -lgmodule-2.0 -lgobject-2.0 -
> > lgthread-2.0 -lrt -lglib-2.0 -lnsl -lresolv /usr/lib/libintl.so -lc
> > -pthread -Wl,-rpath -Wl,/usr/local/lib/amanda gcc -DHAVE_CONFIG_H -I.
> > -I../config -I../gnulib  -fno-strict-aliasing -D_GNU_SOURCE -pthread
> > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    - Wall -Wextra
> > -Wparentheses -Wdeclaration-after-statement -Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations -Wformat -Wformat-security
> > - Wsign-compare -Wfloat-equal -Wold-style-definition
> > -Wno-strict-aliasing -Wno-unknown-pragmas -g -O2 -fno-strict-aliasing
> > -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -MT amsemaphore-test.o
> > -MD -MP -MF .deps/amsemaphore-test.Tpo -c -o amsemaphore-test.o
> > amsemaphore-test.c amsemaphore-test.c: In function ‘test_decr_wait’:
> > amsemaphore-test.c:59:5: warning: ‘g_thread_create’ is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:100):
> > Use 'g_thread_new' instead
> > amsemaphore-test.c: In function ‘test_wait_empty’:
> > amsemaphore-test.c:109:5: warning: ‘g_thread_create’ is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:100):
> > Use 'g_thread_new' instead
> > amsemaphore-test.c: In function ‘test_force_adjust’:
> > amsemaphore-test.c:153:5: warning: ‘g_thread_create’ is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:100):
> > Use 'g_thread_new' instead
> > amsemaphore-test.c: In function ‘test_force_set’:
> > amsemaphore-test.c:200:5: warning: ‘g_thread_create’ is deprecated
> > (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:100):
> > Use 'g_thread_new' instead
> > ============================
> > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../gnulib
> > -fno-strict-aliasing -D_GNU_SOURCE -pthread -I/usr/include/glib-2.0 -
> > I/usr/lib/glib-2.0/include -Wall -Wextra -Wparentheses
> > -Wdeclaration-after-statement -Wmissing-prototypes
> > -Wstrict-prototypes -Wmissing-declarations - Wformat
> > -Wformat-security -Wsign-compare -Wfloat-equal -Wold-style-definition
> > -Wno-strict-aliasing -Wno-unknown-pragmas -g -O2 -fno-strict-aliasing
> > - D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT amsemaphore.lo -MD
> > -MP -MF .deps/amsemaphore.Tpo -c amsemaphore.c  -fPIC -DPIC -o
> > .libs/amsemaphore.o amsemaphore.c: In function
> > 'amsemaphore_new_with_value':
> > amsemaphore.c:35:5: warning: 'g_mutex_new' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:271)
> > amsemaphore.c:36:5: warning: 'g_cond_new' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:275)
> > amsemaphore.c:37:5: warning: 'g_cond_new' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:275) amsemaphore.c:
> > In function 'amsemaphore_free':
> > amsemaphore.c:49:5: warning: 'g_mutex_free' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:273)
> > amsemaphore.c:50:5: warning: 'g_cond_free' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > amsemaphore.c:51:5: warning: 'g_cond_free' is deprecated (declared at
> > /usr/include/glib-2.0/glib/deprecated/gthread.h:277)
> > ==============================
> > 
> > This was the 4593 tarball, no patches applied.  I think this is all of
> > them.
> > 
> > Thanks, Jean-Louis.
> > 
> > Cheers, Gene

I did that yesterday, didn't work, this morning it did, quite a pile of 
warnings, but amcheck ran ok this time.  I'm going to fire off a backup 
while I can.

Cheers, Gene
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
My web page: <http://coyoteden.dyndns-free.com:85/gene>
<Culus-> libc6 is not essential :|

Reply via email to