LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-06-2010, 03:11 PM   #1
zbreaker
Member
 
Registered: Dec 2008
Location: New York
Distribution: Slack -current, siduction
Posts: 253

Rep: Reputation: 29
Midori & libunique


This problem affects both my -current and 64 bit multilib -current installs. Tried installing Midori from SlackBuilds but one of the depends (libunique) refuses to build on either system. Here's the log file from 64 multi -current.

[CODE]Unique 1.1.6

Configuration:
Maintainer flags: yes
Debug level: no
Build documentation: no
Build introspection data: no

Backends:
Unix Domain Socket: yes
D-BUS: yes

Default backend: dbus

make all-recursive
make[1]: Entering directory `/tmp/SBo/libunique-1.1.6'
Making all in build
make[2]: Entering directory `/tmp/SBo/libunique-1.1.6/build'
Making all in autotools
make[3]: Entering directory `/tmp/SBo/libunique-1.1.6/build/autotools'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/SBo/libunique-1.1.6/build/autotools'
make[3]: Entering directory `/tmp/SBo/libunique-1.1.6/build'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/SBo/libunique-1.1.6/build'
make[2]: Leaving directory `/tmp/SBo/libunique-1.1.6/build'
Making all in unique
make[2]: Entering directory `/tmp/SBo/libunique-1.1.6/unique'
GEN stamp-enum-types
GEN stamp-marshal
make all-recursive
make[3]: Entering directory `/tmp/SBo/libunique-1.1.6/unique'
Making all in bacon
make[4]: Entering directory `/tmp/SBo/libunique-1.1.6/unique/bacon'
CC libunique_bacon_la-uniquebackend-bacon.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DG_LOG_DOMAIN=\"Unique-Bacon\" -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Werror -Wall -Wshadow -Wcast-align -Wno-uninitialized -Wempty-body -Wformat-security -Winit-self -O2 -fPIC -c -o libunique_bacon_la-uniquebackend-bacon.lo `test -f 'uniquebackend-bacon.c' || echo './'`uniquebackend-bacon.c
cc1: warnings being treated as errors
uniquebackend-bacon.c: In function 'unique_backend_bacon_get_type':
/usr/include/glib-2.0/glib/gthread.h:339: error: dereferencing pointer 'value_location.17' does break strict-aliasing rules
/usr/include/glib-2.0/glib/gthread.h:339: note: initialized from here
make[4]: *** [libunique_bacon_la-uniquebackend-bacon.lo] Error 1
make[4]: Leaving directory `/tmp/SBo/libunique-1.1.6/unique/bacon'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/SBo/libunique-1.1.6/unique'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/SBo/libunique-1.1.6/unique'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/libunique-1.1.6'
make: *** [all] Error 2

libunique:
Would you like to continue processing the rest of the
build queue or would you like to abort? If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.
[CODE]

I've not had a lick of trouble with either system and other builds and the 64 bit is up to date with AlienBobs latest compilers. Any insight on this....I know I must be missing something somewhere.
 
Old 02-06-2010, 03:41 PM   #2
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Try adding -fno-strict-aliasing to CFLAGS.

Libunique builds fine on gcc 4.3.3, but not 4.4.3. There's a handful of other apps that need the same CFLAG option to compile.
 
Old 02-06-2010, 04:55 PM   #3
gapan
Member
 
Registered: Feb 2007
Posts: 378

Rep: Reputation: 163Reputation: 163
I have midori 0.2.2 here and it doesn't depend on libunique. Not built from slakcbuilds.org though.
 
Old 02-06-2010, 05:44 PM   #4
zbreaker
Member
 
Registered: Dec 2008
Location: New York
Distribution: Slack -current, siduction
Posts: 253

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by disturbed1 View Post
Try adding -fno-strict-aliasing to CFLAGS.

Libunique builds fine on gcc 4.3.3, but not 4.4.3. There's a handful of other apps that need the same CFLAG option to compile.
Ah...that's it indeed...my thanks.
 
Old 10-11-2010, 10:57 AM   #5
adityachs
LQ Newbie
 
Registered: Oct 2010
Posts: 3

Rep: Reputation: 0
Question Help resolving same problem

Hi,

I had a similar issue(rather big). I am pretty new to linux. Now need to learn GTK programming. So installed Cygwin in my XP mechine.

Trying to install Anjuta. No luck. I am continuously getting errors. and resolving them with help of Google. Now I am struck here.

I am trying to install libunique-1.1.4(also tried 1.6) it throws lots of errors. I am not able to capture them. I tried to redirect to a file, but no luck.
Code:
$ make
make  all-recursive
make[1]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4'
Making all in build
make[2]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build'

Making all in autotools
make[3]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build/
autotools'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build/a
utotools'
make[3]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build'

make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build'
make[2]: Leaving directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build'
Making all in unique
make[2]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/unique
'
make  all-recursive
make[3]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/unique
'
Making all in bacon
make[4]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/unique
/bacon'
  CC     libunique_bacon_la-uniquebackend-bacon.lo
In file included from ../../glib/gstdio.h:24,
                 from uniquebackend-bacon.c:41:
../../glib/gprintf.h:23:18: error: glib.h: No such file or directory
In file included from ../../glib/gstdio.h:24,
                 from uniquebackend-bacon.c:41:
../../glib/gprintf.h:29: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `gint'
../../glib/gprintf.h:31: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_fprintf'
../../glib/gprintf.h:34: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_sprintf'
../../glib/gprintf.h:38: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_vprintf'
../../glib/gprintf.h:40: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_vfprintf'
../../glib/gprintf.h:43: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_vsprintf'
../../glib/gprintf.h:46: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_vasprintf'
In file included from uniquebackend-bacon.c:41:
../../glib/gstdio.h:28: error: expected `=', `,', `;', `asm' or `__attribute__'
before `G_BEGIN_DECLS'
cc1: warnings being treated as errors
../../glib/gstdio.h:74: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:74: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:77: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:77: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:81: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:81: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:84: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:84: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:87: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:87: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:90: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:90: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:127: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:127: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:130: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:130: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:135: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:135: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:137: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:137: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:139: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:139: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:141: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:141: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:144: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:144: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:152: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:152: error: expected `;', `,' or `)' before `*' token
In file included from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
../uniqueapp.h:25:25: error: glib-object.h: No such file or directory
In file included from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:21: error: gio/gio.h: No such
file or directory
In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:31,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/cairo/cairo.h:85: error: expected `=', `,', `;', `asm' or `__attrib
ute__' before `int'
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-coverage.h:29: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `typedef'
/usr/include/pango-1.0/pango/pango-coverage.h:38: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `*' token
/usr/include/pango-1.0/pango/pango-coverage.h:39: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `*' token
/usr/include/pango-1.0/pango/pango-coverage.h:40: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:41: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `*' token
/usr/include/pango-1.0/pango/pango-coverage.h:42: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:44: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:47: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:50: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:53: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `*' token
In file included from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-types.h:28: error: expected `=', `,', `;', `a
sm' or `__attribute__' before `G_BEGIN_DECLS'
/usr/include/pango-1.0/pango/pango-types.h:43: error: expected `=', `,', `;', `a
sm' or `__attribute__' before `PangoGlyph'
/usr/include/pango-1.0/pango/pango-types.h: In function `pango_units_from_double
':
/usr/include/pango-1.0/pango/pango-types.h:64: error: expected declaration speci
fiers before `G_GNUC_CONST'
/usr/include/pango-1.0/pango/pango-types.h:65: error: expected `=', `,', `;', `a
sm' or `__attribute__' before `G_GNUC_CONST'
/usr/include/pango-1.0/pango/pango-types.h:72: error: empty declaration
In file included from /usr/include/pango-1.0/pango/pango-types.h:91,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-gravity.h:27: error: expected declaration spe
cifiers before `G_BEGIN_DECLS'
/usr/include/pango-1.0/pango/pango-gravity.h:56: error: expected declaration spe
cifiers before `PangoGravity'
/usr/include/pango-1.0/pango/pango-gravity.h:81: error: storage class specified
for parameter `PangoGravityHint'
In file included from /usr/include/pango-1.0/pango/pango-gravity.h:97,
                 from /usr/include/pango-1.0/pango/pango-types.h:91,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-matrix.h:28: error: expected declaration spec
ifiers before `G_BEGIN_DECLS'
/usr/include/pango-1.0/pango/pango-matrix.h:52: error: empty declaration
In file included from /usr/include/pango-1.0/pango/pango-gravity.h:97,
                 from /usr/include/pango-1.0/pango/pango-types.h:91,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-matrix.h:87: error: expected declaration spec
ifiers before `GType'
/usr/include/pango-1.0/pango/pango-matrix.h:89: error: expected declaration spec
ifiers before `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:90: error: expected `)' before `*' t
oken
/usr/include/pango-1.0/pango/pango-matrix.h:92: error: expected `)' before `*' t
oken
/usr/include/pango-1.0/pango/pango-matrix.h:95: error: expected `)' before `*' t
oken
/usr/include/pango-1.0/pango/pango-matrix.h:98: error: expected `)' before `*' t
oken
/usr/include/pango-1.0/pango/pango-matrix.h:100: error: expected `)' before `*'
token
/usr/include/pango-1.0/pango/pango-matrix.h:102: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:102: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:105: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:105: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:108: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:108: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:110: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:110: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:112: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:112: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:115: error: expected declaration spe
cifiers before `G_END_DECLS'
In file included from /usr/include/pango-1.0/pango/pango-gravity.h:98,
                 from /usr/include/pango-1.0/pango/pango-types.h:91,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-script.h:125: error: storage class specified
for parameter `PangoScript'
/usr/include/pango-1.0/pango/pango-script.h:127: error: expected declaration spe
cifiers before `PangoScript'
/usr/include/pango-1.0/pango/pango-script.h:129: error: expected declaration spe
cifiers before `PangoScriptIter'
/usr/include/pango-1.0/pango/pango-script.h:131: error: expected `)' before `*'
token
make[4]: *** [libunique_bacon_la-uniquebackend-bacon.lo] Error 1
make[3]: *** [all-recursive] Interrupt
make[2]: *** [all] Interrupt
make[1]: *** [all-recursive] Interrupt
make: *** [all] Interrupt


