[Bug 137721] FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
Public bug reported:

Binary package hint: fet

Hello, I am Liviu Lalescu, the author of FET.

FET (free timetabling software) on ubuntu is a very old version, 3.18.1.
Now FET reached version 5.2.16, which uses a different much better
algorithm and has lots of improvements and bug fixes. Could you please
upgrade it?

** Affects: fet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] Re: FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
I forgot to say that current FET needs Qt >= 4.3.0 and does not work
with Qt 4.2.x (bugs of Qt).

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] [NEW] Compiling a file crashes gcc/g++

2008-08-01 Thread Liviu Lalescu
Public bug reported:

I am the author of FET timetabling software (open source, available in
some distributions).

I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
When compiling my program, it crashes on a large file, named
"rules.cpp".

FET is available as sources on http://lalescu.ro/liviu/fet/

I am now compiling with g++-4.1 and it works OK

** Affects: gcc-4.2 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  I am the author of FET timetabling software (available in some
  distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with 4.1.3 and it works.
+ I am now compiling with g++-4.1 and it works OK

** Description changed:

- I am the author of FET timetabling software (available in some
- distributions).
+ I am the author of FET timetabling software (open source, available in
+ some distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
  I am now compiling with g++-4.1 and it works OK

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I attach rules.ii file, archived with zip

** Description changed:

- I am the author of FET timetabling software (open source, available in
- some distributions).
+ My open source application FET compiles OK with g++ 4.1.3. But with 4.2.3 it
+ crashes on a bigger file named rules.cpp. My FET program is available at
+ http://lalescu.ro/liviu/fet/
  
- I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
- When compiling my program, it crashes on a large file, named
- "rules.cpp".
+ I have 1 GB of RAM, AMD dual core 4000+
  
- FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with g++-4.1 and it works OK
+ The g++ version:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ gcc -v
+ Using built-in specs.
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v
+ --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
+ --enable-shared --with-system-zlib --libexecdir=/usr/lib
+ --without-included-gettext --enable-threads=posix --enable-nls
+ --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
+ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
+ --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
+ --target=x86_64-linux-gnu
+ Thread model: posix
+ gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
+ 
+ 
+ The command and output error:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ make
+ cd src/ && make -f Makefile
+ make[1]: Entering directory `/home/goghi/t/fet/src'
+ cd interface/ && make -f Makefile
+ make[2]: Entering directory `/home/goghi/t/fet/src/interface'
+ g++ -save-temps -c -pipe -fpermissive -O2 -D_REENTRANT -Wall -W -DQT_SHARED
+ -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB
+ -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I.
+ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
+ -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork
+ -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml
+ -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support
+ -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -I../engine -I../../tmp
+ -I../../tmp -o ../../tmp/rules.o ../engine/rules.cpp
+ g++: warning: -pipe ignored because -save-temps specified
+ g++: Internal error: Killed (program cc1plus)
+ Please submit a full bug report.
+ See http://gcc.gnu.org/bugs.html> for instructions.
+ For Debian GNU/Linux specific bug reporting instructions, see
+ .
+ 
+ make[2]: *** [../../tmp/rules.o] Error 1
+ make[2]: Leaving directory `/home/goghi/t/fet/src/interface'
+ make[1]: *** [sub-interface-make_default] Error 2
+ make[1]: Leaving directory `/home/goghi/t/fet/src'
+ make: *** [sub-src-make_default] Error 2
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$
+ 
+ 
+ I'll attach also the .ii file.

** Attachment added: "rules.ii file, archived with zip"
   http://launchpadlibrarian.net/16491554/rules.ii.zip

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I modified the description to describe completely the problem

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] [NEW] Compiling a file crashes gcc/g++

2008-08-01 Thread Liviu Lalescu
Public bug reported:

I am the author of FET timetabling software (open source, available in
some distributions).

I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
When compiling my program, it crashes on a large file, named
"rules.cpp".

FET is available as sources on http://lalescu.ro/liviu/fet/

I am now compiling with g++-4.1 and it works OK

** Affects: gcc-4.2 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  I am the author of FET timetabling software (available in some
  distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with 4.1.3 and it works.
+ I am now compiling with g++-4.1 and it works OK

** Description changed:

- I am the author of FET timetabling software (available in some
- distributions).
+ I am the author of FET timetabling software (open source, available in
+ some distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
  I am now compiling with g++-4.1 and it works OK

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I attach rules.ii file, archived with zip

** Description changed:

- I am the author of FET timetabling software (open source, available in
- some distributions).
+ My open source application FET compiles OK with g++ 4.1.3. But with 4.2.3 it
+ crashes on a bigger file named rules.cpp. My FET program is available at
+ http://lalescu.ro/liviu/fet/
  
- I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
- When compiling my program, it crashes on a large file, named
- "rules.cpp".
+ I have 1 GB of RAM, AMD dual core 4000+
  
- FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with g++-4.1 and it works OK
+ The g++ version:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ gcc -v
+ Using built-in specs.
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v
+ --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
+ --enable-shared --with-system-zlib --libexecdir=/usr/lib
+ --without-included-gettext --enable-threads=posix --enable-nls
+ --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
+ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
+ --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
+ --target=x86_64-linux-gnu
+ Thread model: posix
+ gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
+ 
+ 
+ The command and output error:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ make
+ cd src/ && make -f Makefile
+ make[1]: Entering directory `/home/goghi/t/fet/src'
+ cd interface/ && make -f Makefile
+ make[2]: Entering directory `/home/goghi/t/fet/src/interface'
+ g++ -save-temps -c -pipe -fpermissive -O2 -D_REENTRANT -Wall -W -DQT_SHARED
+ -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB
+ -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I.
+ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
+ -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork
+ -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml
+ -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support
+ -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -I../engine -I../../tmp
+ -I../../tmp -o ../../tmp/rules.o ../engine/rules.cpp
+ g++: warning: -pipe ignored because -save-temps specified
+ g++: Internal error: Killed (program cc1plus)
+ Please submit a full bug report.
+ See http://gcc.gnu.org/bugs.html> for instructions.
+ For Debian GNU/Linux specific bug reporting instructions, see
+ .
+ 
+ make[2]: *** [../../tmp/rules.o] Error 1
+ make[2]: Leaving directory `/home/goghi/t/fet/src/interface'
+ make[1]: *** [sub-interface-make_default] Error 2
+ make[1]: Leaving directory `/home/goghi/t/fet/src'
+ make: *** [sub-src-make_default] Error 2
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$
+ 
+ 
+ I'll attach also the .ii file.

** Attachment added: "rules.ii file, archived with zip"
   http://launchpadlibrarian.net/16491554/rules.ii.zip

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I modified the description to describe completely the problem

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
Public bug reported:

Binary package hint: fet

Hello, I am Liviu Lalescu, the author of FET.

FET (free timetabling software) on ubuntu is a very old version, 3.18.1.
Now FET reached version 5.2.16, which uses a different much better
algorithm and has lots of improvements and bug fixes. Could you please
upgrade it?

** Affects: fet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] Re: FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
I forgot to say that current FET needs Qt >= 4.3.0 and does not work
with Qt 4.2.x (bugs of Qt).

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] [NEW] Compiling a file crashes gcc/g++

2008-08-01 Thread Liviu Lalescu
Public bug reported:

I am the author of FET timetabling software (open source, available in
some distributions).

I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
When compiling my program, it crashes on a large file, named
"rules.cpp".

FET is available as sources on http://lalescu.ro/liviu/fet/

I am now compiling with g++-4.1 and it works OK

** Affects: gcc-4.2 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  I am the author of FET timetabling software (available in some
  distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with 4.1.3 and it works.
+ I am now compiling with g++-4.1 and it works OK

** Description changed:

- I am the author of FET timetabling software (available in some
- distributions).
+ I am the author of FET timetabling software (open source, available in
+ some distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
  I am now compiling with g++-4.1 and it works OK

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I attach rules.ii file, archived with zip

** Description changed:

- I am the author of FET timetabling software (open source, available in
- some distributions).
+ My open source application FET compiles OK with g++ 4.1.3. But with 4.2.3 it
+ crashes on a bigger file named rules.cpp. My FET program is available at
+ http://lalescu.ro/liviu/fet/
  
- I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
- When compiling my program, it crashes on a large file, named
- "rules.cpp".
+ I have 1 GB of RAM, AMD dual core 4000+
  
- FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with g++-4.1 and it works OK
+ The g++ version:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ gcc -v
+ Using built-in specs.
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v
+ --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
+ --enable-shared --with-system-zlib --libexecdir=/usr/lib
+ --without-included-gettext --enable-threads=posix --enable-nls
+ --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
+ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
+ --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
+ --target=x86_64-linux-gnu
+ Thread model: posix
+ gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
+ 
+ 
+ The command and output error:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ make
+ cd src/ && make -f Makefile
+ make[1]: Entering directory `/home/goghi/t/fet/src'
+ cd interface/ && make -f Makefile
+ make[2]: Entering directory `/home/goghi/t/fet/src/interface'
+ g++ -save-temps -c -pipe -fpermissive -O2 -D_REENTRANT -Wall -W -DQT_SHARED
+ -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB
+ -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I.
+ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
+ -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork
+ -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml
+ -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support
+ -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -I../engine -I../../tmp
+ -I../../tmp -o ../../tmp/rules.o ../engine/rules.cpp
+ g++: warning: -pipe ignored because -save-temps specified
+ g++: Internal error: Killed (program cc1plus)
+ Please submit a full bug report.
+ See http://gcc.gnu.org/bugs.html> for instructions.
+ For Debian GNU/Linux specific bug reporting instructions, see
+ .
+ 
+ make[2]: *** [../../tmp/rules.o] Error 1
+ make[2]: Leaving directory `/home/goghi/t/fet/src/interface'
+ make[1]: *** [sub-interface-make_default] Error 2
+ make[1]: Leaving directory `/home/goghi/t/fet/src'
+ make: *** [sub-src-make_default] Error 2
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$
+ 
+ 
+ I'll attach also the .ii file.

** Attachment added: "rules.ii file, archived with zip"
   http://launchpadlibrarian.net/16491554/rules.ii.zip

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I modified the description to describe completely the problem

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
Public bug reported:

Binary package hint: fet

Hello, I am Liviu Lalescu, the author of FET.

FET (free timetabling software) on ubuntu is a very old version, 3.18.1.
Now FET reached version 5.2.16, which uses a different much better
algorithm and has lots of improvements and bug fixes. Could you please
upgrade it?

** Affects: fet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] Re: FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
I forgot to say that current FET needs Qt >= 4.3.0 and does not work
with Qt 4.2.x (bugs of Qt).

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
Public bug reported:

Binary package hint: fet

Hello, I am Liviu Lalescu, the author of FET.

FET (free timetabling software) on ubuntu is a very old version, 3.18.1.
Now FET reached version 5.2.16, which uses a different much better
algorithm and has lots of improvements and bug fixes. Could you please
upgrade it?

** Affects: fet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] Re: FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
I forgot to say that current FET needs Qt >= 4.3.0 and does not work
with Qt 4.2.x (bugs of Qt).

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] [NEW] Compiling a file crashes gcc/g++

2008-08-01 Thread Liviu Lalescu
Public bug reported:

I am the author of FET timetabling software (open source, available in
some distributions).

I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
When compiling my program, it crashes on a large file, named
"rules.cpp".

FET is available as sources on http://lalescu.ro/liviu/fet/

I am now compiling with g++-4.1 and it works OK

** Affects: gcc-4.2 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  I am the author of FET timetabling software (available in some
  distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with 4.1.3 and it works.
+ I am now compiling with g++-4.1 and it works OK

** Description changed:

- I am the author of FET timetabling software (available in some
- distributions).
+ I am the author of FET timetabling software (open source, available in
+ some distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
  I am now compiling with g++-4.1 and it works OK

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I attach rules.ii file, archived with zip

** Description changed:

- I am the author of FET timetabling software (open source, available in
- some distributions).
+ My open source application FET compiles OK with g++ 4.1.3. But with 4.2.3 it
+ crashes on a bigger file named rules.cpp. My FET program is available at
+ http://lalescu.ro/liviu/fet/
  
- I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
- When compiling my program, it crashes on a large file, named
- "rules.cpp".
+ I have 1 GB of RAM, AMD dual core 4000+
  
- FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with g++-4.1 and it works OK
+ The g++ version:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ gcc -v
+ Using built-in specs.
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v
+ --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
+ --enable-shared --with-system-zlib --libexecdir=/usr/lib
+ --without-included-gettext --enable-threads=posix --enable-nls
+ --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
+ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
+ --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
+ --target=x86_64-linux-gnu
+ Thread model: posix
+ gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
+ 
+ 
+ The command and output error:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ make
+ cd src/ && make -f Makefile
+ make[1]: Entering directory `/home/goghi/t/fet/src'
+ cd interface/ && make -f Makefile
+ make[2]: Entering directory `/home/goghi/t/fet/src/interface'
+ g++ -save-temps -c -pipe -fpermissive -O2 -D_REENTRANT -Wall -W -DQT_SHARED
+ -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB
+ -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I.
+ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
+ -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork
+ -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml
+ -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support
+ -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -I../engine -I../../tmp
+ -I../../tmp -o ../../tmp/rules.o ../engine/rules.cpp
+ g++: warning: -pipe ignored because -save-temps specified
+ g++: Internal error: Killed (program cc1plus)
+ Please submit a full bug report.
+ See http://gcc.gnu.org/bugs.html> for instructions.
+ For Debian GNU/Linux specific bug reporting instructions, see
+ .
+ 
+ make[2]: *** [../../tmp/rules.o] Error 1
+ make[2]: Leaving directory `/home/goghi/t/fet/src/interface'
+ make[1]: *** [sub-interface-make_default] Error 2
+ make[1]: Leaving directory `/home/goghi/t/fet/src'
+ make: *** [sub-src-make_default] Error 2
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$
+ 
+ 
+ I'll attach also the .ii file.

** Attachment added: "rules.ii file, archived with zip"
   http://launchpadlibrarian.net/16491554/rules.ii.zip

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I modified the description to describe completely the problem

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] [NEW] Compiling a file crashes gcc/g++

2008-08-01 Thread Liviu Lalescu
Public bug reported:

I am the author of FET timetabling software (open source, available in
some distributions).

I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
When compiling my program, it crashes on a large file, named
"rules.cpp".

FET is available as sources on http://lalescu.ro/liviu/fet/

I am now compiling with g++-4.1 and it works OK

** Affects: gcc-4.2 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  I am the author of FET timetabling software (available in some
  distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with 4.1.3 and it works.
+ I am now compiling with g++-4.1 and it works OK

** Description changed:

- I am the author of FET timetabling software (available in some
- distributions).
+ I am the author of FET timetabling software (open source, available in
+ some distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
  I am now compiling with g++-4.1 and it works OK

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I attach rules.ii file, archived with zip

** Description changed:

- I am the author of FET timetabling software (open source, available in
- some distributions).
+ My open source application FET compiles OK with g++ 4.1.3. But with 4.2.3 it
+ crashes on a bigger file named rules.cpp. My FET program is available at
+ http://lalescu.ro/liviu/fet/
  
- I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
- When compiling my program, it crashes on a large file, named
- "rules.cpp".
+ I have 1 GB of RAM, AMD dual core 4000+
  
- FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with g++-4.1 and it works OK
+ The g++ version:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ gcc -v
+ Using built-in specs.
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v
+ --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
+ --enable-shared --with-system-zlib --libexecdir=/usr/lib
+ --without-included-gettext --enable-threads=posix --enable-nls
+ --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
+ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
+ --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
+ --target=x86_64-linux-gnu
+ Thread model: posix
+ gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
+ 
+ 
+ The command and output error:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ make
+ cd src/ && make -f Makefile
+ make[1]: Entering directory `/home/goghi/t/fet/src'
+ cd interface/ && make -f Makefile
+ make[2]: Entering directory `/home/goghi/t/fet/src/interface'
+ g++ -save-temps -c -pipe -fpermissive -O2 -D_REENTRANT -Wall -W -DQT_SHARED
+ -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB
+ -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I.
+ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
+ -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork
+ -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml
+ -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support
+ -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -I../engine -I../../tmp
+ -I../../tmp -o ../../tmp/rules.o ../engine/rules.cpp
+ g++: warning: -pipe ignored because -save-temps specified
+ g++: Internal error: Killed (program cc1plus)
+ Please submit a full bug report.
+ See http://gcc.gnu.org/bugs.html> for instructions.
+ For Debian GNU/Linux specific bug reporting instructions, see
+ .
+ 
+ make[2]: *** [../../tmp/rules.o] Error 1
+ make[2]: Leaving directory `/home/goghi/t/fet/src/interface'
+ make[1]: *** [sub-interface-make_default] Error 2
+ make[1]: Leaving directory `/home/goghi/t/fet/src'
+ make: *** [sub-src-make_default] Error 2
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$
+ 
+ 
+ I'll attach also the .ii file.

** Attachment added: "rules.ii file, archived with zip"
   http://launchpadlibrarian.net/16491554/rules.ii.zip

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I modified the description to describe completely the problem

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
Public bug reported:

Binary package hint: fet

Hello, I am Liviu Lalescu, the author of FET.

FET (free timetabling software) on ubuntu is a very old version, 3.18.1.
Now FET reached version 5.2.16, which uses a different much better
algorithm and has lots of improvements and bug fixes. Could you please
upgrade it?

** Affects: fet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] Re: FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
I forgot to say that current FET needs Qt >= 4.3.0 and does not work
with Qt 4.2.x (bugs of Qt).

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
Public bug reported:

Binary package hint: fet

Hello, I am Liviu Lalescu, the author of FET.

FET (free timetabling software) on ubuntu is a very old version, 3.18.1.
Now FET reached version 5.2.16, which uses a different much better
algorithm and has lots of improvements and bug fixes. Could you please
upgrade it?

** Affects: fet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137721] Re: FET on ubuntu should be upgraded to latest version

2007-09-06 Thread Liviu Lalescu
I forgot to say that current FET needs Qt >= 4.3.0 and does not work
with Qt 4.2.x (bugs of Qt).

-- 
FET on ubuntu should be upgraded to latest version
https://bugs.launchpad.net/bugs/137721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] [NEW] Compiling a file crashes gcc/g++

2008-08-01 Thread Liviu Lalescu
Public bug reported:

I am the author of FET timetabling software (open source, available in
some distributions).

I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
When compiling my program, it crashes on a large file, named
"rules.cpp".

FET is available as sources on http://lalescu.ro/liviu/fet/

I am now compiling with g++-4.1 and it works OK

** Affects: gcc-4.2 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  I am the author of FET timetabling software (available in some
  distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with 4.1.3 and it works.
+ I am now compiling with g++-4.1 and it works OK

** Description changed:

- I am the author of FET timetabling software (available in some
- distributions).
+ I am the author of FET timetabling software (open source, available in
+ some distributions).
  
  I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
  When compiling my program, it crashes on a large file, named
  "rules.cpp".
  
  FET is available as sources on http://lalescu.ro/liviu/fet/
  
  I am now compiling with g++-4.1 and it works OK

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I attach rules.ii file, archived with zip

** Description changed:

- I am the author of FET timetabling software (open source, available in
- some distributions).
+ My open source application FET compiles OK with g++ 4.1.3. But with 4.2.3 it
+ crashes on a bigger file named rules.cpp. My FET program is available at
+ http://lalescu.ro/liviu/fet/
  
- I have downloaded a Kubuntu 8.04.1 for AMD64 bit and installed g++-4.2.
- When compiling my program, it crashes on a large file, named
- "rules.cpp".
+ I have 1 GB of RAM, AMD dual core 4000+
  
- FET is available as sources on http://lalescu.ro/liviu/fet/
  
- I am now compiling with g++-4.1 and it works OK
+ The g++ version:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ gcc -v
+ Using built-in specs.
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v
+ --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
+ --enable-shared --with-system-zlib --libexecdir=/usr/lib
+ --without-included-gettext --enable-threads=posix --enable-nls
+ --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
+ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
+ --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
+ --target=x86_64-linux-gnu
+ Thread model: posix
+ gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
+ 
+ 
+ The command and output error:
+ 
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$ make
+ cd src/ && make -f Makefile
+ make[1]: Entering directory `/home/goghi/t/fet/src'
+ cd interface/ && make -f Makefile
+ make[2]: Entering directory `/home/goghi/t/fet/src/interface'
+ g++ -save-temps -c -pipe -fpermissive -O2 -D_REENTRANT -Wall -W -DQT_SHARED
+ -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB
+ -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I.
+ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
+ -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork
+ -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml
+ -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support
+ -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -I../engine -I../../tmp
+ -I../../tmp -o ../../tmp/rules.o ../engine/rules.cpp
+ g++: warning: -pipe ignored because -save-temps specified
+ g++: Internal error: Killed (program cc1plus)
+ Please submit a full bug report.
+ See http://gcc.gnu.org/bugs.html> for instructions.
+ For Debian GNU/Linux specific bug reporting instructions, see
+ .
+ 
+ make[2]: *** [../../tmp/rules.o] Error 1
+ make[2]: Leaving directory `/home/goghi/t/fet/src/interface'
+ make[1]: *** [sub-interface-make_default] Error 2
+ make[1]: Leaving directory `/home/goghi/t/fet/src'
+ make: *** [sub-src-make_default] Error 2
+ [EMAIL PROTECTED]:~/t/fet-5.6.1$
+ 
+ 
+ I'll attach also the .ii file.

** Attachment added: "rules.ii file, archived with zip"
   http://launchpadlibrarian.net/16491554/rules.ii.zip

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254085] Re: Compiling a file crashes gcc/g++

2008-08-02 Thread Liviu Lalescu
I modified the description to describe completely the problem

-- 
Compiling a file crashes gcc/g++
https://bugs.launchpad.net/bugs/254085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs