Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553162 - [ago overlay] net-misc/networkmanager-l2tp-0.9.6 - ‘GTK_STOCK_CANCEL’ undeclared
Summary: [ago overlay] net-misc/networkmanager-l2tp-0.9.6 - ‘GTK_STOCK_CANCEL’ undeclared
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Agostino Sarubbo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-24 16:02 UTC by Juergen Rose
Modified: 2019-04-29 14:14 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,23.23 KB, text/x-log)
2015-06-24 16:02 UTC, Juergen Rose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2015-06-24 16:02:19 UTC
Created attachment 405682 [details]
build.log

'MAKEOPTS=-j1 emerge -v1 networkmanager-l2tp' fails with:
...
main.c: In function ‘keyring_lookup_secret’:
main.c:56:2: warning: ‘gnome_keyring_find_itemsv_sync’ is deprecated (declared at /usr/include/gnome-keyring-1/gnome-keyring.h:325): Use 'secret_service_search_sync' instead [-Wdeprecated-declarations]
  ret = gnome_keyring_find_itemsv_sync (GNOME_KEYRING_ITEM_GENERIC_SECRET,
  ^
main.c:70:3: warning: ‘gnome_keyring_memory_strdup’ is deprecated (declared at /usr/include/gnome-keyring-1/gnome-keyring-memory.h:76): Use 'gcr_secure_memory_strdup' instead [-Wdeprecated-declarations]
   secret = gnome_keyring_memory_strdup (found->secret);
   ^
main.c:73:2: warning: ‘gnome_keyring_found_list_free’ is deprecated (declared at /usr/include/gnome-keyring-1/gnome-keyring.h:174) [-Wdeprecated-declarations]
  gnome_keyring_found_list_free (found_list);
  ^
main.c: In function ‘get_secrets’:
main.c:131:4: warning: ‘gnome_keyring_memory_strdup’ is deprecated (declared at /usr/include/gnome-keyring-1/gnome-keyring-memory.h:76): Use 'gcr_secure_memory_strdup' instead [-Wdeprecated-declarations]
    pw = gnome_keyring_memory_strdup (in_pw);
    ^
main.c:138:3: warning: ‘gnome_keyring_memory_free’ is deprecated (declared at /usr/include/gnome-keyring-1/gnome-keyring-memory.h:70): Use 'gcr_secure_memory_free' instead [-Wdeprecated-declarations]
   gnome_keyring_memory_free (pw);
   ^
main.c:188:4: warning: ‘gnome_keyring_memory_strdup’ is deprecated (declared at /usr/include/gnome-keyring-1/gnome-keyring-memory.h:76): Use 'gcr_secure_memory_strdup' instead [-Wdeprecated-declarations]
    *out_pw = gnome_keyring_memory_strdup (new_password);
    ^
main.c: In function ‘main’:
main.c:284:3: warning: ‘gnome_keyring_memory_free’ is deprecated (declared at /usr/include/gnome-keyring-1/gnome-keyring-memory.h:70): Use 'gcr_secure_memory_free' instead [-Wdeprecated-declarations]
   gnome_keyring_memory_free (password);
   ^
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DICONDIR=\""/usr/share/pixmaps"\" -DUIDIR=\"""\" -DBINDIR=\""/usr/bin"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DVERSION=\"0.9.6.0\"   -march=native -O2 -pipe -c -o nm_l2tp_auth_dialog-vpn-password-dialog.o `test -f 'vpn-password-dialog.c' || echo './'`vpn-password-dialog.c
vpn-password-dialog.c: In function ‘add_row’:
vpn-password-dialog.c:125:2: warning: ‘gtk_misc_set_alignment’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) [-Wdeprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
  ^
vpn-password-dialog.c:125:2: warning: ‘gtk_misc_get_type’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
vpn-password-dialog.c: In function ‘vpn_password_dialog_new’:
vpn-password-dialog.c:199:26: error: ‘GTK_STOCK_CANCEL’ undeclared (first use in this function)
                          GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
                          ^
vpn-password-dialog.c:199:26: note: each undeclared identifier is reported only once for each function it appears in
vpn-password-dialog.c:200:26: error: ‘GTK_STOCK_OK’ undeclared (first use in this function)
                          GTK_STOCK_OK, GTK_RESPONSE_OK,
                          ^
vpn-password-dialog.c:205:2: warning: ‘gtk_dialog_get_action_area’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkdialog.h:205) [-Wdeprecated-declarations]
  action_area = GTK_BOX (gtk_dialog_get_action_area (GTK_DIALOG (dialog)));
  ^
vpn-password-dialog.c:227:24: warning: assignment makes pointer from integer without a cast
  priv->table_alignment = gtk_alignment_new (0.0, 0.0, 0.0, 0.0);
                        ^
vpn-password-dialog.c:269:2: warning: ‘gtk_image_new_from_stock’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkimage.h:122): Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  dialog_icon = gtk_image_new_from_stock (GTK_STOCK_DIALOG_AUTHENTICATION, GTK_ICON_SIZE_DIALOG);
  ^
vpn-password-dialog.c:269:42: error: ‘GTK_STOCK_DIALOG_AUTHENTICATION’ undeclared (first use in this function)
  dialog_icon = gtk_image_new_from_stock (GTK_STOCK_DIALOG_AUTHENTICATION, GTK_ICON_SIZE_DIALOG);
                                          ^
vpn-password-dialog.c:270:2: warning: ‘gtk_misc_set_alignment’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) [-Wdeprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (dialog_icon), 0.5, 0.0);
  ^
vpn-password-dialog.c:270:2: warning: ‘gtk_misc_get_type’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
Makefile:505: recipe for target 'nm_l2tp_auth_dialog-vpn-password-dialog.o' failed
make[2]: *** [nm_l2tp_auth_dialog-vpn-password-dialog.o] Error 1





root@lynx:/root(22)# emerge --info '=net-misc/networkmanager-l2tp-0.9.6::ago'
Portage 2.2.20 (python 2.7.10-final-0, default/linux/amd64/13.0/desktop, gcc-4.9.2, glibc-2.20-r2, 4.1.0-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.1.0-gentoo-x86_64-Intel-R-_Core-TM-_i7-3630QM_CPU_@_2.40GHz-with-gentoo-2.2
KiB Mem:     7860208 total,   1618708 free
KiB Swap:   12582908 total,  12539360 free
Timestamp of repository gentoo: Wed, 24 Jun 2015 09:30:01 +0000
sh bash 4.3_p39
ld GNU ld (Gentoo 2.25 p1.2) 2.25
distcc[15098] (dcc_trace_version) distcc 3.2rc1 x86_64-pc-linux-gnu; built Feb 28 2015 11:00:31 [disabled]
app-shells/bash:          4.3_p39::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2-r1::gentoo
dev-lang/python:          2.7.10::gentoo, 3.3.5-r1::gentoo, 3.4.3::gentoo
dev-util/cmake:           3.2.3::gentoo
dev-util/pkgconfig:       0.28-r3::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.17::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r1::gentoo
sys-devel/automake:       1.9.6-r4::gentoo, 1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25-r1::gentoo
sys-devel/gcc:            4.9.2::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo
Repositories:

gentoo
    location: /usr/portage_lynx
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

sage-on-gentoo
    location: /var/lib/layman/sage-on-gentoo
    masters: gentoo
    priority: 0

science
    location: /var/lib/layman/science
    masters: gentoo
    priority: 1

sunrise
    location: /var/lib/layman/sunrise
    masters: gentoo
    priority: 2

tlp
    location: /var/lib/layman/tlp
    masters: gentoo
    priority: 3

x11
    location: /var/lib/layman/x11
    masters: gentoo
    priority: 4

ago
    location: /var/lib/layman/ago
    masters: gentoo
    priority: 5

local
    location: /usr/local/portage
    masters: gentoo
    priority: 6

g-cpan
    location: /var/lib/cpan
    masters: gentoo
    priority: 7

g-octave
    location: /var/lib/g-octave
    masters: gentoo
    priority: 8

Installed sets: @system
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA PUEL Intel-SDP dlj-1.1 skype-eula skype-4.0.0.7-copyright googleearth AdobeFlash-11.x cadsoft Oracle-BCLA-JavaSE MakeMKV-EULA NVIDIA-CUDA Nero-AAC-EULA GIMPS"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="64bit R X Xaw3d a52 aac acl acpi admin afs alsa amd64 amr ao apache2 apng applet archive armadillo arpack asf aspell assistant atlas audacious audiofile automap automount bash-completion berkdb blas blast bluetooth bluray boost branding bzip2 cairo cdda cddb cdf cdio cdparanoia cdr cg cgi chm cli cmake consolekit cracklib crypt css cups curl cxx daap db dbi dbm dbus declarative designer devhelp device-mapper dga dia dirac djvu doc dot dri ds2490 ds9097 ds9097u dts dv dvb dvd dvdr dvi dynamicplugin eds egl elf emacs emboss emf encode epiphany evo examples excel exif expat extensions extra extras faac faad fam ffmpeg fftw firefox fits flac fltk fontconfig foomaticdb fortran fortran95 fpm fpx ftp fuse g3dvl garmin gcj gd gdal gdbm gdu gedit geoip geolocation geos gfortran gif gimp git glade glamor glib glpk gml gmp gnome gnome-keyring gnome-print gnuplot gnutls gold gphoto2 gpm grammar graphics graphtft graphviz grass gsl gsm gstreamer gtk gtk3 gudev guile hdaps hddtemp hdf hdf5 hdri html http httpd hvm hwdb iconv icq icu id3tag ide imagemagick imap inotify introspection ipod ipv6 irda ithreads jabber jadetex java java6 jbig jit john jpeg jpeg2k kate kde kdepim kdrive kerberos keymap kpathsea kvm ladspa lame lapack laptop latex lcms ldap lensfun libffi libgda libkms libnotify libsamplerate lirc live lua lzma lzo mad mail maildir mapnik math matroska media-library mercurial mikmod mkl mmx mmxext mng mod modules mono motif mozilla mp3 mp4 mpeg mpi mpi-threads mplayer mtp multilib multimedia musepack musicbrainz mysql mysqli nautilus ncurses neXt netcdf netpbm network networking nfs nls nntp nptl nsplugin ntfs ntp numpy obex objc ocaml ocr octave odbc ofa ogdi ogg openexr opengl openmp openvg pam pango pcre pda pdf pdl2 perl plasma plotutils plugins png podcast policykit portaudio posix postgres postscript ppds preview-latex proj projectm pstricks pulseaudio python python-bindings q16 q32 qemu qhull qt3support qt4 qt5 quicktime raw readline reiserfs reports rle romio rpc rrdcgi rrdtool sage samba sasl schroedinger science sdk sdl secure-delete semantic-desktop server session shout sip slang slp smart smbclient smp sms sndfile snmp soap sockets sound soup sox speex spell sql sqlite sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssse3 startup-notification stlport subtitles subversion sudo suexec svg svm swig systemd szip t1lib tcl tcpd tex tex4ht texmacs theora thesaurus thinkpad threads thunderbird tidy tiff tk tools truetype udev udisks unicode upower usb utempter v4l v4l2 vaapi vala valgrind vdpau video virt-network virtualbox visio vorbis vpx vtk wav webdav webdav-serf webkit wifi wmf wxwidgets x264 xa xattr xcb xetex xext xft xine xml xmlreader xmlrpc xpm xv xvid xvmc yaml youtube zlib zvbi" ABI_X86="64" ALSA_CARDS="intel8x0" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_core authn_dbm authn_default authn_file authz_core authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgid dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info lbmethod_byrequests log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif slotmem_shm so socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias" APACHE2_MPMS="worker" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="canon fuji ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog sensors thermal" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" CURL_SSL="nss" DVB_CARDS="usb-wt220u" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev synaptics void" KERNEL="linux" LCD_DEVICES="cfontz hd44780 mtxorb ncurses X lcd2usb lcdlinux png usblcd SureElec" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en fr ru" NETBEANS_MODULES="apisupport cnd dlight enterprise ergonomics groovy gsf harness ide identity j2ee java mobility nb php profiler websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="arm i386 x86_64" QEMU_USER_TARGETS="arm i386 x86_64" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="nouveau displaylink" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON



root@lynx:/root(23)# emerge -pqv '=net-misc/networkmanager-l2tp-0.9.6::ago'
[ebuild  N    ] net-misc/networkmanager-l2tp-0.9.6  USE="gnome nls -static-libs"
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-06-24 18:01:10 UTC
Assigning to overlay owner.

1) 0.9.6 is very obsolete (released in 2012), current upstream version is 0.9.8.7
2) why is this in an overlay? If you use l2tp and are able to test it, put it in gx86 (users want it, bug #526176) and please add gnome herd to metadata.xml so we can make sure it still builds when we bump networkmanager...
Comment 2 Agostino Sarubbo gentoo-dev 2015-06-25 09:28:43 UTC
(In reply to Alexandre Rostovtsev from comment #1)
> 2) why is this in an overlay? If you use l2tp and are able to test it, put
> it in gx86 (users want it, bug #526176) and please add gnome herd to
> metadata.xml so we can make sure it still builds when we bump
> networkmanager...

Short answer: I don't use the package.

Long answer: For what you are saying, we shouln't have overlays and all ebuilds should be on gx86.

Since 2 years ago I switched to vodafone, they provide a vpn on the router with the l2tp protocol, so I made an ebuild to see if that vpn works.
I never used that vpn but I thought that was a good idea share the ebuild for who want to use it or want to improve it. That's the reason because it is in the overlay.


The request in bug 526176, came after I made the ebuild on 23 August 2013 ( https://cgit.gentoo.org/dev/ago.git/tree/net-misc/networkmanager-l2tp/ChangeLog)
Comment 3 Ole Reifschneider (RETIRED) gentoo-dev 2015-06-25 17:51:52 UTC
I fixed the package a few weeks ago and I am using it. So I can add it to gx86.
Comment 4 Juergen Rose 2015-06-25 18:43:08 UTC
(In reply to Alexandre Rostovtsev from comment #1)
> Assigning to overlay owner.
> 
> 1) 0.9.6 is very obsolete (released in 2012), current upstream version is
> 0.9.8.7
> 2) why is this in an overlay? If you use l2tp and are able to test it, put
> it in gx86 (users want it, bug #526176) and please add gnome herd to
> metadata.xml so we can make sure it still builds when we bump
> networkmanager...

The networkmanager-l2tp-0.9.8.7-r1.ebuild from https://bugs.gentoo.org/show_bug.cgi?id=526176 worked for me.
Comment 5 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-06-25 20:08:25 UTC
(In reply to Ole Reifschneider from comment #3)
> I fixed the package a few weeks ago and I am using it. So I can add it to
> gx86.

Thanks! For nm vpn plugins, it's extremely helpful to have a maintainer who is actively using that type of vpn, otherwise we regularly get situations where e.g. some dependency of the plugin is bumped, and the plugin still builds successfully, but now fails to connect when you actually try to use it.
Comment 6 Agostino Sarubbo gentoo-dev 2019-04-29 14:14:51 UTC
The ebuild was removed from the overlay. Please use the version in tree.