tcssatc@OSS-3F3B18 /cygdrive/d/softwares/llynux/libunique-1.1.4
$
I modified makefile like this : CFLAGS = -g -O2 -g -fno-strict-aliasing

But no luck. Also added path variables in .bash_profile
export PKG_CONFIG_PATH=/cygdrive/d/softwares/llynux/gnome-doc-utils-0.3.3:/cygdrive/d/softwares/llynux/glib-2.24.2
export PATH=${HOME}/bin:${PATH}:/cygdrive/d/softwares/llynux/glib-2.24.2

Please help me.
 
Old 05-31-2013, 11:26 AM   #6
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
Exclamation Libunique Deprecated

Just an update for search-engines that still find this thread: libunique is deprecated.
https://live.gnome.org/LibUnique
https://developer.gnome.org/gtk3/sta...plication.html
 
Old 05-31-2013, 11:33 AM   #7
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,102

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
FYI, I've run a grep in the SBo database
Code:
$ grep libunique */*/*.info | grep REQUIRES | grep -v libunique3                                                                 
audio/ario/ario.info:REQUIRES="libmpdclient libunique"
desktop/xfce4-notes-plugin/xfce4-notes-plugin.info:REQUIRES="libunique"
graphics/shotwell/shotwell.info:REQUIRES="LibRaw libgee libgexiv2 libunique vala-12 webkitgtk"
multimedia/totem/totem.info:REQUIRES="libunique totem-pl-parser"
network/liferea/liferea.info:REQUIRES="json-glib libunique webkitgtk"
network/midori/midori.info:REQUIRES="libunique vala webkitgtk"
system/brasero/brasero.info:REQUIRES="libunique"
system/gnome-commander/gnome-commander.info:REQUIRES="libgnomeui libunique"
until these are somehow updated, someone might still need it...

Last edited by ponce; 05-31-2013 at 11:35 AM.
 
Old 05-31-2013, 01:44 PM   #8
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,662

Rep: Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785
MATE is using libunique as well
 
Old 05-31-2013, 07:59 PM   #9
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
I've been taking another look at Midori and have been trying to run the package from Salix.

First it wanted libjavascriptcoregtk-1.0.so.0, so I installed webkit and that took care of that.

Then it wanted libunique so I tried to compile the Slackbuild, but it failed just as described in the first post in this thread. I finally downloaded the package from Salix and that took care of that.

Now I can't get passed libicui18n.so.49.

I removed the current version of icu4c, 5.1, IIRC, and replaced it with the 4.9 version from Slackware64-14, but then Midori asked for libicule.so.51. Using icu4c-4.9 also screwed up some other things so I went back to version icu4c-5.1, and now I'm back to the, "can't find libicui18n.so.49" stumbling block.

I've "parked" the problem for the time being and will give it another go tomorrow.

As I've said, I've used Midori before, but had forgotten what a PITA it can be to install in Slackware, but now that it appears Opera has sold out to google, it is time to find another browser. Real shame as I've been using Opera since the whole thing fit on a single 3-1/2 inch floppy disk. Oh, well, all things change, but not all change is for the better.

Last edited by cwizardone; 05-31-2013 at 08:03 PM.
 
Old 05-31-2013, 09:35 PM   #10
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 543

Rep: Reputation: 121Reputation: 121
Xfce4-mixer seems to need libunique-1. I built both versions as they don't overlap, but they need to be renamed (keep system maintenance sane): 'libunique1-1.1.6-x86_64-1' and 'libunique3-3.0.2-x86_64-1'.

If it helps, here is my 'linkage' output of /usr/bin/midori (v0.5.2).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Best lightweight browser for Fluxbox ? Epiphany , Opera, Kazehakase, Midori, Arora ? tERn Linux - Software 20 07-23-2016 11:53 AM
LXer: Midori: lightweight browsing LXer Syndicated Linux News 0 09-21-2009 12:30 AM
Japanese canna won't work : Warning: かな漢字変&am OrganicOrange84 Debian 3 06-30-2005 02:28 PM
Phục hồi dữ liệu bị mất???, cứ pollsite General 1 06-27-2005 12:39 PM
Midori on GATEWAY aol thing... cheater1034 Linux - Laptop and Netbook 1 05-25-2005 07:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration