Advertisement
timcowchip

vobcopy error

Aug 30th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. [chris@ArchBSD vobcopy]$ makepkg -s
  2. ==> Making package: vobcopy 1.2.0-4 (Fri Aug 30 10:58:08 PDT 2013)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Found vobcopy-1.2.0.tar.bz2
  7. ==> Validating source files with md5sums...
  8. vobcopy-1.2.0.tar.bz2 ... Passed
  9. ==> Extracting sources...
  10. -> Extracting vobcopy-1.2.0.tar.bz2 with bsdtar
  11. ==> Removing existing pkg/ directory...
  12. ==> Starting build()...
  13. /home/chris/builds/vobcopy/PKGBUILD: line 22: export: `=': not a valid identifier
  14. /home/chris/builds/vobcopy/PKGBUILD: line 22: export: `-g': not a valid identifier
  15. /home/chris/builds/vobcopy/PKGBUILD: line 22: export: `-O2': not a valid identifier
  16. /home/chris/builds/vobcopy/PKGBUILD: line 22: export: `-D_GNU_SOURCE': not a valid identifier
  17. ==> ERROR: A failure occurred in build().
  18. Aborting...
  19. [chris@ArchBSD vobcopy]$ makepkg -s
  20. /home/chris/builds/vobcopy/PKGBUILD: line 19: export: `=': not a valid identifier
  21. /home/chris/builds/vobcopy/PKGBUILD: line 19: export: `-g': not a valid identifier
  22. /home/chris/builds/vobcopy/PKGBUILD: line 19: export: `-O2': not a valid identifier
  23. /home/chris/builds/vobcopy/PKGBUILD: line 19: export: `-D_GNU_SOURCE': not a valid identifier
  24. ==> Making package: vobcopy 1.2.0-4 (Fri Aug 30 10:59:54 PDT 2013)
  25. ==> Checking runtime dependencies...
  26. ==> Checking buildtime dependencies...
  27. ==> Retrieving sources...
  28. -> Found vobcopy-1.2.0.tar.bz2
  29. ==> Validating source files with md5sums...
  30. vobcopy-1.2.0.tar.bz2 ... Passed
  31. ==> Extracting sources...
  32. -> Extracting vobcopy-1.2.0.tar.bz2 with bsdtar
  33. ==> Removing existing pkg/ directory...
  34. ==> Starting build()...
  35. cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/local//include -c vobcopy.c
  36. vobcopy.c: In function 'main':
  37. vobcopy.c:776:7: warning: passing argument 1 of 'get_longest_title' from incompatible pointer type [enabled by default]
  38. titleid = get_longest_title( &dvd );
  39. ^
  40. In file included from vobcopy.h:217:0,
  41. from vobcopy.c:53:
  42. dvd.h:9:5: note: expected 'struct dvd_reader_t *' but argument is of type 'struct dvd_reader_t **'
  43. int get_longest_title( dvd_reader_t * );
  44. ^
  45. vobcopy.c:1696:36: error: 'O_LARGEFILE' undeclared (first use in this function)
  46. if( open( name, O_RDONLY|O_LARGEFILE ) >= 0 )
  47. ^
  48. vobcopy.c:1696:36: note: each undeclared identifier is reported only once for each function it appears in
  49. gmake: *** [vobcopy.o] Error 1
  50. ==> ERROR: A failure occurred in build().
  51. Aborting..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement