FS#26211 - Does not build with the actual PKGBUILD script

Attached to Project: Arch Linux
Opened by David Kremer (dkremer) - Sunday, 02 October 2011, 21:29 GMT
Last edited by Ionut Biru (wonder) - Sunday, 02 October 2011, 21:38 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To No-one
Architecture i686
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

I did not succeed to build midori although all the dependencies required are installed.

I just use abs to fetch the PKGBUILD, in my ~/ home directory.

So I end up with this errror.

default/extensions/history-list.c: In function ‘history_list_history_window_real_walk’:
default/extensions/history-list.c:371:7: attention : variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c:369:7: attention : variable ‘_indices_size_’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c: In function ‘history_list_tab_window_real_insert_rows’:
default/extensions/history-list.c:661:14: attention : variable ‘iter’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c: In function ‘history_list_new_tab_window_real_insert_rows’:
default/extensions/history-list.c:961:14: attention : variable ‘iter’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c: In function ‘history_list_new_tab_window_finalize’:
default/extensions/history-list.c:1117:28: attention : variable ‘self’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c: In function ‘history_list_preferences_dialog_create_widgets’:
default/extensions/history-list.c:1378:10: attention : assignment from incompatible pointer type [enabled by default]
default/extensions/history-list.c: In function ‘history_list_manager_key_release’:
default/extensions/history-list.c:1486:8: attention : variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c:1482:8: attention : variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c: In function ‘history_list_manager_walk’:
default/extensions/history-list.c:1649:11: attention : variable ‘_tmp25_’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c:1646:9: attention : variable ‘_tmp22__length1’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c:1644:11: attention : variable ‘_tmp21_’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c:1641:9: attention : variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c: In function ‘history_list_manager_browser_removed’:
default/extensions/history-list.c:2138:10: attention : variable ‘_tmp31__length1’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c:2134:13: attention : variable ‘_tmp29_’ set but not used [-Wunused-but-set-variable]
default/extensions/history-list.c:2047:7: attention : variable ‘_callbacks_size_’ set but not used [-Wunused-but-set-variable]
[ 56/116] cc: extensions/addons.c -> _build_/default/extensions/addons_12.o
[ 57/116] cc: extensions/toolbar-editor.c -> _build_/default/extensions/toolbar-editor_13.o
[ 58/116] cc: extensions/colorful-tabs.c -> _build_/default/extensions/colorful-tabs_14.o
[ 59/116] cc: extensions/tab-panel.c -> _build_/default/extensions/tab-panel_15.o
[ 60/116] cc: extensions/statusbar-features.c -> _build_/default/extensions/statusbar-features_16.o
[ 61/116] cc_link: _build_/default/midori/main_2.o -> _build_/default/midori/midori
[ 62/116] cc_link: _build_/default/extensions/status-clock_1.o -> _build_/default/extensions/libstatus-clock.so
[ 63/116] cc_link: _build_/default/extensions/cookie-manager/cookie-manager_2.o _build_/default/extensions/cookie-manager/main_2.o _build_/default/extensions/cookie-manager/cookie-manager-page_2.o -> _build_/default/extensions/libcookie-manager.so
[ 64/116] cc_link: _build_/default/extensions/tabs-minimized_3.o -> _build_/default/extensions/libtabs-minimized.so
[ 65/116] cc_link: _build_/default/extensions/web-cache_4.o -> _build_/default/extensions/libweb-cache.so
[ 66/116] cc_link: _build_/default/extensions/formhistory_5.o -> _build_/default/extensions/libformhistory.so
default/midori/libmidori-core.a(midori-view_1.o): In function `midori_view_has_selection':
/home/david/src/AUR/absroot/extra/midori/src/midori-0.4.0/_build_/../midori/midori-view.c:4194: undefined reference to `webkit_web_view_get_selected_text'
collect2: ld a retourné 1 code d'état d'exécution
Waf: Leaving directory `/home/david/src/AUR/absroot/extra/midori/src/midori-0.4.0/_build_'
Build failed: -> task failed (err #1):
{task: cc_link main_2.o -> midori}
make: *** [all] Erreur 1
==> ERREUR: Une erreur s'est produite dans build().
Abandon...


Additional info:
* midori version 4.0.0
* makepkg.conf :

#
# /etc/makepkg.conf
#

#########################################################################
# SOURCE ACQUISITION
#########################################################################
#
#-- The download utilities that makepkg should use to acquire sources
# Format: 'protocol::agent'
DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
'rsync::/usr/bin/rsync -z %u %o'
'scp::/usr/bin/scp -C %u %o')

# Other common tools:
# /usr/bin/snarf
# /usr/bin/lftpget -c
# /usr/bin/curl

#########################################################################
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
#
CARCH="i686"
CHOST="i686-pc-linux-gnu"

#-- Exclusive: will only run on i686
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family
CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu"
#-- Make Flags: change this for DistCC/SMP systems
MAKEFLAGS="-j2"

#########################################################################
# BUILD ENVIRONMENT
#########################################################################
#
# Defaults: BUILDENV=(fakeroot !distcc color !ccache check)
# A negated environment option will do the opposite of the comments below.
#
#-- fakeroot: Allow building packages as a non-root user
#-- distcc: Use the Distributed C/C++/ObjC compiler
#-- color: Colorize output messages
#-- ccache: Use ccache to cache compilation
#-- check: Run the check() function if present in the PKGBUILD
#
BUILDENV=(fakeroot !distcc color !ccache check)
#
#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
#-- specify a space-delimited list of hosts running in the DistCC cluster.
#DISTCC_HOSTS=""

#########################################################################
# GLOBAL PACKAGE OPTIONS
# These are default values for the options=() settings
#########################################################################
#
# Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
# A negated option will do the opposite of the comments below.
#
#-- strip: Strip symbols from binaries/libraries
#-- docs: Save doc directories specified by DOC_DIRS
#-- libtool: Leave libtool (.la) files in packages
#-- emptydirs: Leave empty directories in packages
#-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
#-- purge: Remove files specified by PURGE_TARGETS
#
OPTIONS=(!strip docs libtool emptydirs zipman purge)

#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)
#-- Options to be used when stripping binaries. See `man strip' for details.
STRIP_BINARIES="--strip-all"
#-- Options to be used when stripping shared libraries. See `man strip' for details.
STRIP_SHARED="--strip-unneeded"
#-- Options to be used when stripping static libraries. See `man strip' for details.
STRIP_STATIC="--strip-debug"
#-- Manual (man and info) directories to compress (if zipman is specified)
MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
#-- Doc directories to remove (if !docs is specified)
DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
#-- Files to be removed from all packages (if purge is specified)
PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)

#########################################################################
# PACKAGE OUTPUT
#########################################################################
#
# Default: put built package and cached source in build directory
#
#-- Destination: specify a fixed directory where all packages will be placed
#PKGDEST=/home/packages
#-- Source cache: specify a fixed directory where source files will be cached
#SRCDEST=/home/sources
#-- Source packages: specify a fixed directory where all src packages will be placed
#SRCPKGDEST=/home/srcpackages
#-- Packager: name/email of the person or organization building packages
#PACKAGER="John Doe <john@doe.com>"

#########################################################################
# EXTENSION DEFAULTS
#########################################################################
#
# WARNING: Do NOT modify these variables unless you know what you are
# doing.
#
PKGEXT='.pkg.tar.xz'
SRCEXT='.src.tar.gz'

# vim: set ft=sh ts=2 sw=2 et:


This task depends upon

Closed by  Ionut Biru (wonder)
Sunday, 02 October 2011, 21:38 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#26207 
Comment by Ionut Biru (wonder) - Sunday, 02 October 2011, 21:36 GMT
https://bugs.webkit.org/show_bug.cgi?id=62512

webkit_web_view_get_selected_text was dropped. report to midori bugtracker

Loading...