Skip to content

Instantly share code, notes, and snippets.

@greggyNapalm
Created July 16, 2012 19:19
Show Gist options
  • Save greggyNapalm/3124479 to your computer and use it in GitHub Desktop.
Save greggyNapalm/3124479 to your computer and use it in GitHub Desktop.
Phantom Debian6 bug
g++ -c -g -O3 -std=gnu++0x -fvisibility=hidden -fvisibility-inlines-hidden -fno-default-inline -fno-omit-frame-pointer -fno-common -Wall -W -Werror -Wsign-promo -Woverloaded-virtual -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -isystem . -isystem ./pd/fixinclude -D_GNU_SOURCE=1 -Wundef -MD -MF deps/pd%bq%bq_cont.o.d pd/bq/bq_cont.C -o pd/bq/bq_cont.o
pd/bq/bq_cont.C:83:2: error: #error Not Implemented yet
pd/bq/bq_cont.C:113:2: error: ‘__cxa_eh_globals’ does not name a type
pd/bq/bq_cont.C: In member function ‘void pd::bq_cont_t::eh_globals_swap()’:
pd/bq/bq_cont.C:190:3: error: ‘__cxa_eh_globals’ was not declared in this scope
pd/bq/bq_cont.C:190:21: error: ‘eh_globals_sys’ was not declared in this scope
pd/bq/bq_cont.C:190:57: error: ‘__cxa_get_globals’ was not declared in this scope
pd/bq/bq_cont.C:191:20: error: expected ‘;’ before ‘tmp’
pd/bq/bq_cont.C:192:20: error: ‘eh_globals’ was not declared in this scope
pd/bq/bq_cont.C:193:16: error: ‘tmp’ was not declared in this scope
make: *** [pd/bq/bq_cont.o] Error 1
dh_auto_build: make -j1 returned exit code 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1357:
dpkg-buildpackage -rfakeroot -D -us -uc failed
# Debian GNU/Linux 6.0.5 (squeeze)
# gcc (Debian 4.7.1-2) 4.7.1
# Linux debian6-vm 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012 x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment