installing gcc package on potato barebone
Dear sirs, I have a question on the titled installation. I have successfully installed debian 2.2.20 on sparc10 and am now installing the packages one by one from the breakdown of the .iso image binary-sparc-1.iso (debian 2.2 rev7 at fifi.org). All I could see are the debian binary gcc files ending with .deb like Colorgcc.deb and Gcc_2_95.deb etc. How should I install gcc then? I need the gcc to be able to configure and make apache. Thanks for any pointers on this matter! Bst, Victor
Bug#181660: gnat-3.2: internal compiler error
Package: gnat-3.2 Version: 1:3.2.3-0pre1 3.2.3 20030210 (prerelease) (i386-pc-linux-gnu) libgtkada1-dev version 1.2.12-7 (note that installed libgtkada1-dev version is inconsistent with the version of Gnat, no other package version inconsistencies on my Debian), backstore_area.ad[bs] attached. $ gcc-3.2 -c -O3 -gnatN -gnatp -gnatf -I/usr/include/gtkada -I/usr/lib/gtkada backstore_area.adb +===GNAT BUG DETECTED==+ | 3.2.3 20030210 (prerelease) (i386-pc-linux-gnu) Assert_Failure atree.adb:2571| | Error detected at /usr/lib/gcc-lib/i386-linux/3.2.3/adainclude/i-cpoint.adb:4 1:1 [/usr/include/gtkada/gdk-even | Please submit a bug report, see http://gcc.gnu.org/bugs.html.| | Include the entire contents of this bug box in the report. | | Include the exact gcc-3.2 or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | +==+ backstore_area.ads Description: backstore_area.ads backstore_area.adb Description: backstore_area.adb Victor Porton ([EMAIL PROTECTED])
Bug#181679: gnat-3.2: Preelaborate, exceptions, and -gnatN
Package: gnat-3.2 Version: 1:3.2.3-0pre1 3.2.3 20030210 (prerelease) (i386-pc-linux-gnu) Compiler gives a wrong error message: pts/7:x,1$ gcc-3.2 -c -gnatN p.ads p.ads:5:08: instantiation error at s-exctab.adb:169 p.ads:5:08: non-static call not allowed in preelaborated unit package P is pragma Preelaborate; E: exception; procedure D; end P; package body P is procedure D is begin null; end; end P; -- Victor Porton ([EMAIL PROTECTED])
Software 3000 elysian
Hello We got thousands software at low low price visit us now topwinsoft.com slogan
Bug#161432: 0ff1ce 2007 PR0 79 USD$, Save 999.95 from retalI & down1oad lnstant1y
Type cheapsoftnow. com ln lnternet Exp1orer bar. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#778376: pkgconfig libgcj.pc link points to non existent file
Package: gcj-jdk Severity: normal Tags: patch # dpkg -L gcj-jdk | grep libgcj.pc /usr/lib/pkgconfig/x86_64-linux-gnu/libgcj.pc # ls -la /usr/lib/pkgconfig/x86_64-linux-gnu/libgcj.pc lrwxrwxrwx 1 root root 11 Oct 18 09:03 /usr/lib/pkgconfig/x86_64-linux-gnu/libgcj.pc -> libgcj15.pc # ls -la /usr/lib/pkgconfig/x86_64-linux-gnu/libgcj15.pc ls: cannot access /usr/lib/pkgconfig/x86_64-linux-gnu/libgcj15.pc: No such file or directory # ls -la /usr/lib/x86_64-linux-gnu/pkgconfig/libgcj15.pc lrwxrwxrwx 1 root root 13 Oct 24 16:49 /usr/lib/x86_64-linux-gnu/pkgconfig/libgcj15.pc -> libgcj-4.9.pc Switching from /usr/lib/pkgconfig/x86_64-linux-gnu/ to /usr/lib/x86_64-linux-gnu/pkgconfig/ will solve the problem. -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) --- debian/rules.orig 2015-02-14 10:44:11.0 +0100 +++ debian/rules 2015-02-14 10:43:37.0 +0100 @@ -700,8 +700,8 @@ /usr/share/java/libgcj-$(PV_GCJ).jar /usr/share/java/libgcj.jar ifeq ($(with_multiarch_lib),yes) dh_link -pgcj-jdk \ - /usr/lib/pkgconfig/$(DEB_HOST_MULTIARCH)/$(LIBGCJ_PC) \ - /usr/lib/pkgconfig/$(DEB_HOST_MULTIARCH)/libgcj.pc + /usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/$(LIBGCJ_PC) \ + /usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/libgcj.pc else dh_link -pgcj-jdk \ /usr/lib/pkgconfig/$(LIBGCJ_PC) /usr/lib/pkgconfig/libgcj.pc
linking error of basic_string
>Submitter-Id: net >Originator:Victor Hsieh >Organization: >Confidential: no >Synopsis: linking error of basic_string >Severity: serious >Priority: medium >Category: c++ >Class: rejects-legal >Release: 3.3.6 (Debian 1:3.3.6-6) (Debian testing/unstable) >Environment: System: Linux victor 2.6.11.10 #1 Thu May 19 21:13:08 CST 2005 i686 GNU/Linux Architecture: i686 host: i486-pc-linux-gnu build: i486-pc-linux-gnu target: i486-pc-linux-gnu configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux >Description: There's a linking error when I use std::basic_string with g++ 3.3, but it works perfectly in g++ 3.4 and 4.0 . I've tried it on both my Debian box with g++-3.3 and another with 5.3-RELEASE-p5 and g++32. Both of the cases cause the same error message (http://victor.csie.org/tmp/error.txt). Thanks. The following is my code. #include int main(void) { std::basic_string ustr; ustr.append(ustr); return 0; } >How-To-Repeat: Just compile it with g++ 3.3 >Fix: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#196381: libstdc++5-3.3-doc: "Main Page" is a bad title
Package: libstdc++5-3.3-doc Version: 1:3.3-3 Severity: minor The HTML title (in browser titlebar) of http://localhost/doc/libstdc++5-3.3-doc/libstdc++/html_user/ is "Main Page" what does not makes clear that this browser window documents GNU C++ librayr. Please change to something like "libstdc++-v3 Docs". -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux home.porton.narod.ru 2.4.17 #2 Thu Feb 27 18:06:13 YEKT 2003 i586 Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R Versions of packages libstdc++5-3.3-doc depends on: ii gcc-3.3-base 1:3.3-0pre6 The GNU Compiler Collection (base
Bug#196380: libstdc++5-3.3-doc: lower_bound is not well documented
Package: libstdc++5-3.3-doc Version: 1:3.3-3 Severity: normal It is unclear from the API docs whether std::lower_bound if there are no element element "not less than" val. Also check docs of std::upper_bound. Please also comment me on this (it is also broken in other C++ docs I have :-( ).
Bug#196380: libstdc++5-3.3-doc: lower_bound is not well documented
On 06-Jun-2003 Phil Edwards wrote: > On Fri, Jun 06, 2003 at 08:37:13PM +0600, Victor Porton wrote: >> It is unclear from the API docs whether std::lower_bound if there are no >> element element "not less than" val. > > That question does not parse. Could you rephrase please? > > The "brief" description might be helpful you here here, too. > > If you have suggestions, we'd be glad to hear them. The doc of std::lower_bound says: [[ Finds the first position in which val could be inserted without changing the ordering. Parameters: first An iterator. lastAnother iterator. val The search term. Returns: An iterator pointing to the first element "not less than" val. ]] "Returns" clause does not consider the case when there are no elements "not less than" val in the iterators range. Please add explicit consideration of this case in the docs. It is my guess that in the case of no elements "not less than" val the returned value is "last" because "last" is the iterator value where one can insert without changing the ordering when there are no elements "not less than" val. But it is only a guess from the docs, the return value in the case in consideration should be stated explicitly in the docs. Also existing short description of std::lower_bound says that returned iterator is pointing to an element. "last" may no point to an element (be a past-the-end iterator). If "last" indeed may be returned, then the phrase that the returned iterator is pointing to an element should be removed from the short description or at least explicitly overridden in the long description (claiming that it is false in some cases (if there are these cases)). -- Victor Porton ([EMAIL PROTECTED])
Bug#141797: Internal compiler error
Package: gcc-2.95 Version: 1:2.95.4-5 pts/3:gcc-bug,0$ gcc x.cpp x.cpp:11: Internal compiler error. x.cpp:11: Please submit a full bug report. x.cpp:11: Internal compiler error: x.cpp:11: See http://www.gnu.org/software/gcc/bugs.html> for instructions. x.cpp follows namespace N { template struct A { }; } struct B: N::A { }; -- Victor Porton ([EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]