Skip to content

Instantly share code, notes, and snippets.

@mgwilliams
Created May 23, 2012 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgwilliams/70f1ab4e2f71baa39681 to your computer and use it in GitHub Desktop.
Save mgwilliams/70f1ab4e2f71baa39681 to your computer and use it in GitHub Desktop.
In file included from ../includes.h:141:0,
from ../sandbox-darwin.c:17:
/usr/include/libutil.h:33:2: warning: #warning "Deprecated header, use <bsd/libutil.h> or libbsd-overlay.pc instead." [-Wcpp]
In file included from ../includes.h:141:0,
from ../consolekit.c:43:
/usr/include/libutil.h:33:2: warning: #warning "Deprecated header, use <bsd/libutil.h> or libbsd-overlay.pc instead." [-Wcpp]
In file included from ../consolekit.c:50:0:
../channels.h:73:2: error: expected specifier-qualifier-list before ‘TAILQ_ENTRY’
../channels.h:78:1: warning: data definition has no type or storage class [enabled by default]
../channels.h:78:1: warning: type defaults to ‘int’ in declaration of ‘TAILQ_HEAD’ [-Wimplicit-int]
../channels.h:78:1: warning: parameter names (without types) in function declaration [enabled by default]
../channels.h:138:26: error: field ‘status_confirms’ has incomplete type
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -fstack-protector-all -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSH_EXTRAVERSION=\"Debian-flowroute2\" -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/heimdal -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/ConsoleKit/ck-connector -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/bin/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/lib/openssh/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/lib/openssh/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/openssh/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/run/sshd\" -D_PATH_SSH_DATADIR=\"/usr/share/ssh\" -DHAVE_CONFIG_H -c ../ssh-add.c
make[2]: *** [consolekit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from ../includes.h:141:0,
from ../ssh-add.c:38:
/usr/include/libutil.h:33:2: warning: #warning "Deprecated header, use <bsd/libutil.h> or libbsd-overlay.pc instead." [-Wcpp]
make[2]: Leaving directory `/home/flowroute/openssh-5.9p1-flowroute2/build-deb'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/home/flowroute/openssh-5.9p1-flowroute2'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment