Mailinglist Archive: opensuse-bugs (8956 mails)
| < Previous | Next > |
[Bug 215217] New: Missing gcc-c++ dependency on gcc
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 26 Oct 2006 03:24:51 -0600 (MDT)
- Message-id: <bug-215217-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=215217
Summary: Missing gcc-c++ dependency on gcc
Product: openSUSE 10.2
Version: Alpha 5
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
AssignedTo: pth@xxxxxxxxxx
ReportedBy: llunak@xxxxxxxxxx
QAContact: qa@xxxxxxx
I installed without any development packages and later went to Yast and
installed kdelibs3-devel. That in turn added its dependencies including
gcc-c++. However after the installation the system is still not capable of
compiling KDE applications because of gcc and cpp missing - gcc depends on cpp,
but gcc-c++ does not depend on gcc.
$ cpp
-bash: cpp: command not found
$ gcc
-bash: gcc: command not found
$ g++
g++: no input files
$ rpm -qa | grep -e gcc -e cpp | sort
cpp41-4.1.2_20060920-6
gcc-c++-4.1.3-13
gcc-gij-4.1.3-13
gcc41-c++-4.1.2_20060920-6
gcc41-gij-4.1.2_20060920-6
gcc41-4.1.2_20060920-6
ldapcpplib-0.0.4-21
libgcc41-4.1.2_20060920-6
$ rpm -qf `which g++`
gcc-c++-4.1.3-13
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Summary: Missing gcc-c++ dependency on gcc
Product: openSUSE 10.2
Version: Alpha 5
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
AssignedTo: pth@xxxxxxxxxx
ReportedBy: llunak@xxxxxxxxxx
QAContact: qa@xxxxxxx
I installed without any development packages and later went to Yast and
installed kdelibs3-devel. That in turn added its dependencies including
gcc-c++. However after the installation the system is still not capable of
compiling KDE applications because of gcc and cpp missing - gcc depends on cpp,
but gcc-c++ does not depend on gcc.
$ cpp
-bash: cpp: command not found
$ gcc
-bash: gcc: command not found
$ g++
g++: no input files
$ rpm -qa | grep -e gcc -e cpp | sort
cpp41-4.1.2_20060920-6
gcc-c++-4.1.3-13
gcc-gij-4.1.3-13
gcc41-c++-4.1.2_20060920-6
gcc41-gij-4.1.2_20060920-6
gcc41-4.1.2_20060920-6
ldapcpplib-0.0.4-21
libgcc41-4.1.2_20060920-6
$ rpm -qf `which g++`
gcc-c++-4.1.3-13
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |