Advertisement
Guest User

Untitled

a guest
Feb 6th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ==> Making package: octave-general 1.3.4-1 (Thu 6 Feb 07:04:45 CET 2014)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving sources...
  5. -> Found general-1.3.4.tar.gz
  6. ==> Validating source files with md5sums...
  7. general-1.3.4.tar.gz ... Passed
  8. ==> Extracting sources...
  9. ==> Removing existing pkg/ directory...
  10. ==> Starting build()...
  11. mkdir (/tmp/oct-POYY7n)
  12. untar (general-1.3.4.tar.gz, /tmp/oct-POYY7n)
  13. unpackfields.cc: In function ‘octave_value_list Funpackfields(const octave_value_list&, int)’:
  14. unpackfields.cc:92:25: error: ‘assign’ is not a member of ‘symbol_table’
  15. symbol_table::assign (fld_names(i), map.contents (iter));
  16. ^
  17. unpackfields.cc:117:21: error: ‘assign’ is not a member of ‘symbol_table’
  18. symbol_table::assign (fld_names(i), val);
  19. ^
  20. make: *** [unpackfields.oct] Error 1
  21. 'make' returned the following error: make: Entering directory '/tmp/oct-POYY7n/general/src'
  22. /usr/bin/mkoctfile-3.6.4 SHA1.cc
  23. /usr/bin/mkoctfile-3.6.4 packfields.cc
  24. /usr/bin/mkoctfile-3.6.4 mark_for_deletion.cc
  25. /usr/bin/mkoctfile-3.6.4 unpackfields.cc
  26. Makefile:10: recipe for target 'unpackfields.oct' failed
  27. make: Leaving directory '/tmp/oct-POYY7n/general/src'
  28. error: called from 'pkg>configure_make' in file /usr/share/octave/3.6.4/m/pkg/pkg.m near line 1385, column 9
  29. error: called from:
  30. error: /usr/share/octave/3.6.4/m/pkg/pkg.m at line 827, column 5
  31. error: /usr/share/octave/3.6.4/m/pkg/pkg.m at line 636, column 3
  32. error: /usr/share/octave/3.6.4/m/pkg/pkg.m at line 493, column 7
  33.  
  34. ==> ERROR: A failure occurred in build().
  35. Aborting...
  36. The build failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement