Advertisement
Guest User

Clyde Error

a guest
Jun 23rd, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.68 KB | None | 0 0
  1. [wilson@archlinux-laptop clyde-git]$ makepkg -si
  2. ==> Determining latest git revision...
  3.   -> Version found: 20110623
  4. ==> Making package: clyde-git 20110623-1 (Thu Jun 23 13:27:18 EDT 2011)
  5. ==> Checking runtime dependencies...
  6. ==> Checking buildtime dependencies...
  7. ==> Retrieving Sources...
  8. ==> Extracting Sources...
  9. ==> Entering fakeroot environment...
  10. ==> Starting build()...
  11. ==> Connecting to GIT server....
  12. Cloning into clyde...
  13. remote: Counting objects: 2323, done.
  14. remote: Compressing objects: 100% (770/770), done.
  15. remote: Total 2323 (delta 1610), reused 2231 (delta 1537)
  16. Receiving objects: 100% (2323/2323), 459.43 KiB | 655 KiB/s, done.
  17. Resolving deltas: 100% (1610/1610), done.
  18. ==> GIT checkout done or server timeout
  19. ==> Starting make...
  20. Cloning into /home/wilson/Downloads/clyde-git/src/clyde-build...
  21. done.
  22. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/callback.o lualpm/callback.c
  23. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/db.o lualpm/db.c
  24. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/delta.o lualpm/delta.c
  25. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/dep.o lualpm/dep.c
  26. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/group.o lualpm/group.c
  27. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/option.o lualpm/option.c
  28. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/package.o lualpm/package.c
  29. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/sync.o lualpm/sync.c
  30. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/trans.o lualpm/trans.c
  31. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/types.o lualpm/types.c
  32. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE   -c -o lualpm/lualpm.o lualpm/lualpm.c
  33. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -lalpm -llua -shared -pedantic -Wl,--hash-style=gnu -Wl,--as-needed -s -o lualpm.so lualpm/callback.o lualpm/db.o lualpm/delta.o lualpm/dep.o lualpm/group.o lualpm/option.o lualpm/package.o lualpm/sync.o lualpm/trans.o lualpm/types.o lualpm/lualpm.o
  34. gcc -march=i686 -mtune=generic -O2 -pipe -Wall -W -O2 -fPIC `pkg-config --cflags lua` -std=c99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -llua -shared -pedantic -Wl,--hash-style=gnu -Wl,--as-needed -s -o clydelib/signal.so clydelib/signal.c
  35. clydelib/signal.c: In function ‘hook’:
  36. clydelib/signal.c:170:44: warning: unused parameter ‘ar’ [-Wunused-parameter]
  37. clydelib/signal.c:195:1: internal compiler error: Segmentation fault
  38. Please submit a full bug report,
  39. with preprocessed source if appropriate.
  40. See <https://bugs.archlinux.org/> for instructions.
  41. make: *** [clydelib/signal.so] Error 1
  42. ==> ERROR: A failure occurred in build().
  43.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement