Vote : Rolex or Cartier or Breitling
Superb Quality Rolex. The high! profile jewelry you're looking for at the lowest prices in the nation!!.. http://www.bestwatchez.net/ Choose from our collection of Rolex watches! you fore me o me you enormity me justiciable me you sportsman me scope me you chalkboard me celerity me you taxonomy me nobleman me you coproduct me capitoline me -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: important part throughout
Special Announcement: Good Day, I have been instructed by my head office to alert you to the fact that your file has been reviewed and there now are a few potential options for you to consider. Please note that this issue is time sensitive and that your previous credit situation is not an issue at this time. Confirm your details on our secure form to ensure our records are accurate and we will be in touch within a few days via the method of your choice. http://www.lendxu-now.net/index.php?refid=windsor --Doug Tackett Financial Advisor - eLMR Inc. Did this reach you in error? please let us know so you won't recieve again: http://www.lendxu-now.net/r.php -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#316499: libgcj6-common: gcj-4.0 requires libgcj6-dev
Package: libgcj6-common Version: 4.0.0-11 Severity: important gcj-4.0 does not work if no or the wrong version of libgcjX-dev is installed. If none is installed, gcj-4.0 outputs the compiler error gcj-4.0: libgcj.spec: Datei oder Verzeichnis nicht gefunden If libgcj4-dev is installed, the program compiles, but then crashes when trying to execute the program. The same is true for gcj-3.3 also, conversely. If libgcj6-dev is installed, programs compiled with gcj-3.3 will crash too. I believe this is because the program links against the wrong version of /usr/lib/libgcj.so . I'm reporting this bug against libgcj6-common, because I think that this package should be modifyed to include the correct libraries. It should require libgcj6-dev, and conflict with libgcj4-dev . -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-1-686-smp Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages libgcj6-common depends on: ii gcc-4.0-base 4.0.0-11 The GNU Compiler Collection (base ii libgcj6 4.0.0-11 Java runtime library for use with -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#316499: libgcj6-common: gcj-4.0 requires libgcj6-dev
August Mayer writes: > Package: libgcj6-common > Version: 4.0.0-11 > Severity: important > > > gcj-4.0 does not work if no or the wrong version of libgcjX-dev is > installed. If none is installed, gcj-4.0 outputs the compiler error > > gcj-4.0: libgcj.spec: Datei oder Verzeichnis nicht gefunden > > If libgcj4-dev is installed, the program compiles, but then crashes when > trying to execute the program. byte-compiling (-C) works without the -dev package. > The same is true for gcj-3.3 also, conversely. If libgcj6-dev is installed, > programs compiled with gcj-3.3 will crash too. I believe this is because > the program links against the wrong version of /usr/lib/libgcj.so . please be more specific, i.e. send a sequence of commands, and/or example files. compiling works for me. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#316499: libgcj6-common: gcj-4.0 requires libgcj6-dev
Am Freitag, den 01.07.2005, 13:46 +0200 schrieb Matthias Klose: August Mayer writes: If libgcj4-dev is installed, the program compiles, but then crashes when trying to execute the program. byte-compiling (-C) works without the -dev package. But compilation to native (without -C) produces faulty executables, and the error message is very strange and non-informative (just segfaults in the bytecode verifier) The same is true for gcj-3.3 also, conversely. If libgcj6-dev is installed, programs compiled with gcj-3.3 will crash too. I believe this is because the program links against the wrong version of /usr/lib/libgcj.so . please be more specific, i.e. send a sequence of commands, and/or example files. compiling works for me. (Note: Only relevant output is shown; also, packages are taken from unstable, version 4.0.0-11. Note also how gcj-4.0 links against libgcj.so.4 when libgcj4-dev is installed, and conversely how gcj-3.3 links against libgcj.so.6 when libgcj6-dev is installed.) $ apt-get install gcj-4.0 $ apt-get install gcj < Installs gcj-3.3 etc. > $ cat HalloWelt.java public class HalloWelt { public static void main(String[] args) { System.out.println("Hallo Welt!"); } } $ gcj --main=HalloWelt HalloWelt.java -o HalloWelt gcj: libgcj.spec: Datei oder Verzeichnis nicht gefunden $ gcj-4.0 --main=HalloWelt HalloWelt.java -o HalloWelt gcj-4.0: libgcj.spec: Datei oder Verzeichnis nicht gefunden $ apt-get install libgcj-dev < installs libgcj-dev, libgcj4-dev, libgcj4-awt > $ gcj --main=HalloWelt HalloWelt.java -o HalloWelt $ ./HalloWelt Hallo Welt! $ gcj-4.0 --main=HalloWelt HalloWelt.java -o HalloWelt $ ./HalloWelt ? $ ldd HalloWelt linux-gate.so.1 => (0xe000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7fcc000) libgcj.so.4 => /usr/lib/libgcj.so.4 (0xb77fd000) libm.so.6 => /lib/tls/libm.so.6 (0xb77da000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb77c9000) libz.so.1 => /usr/lib/libz.so.1 (0xb77b7000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb77b4000) libc.so.6 => /lib/tls/libc.so.6 (0xb7699000) /lib/ld-linux.so.2 (0xb7fea000) $ apt-get install libgcj6-dev < Package version 4.0.0-11 correctly removes libgcj4-dev > $ gcj-4.0 --main=HalloWelt HalloWelt.java -o HalloWelt $ ./HalloWelt Hallo Welt! $ gcj --main=HalloWelt HalloWelt.java -o HalloWelt $ ./HalloWelt Aborted $ ldd HalloWelt linux-gate.so.1 => (0xe000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7fcc000) libgcj.so.6 => /usr/lib/libgcj.so.6 (0xb6f01000) libm.so.6 => /lib/tls/libm.so.6 (0xb6ede000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb6ecd000) libz.so.1 => /usr/lib/libz.so.1 (0xb6ebb000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb6eb8000) libc.so.6 => /lib/tls/libc.so.6 (0xb6d9d000) /lib/ld-linux.so.2 (0xb7fea000) -- August Mayer, M.Sc - http://purl.org/net/amayer/ Student of Applied Computer Science, University of Salzburg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
World first Patch Technology for penis Enlargement
Pleasure your women - size does matter! http://www.gretan.com/ss/ The great discoveries are usually obvious. Everything has its beauty but not everyone sees it. Education is a better safeguard of liberty than a standing army. Honor does not have to be defended. Knowledge comes, but wisdom lingers. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: your private invitation Iva
THIS IS GOING TO BE OUR ABSOLUTE ATTEMPT We have endevored to speak to you on many periods and we await your response now! Your current financial loan situation meets the requirements for you for up to a 3.10% lower rate. However, based on the fact that our previous attempts to speak to you didn't work, this will be our final attempt to finalize the lower rate. Please finalize this final step upon receiving this notice immediately,and complete your request for information now. Submission Here: http://www.tpbaj.com/i/LzQvaW5kZXgvYnZrL3h6ZW9iZzdj muscat rpi troposphere lyz worn dhh senora kb mammoth tre palmetto af apprehension ow grout db http://tpbaj.com/rem.php -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of java-gcj-compat_1.0.30-1_i386.changes
java-gcj-compat_1.0.30-1_i386.changes uploaded successfully to localhost along with the files: java-gcj-compat_1.0.30-1.dsc java-gcj-compat_1.0.30.orig.tar.gz java-gcj-compat_1.0.30-1.diff.gz java-gcj-compat-dev_1.0.30-1_i386.deb java-gcj-compat_1.0.30-1_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
java-gcj-compat_1.0.30-1_i386.changes ACCEPTED
Accepted: java-gcj-compat-dev_1.0.30-1_i386.deb to pool/main/j/java-gcj-compat/java-gcj-compat-dev_1.0.30-1_i386.deb java-gcj-compat_1.0.30-1.diff.gz to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30-1.diff.gz java-gcj-compat_1.0.30-1.dsc to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30-1.dsc java-gcj-compat_1.0.30-1_i386.deb to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30-1_i386.deb java-gcj-compat_1.0.30.orig.tar.gz to pool/main/j/java-gcj-compat/java-gcj-compat_1.0.30.orig.tar.gz Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Results for 4.0.1 20050617 (prerelease) (Debian 4.0.0-11) testsuite on hppa-unknown-linux-gnu
LAST_UPDATED: Obtained from CVS: -rgcc-4_0-branch === acats tests === FAIL: c93001a FAIL: cb41002 FAIL: cxg1005 === acats Summary === # of expected passes2317 # of unexpected failures3 Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes10898 # of unexpected successes 1 # of expected failures 69 # of unsupported tests 92 /build/buildd/gcc-4.0-4.0.0ds1/build/gcc/testsuite/../g++ version 4.0.1 20050617 (prerelease) (Debian 4.0.0-11) === gcc tests === Running target unix FAIL: gcc.dg/cleanup-10.c execution test FAIL: gcc.dg/cleanup-11.c execution test FAIL: gcc.dg/cleanup-8.c execution test FAIL: gcc.dg/cleanup-9.c execution test XPASS: gcc.dg/const-elim-1.c scan-assembler-not L\$?C[^A-Z] XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5 === gcc Summary === # of expected passes33969 # of unexpected failures4 # of unexpected successes 2 # of expected failures 75 # of untested testcases 28 # of unsupported tests 493 /build/buildd/gcc-4.0-4.0.0ds1/build/gcc/xgcc version 4.0.1 20050617 (prerelease) (Debian 4.0.0-11) === gfortran tests === Running target unix FAIL: gfortran.dg/eoshift.f90 -O0 execution test FAIL: gfortran.dg/namelist_11.f -O0 execution test FAIL: gfortran.dg/namelist_11.f -O1 execution test FAIL: gfortran.dg/namelist_11.f -O2 execution test FAIL: gfortran.dg/namelist_11.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/namelist_11.f -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/namelist_11.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/namelist_11.f -O3 -g execution test FAIL: gfortran.dg/namelist_11.f -Os execution test FAIL: gfortran.dg/namelist_14.f90 -O0 execution test FAIL: gfortran.dg/namelist_14.f90 -O1 execution test FAIL: gfortran.dg/namelist_14.f90 -O2 execution test FAIL: gfortran.dg/namelist_14.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/namelist_14.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/namelist_14.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/namelist_14.f90 -O3 -g execution test FAIL: gfortran.dg/namelist_14.f90 -Os execution test FAIL: gfortran.dg/namelist_16.f90 -O0 execution test FAIL: gfortran.dg/namelist_16.f90 -O1 execution test FAIL: gfortran.dg/namelist_16.f90 -O2 execution test FAIL: gfortran.dg/namelist_16.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/namelist_16.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/namelist_16.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/namelist_16.f90 -O3 -g execution test FAIL: gfortran.dg/namelist_16.f90 -Os execution test FAIL: gfortran.dg/pr18122.f90 -O0 execution test FAIL: gfortran.dg/pr18122.f90 -O1 execution test FAIL: gfortran.dg/pr18122.f90 -O2 execution test FAIL: gfortran.dg/pr18122.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/pr18122.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/pr18122.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/pr18122.f90 -O3 -g execution test FAIL: gfortran.dg/pr18122.f90 -Os execution test === gfortran Summary === # of expected passes6806 # of unexpected failures33 # of expected failures 10 # of unsupported tests 17 /build/buildd/gcc-4.0-4.0.0ds1/build/gcc/testsuite/../gfortran version 4.0.1 20050617 (prerelease) (Debian 4.0.0-11) === objc tests === Running target unix === objc Summary === # of expected passes1534 # of unsupported tests 10 /build/buildd/gcc-4.0-4.0.0ds1/build/gcc/xgcc version 4.0.1 20050617 (prerelease) (Debian 4.0.0-11) === libffi tests === Running target unix FAIL: libffi.call/cls_3_1byte.c execution test FAIL: libffi.call/cls_5byte.c output pattern test, is 127 120 1 12 128 9: 139 248 10 FAIL: libffi.call/cls_6byte.c output pattern test, is 127 120 1 128 12 128 9 127: 139 248 10 255 FAIL: libffi.call/cls_align_sint16.c output pattern test, is 12 4951 127 1 9320 13: 13 14271 140 FAIL: libffi.call/cls_align_uint16.c output pattern test, is 12 4951 127 1 9320 13: 13 14271 140 === libffi Summary === # of expected passes213 # of unexpected failures5 # of unsupported tests 2 === libjava tests === Running target unix FAIL: Array_3 execution - source
Bug#316578: FTBFS: No rule to make target current_symbols.txt
Package: gcc-4.0 Version: 4.0.0ds1-11 Severity: serious When I tried to rebuild gcc-4.0, it failed as follows: baseline_name=`basename /tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu`; \ baseline_parentdir=`dirname /tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu`; \ compat_baseline_name=""; \ if [ -f "/tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt" ]; then \ ( \ echo "A baseline file for $baseline_name was found."; \ echo "Running the check-abi script ..."; \ echo ""; \ /usr/bin/make -C /tmp/buildd/gcc-4.0-4.0.0ds1/build/i486-linux-gnu/libstdc++-v3/testsuite \ check-abi; \ ) >> debian/README.libstdc++-baseline; \ else \ ( \ echo "No baseline file found for $baseline_name."; \ echo "Generating a new baseline file ..."; \ echo ""; \ ) >> debian/README.libstdc++-baseline; \ mkdir /tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu; \ /usr/bin/make -C /tmp/buildd/gcc-4.0-4.0.0ds1/build/i486-linux-gnu/libstdc++-v3/testsuite new-abi-baseline; \ cat /tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt >> debian/README.libstdc++-baseline; \ fi make[2]: *** No rule to make target `current_symbols.txt', needed by `check-abi'. Stop. make[1]: *** [debian/README.libstdc++-baseline] Error 2 make[1]: Leaving directory `/tmp/buildd/gcc-4.0-4.0.0ds1' make: *** [binary] Error 2 -- Matt signature.asc Description: Digital signature
Unsatisfied with size?
Hey honey! :) Unpleased with your penis size? Want to make yourself feel like a real man? We give you the ONE AND ONLY clinically tested and certified enlarge_ment product. http://partied.net/extender/?dcent Laws and institutions, like clocks, must occasionally be cleaned, wound up, and set to true time. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]