[Bug 860513] New: Packages fp-ide-ru/fp-ide-en
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c0 Summary: Packages fp-ide-ru/fp-ide-en Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: All OS/Version: SUSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: loginov_alex@inbox.ru QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0 Please build packages: http://code.google.com/p/fp-ide-ru http://code.google.com/p/fp-ide-en Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c1 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwiedemann@suse.com, | |lrupp@suse.com, | |termim@gmail.com --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-02-10 15:10:33 CET --- bugs are usually not a good means to ask people to package something. The relevant devel project would be devel:languages:pascal I have CC'ed two of the maintainers there, so they can decide if they are interested. And if they dont, I might package it some day in remembrance of the Borland Turbo-Pascal 6 I started with. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c2 --- Comment #2 from AlexL0 Z <loginov_alex@inbox.ru> 2014-02-10 15:38:49 UTC --- Bernhard, thank you for your interest. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c3 --- Comment #3 from Mikhail Terekhov <termim@gmail.com> 2014-02-21 14:24:48 UTC --- (In reply to comment #2) Please take a look at https://build.opensuse.org/package/show/home:termim/fp-ide-en -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c4 --- Comment #4 from AlexL0 Z <loginov_alex@inbox.ru> 2014-02-22 09:30:33 UTC --- Mikhail, thank you. I tested openSUSE-13.1-KDE-Live-i686.iso and fp-ide-en-2.6.2-8.1.i586.rpm I found one error - incorrect path for gcc: http://pixs.ru/showimage/fpideensus_9518876_10976538.png Please add http://code.google.com/p/fp-ide-en/source/detail?r=5 , because users can loose unsaved changes while resizing. Everything else is working well. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c5 --- Comment #5 from Mikhail Terekhov <termim@gmail.com> 2014-02-22 22:15:13 UTC --- (In reply to comment #4)
Mikhail, thank you. I tested openSUSE-13.1-KDE-Live-i686.iso and fp-ide-en-2.6.2-8.1.i586.rpm I found one error - incorrect path for gcc: http://pixs.ru/showimage/fpideensus_9518876_10976538.png Do you know how to fix that?
Please add http://code.google.com/p/fp-ide-en/source/detail?r=5 , because users can loose unsaved changes while resizing. Applied. Please try again.
-- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c6 --- Comment #6 from AlexL0 Z <loginov_alex@inbox.ru> 2014-02-23 08:38:33 UTC --- Before in spec: GCC_VER=`gcc --version|grep gcc|awk '{print $3}'` %ifarch x86_64 sed -i -e "s|%GCCLIBPATH%| -Fl/usr/lib/gcc/x86_64-mageia-linux-gnu/$GCC_VER|g" ./utils/fpcmkcfg/fpinc.cfg %else sed -i -e "s|%GCCLIBPATH%| -Fl/usr/lib/gcc/i586-mageia-linux-gnu/$GCC_VER|g" /utils/fpcmkcfg/fpinc.cfg %endif In OpenSuse command: gcc --version|grep gcc|awk '{print $4}' shows version, but not path. OpenSUSE Factory has paths with "4.8", which you can see in package gcc48: http://pixs.ru/showimage/gccsusepng_2884407_10988613.png http://pixs.ru/showimage/gccsuse1pn_3782876_10988772.png Spec for OpenSUSE Factory for example: GCC_VER=4.8 %ifarch x86_64 sed -i -e "s|%GCCLIBPATH%| -Fl/usr/lib64/gcc/x86_64-suse-linux/$GCC_VER|g" /utils/fpcmkcfg/fpinc.cfg %else sed -i -e "s|%GCCLIBPATH%| -Fl/usr/lib/gcc/i586-suse-linux/$GCC_VER|g" /utils/fpcmkcfg/fpinc.cfg %endif For OpenSUSE 12.3, 13.1 paths are different, maybe to use %suse_version. Another easy way: delete %GCCLIBPATH% from ./utils/fpcmkcfg/fpinc.cfg and users will add paths for gcc manually (because it is rarely needed): sed -i "/%GCCLIBPATH%/d" ./utils/fpcmkcfg/fpinc.cfg -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c7 --- Comment #7 from Mikhail Terekhov <termim@gmail.com> 2014-02-23 16:01:48 UTC --- (In reply to comment #6) This is somewhat overcomplicated in IMHO. I've replaced it with `gcc -print-libgcc-file-name`. Please try and see if it works for you. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c8 --- Comment #8 from AlexL0 Z <loginov_alex@inbox.ru> 2014-02-23 18:22:29 UTC --- openSUSE-13.1-KDE-Live-i686.iso and fp-ide-en-2.6.2-8.1.i586.rpm: all tests are OK. gcc: OK for both architectures and for all platforms. fpc not OK for x86_64. fpc uses /usr/lib in Mageia for all architectures, but fpc uses /usr/lib(64) in OpenSuse in string: sed -i -e 's|%basepath%|/usr/lib/fpc/$fpcversion|g' ./utils/fpcmkcfg/fpinc.cfg -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c9 --- Comment #9 from AlexL0 Z <loginov_alex@inbox.ru> 2014-03-16 07:43:07 UTC --- - sed -i -e 's|%basepath%|/usr/lib/fpc/$fpcversion|g' /utils/fpcmkcfg/fpinc.cfg + sed -i -e 's|%basepath%|%{_libdir}/fpc/$fpcversion|g' /utils/fpcmkcfg/fpinc.cfg -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=860513 https://bugzilla.novell.com/show_bug.cgi?id=860513#c Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |termim@gmail.com |ovo.novell.com | -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=860513 http://bugzilla.novell.com/show_bug.cgi?id=860513#c10 Mikhail Terekhov <termim@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #10 from Mikhail Terekhov <termim@gmail.com> --- works for me -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com