This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/71986] New: Bug bug when compiling gammu-1.37.3


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71986

            Bug ID: 71986
           Summary: Bug bug when compiling gammu-1.37.3
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nequx at yandex dot ru
  Target Milestone: ---

[ 30%] Building C object
libgammu/CMakeFiles/libGammu.dir/phone/s60/s60phone.c.o
/root/gammu-1.37.3/libgammu/phone/s60/s60phone.c: In function
‘S60_SetAddCalendar’:
/root/gammu-1.37.3/libgammu/phone/s60/s60phone.c:1407:1: internal compiler
error: Ошибка сегментирования
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
libgammu/CMakeFiles/libGammu.dir/build.make:1526: ошибка выполнения рецепта для
цели «libgammu/CMakeFiles/libGammu.dir/phone/s60/s60phone.c.o»
make[2]: *** [libgammu/CMakeFiles/libGammu.dir/phone/s60/s60phone.c.o] Ошибка 1
CMakeFiles/Makefile2:1051: ошибка выполнения рецепта для цели
«libgammu/CMakeFiles/libGammu.dir/all»
make[1]: *** [libgammu/CMakeFiles/libGammu.dir/all] Ошибка 2
Makefile:147: ошибка выполнения рецепта для цели «all»
make: *** [all] Ошибка 2

I can not in any way call this package using cmake!

Line is error: 

GSM_Error S60_SetCalendar(GSM_StateMachine *s, GSM_CalendarEntry *Entry)
{
        return S60_SetAddCalendar(s, Entry, NUM_CALENDAR_ENTRY_CHANGE,
ID_SetCalendarNote);
}

I go out segmentation error.What to do?
Linux linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64
GNU/Linux

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]