Re: [gentoo-user] gdk-pixbuf

2006-03-16 Thread Richard Fish
On 3/15/06, Uwe Thiem [EMAIL PROTECTED] wrote:
 Hi all,

 this should probably asked on the developers list but I am not subscribed to
 it. Maybe, enough gentoo developers are on this list as well. ;-)

 rant
 Who made gdk-pixbuf dependent on gnome-libs?

From the ChangeLog:

*gdk-pixbuf-0.16.0-r6 (31 Mar 2002)

  31 Mar 2002; Seemant Kulleen [EMAIL PROTECTED] gdk-pixbuf-0.16.0-r6.ebuild:

  GNOME support is no longer an option -- it is built-in automatically, because
  downstream applications tend to expect it in this package.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge weirdy

2005-06-25 Thread Roy Wright
Howdy,

Just had a weirdy.  I was emerging unison on my home server.  I was lazy
and instead of walking the 6 feet to do it from the console, I just opened
a konsole from my workstation.  Got the following error:

386-pc-linux-gnu-gcc -o .libs/gdk-pixbuf-scan gdk-pixbuf-scan.o -rdynamic
../gdk-pixbuf/.libs/libgdk_pixbuf.so -L/usr/lib -ldl -ldl -ldl -ldl -ldl -ldl
-lm ../gdk-pixbuf/.libs/libgnomecanvaspixbuf.so -ldl -lm
/usr/lib/libgnomeui.so -lm -ldl /usr/lib/libart_lgpl.so -lm
/usr/lib/libgdk_imlib.so -ldl -lSM -lICE /usr/lib/libgtk.so -ldl -lm
/usr/lib/libgdk.so -ldl -lm /usr/lib/libgmodule.so -ldl -ldl -lXi -lXext -lX11
/usr/lib/libgnome.so -lm /usr/lib/libgnomesupport.so -lz -lm
/usr/lib/libesd.so -lm -ldl /usr/lib/libasound.so -lm -ldl -lpthread
/usr/lib/libaudiofile.so -lm -lm -ldb1 /usr/lib/libglib.so -lm
creating gdk-pixbuf-scan
Gdk-ERROR **: BadAccess (attempt to access private resource denied)
  serial 30 error_code 10 request_code 102 minor_code 0
  Scan failed
  make[2]: *** [scan-build.stamp] Error 1
  make[2]: Leaving directory
  `/var/tmp/portage/gdk-pixbuf-0.22.0-r3/work/gdk-pixbuf-0.22.0/doc'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory
  `/var/tmp/portage/gdk-pixbuf-0.22.0-r3/work/gdk-pixbuf-0.22.0'
  make: *** [all-recursive-am] Error 2

Googling was pointing this error to Xorg type stuff.  I said huh?  I'm
just compiling.  Well, ok, I can eliminate that by just sshing to the 
box and try it again.  That worked!  Go figure.

Have fun,
Roy 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] 32-bit gdk fail: trying to load 64-bit libpixbufloader-xpm.so

2014-08-14 Thread Grant Edwards
I've got a 32-bit application that ran fine until a couple weeks ago.

But, now when I try to run it I get this failure:

(msb_serv:9939): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable 
to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so: wrong ELF 
class: ELFCLASS64
(msb_serv:9939): Gdk-CRITICAL **: IA__gdk_drawable_get_size: assertion 
'GDK_IS_DRAWABLE (drawable)' failed
(msb_serv:9939): Gdk-CRITICAL **: IA__gdk_drawable_get_depth: assertion 
'GDK_IS_DRAWABLE (drawable)' failed

The GDK library appears to be trying to load the 64-bit version of
libpixbufloader-xpm.so instead of the 32-bit version

I suspect this has something to do with the recent move to the
abi_x86_32 and abi_x86_64 use flags, but I've not been able to make
any sense of what google has found me on that topic.  I've set those
use flags and set ABI_X86=64 32 in make.conf and then re-emerged
x11-libs/gdk-pixbuf, but it doesn't help.

I've verified that I do have both 32 and 64 bit versions of that library:

# for d in /usr/lib*; do find $d -name 'libpixbufloader-xpm*'; done
/usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so
/usr/lib64/debug/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so.debug
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.la
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so

Any ideas what changed in the last couple weeks to break 32-bit
compatiblity mode for GDK apps?

-- 
Grant Edwards   grant.b.edwardsYow! RHAPSODY in Glue!
  at   
  gmail.com




Re: [gentoo-user] Questions about Pale Moon

2018-01-24 Thread Dale
Peter Humphrey wrote:
> On Tuesday, 23 January 2018 12:08:12 GMT Arve Barsnes wrote:
>
>> Maybe check command line output?
> I get eight of these: "undefined symbol: UCNV_TO_U_CALLBACK_STOP". The full 
> list is attached.
>


If it helps any:

root@fireball / # equery b
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
 * Searching for
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so ...
gnome-base/librsvg-2.40.18
(/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so)
root@fireball / #

Maybe check and see if you have librsvg installed??

Dale

:-)  :-) 



[gentoo-user] gdk-pixbuf

2006-03-15 Thread Uwe Thiem
Hi all,

this should probably asked on the developers list but I am not subscribed to 
it. Maybe, enough gentoo developers are on this list as well. ;-)

rant
Who made gdk-pixbuf dependent on gnome-libs?

From the ebuild:

RDEPEND=media-libs/jpeg
media-libs/tiff
=x11-libs/gtk+-1.2*
=media-libs/libpng-1.2.1
amd64? ( sys-libs/db )
!amd64? ( sys-libs/db-2 )
=gnome-base/gnome-libs-1.4.1.2-r1
# We need gnome-libs here, else gnome support do not get compiled into
# gdk-pixbuf (the GnomeCanvasPixbuf library )


It pulls gnome-libs and, through gnome-libs I guess orbit, in although it does 
not really depend on gnome. If there is an optional dependency on gnome it 
should respect my -gnome USE flag setting. 

Lot's of pure gtk apps depend on gdk-pixbuf but don't depend on gnome or 
orbit. I should be able to emerge that library without pulling all the other 
stuff in I have no use of.

/rant

:-)

Uwe

-- 
Why do consumers keep buying products they will live to curse?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: 32-bit gdk fail: trying to load 64-bit libpixbufloader-xpm.so

2014-08-14 Thread Grant Edwards
On 2014-08-14, Grant Edwards grant.b.edwa...@gmail.com wrote:

 I've got a 32-bit application that ran fine until a couple weeks ago.

 But, now when I try to run it I get this failure:

 (msb_serv:9939): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable 
 to load image-loading module: 
 /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
 /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so: wrong ELF 
 class: ELFCLASS64
 (msb_serv:9939): Gdk-CRITICAL **: IA__gdk_drawable_get_size: assertion 
 'GDK_IS_DRAWABLE (drawable)' failed
 (msb_serv:9939): Gdk-CRITICAL **: IA__gdk_drawable_get_depth: assertion 
 'GDK_IS_DRAWABLE (drawable)' failed

 The GDK library appears to be trying to load the 64-bit version of
 libpixbufloader-xpm.so instead of the 32-bit version

Re-emerging app-emulation/emul-linux-x86-gtklibs seems to have fixed
it...

-- 
Grant Edwards   grant.b.edwardsYow! So this is what it
  at   feels like to be potato
  gmail.comsalad




Re: [gentoo-user] checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale

Alan McKinnon wrote:

This is usually CFLAGS and other bits of env stuff. There's probably a more
meaningful error earlier in the build log.

Can you post the full log for a failing file?

   


Here is one:

 Emerging (1 of 5) x11-libs/gdk-pixbuf-2.22.1
 * gdk-pixbuf-2.22.1.tar.bz2 RMD160 SHA1 SHA256 size ;-) 
...
[ ok ]

 * Package:x11-libs/gdk-pixbuf-2.22.1
 * Repository: gentoo
 * Maintainer: gn...@gentoo.org
 * USE:X consolekit elibc_glibc jpeg jpeg2k kernel_linux 
policykit tiff userland_GNU x86

 * FEATURES:   preserve-libs
 Unpacking source...
 Unpacking gdk-pixbuf-2.22.1.tar.bz2 to 
/var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work

 Source unpacked in /var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work
 Preparing source in 
/var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work/gdk-pixbuf-2.22.1 ...
 * Applying gdk-pixbuf-2.21.4-fix-automagic-x11.patch 
...   
[ ok ]
 * Applying gdk-pixbuf-2.22.1-fix-libpng15.patch 
...
[ ok ]

 * Running elibtoolize in: gdk-pixbuf-2.22.1/
 *   Applying portage-2.2.patch ...
 *   Applying sed-1.5.6.patch ...
 *   Applying as-needed-2.2.6.patch ...
 * Running eautoreconf in 
'/var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work/gdk-pixbuf-2.22.1' ...
 * Running aclocal -I m4 
...
[ ok ]
 * Running libtoolize --copy --force --install --automake 
...   
[ ok ]
 * Running aclocal -I m4 
...
[ ok ]
 * Running autoconf 
... 
[ ok ]
 * Running autoheader 
...   
[ ok ]
 * Running automake --add-missing --copy --foreign 
...  
[ ok ]

 Source prepared.
 Configuring source in 
/var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work/gdk-pixbuf-2.22.1 ...
 * econf: updating gdk-pixbuf-2.22.1/config.guess with 
/usr/share/gnuconfig/config.guess
 * econf: updating gdk-pixbuf-2.22.1/config.sub with 
/usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu 
--host=i686-pc-linux-gnu --mandir=/usr/share/man 
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc 
--localstatedir=/var/lib --disable-gtk-doc --with-libjpeg 
--with-libjasper --with-libtiff --disable-introspection --with-x11 
--with-libpng

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for i686-pc-linux-gnu-gcc... gcc
checking whether the C compiler works... no
configure: error: in 
`/var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work/gdk-pixbuf-2.22.1':

configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when seeking support:
!!! 
/var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work/gdk-pixbuf-2.22.1/config.log

 * ERROR: x11-libs/gdk-pixbuf-2.22.1 failed (configure phase):
 *   econf failed
 *
 * Call stack:
 * ebuild.sh, line   56:  Called src_configure
 *   environment, line 2981:  Called econf '--disable-gtk-doc' 
'--with-libjpeg' '--with-libjasper' '--with-libtiff' 
'--disable-introspection' '--with-x11' '--with-libpng'

 * ebuild.sh, line  557:  Called die
 * The specific snippet of code:
 *  die econf failed


And here is another:

 Emerging (1 of 1) sys-apps/sandbox-2.4
 * sandbox-2.4.tar.xz RMD160 SHA1 SHA256 size ;-) 
...[ ok ]

 * Package:sys-apps/sandbox-2.4
 * Repository: gentoo
 * Maintainer: sand...@gentoo.org
 * USE:consolekit elibc_glibc kernel_linux policykit 
userland_GNU x86

 * FEATURES:   preserve-libs sandbox
 Unpacking source...
 Unpacking sandbox-2.4.tar.xz to 
/var/tmp/portage/sys-apps/sandbox-2.4/work

unpack sandbox-2.4.tar.xz: file format not recognized. Ignoring.
 Source unpacked in /var/tmp/portage/sys-apps/sandbox-2.4/work
 Compiling source in 
/var/tmp/portage/sys-apps/sandbox-2.4/work/sandbox-2.4

Re: [gentoo-user] Questions about Pale Moon

2018-01-24 Thread Peter Humphrey
On Tuesday, 23 January 2018 12:08:12 GMT Arve Barsnes wrote:

> Maybe check command line output?

I get eight of these: "undefined symbol: UCNV_TO_U_CALLBACK_STOP". The full 
list is attached.

-- 
Regards,
Peter.
$ palemoon-bin

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'go-previous' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'go-next' for stock: 
Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'view-refresh' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'process-stop' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'go-home' for stock: 
Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'view-refresh' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'process-stop' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'edit-find' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'list-add' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'window-close' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'view-refresh' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'process-stop' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'go-previous' for 
stock: Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

(pale moon:2395): Gtk-WARNING **: Error loading theme icon 'go-next' for stock: 
Unable to load image-loading module: 
/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: 
/usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP


[gentoo-user] Re: libgnomeui

2005-05-12 Thread Steven Houston
Brian Beattie beattie at beattie-home.net writes:

 
 I'm trying to do an emerge -u world and for about the past week it has
 been failing on libgnomeui with the following error: failed to load
 ./stock_attach.png: Couldn't recognize the image file format for file
 './stock_attach.png'
 
 Does anybody have a clue? hints?

I encountered this today, the way I fixed it is as follows (this may or may not
be the same problem you are seeing)

After gtk+ is compiled the program gdk-pixbuf-query-loaders is run to write out
/etc/gtk-2.0/gdk-pixbuf.loaders. This file tells gtk where to find the different
image decode libs. The problem is this step was failing, although emerge didn't
report an error, so you end up with gtk being unable to load png files.

gdk-pixbuf-query-loaders was looking for libbz2.so.1.0 to run but I didn't have
that symlink. After creating it with cd /usr/lib; ln -s libbz2.so.1.0.3
libbz2.so.1.0 , gdk-pixbuf-query-loaders would run.

After fixing that I manually created the conf files:
gdk-pixbuf-query-loaders /etc/gtk-2.0/gdk-pixbuf.loaders
gtk-query-immodules-2.0 /etc/gtk-2.0/gtk.immodules

although it would probably be easier to just emerge gtk+ again after creating
the libbz2 symlink.

Might be worth trying to see if this fixes it for you too.

Regards,
Steven Houston.


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Updated to gnome 3.10 using overlay and menu item icons disappeared

2014-02-11 Thread Nilesh Govindrajan
Hello there,

I updated to gnome 3.10 from the gnome overlay (was using 3.8 earlier from
the default portage tree) yesterday.
Now, in various applications the icons in menu items have disappeared.

Like the new tab icon in Firefox menu, new document icon in libreoffice
file menu and so on. For all applications that are GTK based. QT based,
like Virtualbox seem to be fine.

I tried a couple of solutions -

Reinstalled librsvg, gdk-pixbuf, ran gtk-icon-cache, ran
gdk-pixbuf-query-loaders --update-cache

checked org.gnome.desktop.buttons_have_icons  menus_have_icons - both were
set to true.

Still no icons.

What's missing?


[gentoo-user] Re: Problems configuring VMWare

2006-05-29 Thread Remy Blank
Martin Larsson wrote:
 But attempting to run it as myself, I get:
   (vmware:7809): GdkPixbuf-WARNING **: Can not open pixbuf loader module
 file
   '/opt/vmware/workstation/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loaders'
 
 I've added myselft to the vmware-group, but gdk-pixbuf.loaders is:
 # ls -la /opt/vmware/workstation/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loaders
 -rw--- 1 root root 3324 2006-05-29 01:51
 /opt/vmware/workstation/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loaders

I don't know if this helps, but I am running VMWare player, and the
corresponding file:

/opt/vmware/player/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loaders

has the following permissions:

-rw-rw-r-- 1 root root 3244 mai 20 08:49 gdk-pixbuf.loaders

So you might just want to try and chmod it to 664.

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] compiling problems

2005-11-16 Thread Jorge Almeida
I'm experiencing unending problems compiling packages on a new install
system. The current one was gtk+ :

 gtkdoc-scan --module=gdk-pixbuf --source-dir=../../../gdk-pixbuf
 --ignore-headers=pixops gdk-pixbuf-alias.h gdk-pixbuf-marshal.h
 gdk-pixbuf-xlib-private.h gdk-pixbuf-i18n.h gdk-pixbuf-private.h
 io-gif-animation.h io-ani-animation.h test-images.h
 --source-dir=../../../contrib/gdk-pixbuf-xlib
 --deprecated-guards=GDK_PIXBUF_ENABLE_BROKEN|GDK_PIXBUF_DISABLE_DEPRECATED
 touch scan-build.stamp
 *** Rebuilding template files ***
 cd .  gtkdoc-mktmpl --module=gdk-pixbuf
 =
 WARNING: 1 unused declarations.
   These can be found in gdk-pixbuf-unused.txt.
 They should be added to gdk-pixbuf-sections.txt in the appropriate
 place.
 
=
 touch tmpl-build.stamp
 *** Building XML ***
 cd .  \
 gtkdoc-mkdb --module=gdk-pixbuf --source-dir=../../../gdk-pixbuf
 --output-format=xml --main-sgml-file=gdk-pixbuf.sgml --sgml-mode
 --source-dir=../../../contrib/gdk-pixbuf-xlib --output-format=xml
 99% symbol docs coverage (183 symbols documented, 3 symbols
 incomplete, 2 not documented)
 See gdk-pixbuf-undocumented.txt for a list of missing docs.
 The doc coverage percentage doesn't include intro sections.
 Use of uninitialized value in split at /usr/bin/gtkdoc-mkdb line
 608.
 touch sgml-build.stamp
 *** Building HTML ***
 rm -rf ./html
 mkdir ./html
 cd ./html  gtkdoc-mkhtml gdk-pixbuf ../gdk-pixbuf.sgml
 parser error : out of memory error
 file:///usr/share/sgml/docbook/xsl-stylesheets-1.68.1/common/zh_tw.xml:32:
 parser error : out of memory error
l:gentext key=dedication text=#22857;#29563;/

The compilation just hangs at this point. top says:

top - 12:12:44 up 1 day,  4:29,  3 users,  load average: 1.08, 1.19,
1.49
Tasks:  95 total,   3 running,  90 sleeping,   2 stopped,   0 zombie
Cpu(s): 99.7% us,  0.3% sy,  0.0% ni,  0.0% id,  0.0% wa,  0.0% hi,
0.0% si
Mem:514880k total,   425308k used,89572k free,53952k buffers
Swap:   787104k total,  196k used,   786908k free,   218048k cached
PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
16112 root  25   0 58576  54m 1256 R 99.6 10.9   7:49.07 xsltproc
23410 root  16   0  2028 1076  816 R  0.3  0.2   0:03.46 top
1 root  16   0  1448  448  392 S  0.0  0.1   0:00.59 init
2 root  RT   0 000 S  0.0  0.0   0:00.00
migration/0
3 root  34  19 000 S  0.0  0.0   0:00.00
ksoftirqd/0
4 root  10  -5 000 S  0.0  0.0
0:00.18 events/0

Could there be some problem with gcc-3.3.6?

$ emerge --info
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6,
glibc-2.3.5-r2, 2.6.14-gentoo-r2 i686)
=
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 1.50GHz
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
/var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=ftp://mirrors1.netvisao.pt/gentoo/
http://distfiles.gentoo.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo;
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=x86 X aalib alsa apm arts bash-completion bitmap-fonts bzip2 cdb
cdparanoia cdr crypt curl directfb doc dri dvd dvdread fbcon gif gphoto2
gpm gtk gtk2 imagemagick imap imlib java javaperl jpeg jpeg2k kde
lm_sensors maildir mime motif ncurses nls nptl nsplugin offensive opengl
pam pdflib png posix python qt readline recode scanner ssl tetex tiff
truetype truetype-fonts type1-fonts xmljpeg zlib userland_GNU
kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS,
PORTDIR_OVERLAY

-- 
Jorge Almeida
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Portage getting slicker?

2016-07-13 Thread Alan McKinnon

On 13/07/2016 23:41, James wrote:

Alan McKinnon  gmail.com> writes:



On 13/07/2016 20:25, James wrote:



So, today I ran a sync and upgrade to a gentoo workstation::
emerge -uvDNp world

These are the packages that would be merged, in order:
Calculating dependencies... done!
Total: 0 packages, Size of downloads: 0 KiB
WARNING: One or more updates/rebuilds have been skipped due to a dependency
conflict:

media-libs/jasper:0

(media-libs/jasper-1.900.1-r9:0/0::gentoo, ebuild scheduled for merge)
conflicts with
  media-libs/jasper:0/0=[abi_x86_32(-),abi_x86_64(-)] required by
(x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)

  media-libs/jasper:=[abi_x86_32(-),abi_x86_64(-)] required by
(x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)


This is not a blocker.

Read the warning, it says an update or rebuild was skipped due to a
dependency conflict. In your casejasper-1.900.1-r9 was not done due to
gdk-pixbuf requirements. Presumably, what you already have keeps pixbuf
happy

Blockers in that output usually have "!!" annotations at the beginning.


Ah excellent point, but the build did not move forward with::
' emerge -uvDN world' either. With the --tree it did move forward with
the build update. In the first attempt usually the packages to be built
are listed, conflicts or blockers.


But you didn't run
emerge -uvDN world
You ran
emerge -uvDNp world
why won't move forward, ever



None of these 3 packages where listed in the first attempt to see
what needs to be built::
Not 'sys-devel/llvm', nor 'sys-devel/clang', nor 'media-libs/mesa'.




Emerging (1 of 3) sys-devel/llvm-3.7.1-r3::gentoo



I did nothing manual in between. Explanations?

portage is doing what's expected. You don't have -a in the command line
and there's nothing stopping portage from moving forward with the build.
SO it moved forward with the build.


Yes, nothing to do with 'media-libs/jasper' nor 'gdk-pixbuf'. So I guess the
--tree option got rid of the these (conflicts issues. My point is that this
is remarkably better than how things worked in the past (but not certain
when these enhancements were made).


But you introduced two significant changes in you command line
removed -N
added -t


It's unsurprising you got different behaviour





[gentoo-user] Re: Portage getting slicker?

2016-07-13 Thread James
Alan McKinnon  gmail.com> writes:

> 
> On 13/07/2016 20:25, James wrote:
> >>
> > So, today I ran a sync and upgrade to a gentoo workstation::
> > emerge -uvDNp world
> >
> > These are the packages that would be merged, in order:
> > Calculating dependencies... done!
> > Total: 0 packages, Size of downloads: 0 KiB
> > WARNING: One or more updates/rebuilds have been skipped due to a dependency
> > conflict:
> >
> > media-libs/jasper:0
> >
> >(media-libs/jasper-1.900.1-r9:0/0::gentoo, ebuild scheduled for merge)
> > conflicts with
> >  media-libs/jasper:0/0=[abi_x86_32(-),abi_x86_64(-)] required by
> > (x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)
> >
> >  media-libs/jasper:=[abi_x86_32(-),abi_x86_64(-)] required by
> > (x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)
> 
> This is not a blocker.
> 
> Read the warning, it says an update or rebuild was skipped due to a 
> dependency conflict. In your casejasper-1.900.1-r9 was not done due to 
> gdk-pixbuf requirements. Presumably, what you already have keeps pixbuf 
> happy
> 
> Blockers in that output usually have "!!" annotations at the beginning.

Ah excellent point, but the build did not move forward with::
' emerge -uvDN world' either. With the --tree it did move forward with
the build update. In the first attempt usually the packages to be built
are listed, conflicts or blockers.

None of these 3 packages where listed in the first attempt to see 
what needs to be built::
Not 'sys-devel/llvm', nor 'sys-devel/clang', nor 'media-libs/mesa'.



> >>>> Emerging (1 of 3) sys-devel/llvm-3.7.1-r3::gentoo

> > I did nothing manual in between. Explanations?
> portage is doing what's expected. You don't have -a in the command line 
> and there's nothing stopping portage from moving forward with the build.
> SO it moved forward with the build.

Yes, nothing to do with 'media-libs/jasper' nor 'gdk-pixbuf'. So I guess the
--tree option got rid of the these (conflicts issues. My point is that this
is remarkably better than how things worked in the past (but not certain
when these enhancements were made).

Thanks for pointing out blockers vs conflicts...

James








Re: [gentoo-user] Problems configuring VMWare

2006-05-29 Thread Martin Larsson
On 5/28/06, JimD [EMAIL PROTECTED] wrote:
Anyway, all I had to do is remove /etc/vmware/not_configured and all isgolden.Thanks, that helped. Now I can run vmware as root.But attempting to run it as myself, I get: (vmware:7809): GdkPixbuf-WARNING **: Can not open pixbuf loader module file
 '/opt/vmware/workstation/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loaders'I've added myselft to the vmware-group, but gdk-pixbuf.loaders is:# ls -la /opt/vmware/workstation/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loaders
-rw--- 1 root root 3324 2006-05-29 01:51 /opt/vmware/workstation/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loadersSo something here seems to be all wrong.I probably should take the hint and just buy a new machine instead of playing with VMWare. :*)
M.


Re: [gentoo-user] compiling problems

2005-11-16 Thread Richard Fish
On 11/16/05, Jorge Almeida [EMAIL PROTECTED] wrote:
 I'm experiencing unending problems compiling packages on a new install
 system. The current one was gtk+ :

snip

  cd ./html  gtkdoc-mkhtml gdk-pixbuf ../gdk-pixbuf.sgml
  parser error : out of memory error

snip

 Could there be some problem with gcc-3.3.6?

Probably not, because it isn't gcc that is failing...it is
gtkdoc-mkhtml, and it is running out of memory.

You can either merge gtk with USE=-doc, which will skip this step, or
use MAKEFLAGS=-j1, which will run only one process at a time, and
reduce your memory requirements by about half.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xscreensaver-demo has vanished

2021-04-25 Thread Philip Webb
I've updated Xscreensaver to 5.45 (from 5.43 IIRC) & 'xscreensaver-demo',
which runs the interactive config screen, has vanished.
'man xscreensaver' says it's available,
but when I enter 'xscreensaver-command -demo', it says "xscreensaver-command:
could not exec xscreensaver-demo: No such file or directory" ;
'equery files xscreensaver | grep bin' confirms this
& it has disappeared from the KDE apps menu.

Xscreensaver is running (started by Xinit), as confirmed by 'htop',
& 'xscreensaver-command -activate' does bring up a screensaver as expected.

Here's the record of the emerge :

  root:550 ~> eix xscreensaver
[I] x11-misc/xscreensaver
Available versions:  5.44-r4 5.45 {caps +gdk-pixbuf gdm +gtk jpeg +locking 
new-login offensive opengl pam +perl selinux suid systemd xinerama}
Installed versions:  5.45([2021-04-26 00:02:29])(gtk jpeg opengl -caps 
-gdk-pixbuf -gdm -locking -new-login -offensive -pam -perl -selinux -suid 
-systemd -xinerama)

Can anyone explain what has happened ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] lpng14 - mess

2011-11-06 Thread Stroller

On 6 November 2011, at 02:14, Joseph wrote:

 revdep-rebuild is showing:
 broken /usr/lib64/libgtksourceview-1.0.la (requires -lpng14)

What package does the file belong to?

   $ equery b /usr/lib64/libgtksourceview-1.0.la


Note:

$ eselect news read all | head
2011-10-15-libpng15
  Title Upgrade to libpng15
  AuthorSamuli Suominen ssuomi...@gentoo.org
  Posted2011-10-15
  Revision  1

After upgrading from libpng14 to libpng15 it's important that you rebuild
cairo and gdk-pixbuf as soon as possible if they are installed.
$ 

Stroller




Re: [gentoo-user] login to gnome fails

2013-04-22 Thread Stefan G. Weichinger
Am 21.04.2013 20:16, schrieb Stefan G. Weichinger:
 
 Might my problem be related to consolekit?
 
 AFAI understand I don't need ck anymore as it is replaced by systemd-logind?
 
 I am confused right now by:
 
 https://bugs.gentoo.org/show_bug.cgi?id=465508

I was able to login via gdm now ... the last emerged packages were

gdk-pixbuf
gtk+

... and now it works again ... what a strange trip that was.

S





[gentoo-user] emerging x11-libs/gtk+-2.6.4-r1 had failed.

2005-05-05 Thread Allan Spagnol Comar
Hi, I am having this problem. I Already try to use fix_libtool.sh
3.3.5 and I am still having the problem ... does any one knows what I
can do next ?

grep: //usr/lib/gcc-lib/pentium3-pc-linux-gnu/3.3.5/libstdc++.la: No
such file or directory
/bin/sed: can't read
//usr/lib/gcc-lib/pentium3-pc-linux-gnu/3.3.5/libstdc++.la: No such file
or directory
libtool: link:
`//usr/lib/gcc-lib/pentium3-pc-linux-gnu/3.3.5/libstdc++.la' is not a
valid libtool archive
make[4]: *** [libpixbufloader-tiff.la] Error 1
make[4]: Leaving directory
`/var/tmp/portage/gtk+-2.6.4-r1/work/gtk+-2.6.4/gdk-pixbuf'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gtk+-2.6.4-r1/work/gtk+-2.6.4/gdk-pixbuf'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/var/tmp/portage/gtk+-2.6.4-r1/work/gtk+-2.6.4/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.6.4-r1/work/gtk+-2.6.4'
make: *** [all] Error 2

!!! ERROR: x11-libs/gtk+-2.6.4-r1 failed.
!!! Function src_compile, Line 84, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status
message.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Compiles failing because of doc in USE line.

2006-09-16 Thread Dale
Hi,

I'm doing a install on another drive via chroot.  I had
gnome-base/gnome-libs-1.4.2 to fail with errors similiar to this:

 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml/docbook/xml-dtd-4.4/docbook.cat (No such file or
 directory)
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml/docbook/xml-dtd-4.4/docbook.cat (No such file or
 directory)
 make[4]: *** [html-build.stamp] Error 1
 make[4]: Leaving directory
 `/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2/libart_lgpl/doc'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory
 `/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2/libart_lgpl'
 make[2]: *** [all-recursive-am] Error 2
 make[2]: Leaving directory
 `/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2/libart_lgpl'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2'
 make: *** [all-recursive-am] Error 2

 !!! ERROR: gnome-base/gnome-libs-1.4.2 failed.
 Call stack:
   ebuild.sh, line 1546:   Called dyn_compile
   ebuild.sh, line 937:   Called src_compile
   gnome-libs-1.4.2.ebuild, line 64:   Called die

 !!! (no error message)
 !!! If you need support, post the topmost build error, and the call
 stack if relevant.

 (chroot) [EMAIL PROTECTED] / #

I added it to package.use with it set to -doc.  It then compiled and
installed fine so I went to the next package.  The next package was
media-libs/gdk-pixbuf-0.22.0-r5 and it failed with similiar errors. 
Here is a snippet of it:

 *** Rebuilding template files ***
 cd .  gtkdoc-mktmpl --module=gdk-pixbuf
 =
 WARNING: 18 unused declarations.
   These can be found in gdk-pixbuf-unused.txt.
   They should be added to gdk-pixbuf-sections.txt in the appropriate
 place.
 =
 touch tmpl-build.stamp
 *** Building SGML ***
 cd .  \
 gtkdoc-mkdb --module=gdk-pixbuf --source-dir=../gdk-pixbuf
 100% symbol docs coverage (114 symbols documented, 0 symbols
 incomplete, 0 not documented)
 See gdk-pixbuf-undocumented.txt for a list of missing docs.
 The doc coverage percentage doesn't include intro sections.
 touch sgml-build.stamp
 *** Building HTML ***
 test -d ./html || mkdir ./html
 cd ./html  gtkdoc-mkhtml gdk-pixbuf ../gdk-pixbuf.sgml
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml/docbook/xml-dtd-4.4/docbook.cat (No such file or
 directory)
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
   SNIP  
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml/docbook/xml-dtd-4.4/docbook.cat (No such file or
 directory)
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml/docbook/xml-dtd-4.4/docbook.cat (No such file or
 directory)
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml/docbook/xml-dtd-4.4/docbook.cat (No such file or
 directory)
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml/docbook/xml-dtd-4.4/docbook.cat (No such file or
 directory)
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml/docbook/xml-dtd-4.4/docbook.cat (No such file or
 directory)
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml/docbook/xml-dtd-4.4/docbook.cat (No such file or
 directory)
 /usr/bin/openjade:/etc/sgml/sgml-docbook-4.4.cat:1:8:E: cannot open
 /usr/share/sgml/docbook/sgml-dtd-4.4/catalog (No such file or directory)
 /usr/bin/openjade:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open
 /usr/share/sgml

Re: [gentoo-user] Re: Portage getting slicker?

2016-07-14 Thread Fernando Rodriguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 07/13/2016 05:41 PM, James wrote:
> Alan McKinnon  gmail.com> writes:
> 
>>
>> On 13/07/2016 20:25, James wrote:
>>>>
>>> So, today I ran a sync and upgrade to a gentoo workstation::
>>> emerge -uvDNp world
>>>
>>> These are the packages that would be merged, in order:
>>> Calculating dependencies... done!
>>> Total: 0 packages, Size of downloads: 0 KiB
>>> WARNING: One or more updates/rebuilds have been skipped due to a dependency
>>> conflict:
>>>
>>> media-libs/jasper:0
>>>
>>>(media-libs/jasper-1.900.1-r9:0/0::gentoo, ebuild scheduled for merge)
>>> conflicts with
>>>  media-libs/jasper:0/0=[abi_x86_32(-),abi_x86_64(-)] required by
>>> (x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)
>>>
>>>  media-libs/jasper:=[abi_x86_32(-),abi_x86_64(-)] required by
>>> (x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)
>>
>> This is not a blocker.
>>
>> Read the warning, it says an update or rebuild was skipped due to a 
>> dependency conflict. In your casejasper-1.900.1-r9 was not done due to 
>> gdk-pixbuf requirements. Presumably, what you already have keeps pixbuf 
>> happy
>>
>> Blockers in that output usually have "!!" annotations at the beginning.
> 
> Ah excellent point, but the build did not move forward with::
> ' emerge -uvDN world' either. With the --tree it did move forward with
> the build update. In the first attempt usually the packages to be built
> are listed, conflicts or blockers.
> 
> None of these 3 packages where listed in the first attempt to see 
> what needs to be built::
> Not 'sys-devel/llvm', nor 'sys-devel/clang', nor 'media-libs/mesa'.
> 
> 
> 
>>>>>> Emerging (1 of 3) sys-devel/llvm-3.7.1-r3::gentoo
> 
>>> I did nothing manual in between. Explanations?
>> portage is doing what's expected. You don't have -a in the command line 
>> and there's nothing stopping portage from moving forward with the build.
>> SO it moved forward with the build.
> 
> Yes, nothing to do with 'media-libs/jasper' nor 'gdk-pixbuf'. So I guess the
> --tree option got rid of the these (conflicts issues. My point is that this
> is remarkably better than how things worked in the past (but not certain
> when these enhancements were made).

The --tree command didn't get rid of them. Those packages that you where able
to build conflict with other packages that would have been considered with the
- --newuse flag. So the conflict is still there waiting to be resolved.

Maybe portage could've been a little smarter and determine on the first command
that yes there is a conflict but I can still build these 3 packages with what
you already have. Or maybe that's a bad idea because you may have to rebuild 
some of those packages once the conflict is resolved and all packages updated.

Maybe the 1st command should've given you a list of skipped packages. That would
make it way less confusing and easier to resolve the conflicts. It is especially
confusing because instinctively you would expect the results with --newuse to be
a superset of the results without it.


 
> Thanks for pointing out blockers vs conflicts...
> 
> James
> 
> 
> 
> 
> 
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXh/zxAAoJEPbOFX/5UlwcsN0P/Rs3PbvPqBVtk5r/q9DdxFpi
ZKCNm+wktkEeCRnPqNaDNQBtyjNz9gbyOn+DFSycETQBejKJ2Stusc3Cdmins9c+
MEVW0yDLz/3moY0UtL7GlQ4uB4YxkILv3dQUIDkYuJ25dIUb3pJvfg456R3xiMG7
XdZqyYYROF5WYaOuiL+c4B6l2sgWRqBpFyEude7oM7az9fNi4O5LbiQTMx+lGG9E
ODZEBYmDBVnmTPh8yZFWCwymUauOzwgEKTThqlykh1xu96LWv2NzkRCEvnnmHtMU
0aydjxpfX/0zdxJjvHbDcyvgyKCbdy6e+baD5GdQQTZe9SjIjJvUvv4PQCRfYhbd
FyaI6lKkGmAw/ONzaMY2pDfuqDfyAk6j1htx9LugYLKWTignUhW4j4F51Fo6C9TS
zKIYk99Ne7ruV8h89HFUqRnGBewUw5rNC0ytOGKucOMy5b2Uef9C8lcikfl2Q0XR
C22oEOjC9pqbuv77l3oawWt0gyOJDIyOpzuFCob2aeEiTGV2Xbo8APKerIiaVT4o
NAxPeSsgtB3ZZv18QaIyUENBaV1U6pVnXe6UszXqo7AjBcKo7LGqSEJZLJKJRgqO
S34ucuXePXeDvXpwu4foF7FwY+EDgJQeVQ59aIjLMBZe6o+Q/4V7mKJFQOmeOwuU
U6GNi/spdojHipzExJiC
=MazA
-END PGP SIGNATURE-



Re: [gentoo-user] Problems configuring VMWare

2006-05-29 Thread JimD
Martin Larsson wrote:
 On 5/28/06, *JimD* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 Anyway, all I had to do is remove /etc/vmware/not_configured and all is
 golden.
 
 
 Thanks, that helped. Now I can run vmware as root.
 But attempting to run it as myself, I get:
   (vmware:7809): GdkPixbuf-WARNING **: Can not open pixbuf loader module
 file
   '/opt/vmware/workstation/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loaders'
 
 I've added myselft to the vmware-group, but gdk-pixbuf.loaders is:
 # ls -la /opt/vmware/workstation/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loaders
 -rw--- 1 root root 3324 2006-05-29 01:51
 /opt/vmware/workstation/lib/libconf/etc/gtk-2.0/gdk-pixbuf.loaders
 
 So something here seems to be all wrong.
 
 I probably should take the hint and just buy a new machine instead of
 playing with VMWare. :*)
 
 M.

Don't worry about that warning, I get it every time I use VMware and
have not had any issues.  I run VMware Mon-Fri for a good 8 hours.  I
use it for work.

Maybe I will look into the gdk-pixbuf.loaders issue if I find some time.
 Though as I stated, I have not had one issue because of it, I even
played a few smaller games under VMware like Heroes of Might and Magic III.

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
There's no place like 127.0.0.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Error message for several ebuilds when updating world.

2011-11-24 Thread waltdnes
  I just ran a sync and update on my laptop.  The builds for...

gnome-extra/libgsf-1.14.21
x11-libs/gdk-pixbuf-2.24.0-r1
gnome-base/librsvg-2.34.1-r1
www-client/firefox-7.0.1-r1
app-text/ghostscript-gpl-9.04-r4
app-office/abiword-2.8.6-r1

...all came up with the same warning in /var/log/portage/elog

WARN: prepare
  We've already been run in this tree; you should
  avoid this if possible (perhaps by filing a bug)

Any ideas what this is all about?

-- 
Walter Dnes waltd...@waltdnes.org



[gentoo-user] Mysterious fetch failures

2013-12-30 Thread Peter Humphrey
Hi list,

For a few weeks now I've been having trouble emerging certain packages: they 
abort on checksum failure every time. Yet when I wget them myself from the 
first mirror in the list they're fine. Eh?

The problem can't be the presence of a distfile that's been renamed 
*_checksum_failure_* because those were still present during the successful 
emerge. I can't think of any other possibility at the moment.

The ones I fell over last night were gdk-pixbuf, vala-common, apg and nss. I'm 
building a new 32-bit system in a chroot for my mini LAN server. The first two 
have been persistent for several weeks.

-- 
Regards
Peter




[gentoo-user] [OT] Ebuild with scons and sandbox

2005-08-16 Thread Nagatoro

Hi,

First off, I'm sorry if this is the wrong place to ask!

I'm trying to write an ebuild for linuxdcpp (a gtk port of DC++). This 
nice app uses scons and not make as the build tool. When I build it 
manually it works just fine, but when I try to build it with emerge (or 
ebuild) I get this:

Code:

scons: done building targets.
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gtk/.scons25064
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gtk/.sconsign
ACCESS DENIED  open_wr:   /usr/include/libglade-2.0/glade/.scons25064
ACCESS DENIED  open_wr:   /usr/include/libglade-2.0/glade/.sconsign
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gdk/.scons25064
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gdk/.sconsign
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/.scons25064
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/.sconsign
ACCESS DENIED  open_wr:   /usr/include/atk-1.0/atk/.scons25064
ACCESS DENIED  open_wr:   /usr/include/atk-1.0/atk/.sconsign
ACCESS DENIED  open_wr:   /usr/include/pango-1.0/pango/.scons25064
ACCESS DENIED  open_wr:   /usr/include/pango-1.0/pango/.sconsign
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gdk-pixbuf/.scons25064
ACCESS DENIED  open_wr:   /usr/include/gtk-2.0/gdk-pixbuf/.sconsign
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/glib/.scons25064
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/glib/.sconsign
ACCESS DENIED  open_wr:   /usr/lib/gtk-2.0/include/.scons25064
ACCESS DENIED  open_wr:   /usr/lib/gtk-2.0/include/.sconsign
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/gobject/.scons25064
ACCESS DENIED  open_wr:   /usr/include/glib-2.0/gobject/.sconsign
ACCESS DENIED  open_wr:   /usr/lib/glib-2.0/include/.scons25064
ACCESS DENIED  open_wr:   /usr/lib/glib-2.0/include/.sconsign
bzip2: Output file environment.bz2 already exists.
--- ACCESS VIOLATION SUMMARY 
---

LOG FILE = /var/log/sandbox/sandbox-net-p2p_-_dcpp-0.-25040.log
[...]


it seems to me like scons is littering the filesystem with somesort of 
lock files but I've been unable to find any information on this. Does 
anyone know how I can prevent scons from trying to make these files or 
how I can fool scons into thinking that it could?


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Bo Ørsted Andresen
On Tuesday 24 October 2006 10:40, Meino Christian Cramer wrote:
      libxyz.la seems to be moved
 
  which are harmless.

During compilation of x11-libs/gtk+-2.10.6 gdk-pixbuf/libgdk_pixbuf-2.0.la
gets created in ${S} (/var/tmp/paludis/x11-libs/gtk+-2.10.6/work/gtk+-2.10.6).
It contains this:

# grep ^dep gdk-pixbuf/libgdk_pixbuf-2.0.la
dependency_libs=' 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la -ldl 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgobject-2.0.la 
/usr/lib/libglib-2.0.la 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libglib-2.0.la -lrt -lm '

So looking at the first .la file in it's dependency_list:

# grep ^libdir /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la
libdir='/usr/lib'

I believe in this case the message simply means that
'/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..' != '/usr/lib':

# grep -C 1 seems to be moved /usr/share/libtool/ltmain.sh
if test $absdir != $libdir; then
$echo $modename: warning: \`$deplib' seems to be moved 12
fi

   Unfortunately it slows down compiling, when compiling each C-file
   spits a long list of seems to be moved messages onto my
   screen.

Why do you think it's significant?

-- 
Bo Andresen


pgpy0Jm8r2XzH.pgp
Description: PGP signature


Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Meino Christian Cramer
From: Bo Ørsted Andresen [EMAIL PROTECTED]
Subject: Re: [gentoo-user] xyz.la seems to be moved message
Date: Tue, 24 Oct 2006 16:07:46 +0200

 On Tuesday 24 October 2006 10:40, Meino Christian Cramer wrote:
   libxyz.la seems to be moved
  
   which are harmless.
 
 During compilation of x11-libs/gtk+-2.10.6 gdk-pixbuf/libgdk_pixbuf-2.0.la
 gets created in ${S} (/var/tmp/paludis/x11-libs/gtk+-2.10.6/work/gtk+-2.10.6).
 It contains this:
 
 # grep ^dep gdk-pixbuf/libgdk_pixbuf-2.0.la
 dependency_libs=' 
 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la -ldl 
 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgobject-2.0.la 
 /usr/lib/libglib-2.0.la 
 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libglib-2.0.la -lrt -lm '
 
 So looking at the first .la file in it's dependency_list:
 
 # grep ^libdir 
 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la
 libdir='/usr/lib'
 
 I believe in this case the message simply means that
 '/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..' != '/usr/lib':
 
 # grep -C 1 seems to be moved /usr/share/libtool/ltmain.sh
 if test $absdir != $libdir; then
 $echo $modename: warning: \`$deplib' seems to be moved 12
 fi
 
    Unfortunately it slows down compiling, when compiling each C-file
    spits a long list of seems to be moved messages onto my
    screen.
 
 Why do you think it's significant?

Because I see, how long it takes to oputput the whole list each time
a C-file gets compiled...

mcc

 -- 
 Bo Andresen

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Updated to gnome 3.10 using overlay and menu item icons disappeared

2014-02-11 Thread Canek Peláez Valdés
On Wed, Feb 12, 2014 at 12:50 AM, Nilesh Govindrajan m...@nileshgr.com wrote:
 Hello there,

 I updated to gnome 3.10 from the gnome overlay (was using 3.8 earlier from
 the default portage tree) yesterday.
 Now, in various applications the icons in menu items have disappeared.

 Like the new tab icon in Firefox menu, new document icon in libreoffice file
 menu and so on. For all applications that are GTK based. QT based, like
 Virtualbox seem to be fine.

 I tried a couple of solutions -

 Reinstalled librsvg, gdk-pixbuf, ran gtk-icon-cache, ran
 gdk-pixbuf-query-loaders --update-cache

 checked org.gnome.desktop.buttons_have_icons  menus_have_icons - both were
 set to true.

 Still no icons.

 What's missing?

Hi Nilesh; before trying to find the problem, why are you using the
GNOME overlay? GNOME 3.10 is in the tree since last December[1].

Also, which GNOME overlay? The official one[2] or Heather's[3]?

Regards.

[1] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/gnome-base/gnome/
[2] http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=summary
[3] https://github.com/Heather/gentoo-gnome/
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] Updated to gnome 3.10 using overlay and menu item icons disappeared

2014-02-11 Thread Nilesh Govindrajan
On Wed, Feb 12, 2014 at 1:07 PM, Canek Peláez Valdés can...@gmail.comwrote:

 On Wed, Feb 12, 2014 at 12:50 AM, Nilesh Govindrajan m...@nileshgr.com
 wrote:
  Hello there,
 
  I updated to gnome 3.10 from the gnome overlay (was using 3.8 earlier
 from
  the default portage tree) yesterday.
  Now, in various applications the icons in menu items have disappeared.
 
  Like the new tab icon in Firefox menu, new document icon in libreoffice
 file
  menu and so on. For all applications that are GTK based. QT based, like
  Virtualbox seem to be fine.
 
  I tried a couple of solutions -
 
  Reinstalled librsvg, gdk-pixbuf, ran gtk-icon-cache, ran
  gdk-pixbuf-query-loaders --update-cache
 
  checked org.gnome.desktop.buttons_have_icons  menus_have_icons - both
 were
  set to true.
 
  Still no icons.
 
  What's missing?

 Hi Nilesh; before trying to find the problem, why are you using the
 GNOME overlay? GNOME 3.10 is in the tree since last December[1].

 Also, which GNOME overlay? The official one[2] or Heather's[3]?

 Regards.

 [1]
 http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/gnome-base/gnome/
 [2] http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=summary
 [3] https://github.com/Heather/gentoo-gnome/
 --
 Canek Peláez Valdés
 Posgrado en Ciencia e Ingeniería de la Computación
 Universidad Nacional Autónoma de México


I'm using the official gnome overlay - because the tree doesn't have 3.10..
err wait.. it's hard masked :/
But anyway, I now installed from gnome overlay and not considering going
back.


Re: [gentoo-user] Updated to gnome 3.10 using overlay and menu item icons disappeared

2014-02-12 Thread Nilesh Govindrajan
On Wed, Feb 12, 2014 at 1:10 PM, Nilesh Govindrajan m...@nileshgr.com wrote:

 On Wed, Feb 12, 2014 at 1:07 PM, Canek Peláez Valdés can...@gmail.comwrote:

 On Wed, Feb 12, 2014 at 12:50 AM, Nilesh Govindrajan m...@nileshgr.com
 wrote:
  Hello there,
 
  I updated to gnome 3.10 from the gnome overlay (was using 3.8 earlier
 from
  the default portage tree) yesterday.
  Now, in various applications the icons in menu items have disappeared.
 
  Like the new tab icon in Firefox menu, new document icon in libreoffice
 file
  menu and so on. For all applications that are GTK based. QT based, like
  Virtualbox seem to be fine.
 
  I tried a couple of solutions -
 
  Reinstalled librsvg, gdk-pixbuf, ran gtk-icon-cache, ran
  gdk-pixbuf-query-loaders --update-cache
 
  checked org.gnome.desktop.buttons_have_icons  menus_have_icons - both
 were
  set to true.
 
  Still no icons.
 
  What's missing?

 Hi Nilesh; before trying to find the problem, why are you using the
 GNOME overlay? GNOME 3.10 is in the tree since last December[1].

 Also, which GNOME overlay? The official one[2] or Heather's[3]?

 Regards.

 [1]
 http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/gnome-base/gnome/
 [2] http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=summary
 [3] https://github.com/Heather/gentoo-gnome/
 --
 Canek Peláez Valdés
 Posgrado en Ciencia e Ingeniería de la Computación
 Universidad Nacional Autónoma de México


 I'm using the official gnome overlay - because the tree doesn't have
 3.10.. err wait.. it's hard masked :/
 But anyway, I now installed from gnome overlay and not considering going
 back.


Fixed. http://forums.fedoraforum.org/showthread.php?p=1680581#post1680581

Now I know why people hate gnome. Though they developed quite a nice DE --
converted a loyal KDE user. Such decisions by the project are bad :/


Re: [gentoo-user] gpicview/eom/eog not displaying JPEGs

2019-09-16 Thread Dom Rodriguez
Hello,

On this date - Sun, Sep 15, 2019 at 09:13:05PM +0100, Dom Rodriguez wrote:
> Hello,
> 
> I've installed media-gfx/gpicview and its unable to view JPEG files. It errors
> with 'Couldn't recognise the image file format for file '. 
> 
> Oddly enough, `imlib2_view` and `feh` can open JPEGs fine. I think its related
> to either (or a combination of both) GTK+ or gdk-pixbuf.
> 
> I've attached the output from `emerge --info`, and USE flags (from equery) of
> the following packages that I feel are possibly related:
> 
> - x11-libs/gdk-pixbuf
> - x11-libs/gtk+
> - media-libs/imlib2
> - media-gfx/eog
> - media-gfx/eom
> 
> I'm using 'default/linux/amd64/17.1/desktop/gnome/systemd' as my profile, and
> I've run a @world update, to no avail of fixing the JPEG issue.
> 
> I have to admit, I'm not really sure what's going on here. Its rather odd...
> 
> Has anyone else here experienced a similar issue? Did you manage to resolve 
> it?
> 
> Thanks for any assistance with this problem.
> 
> -- 
> Sincerely,
> Dom Rodriguez (shymega).
> 

Well, after a reboot, the issue seems to have resolved itself. I still have no
idea why it resolved, but it has.

The only thing I can learn from this problem is to make sure the `jpeg` USE
flag is set.

-- 
Sincerely,
Dom Rodriguez (shymega).




[gentoo-user] Installation loop...

2020-04-17 Thread tuxic
Hi,

on my system are installed (beside other things, of course... :)

[I] virtual/w3m
 Available versions:  0
 Installed versions:  0(03:51:00 AM 04/18/2020)
 Description: Virtual for the w3m web browser

[I] www-client/w3m
 Available versions:  0.5.3_p20180125 (~)0.5.3_p20190105 {X fbcon 
gdk-pixbuf gpm imlib libressl lynxkeymap nls nntp ssl unicode xface L10N="de 
ja"}
 Installed versions:  0.5.3_p20190105(08:50:56 AM 04/10/2020)(X nls ssl 
unicode -fbcon -gdk-pixbuf -gpm -imlib -libressl -lynxkeymap -nntp -xface 
L10N="-de -ja")
 Homepage:https://github.com/tats/w3m
 Description: Text based WWW browser, supports tables and frames


Normally I do a cleanup after each upgrade/compilation/install like
so:


emerge --selective=n  @preserved-rebuild && emerge --depclean -va && 
eclean-dist -C -d -v && eix-test-obsolete

which removes 

virtual/w3m

then. Next upgrade, which looks liek:

eix-sync ; emerge --update --newuse --deep --with-bdeps=y --tree 
--keep-going --backtrack=30 -v --verbose-conflicts -1 @world

it installs 

virtual/w3m

again.

And so on.

How can I stop this?
Are the commands I use fishy?
What is the reason of this loop -- other parts of the system will not
be reinstalled over and over again ?

Cheers!
Meino






Re: [gentoo-user] Installation loop...

2020-04-18 Thread David Fellows
>Hi,
>
>on my system are installed (beside other things, of course... :)
>
>[I] virtual/w3m
> Available versions:  0
> Installed versions:  0(03:51:00 AM 04/18/2020)
> Description: Virtual for the w3m web browser
>
>[I] www-client/w3m
> Available versions:  0.5.3_p20180125 (~)0.5.3_p20190105 {X fbcon 
> gdk-pixbuf gpm imlib libressl lynxkeymap nls nntp ssl unicode xface L10N="de 
> ja"}
> Installed versions:  0.5.3_p20190105(08:50:56 AM 04/10/2020)(X nls ssl 
> unicode -fbcon -gdk-pixbuf -gpm -imlib -libressl -lynxkeymap -nntp -xface 
> L10N="-de -ja")
> Homepage:https://github.com/tats/w3m
> Description: Text based WWW browser, supports tables and frames
>
>
>Normally I do a cleanup after each upgrade/compilation/install like
>so:
>
>
>emerge --selective=n  @preserved-rebuild && emerge --depclean -va && 
> eclean-dist -C -d -v && eix-test-obsolete
>
>which removes 
>
>virtual/w3m
>
>then. Next upgrade, which looks liek:
>
>eix-sync ; emerge --update --newuse --deep --with-bdeps=y --tree 
> --keep-going --backtrack=30 -v --verbose-conflicts -1 @world
>
>it installs 
>
>virtual/w3m
>
>again.
>
>And so on.
>
>How can I stop this?

After this annoyed me for a month I did the following with by system in a
state with both installed:
emerge --deselect www-client/w3m
emerge --select virtual/w3m
Which stopped the foolishness.

>Are the commands I use fishy?
>What is the reason of this loop -- other parts of the system will not
>be reinstalled over and over again ?

In my case, I had installed www-client/w3m explicitly to satisfy a program
that was installed outside portage possibly before there was a virtual/w3m.

DaveF

>
>Cheers!
>Meino
>
>
>
>



Re: [gentoo-user] Installation loop...

2020-04-18 Thread tuxic
Hi Dave,

that works! :)
Thanks a lot!

Cheers!
Meino



On 04/18 10:14, David Fellows wrote:
> >Hi,
> >
> >on my system are installed (beside other things, of course... :)
> >
> >[I] virtual/w3m
> > Available versions:  0
> > Installed versions:  0(03:51:00 AM 04/18/2020)
> > Description: Virtual for the w3m web browser
> >
> >[I] www-client/w3m
> > Available versions:  0.5.3_p20180125 (~)0.5.3_p20190105 {X fbcon 
> > gdk-pixbuf gpm imlib libressl lynxkeymap nls nntp ssl unicode xface 
> > L10N="de ja"}
> >     Installed versions:  0.5.3_p20190105(08:50:56 AM 04/10/2020)(X nls ssl 
> > unicode -fbcon -gdk-pixbuf -gpm -imlib -libressl -lynxkeymap -nntp -xface 
> > L10N="-de -ja")
> > Homepage:https://github.com/tats/w3m
> > Description: Text based WWW browser, supports tables and frames
> >
> >
> >Normally I do a cleanup after each upgrade/compilation/install like
> >so:
> >
> >
> >emerge --selective=n  @preserved-rebuild && emerge --depclean -va && 
> > eclean-dist -C -d -v && eix-test-obsolete
> >
> >which removes 
> >
> >virtual/w3m
> >
> >then. Next upgrade, which looks liek:
> >
> >eix-sync ; emerge --update --newuse --deep --with-bdeps=y --tree 
> > --keep-going --backtrack=30 -v --verbose-conflicts -1 @world
> >
> >it installs 
> >
> >virtual/w3m
> >
> >again.
> >
> >And so on.
> >
> >How can I stop this?
> 
> After this annoyed me for a month I did the following with by system in a
> state with both installed:
> emerge --deselect www-client/w3m
> emerge --select virtual/w3m
> Which stopped the foolishness.
> 
> >Are the commands I use fishy?
> >What is the reason of this loop -- other parts of the system will not
> >be reinstalled over and over again ?
> 
> In my case, I had installed www-client/w3m explicitly to satisfy a program
> that was installed outside portage possibly before there was a virtual/w3m.
> 
> DaveF
> 
> >
> >Cheers!
> >Meino
> >
> >
> >
> >
> 



Re: [gentoo-user] Portage getting slicker?

2016-07-13 Thread Alan McKinnon

On 13/07/2016 20:25, James wrote:



So, today I ran a sync and upgrade to a gentoo workstation::
emerge -uvDNp world

These are the packages that would be merged, in order:
Calculating dependencies... done!
Total: 0 packages, Size of downloads: 0 KiB
WARNING: One or more updates/rebuilds have been skipped due to a dependency
conflict:

media-libs/jasper:0

   (media-libs/jasper-1.900.1-r9:0/0::gentoo, ebuild scheduled for merge)
conflicts with
 media-libs/jasper:0/0=[abi_x86_32(-),abi_x86_64(-)] required by
(x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)

 media-libs/jasper:=[abi_x86_32(-),abi_x86_64(-)] required by
(x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)


This is not a blocker.

Read the warning, it says an update or rebuild was skipped due to a 
dependency conflict. In your casejasper-1.900.1-r9 was not done due to 
gdk-pixbuf requirements. Presumably, what you already have keeps pixbuf 
happy


Blockers in that output usually have "!!" annotations at the beginning.







OK, no big deal, except I next ran::
'emerge -uDtv @world'

BANG, it just started compiling as if no blokers?

Calculating dependencies... done!
[ebuild  rR] media-libs/mesa-11.0.6::gentoo  USE="classic dri3 egl
gallium gbm gles2 llvm nptl openmax udev vaapi vdpau xvmc -bindist -d3d9
-debug -gles1 -opencl -osmesa -pax_kernel -pic (-selinux) -wayland -xa"
ABI_X86="32 (64) (-x32)" VIDEO_CARDS="radeon radeonsi (-freedreno) -i915
-i965 -ilo -intel -nouveau -r100 -r200 -r300 -r600 -vmware" 7,103 KiB
[nomerge   ] sys-devel/llvm-3.7.1-r3:0/3.7.1::gentoo
[3.5.0:0/3.5::gentoo] USE="clang libffi ncurses python static-analyzer
-debug -doc -gold -libedit -lldb% -multitarget -ocaml {-test} -xml"
ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7 (-pypy%)"
VIDEO_CARDS="radeon"
[blocks b  ]  <=sys-devel/clang-3.7.1-r99 ("<=sys-devel/clang-3.7.1-r99"
is blocking sys-devel/llvm-3.7.1-r3)
[ebuild U  ]   sys-devel/clang-3.7.1-r100:0/3.7::gentoo
[3.5.0-r100:0/3.5::gentoo] USE="python static-analyzer -debug -multitarget"
ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  r  U  ]sys-devel/llvm-3.7.1-r3:0/3.7.1::gentoo
[3.5.0:0/3.5::gentoo] USE="clang libffi ncurses python static-analyzer
-debug -doc -gold -libedit -lldb% -multitarget -ocaml {-test} -xml"
ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7 (-pypy%)"
VIDEO_CARDS="radeon" 24,610 KiB

Total: 3 packages (2 upgrades, 1 reinstall), Size of downloads: 31,713 KiB
Conflict: 1 block

The following packages are causing rebuilds:

   (sys-devel/llvm-3.7.1-r3:0/3.7.1::gentoo, ebuild scheduled for merge)
causes rebuilds for:
 (media-libs/mesa-11.0.6:0/0::gentoo, ebuild scheduled for merge)


Verifying ebuild manifests
Running pre-merge checks for sys-devel/llvm-3.7.1-r3

  * Checking for at least 2400 MiB disk space at
"/var/tmp/portage/sys-devel/llvm-3.7.1-r3/temp" ...
[ ok ]

Emerging (1 of 3) sys-devel/llvm-3.7.1-r3::gentoo



Now this is col
I did nothing manual in between. Explanations?


portage is doing what's expected. You don't have -a in the command line 
and there's nothing stopping portage from moving forward with the build.


SO it moved forward with the build.





[gentoo-user] gnome-control center 3.23.98 fails to compile

2017-03-25 Thread John Covici
Hi.  I am getting the following error when emerging
gnome-control-center on my most recent update -- I am using unstable
gentoo.
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H
-I. -I../.. -pthread -I/usr/include/gtk-3.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/gio-unix-2.0/ -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas
-I../../ -DG_LOG_DOMAIN=\"common-cc-panel\" -DPANEL_ID=\"common\"
-pthread -I/usr/include/gnome-desktop-3.0 -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/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/freetype2 -I/usr/include/gsettings-desktop-schemas
-I/usr/include/gudev-1.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -O2 -mtune=core2 -pipe -ggdb -c
gsd-device-manager-udev.c  -fPIC -DPIC -o
.libs/gsd-device-manager-udev.o
gsd-device-manager-udev.c:27:28: fatal error: gdk/gdkwayland.h: No
such file or directory

I do have -wailan as a use flag (there by default), so this doesn't
make too much sense.

What can I do, or should I file a bug?

thanks in advance for any suggestions.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] gnome-control center 3.23.98 fails to compile

2017-03-25 Thread Alarig Le Lay
On sam. 25 mars 20:25:15 2017, John Covici wrote:
> Hi.  I am getting the following error when emerging
> gnome-control-center on my most recent update -- I am using unstable
> gentoo.
> libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H
> -I. -I../.. -pthread -I/usr/include/gtk-3.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/gio-unix-2.0/ -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas
> -I../../ -DG_LOG_DOMAIN=\"common-cc-panel\" -DPANEL_ID=\"common\"
> -pthread -I/usr/include/gnome-desktop-3.0 -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/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/freetype2 -I/usr/include/gsettings-desktop-schemas
> -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -O2 -mtune=core2 -pipe -ggdb -c
> gsd-device-manager-udev.c  -fPIC -DPIC -o
> .libs/gsd-device-manager-udev.o
> gsd-device-manager-udev.c:27:28: fatal error: gdk/gdkwayland.h: No
> such file or directory
> 
> I do have -wailan as a use flag (there by default), so this doesn't
> make too much sense.
> 
> What can I do, or should I file a bug?
> 
> thanks in advance for any suggestions.

Hi,

What are your useflags for x11-libs/gtk+? I think that you must enable
the wayland one.

-- 
alarig


signature.asc
Description: PGP signature


[gentoo-user] When a dependancy built by hand

2005-05-30 Thread Harry Putnam
I want to install emacs-w3m.  I have already built an emacs install by
hand from cvs emacs tar ball.  I always build emacs myself.

Running emerge -v -p emacs-w3m shows:
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N] app-editors/emacs-21.4  +X -Xaw3d -debug +gnome -leim -lesstif 
+motif +nls -nosendmail 0 kB 
[ebuild  N] dev-libs/boehm-gc-6.3-r1  -c++ 754 kB 
[ebuild  N] media-libs/gdk-pixbuf-0.22.0-r3  -doc -mmx 388 kB 
[ebuild  N] www-client/w3m-0.5.1-r1  +X -async -cjk +gpm +gtk +imlib 
-imlib2 -lynxkeymap -migemo +nls +ssl -xface 1,852 kB 
[ebuild  N] app-emacs/emacs-w3m-1.4.3  708 kB 


Emerge wants to install another emacs.  How can I tell it I already
have emacs installed?

One way would be to build it from scratch too, but I'd prefer to stay
close to an emerge installed system when possible. 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lpng14 - mess

2011-11-06 Thread Joseph

On 11/06/11 16:29, Stroller wrote:


On 6 November 2011, at 02:14, Joseph wrote:


revdep-rebuild is showing:
broken /usr/lib64/libgtksourceview-1.0.la (requires -lpng14)


What package does the file belong to?

  $ equery b /usr/lib64/libgtksourceview-1.0.la


Note:

$ eselect news read all | head
2011-10-15-libpng15
 Title Upgrade to libpng15
 AuthorSamuli Suominen ssuomi...@gentoo.org
 Posted2011-10-15
 Revision  1

After upgrading from libpng14 to libpng15 it's important that you rebuild
cairo and gdk-pixbuf as soon as possible if they are installed.
$

Stroller


As I've mentioned in my previous post I edited libgtksourceview-1.0.la
nano -w /usr/lib64/libgtksourceview-1.0.la
changed: -lpng14 to -lpng15

my system shows me I still need the libgtksourceview
qfile -C /usr/lib64/libgtksourceview-1.0.la
x11-libs/gtksourceview (/usr/lib64/libgtksourceview-1.0.la)

--
Joseph



Re: [gentoo-user] Error message for several ebuilds when updating world.

2011-11-24 Thread Dale

waltd...@waltdnes.org wrote:

   I just ran a sync and update on my laptop.  The builds for...

gnome-extra/libgsf-1.14.21
x11-libs/gdk-pixbuf-2.24.0-r1
gnome-base/librsvg-2.34.1-r1
www-client/firefox-7.0.1-r1
app-text/ghostscript-gpl-9.04-r4
app-office/abiword-2.8.6-r1

...all came up with the same warning in /var/log/portage/elog

WARN: prepare
   We've already been run in this tree; you should
   avoid this if possible (perhaps by filing a bug)

Any ideas what this is all about?



http://forums.gentoo.org/viewtopic-p-6878530.html?sid=924b3c65e5584c4dc81672583d97b85d#6878530

You need more ram, swap space or maybe drive space for the portage work 
directory.  Basically, it's running out of space somewhere.  Look at 
top maybe and see what it says then df to see if a partition is full 
or really close to it.  Keep in mind, usage may drop after it fails and 
does a little cleaning up.


Hope that helps.

Dale

:-)  :-)

--
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!




[gentoo-user] Re: Don't disable 'introspection'

2015-07-16 Thread »Q«
On Fri, 17 Jul 2015 03:49:05 +0200
Volker Armin Hemmann volkerar...@googlemail.com wrote:

 Am 17.07.2015 um 02:40 schrieb walt:
  On Fri, 17 Jul 2015 02:30:24 +0200
  Volker Armin Hemmann volkerar...@googlemail.com wrote:
   
  I have had -introspection set for ages in make.conf.
 
  It is turned on for some selected packages in package.use  
  Which packages, and what problems were you solving by turning it on?
  
 =x11-libs/libnotify-0.7.5-r1
 =x11-libs/gtk+-3.8.2
 =dev-libs/atk-2.8.0
 =x11-libs/pango-1.34.1
 
 some packages needed it. Forgot which ones.

dev-util/meld-3.12.3 has dependencies

   =x11-libs/gtk+-3.6:3[introspection]
   =x11-libs/gtksourceview-3.6:3.0[introspection]

which lead to me turning it on for these packages:

x11-libs/gtk+ introspection
dev-libs/atk  introspection
x11-libs/gtksourceview introspection
x11-libs/pango introspection
x11-libs/gdk-pixbuf introspection 

If having it off in all other packages is causing me trouble, I'm
unaware of it.




Re: [gentoo-user] Questions about Pale Moon

2018-01-25 Thread Mart Raudsepp
On Wed, 2018-01-24 at 16:30 +, Peter Humphrey wrote:
> On Tuesday, 23 January 2018 12:08:12 GMT Arve Barsnes wrote:
> 
> > Maybe check command line output?
> 
> I get eight of these: "undefined symbol: UCNV_TO_U_CALLBACK_STOP".
> The full 
> list is attached.

> (pale moon:2395): Gtk-WARNING **: Error loading theme icon 'go-
> previous' for stock: Unable to load image-loading module:
> /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
> /usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP

Your libxml2 appears broken after some ICU update and no automatic
rebuild of libxml2 or something (maybe something failed in the rebuilds
earlier in the queue from what portage figured has to get rebuilt after
icu upgrade). Rebuild libxml2 and that issue probably goes away.




Re: [gentoo-user] New installation and problem with rp-pppoe

2011-03-31 Thread Andrzej Styczeń
On Wednesday 30 of March 2011 15:21:44 Neil Bothwick wrote:

 The KDE profile sets the X USE flag, add -X until you are ready to emerge
 the desktop.

Thank you. This didn't work.  Please see:

# USE=-X emerge -av net-dialup/rp-pppoe

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy x11-libs/gdk-
pixbuf:2[X,introspection?,jpeg?,jpeg2k?,tiff?].
!!! One of the following packages is required to complete your request:
- x11-libs/gdk-pixbuf-2.22.1 (Change USE: +X)
(dependency required by x11-libs/gtk+-2.22.1-r1 [ebuild])
(dependency required by net-dialup/ppp-2.4.4-r25[gtk] [ebuild])
(dependency required by net-dialup/rp-pppoe-3.8-r2 [ebuild])
(dependency required by net-dialup/rp-pppoe [argument])


So I add  X to /etc/portage/package.use and

# USE=-X emerge -av net-dialup/rp-pppoe

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy =x11-
libs/cairo-1.6[X,svg].
!!! One of the following packages is required to complete your request:
- x11-libs/cairo-1.10.2-r1 (Change USE: +X)
(dependency required by x11-libs/gtk+-2.22.1-r1 [ebuild])
(dependency required by net-dialup/ppp-2.4.4-r25[gtk] [ebuild])
(dependency required by net-dialup/rp-pppoe-3.8-r2 [ebuild])
(dependency required by net-dialup/rp-pppoe [argument])


I switch to profile desktop.
# eselect profile set 2


 [2]   default/linux/x86/10.0/desktop *


and the same this didin't work. So I switch to default

# eselect profile list
Available profile symlink targets:
  [1]   default/linux/x86/10.0 *

and then work. I suspect that, the handbook should be changed or warning about 
this issue if someone need to install desktop or kde profile with:
net-dialup/rp-pppoe.


# emerge -av net-dialup/rp-pppoe

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N] net-dialup/ppp-2.4.4-r25  USE=ipv6 pam -activefilter -atm -
dhcp -eap-tls -gtk -mppe-mppc -radius 727 kB
[ebuild  N] net-dialup/rp-pppoe-3.8-r2  USE=-X 880 kB

Total: 2 packages (2 new), Size of downloads: 1,607 kB

Would you like to merge these packages? [Yes/No] y


Greetings,
Andrzej



[gentoo-user] Packages needing masked 'introspection' keyword

2011-04-24 Thread Graham Murray
After syncing a few minutes ago,

emerge -puDv --reinstall changed-use  --autounmask=y @world @system

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U  ] media-libs/libpng-1.4.7 [1.4.5] USE=-static-libs 535 kB
[ebuild U  ] dev-libs/gobject-introspection-0.10.8 [0.10.7-r1] USE=doc 
-test 1,001 kB
[ebuild U  ] x11-libs/gdk-pixbuf-2.22.1-r1 [2.22.1] USE=X doc 
(introspection*) jpeg jpeg2k tiff -debug -test 0 kB
[ebuild   R] dev-libs/atk-1.32.0  USE=doc (introspection*) nls 0 kB
[ebuild   R] x11-libs/pango-1.28.4  USE=X doc (introspection*) -debug 
-test 0 kB
[ebuild   R] media-video/mjpegtools-1.9.0-r1  USE=dv gtk mmx png quicktime 
sdl v4l yv12 -dga (-X%*) 0 kB
[ebuild  N ] media-video/gpac-0.4.5-r4  USE=a52 aac alsa ffmpeg ipv6 jack 
javascript jpeg jpeg2k mad opengl oss png pulseaudio sdl ssl theora truetype 
vorbis xml xvid -debug -wxwidgets 0 kB 


[ebuild U  ] dev-db/mysql-5.1.56 [5.1.53] USE=community embedded perl ssl 
-big-tables -cluster -debug -extraengine -latin1 -max-idx-128 -minimal -pbxt 
-profiling (-selinux) -static -test -xtradb 0 kB   


[ebuild   R] x11-libs/gtk+-3.0.9  USE=cups doc examples introspection* 
vim-syntax (-aqua) -debug -test -xinerama 0 kB
[ebuild U  ] app-text/libwpd-0.8.14-r1 [0.8.14] USE=doc -test% -tools% 0 
kB
[ebuild  N ] sci-chemistry/openbabel-python-2.3.0  0 kB
[ebuild   R] sci-chemistry/openbabel-2.3.0  USE=doc perl* python* 
-wxwidgets 0 kB

Total: 12 packages (5 upgrades, 2 new, 5 reinstalls), Size of downloads: 1,536 
kB

The following USE changes are necessary to proceed:
#required by x11-libs/gtk+-3.0.9, required by dev-ada/gtkada-2.10.0, required 
by @selected, required by @world (argument)
=x11-libs/pango-1.28.4 introspection
#required by x11-libs/gtk+-3.0.9, required by dev-ada/gtkada-2.10.0, required 
by @selected, required by @world (argument)
=dev-libs/atk-1.32.0 introspection
#required by x11-libs/gtk+-3.0.9, required by dev-ada/gtkada-2.10.0, required 
by @selected, required by @world (argument)
=x11-libs/gdk-pixbuf-2.22.1-r1 introspection


As the introspection USE flag is shown in brackets for these
packages. it is not possible to enable them as required,



Re: [gentoo-user] Updated to gnome 3.10 using overlay and menu item icons disappeared

2014-02-12 Thread Canek Peláez Valdés
On Wed, Feb 12, 2014 at 1:59 AM, Nilesh Govindrajan m...@nileshgr.com wrote:
 On Wed, Feb 12, 2014 at 1:10 PM, Nilesh Govindrajan m...@nileshgr.com wrote:

 On Wed, Feb 12, 2014 at 1:07 PM, Canek Peláez Valdés can...@gmail.com
 wrote:

 On Wed, Feb 12, 2014 at 12:50 AM, Nilesh Govindrajan m...@nileshgr.com
 wrote:
  Hello there,
 
  I updated to gnome 3.10 from the gnome overlay (was using 3.8 earlier
  from
  the default portage tree) yesterday.
  Now, in various applications the icons in menu items have disappeared.
 
  Like the new tab icon in Firefox menu, new document icon in libreoffice
  file
  menu and so on. For all applications that are GTK based. QT based, like
  Virtualbox seem to be fine.
 
  I tried a couple of solutions -
 
  Reinstalled librsvg, gdk-pixbuf, ran gtk-icon-cache, ran
  gdk-pixbuf-query-loaders --update-cache
 
  checked org.gnome.desktop.buttons_have_icons  menus_have_icons - both
  were
  set to true.
 
  Still no icons.
 
  What's missing?

 Hi Nilesh; before trying to find the problem, why are you using the
 GNOME overlay? GNOME 3.10 is in the tree since last December[1].

 Also, which GNOME overlay? The official one[2] or Heather's[3]?

 Regards.

 [1]
 http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/gnome-base/gnome/
 [2] http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=summary
 [3] https://github.com/Heather/gentoo-gnome/
 --
 Canek Peláez Valdés
 Posgrado en Ciencia e Ingeniería de la Computación
 Universidad Nacional Autónoma de México


 I'm using the official gnome overlay - because the tree doesn't have
 3.10.. err wait.. it's hard masked :/
 But anyway, I now installed from gnome overlay and not considering going
 back.


 Fixed. http://forums.fedoraforum.org/showthread.php?p=1680581#post1680581

 Now I know why people hate gnome. Though they developed quite a nice DE --
 converted a loyal KDE user. Such decisions by the project are bad :/

Just for the record, I use GNOME 3.10 (from the tree), and everything
works fine.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] x11-libs/guile-gtk-2.1-r3 fails to compile

2019-05-06 Thread Dale
ork/guile-gtk-2.1 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1_build"
 * econf: updating guile-gtk-2.1/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating guile-gtk-2.1/config.guess with /usr/share/gnuconfig/config.guess
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --docdir=/usr/share/doc/guile-gtk-2.1-r3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-2.0 glib-2.0 gthread-2.0... yes
checking for gdk-pixbuf-2.0... yes
checking for libglade-2.0... yes
checking for glade_gnome_init... no
checking for glade_bonobo_init... no
checking for glade_gno

[gentoo-user] x11-libs/guile-gtk-2.1-r3 fails to compile

2019-05-05 Thread Dale
Howdy,

This package has been in the rebuild list for about a month or longer. 
I kept thinking at some point I would sync and there would be a fix but
since it has been a while, maybe it is just me.  Below is the error from
a little ways before error 1.  It should be enough but if the rest is
needed, I will be glad to post it or email it off list, since it does
have some size to it.  Just let me know what is needed. 



In file included from /usr/include/glib-2.0/gobject/gbinding.h:29,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:32,
 from
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:26:
/usr/include/glib-2.0/gobject/gobject.h:428:13: note: declared here
 gpointer    g_object_newv    (GType   object_type,
 ^
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:
In function ‘sgtk_signal_emit’:
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:3090:31:
warning: passing argument 1 of ‘scm_cons’ makes pointer from integer
without a cast [-Wint-conversion]
 scm_cons (scm_makfrom0str (name), SCM_EOL));
   ^~
In file included from /usr/include/guile/2.2/libguile.h:81,
 from
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:30:
/usr/include/guile/2.2/libguile/pairs.h:130:15: note: expected ‘SCM’
{aka ‘struct scm_unused_struct *’} but argument is of type ‘int’
 scm_cons (SCM x, SCM y)
   ^
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:
In function ‘sgtk_init_substrate’:
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:3251:3:
warning: ‘g_mem_chunk_new’ is deprecated [-Wdeprecated-declarations]
   sgtk_protshell_chunk = g_mem_chunk_create (sgtk_protshell, 128,
   ^~~~
In file included from /usr/include/glib-2.0/glib.h:106,
 from /usr/include/glib-2.0/gobject/gbinding.h:28,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
 from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
 from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:32,
 from
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:26:
/usr/include/glib-2.0/glib/deprecated/gallocator.h:43:17: note: declared
here
 GMemChunk * g_mem_chunk_new (const gchar  *name,
 ^~~
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:
In function ‘sgtk_scm2list’:
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:1798:6:
warning: ignoring return value of ‘g_list_concat’, declared with
attribute warn_unused_result [-Wunused-result]
  g_list_concat (tail, n);
  ^~~
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:1818:8:
warning: ignoring return value of ‘g_list_concat’, declared with
attribute warn_unused_result [-Wunused-result]
    g_list_concat (tail, n);
    ^~~
make[2]: *** [Makefile:458: gtk-glue.lo] Error 1
make[2]: *** Waiting for unfinished jobs
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
-I/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1 -I.
-I/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1 -I.
-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/libdrm
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/harfbuzz -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -pthread -I/usr/include/guile/2.2 -pthread
-I/usr/include/guile/2.2 -march=native -O2 -pipe -pthread
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/libdrm
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/harfbuzz -I/usr/include/glib-2.0
-I/usr/lib64/glib

[gentoo-user] checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale

Hi,

I'm trying to update my old rig, the x86 one.  It is about 2 months or 
so behind.  I wanted to get it ready for the latest KDE for my brother 
to play on.  I keep running into this type of error:


checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for i686-pc-linux-gnu-gcc... gcc
checking whether the C compiler works... no
configure: error: in 
`/var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work/gdk-pixbuf-2.22.1':

configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when seeking support:
!!! 
/var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work/gdk-pixbuf-2.22.1/config.log

 * ERROR: x11-libs/gdk-pixbuf-2.22.1 failed (configure phase):
 *   econf failed


This happens with LOTS of packages.  I did a google search and found 
some really old threads and tried a few things but nothing seems to 
work.  This is emerge info:


root@smoker ~ # emerge --info
Portage 2.2.0_alpha31 (default/linux/x86/10.0/desktop/kde, gcc-4.4.4, 
glibc-2.11.2-r3, 2.6.36-gentoo-r5 i686)

=
System uname: 
Linux-2.6.36-gentoo-r5-i686-AMD_Athlon-tm-_XP_2500+-with-gentoo-1.12.14

Timestamp of tree: Fri, 06 May 2011 00:15:01 +
app-shells/bash:  4.1_p9
dev-java/java-config: 2.1.11-r3
dev-lang/python:  2.6.6-r1, 2.7.1-r1, 3.1.3-r1
dev-util/cmake:   2.8.1-r2
sys-apps/baselayout:  1.12.14-r1
sys-apps/sandbox: 2.4
sys-devel/autoconf:   2.13, 2.65-r1
sys-devel/automake:   1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:   2.20.1-r1
sys-devel/gcc:4.4.4-r2
sys-devel/gcc-config: 1.4.1-r1
sys-devel/libtool:2.2.10
sys-devel/make:   3.81-r2
sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
sys-libs/glibc:   2.11.2-r3
Repositories: gentoo
Installed sets: @system, @xorg-drivers
ACCEPT_KEYWORDS=x86
ACCEPT_LICENSE=*
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=native -O2 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/config /var/lib/hsqldb
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d 
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild 
/etc/sandbox.d /etc/terminfo

CXXFLAGS=-march=native -O2 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
EMERGE_DEFAULT_OPTS=--with-bdeps y --backtrack=30
FEATURES=assume-digests binpkg-logs buildpkg distlocks fixlafiles 
fixpackages news parallel-fetch preserve-libs protect-owned sandbox 
sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch

FFLAGS=
GENTOO_MIRRORS=http://distfiles.gentoo.org;
LANG=en_US
LC_ALL=en_US.utf8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
LINGUAS=en_US en
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_EXTRA_OPTS=--timeout=600
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times 
--compress --force --whole-file --delete --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages

PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=

Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, 
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS


root@smoker ~ #

I left out the USE line.  It needs cleaning.  lol  This is a list of the 
packages that have failed so far:


=sys-kernel/linux-headers-2.6.36.1
=sys-libs/glibc-2.11.3
=sys-devel/binutils-2.20.1-r1
=sys-libs/zlib-1.2.5-r2
=dev-libs/expat-2.0.1-r3
=app-arch/xz-utils-5.0.1
=app-arch/bzip2-1.0.6
=media-libs/libogg-1.2.0
=app-misc/pax-utils-0.2.2
=app-arch/cpio-2.11
=dev-libs/gmp-4.3.2
=app-text/libpaper-1.1.23
=media-libs/openjpeg-1.3-r3
=sys-apps/tcp-wrappers-7.6-r8
=app-portage/portage-utils-0.3.1
=dev-libs/nspr-4.8.7
=sys-libs/timezone-data-2011d
=media-libs/jbigkit-2.0-r1
=sys-fs/sysfsutils-2.1.0
=sys-libs/libutempter-1.1.5
=dev-libs/libx86-1.1-r1
=sys-apps/sdparm-1.03
=media-libs/libdvbpsi-0.1.6
=dev-libs/libevent-2.0.10
=dev-libs/libdaemon-0.14-r1
=dev-libs/libusb-1.0.8
=media-libs/jpeg-8b
=dev-libs/libffi-3.0.9-r2
=sys-devel/patch-2.5.9
=sys-apps/which-2.20
=dev-util/gperf-3.0.4
=dev-lang/swig-1.3.40-r1
=sys-devel/m4-1.4.15
=media-libs/libpng-1.4.5
=app-arch/unzip-6.0-r1
=sys-apps/pciutils-3.1.7
=dev-libs/mpfr-3.0.0_p3
=sys-apps/sandbox-2.4

It only has one gcc installed and it is selected:

root@smoker / # gcc-config -l
 [1] i686-pc-linux-gnu-4.4.4 *
root@smoker / #

Can anyone see what I am missing?  I got to be missing something.  It 
won't even do a emerge -e system right now.


Thanks.

Dale

:-)  :-)



Re: [gentoo-user] checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Alan McKinnon
This is usually CFLAGS and other bits of env stuff. There's probably a more 
meaningful error earlier in the build log.

Can you post the full log for a failing file?


Apparently, though unproven, at 09:45 on Friday 06 May 2011, Dale did opine 
thusly:

 Hi,
 
 I'm trying to update my old rig, the x86 one.  It is about 2 months or
 so behind.  I wanted to get it ready for the latest KDE for my brother
 to play on.  I keep running into this type of error:
 
 checking whether make sets $(MAKE)... yes
 checking whether to disable maintainer-specific portions of Makefiles...
 yes checking for i686-pc-linux-gnu-gcc... gcc
 checking whether the C compiler works... no
 configure: error: in
 `/var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work/gdk-pixbuf-2.22.1':
 configure: error: C compiler cannot create executables
 See `config.log' for more details.
 
 !!! Please attach the following file when seeking support:
 !!!
 /var/tmp/portage/x11-libs/gdk-pixbuf-2.22.1/work/gdk-pixbuf-2.22.1/config.l
 og * ERROR: x11-libs/gdk-pixbuf-2.22.1 failed (configure phase):
   *   econf failed
 
 
 This happens with LOTS of packages.  I did a google search and found
 some really old threads and tried a few things but nothing seems to
 work.  This is emerge info:
 
 root@smoker ~ # emerge --info
 Portage 2.2.0_alpha31 (default/linux/x86/10.0/desktop/kde, gcc-4.4.4,
 glibc-2.11.2-r3, 2.6.36-gentoo-r5 i686)
 =
 System uname:
 Linux-2.6.36-gentoo-r5-i686-AMD_Athlon-tm-_XP_2500+-with-gentoo-1.12.14
 Timestamp of tree: Fri, 06 May 2011 00:15:01 +
 app-shells/bash:  4.1_p9
 dev-java/java-config: 2.1.11-r3
 dev-lang/python:  2.6.6-r1, 2.7.1-r1, 3.1.3-r1
 dev-util/cmake:   2.8.1-r2
 sys-apps/baselayout:  1.12.14-r1
 sys-apps/sandbox: 2.4
 sys-devel/autoconf:   2.13, 2.65-r1
 sys-devel/automake:   1.9.6-r3, 1.10.3, 1.11.1
 sys-devel/binutils:   2.20.1-r1
 sys-devel/gcc:4.4.4-r2
 sys-devel/gcc-config: 1.4.1-r1
 sys-devel/libtool:2.2.10
 sys-devel/make:   3.81-r2
 sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
 sys-libs/glibc:   2.11.2-r3
 Repositories: gentoo
 Installed sets: @system, @xorg-drivers
 ACCEPT_KEYWORDS=x86
 ACCEPT_LICENSE=*
 CBUILD=i686-pc-linux-gnu
 CFLAGS=-march=native -O2 -pipe -fomit-frame-pointer
 CHOST=i686-pc-linux-gnu
 CONFIG_PROTECT=/etc /usr/share/config /var/lib/hsqldb
 CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d
 /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild
 /etc/sandbox.d /etc/terminfo
 CXXFLAGS=-march=native -O2 -pipe -fomit-frame-pointer
 DISTDIR=/usr/portage/distfiles
 EMERGE_DEFAULT_OPTS=--with-bdeps y --backtrack=30
 FEATURES=assume-digests binpkg-logs buildpkg distlocks fixlafiles
 fixpackages news parallel-fetch preserve-libs protect-owned sandbox
 sfperms strict unknown-features-warn unmerge-logs unmerge-orphans
 userfetch FFLAGS=
 GENTOO_MIRRORS=http://distfiles.gentoo.org;
 LANG=en_US
 LC_ALL=en_US.utf8
 LDFLAGS=-Wl,-O1 -Wl,--as-needed
 LINGUAS=en_US en
 MAKEOPTS=-j2
 PKGDIR=/usr/portage/packages
 PORTAGE_CONFIGROOT=/
 PORTAGE_RSYNC_EXTRA_OPTS=--timeout=600
 PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
 --compress --force --whole-file --delete --stats --timeout=180
 --exclude=/distfiles --exclude=/local --exclude=/packages
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 PORTDIR_OVERLAY=
 
 Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND,
 PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
 
 root@smoker ~ #
 
 I left out the USE line.  It needs cleaning.  lol  This is a list of the
 packages that have failed so far:
 
 =sys-kernel/linux-headers-2.6.36.1
 =sys-libs/glibc-2.11.3
 =sys-devel/binutils-2.20.1-r1
 =sys-libs/zlib-1.2.5-r2
 =dev-libs/expat-2.0.1-r3
 =app-arch/xz-utils-5.0.1
 =app-arch/bzip2-1.0.6
 =media-libs/libogg-1.2.0
 =app-misc/pax-utils-0.2.2
 =app-arch/cpio-2.11
 =dev-libs/gmp-4.3.2
 =app-text/libpaper-1.1.23
 =media-libs/openjpeg-1.3-r3
 =sys-apps/tcp-wrappers-7.6-r8
 =app-portage/portage-utils-0.3.1
 =dev-libs/nspr-4.8.7
 =sys-libs/timezone-data-2011d
 =media-libs/jbigkit-2.0-r1
 =sys-fs/sysfsutils-2.1.0
 =sys-libs/libutempter-1.1.5
 =dev-libs/libx86-1.1-r1
 =sys-apps/sdparm-1.03
 =media-libs/libdvbpsi-0.1.6
 =dev-libs/libevent-2.0.10
 =dev-libs/libdaemon-0.14-r1
 =dev-libs/libusb-1.0.8
 =media-libs/jpeg-8b
 =dev-libs/libffi-3.0.9-r2
 =sys-devel/patch-2.5.9
 =sys-apps/which-2.20
 =dev-util/gperf-3.0.4
 =dev-lang/swig-1.3.40-r1
 =sys-devel/m4-1.4.15
 =media-libs/libpng-1.4.5
 =app-arch/unzip-6.0-r1
 =sys-apps/pciutils-3.1.7
 =dev-libs/mpfr-3.0.0_p3
 =sys-apps/sandbox-2.4
 
 It only has one gcc installed and it is selected:
 
 root@smoker / # gcc-config -l
   [1] i686-pc-linux-gnu-4.4.4 *
 root@smoker / #
 
 Can anyone see what I am missing?  I got to be missing something.  It
 won't even do a emerge -e system right now.
 
 Thanks.
 
 Dale

Re: [gentoo-user] Build error on poppler

2011-10-19 Thread meino . cramer
Jonas de Buhr jonas.de.b...@gmx.net [11-10-19 17:05]:
 Am 19.10.2011 04:28, schrieb meino.cra...@gmx.de:
 Hi,
 
 this morning I got this (after update poppler and xorgserver had to be
 updated):
 
 /var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/glib/poppler-private.h:125:
  
 syntax error, unexpected ')', expecting ',' or ';' in '  
 time_t *gdate);' at ')'
 g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 
 -I/usr/lib64/glib-2.0/include -march=native -O2 -pipe -msse3 
 -I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7 
 -I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/fofi 
 -I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/goo 
 -I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/poppler 
 -I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build 
 -I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/poppler 
 -I/usr/include -I/usr/include/freetype2 
 -I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/glib 
 -I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib 
 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
 -I/usr/include/cairo -I/usr/include/gtk-2.0 
 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 
 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 
 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/incl
 ude/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 
 -I/usr/include/gio-unix-2.0/ -I/usr/include/gdk-pixbuf-2.0 
 -I/usr/include/libpng15 -I/usr/include/cairo -I/usr/include/pixman-1 
 -I/usr/include/libdrm -c -o 
 /var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16.o
  
 /var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16.c
 g-ir-scanner: link: gcc -o 
 /var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16
  
 -march=native -O2 -pipe -msse3 -L. -Wl,-rpath=. -lpoppler-glib 
 -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt 
 -lglib-2.0 
 /var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16.o
 g-ir-scanner: Poppler: warning: 6 warnings suppressed (use --warn-all 
 to see them)
 [ 77%] Built target gir-girs
 Scanning dependencies of target gir-typelibs
 [ 77%] Generating Poppler-0.16.typelib
 /usr/bin/g-ir-compiler: error while loading shared libraries: 
 libffi.so.4: cannot open shared object file: No such file or directory
 
 1. equery b /usr/bin/g-ir-scanner
 2. emerge that package (should be something with gobject)
 3. emerge poppler again.
 
 or revdep-rebuild and emerge poppler again.
 

Hi Jonas!

That fixes the problem! Thank you very much! :)

Best regards,
mcc




[gentoo-user] *.h files in gnome applications

2013-08-02 Thread András Csányi
Hi All,

I would like to ask some help. I would like to emerge Unity to my
system and nautilus is part of it, but the emerge fails with this
error message:

libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..
-DG_LOG_DOMAIN=\Eel\ -I.. -I.. -pthread -I/usr/include/gtk-3.0
-I/usr/include/at-spi2-atk/2.0 -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 -pthread
-I/usr/include/gail-3.0 -I/usr/include/gnome-desktop-3.0
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0
-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/libxml2 -I/usr/include/gsettings-desktop-schemas
-DDATADIR=\/usr/share\ -DSOURCE_DATADIR=\../data\
-DGNOMELOCALEDIR=\/usr/share/locale\ -march=core2 -O2 -pipe -c
eel-stock-dialogs.c  -fPIC -DPIC -o .libs/eel-stock-dialogs.o
eel-gnome-extensions.c:34:50: fatal error:
libgnome-desktop/gnome-desktop-utils.h: No such file or directory
compilation terminated.
make[2]: *** [eel-gnome-extensions.lo] Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: Leaving directory
`/var/tmp/portage/gnome-base/nautilus-3.6.3_p0_p16/work/nautilus-3.6.3/eel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-base/nautilus-3.6.3_p0_p16/work/nautilus-3.6.3'
make: *** [all] Error 2

Due to that it is part of the unity-gentoo overlay and it is patched
heavily by the Unity team I do not ask nobody on this list to help me
solve this issue. The only thing I ask is to help me understand what
is it. I know here are lot of experienced people who may met issue
like this.

When I re-emerge the packages listed by equery g nautilus my issue
remains unsolved.

equery b libgnome-desktop/gnome-desktop-utils.h
do not give any result.

I'm in that situation when I don't understand what happens. Where this
libgnome-desktop/gnome-desktop-utils.h comes from?

I already reported this to the package maintainer but... you know... I
cannot stay on my bottom... :)

Thanks for any help in advance!

András

-- 
--  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
http://facebook.com/andras.csanyi
--  Trust in God and keep your gunpowder dry! - Cromwell



[gentoo-user] Portage getting slicker?

2016-07-13 Thread James
>
So, today I ran a sync and upgrade to a gentoo workstation::
emerge -uvDNp world

These are the packages that would be merged, in order:
Calculating dependencies... done!
Total: 0 packages, Size of downloads: 0 KiB
WARNING: One or more updates/rebuilds have been skipped due to a dependency
conflict:

media-libs/jasper:0

  (media-libs/jasper-1.900.1-r9:0/0::gentoo, ebuild scheduled for merge)
conflicts with
media-libs/jasper:0/0=[abi_x86_32(-),abi_x86_64(-)] required by
(x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)
   
media-libs/jasper:=[abi_x86_32(-),abi_x86_64(-)] required by
(x11-libs/gdk-pixbuf-2.32.3:2/2::gentoo, installed)




OK, no big deal, except I next ran::
'emerge -uDtv @world'

BANG, it just started compiling as if no blokers?

Calculating dependencies... done!
[ebuild  rR] media-libs/mesa-11.0.6::gentoo  USE="classic dri3 egl
gallium gbm gles2 llvm nptl openmax udev vaapi vdpau xvmc -bindist -d3d9
-debug -gles1 -opencl -osmesa -pax_kernel -pic (-selinux) -wayland -xa"
ABI_X86="32 (64) (-x32)" VIDEO_CARDS="radeon radeonsi (-freedreno) -i915
-i965 -ilo -intel -nouveau -r100 -r200 -r300 -r600 -vmware" 7,103 KiB
[nomerge   ] sys-devel/llvm-3.7.1-r3:0/3.7.1::gentoo
[3.5.0:0/3.5::gentoo] USE="clang libffi ncurses python static-analyzer
-debug -doc -gold -libedit -lldb% -multitarget -ocaml {-test} -xml"
ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7 (-pypy%)"
VIDEO_CARDS="radeon" 
[blocks b  ]  <=sys-devel/clang-3.7.1-r99 ("<=sys-devel/clang-3.7.1-r99"
is blocking sys-devel/llvm-3.7.1-r3)
[ebuild U  ]   sys-devel/clang-3.7.1-r100:0/3.7::gentoo
[3.5.0-r100:0/3.5::gentoo] USE="python static-analyzer -debug -multitarget"
ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  r  U  ]sys-devel/llvm-3.7.1-r3:0/3.7.1::gentoo
[3.5.0:0/3.5::gentoo] USE="clang libffi ncurses python static-analyzer
-debug -doc -gold -libedit -lldb% -multitarget -ocaml {-test} -xml"
ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7 (-pypy%)"
VIDEO_CARDS="radeon" 24,610 KiB

Total: 3 packages (2 upgrades, 1 reinstall), Size of downloads: 31,713 KiB
Conflict: 1 block

The following packages are causing rebuilds:

  (sys-devel/llvm-3.7.1-r3:0/3.7.1::gentoo, ebuild scheduled for merge)
causes rebuilds for:
(media-libs/mesa-11.0.6:0/0::gentoo, ebuild scheduled for merge)

>>> Verifying ebuild manifests
>>> Running pre-merge checks for sys-devel/llvm-3.7.1-r3
 * Checking for at least 2400 MiB disk space at
"/var/tmp/portage/sys-devel/llvm-3.7.1-r3/temp" ...
   [ ok ]
>>> Emerging (1 of 3) sys-devel/llvm-3.7.1-r3::gentoo


Now this is col
I did nothing manual in between. Explanations?

James






Re: [gentoo-user] When a dependancy built by hand

2005-05-30 Thread Jason Stubbs
On Tuesday 31 May 2005 12:03, Harry Putnam wrote:
 I want to install emacs-w3m.  I have already built an emacs install by
 hand from cvs emacs tar ball.  I always build emacs myself.

 Running emerge -v -p emacs-w3m shows:
 These are the packages that I would merge, in order:

 Calculating dependencies ...done!
 [ebuild  N] app-editors/emacs-21.4  +X -Xaw3d -debug +gnome -leim
 -lesstif +motif +nls -nosendmail 0 kB [ebuild  N]
 dev-libs/boehm-gc-6.3-r1  -c++ 754 kB
 [ebuild  N] media-libs/gdk-pixbuf-0.22.0-r3  -doc -mmx 388 kB
 [ebuild  N] www-client/w3m-0.5.1-r1  +X -async -cjk +gpm +gtk +imlib
 -imlib2 -lynxkeymap -migemo +nls +ssl -xface 1,852 kB [ebuild  N]
 app-emacs/emacs-w3m-1.4.3  708 kB


 Emerge wants to install another emacs.  How can I tell it I already
 have emacs installed?

 One way would be to build it from scratch too, but I'd prefer to stay
 close to an emerge installed system when possible.

/etc/portage/profile/package.provided

Regards,
Jason Stubbs


pgp5WVvTZH0EC.pgp
Description: PGP signature


Re: [gentoo-user] Re: When a dependancy built by hand

2005-06-01 Thread Paul Varner
On Wed, 2005-06-01 at 00:03 -0500, Harry Putnam wrote:
 Is something more than creating and editing the subject file required?
 I don't see any difference in emerge -v -p output having created it.
 Maybe its not correct:
   cat /etc/portage/profile/package.provided
 
 ---
dev-utils/cvs-1.12.11
app-editors/emacs-cvs-22.0.50.1
 ---
 
   emerge -v -p emacs-w3m
   These are the packages that I would merge, in order:
 
   Calculating dependencies ...done!
   [ebuild  N] app-editors/emacs-21.4  +X -Xaw3d -debug +gnome -leim 
 -lesstif +motif +nls -nosendmail 0 kB 
   [ebuild  N] dev-libs/boehm-gc-6.3-r1  -c++ 754 kB 
   [ebuild  N] media-libs/gdk-pixbuf-0.22.0-r3  -doc -mmx 388 kB 
   [ebuild  N] www-client/w3m-0.5.1-r1  +X -async -cjk +gpm +gtk +imlib 
 -imlib2 -lynxkeymap -migemo +nls +ssl -xface 1,852 kB 
   [ebuild  N] app-emacs/emacs-w3m-1.4.3  708 kB 
 
 Note that emacs-21.4 is still slated for install.
 ---
 
  emerge -v -p emacs-cvs
 
   These are the packages that I would merge, in order:
 
   Calculating dependencies ...done!
   [ebuild  N] dev-util/cvs-1.11.18  -doc -emacs 0 kB 
   [ebuild  N] app-editors/emacs-cvs-22.0.50  +X -Xaw3d (-aqua) -debug 
 +gif +gnome +gtk +jpeg +nls +png +spell +tiff 0 kB 
 

Your /etc/portage/profile/package.provided file is correct.
Unfortunately, in this case, the dependency is on virtual/emacs.

Add virtual/emacs app-editors/emacs-cvs
to /etc/portage/profile/virtuals and it will quit trying to install
emacs. This tells portage to use app-editors/emacs-cvs to satisfy the
virtual instead of the default of app-editors/emacs.

For the second one, you have a typo - it is dev-util/cvs not
dev-util*s*/cvs

Regards,
Paul
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gthumb - can't save images

2006-04-30 Thread Alexander Skwar

Hello!

For quite some time now (since at least January 2006; since
at least version 2.6.8), I cannot save JPEG images with
gthumb (running 2.6.9 from my own overlay, but also with
2.6.8-r2) anymore. When I try to save a JPEG image, a 0 byte
file gets created and in the terminal window I get the following
output:

(gthumb:18670): GdkPixbuf-WARNING **: Bad option name 'smooth' passed to JPEG
saver

(gthumb:18670): GdkPixbuf-CRITICAL **: gdk_pixbuf_savev: assertion `error ==
NULL || *error != NULL' failed

** (gthumb:18670): CRITICAL **: _gtk_error_dialog_from_gerror_run: assertion
`*gerror != NULL' failed

As I'm running ~x86, I suppose that media-libs/gdk-pixbuf-0.22.0-r5
is too new for the stable gthumb branch?

Actually, I now installed gthumb 2.7.5.1, which is the unstable
release of gthumb. But I'd like to go back to the stable
branch.

Has anyone else noticed problems with gthumb 2.6.x?

I posted bugs reg. this. See:

https://bugs.gentoo.org/show_bug.cgi?id=130288
http://bugzilla.gnome.org/show_bug.cgi?id=340101

Bye,

Alexander Skwar
--
You can fool some of the people some of the time,
and some of the people all of the time,
and that is sufficient.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] gnome-base/gnome-libs-1.2 masked?

2006-11-18 Thread Vladimir G. Ivanovic
When I run 'emerge -Davu world' I get this message (and the emerge
fails):

!!! All ebuilds that could satisfy gnome-base/gnome-libs have
been masked.
!!! One of the following masked packages is required to complete
your request:
- gnome-base/gnome-libs-1.4.2 (masked by: package.mask)
# Saleem Abdulrasool [EMAIL PROTECTED] (16 Nov 2006)
# GNOME 1.x Removal Mask (15 Dec 2006)

I assume that this means gnome-libs-1.4.2 is going to be removed in one
month. but lots of packages directly depend on gnome-libs:

# equery depends gnome-base/gnome-libs
[ Searching for packages depending on gnome-base/gnome-libs... ]
x11-misc/gtkdiff-1.8.0-r2
gnome-base/gnome-vfs-1.0.5-r4
gnome-base/gnome-print-0.37
gnome-base/libglade-0.17-r6
app-misc/gfontview-0.5.0-r6
gnome-extra/guppi-0.40.3-r3
dev-perl/gtk-perl-glade-0.7008-r1
dev-perl/gtk-perl-0.7009-r2
media-libs/gdk-pixbuf-0.22.0-r5
dev-db/unixODBC-2.2.11-r1

Some of these packages have alternate version, what about the others?
Have those packages been made instantly obsolete? What exactl are users
supposed to do? I could find no guidance on the official Gentoo site,
nor on the Gentoo Wiki.

--- Vladimir

-- 
Vladimir G. Ivanovic [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome-base/gnome-libs-1.4.2 masked?

2006-11-18 Thread Vladimir G. Ivanovic
[Subject corrected to gnome-base/gnome-libs-1.4.2 masked?]

--- Vladimir

On Sat, 2006-11-18 at 21:28 -0800, Vladimir G. Ivanovic wrote:
 When I run 'emerge -Davu world' I get this message (and the emerge
 fails):
 
 !!! All ebuilds that could satisfy gnome-base/gnome-libs have
 been masked.
 !!! One of the following masked packages is required to complete
 your request:
 - gnome-base/gnome-libs-1.4.2 (masked by: package.mask)
 # Saleem Abdulrasool [EMAIL PROTECTED] (16 Nov 2006)
 # GNOME 1.x Removal Mask (15 Dec 2006)
 
 I assume that this means gnome-libs-1.4.2 is going to be removed in one
 month. but lots of packages directly depend on gnome-libs:
 
 # equery depends gnome-base/gnome-libs
 [ Searching for packages depending on gnome-base/gnome-libs... ]
 x11-misc/gtkdiff-1.8.0-r2
 gnome-base/gnome-vfs-1.0.5-r4
 gnome-base/gnome-print-0.37
 gnome-base/libglade-0.17-r6
 app-misc/gfontview-0.5.0-r6
 gnome-extra/guppi-0.40.3-r3
 dev-perl/gtk-perl-glade-0.7008-r1
 dev-perl/gtk-perl-0.7009-r2
 media-libs/gdk-pixbuf-0.22.0-r5
 dev-db/unixODBC-2.2.11-r1
 
 Some of these packages have alternate version, what about the others?
 Have those packages been made instantly obsolete? What exactl are users
 supposed to do? I could find no guidance on the official Gentoo site,
 nor on the Gentoo Wiki.
 
 --- Vladimir
 
 -- 
 Vladimir G. Ivanovic [EMAIL PROTECTED]
 
-- 
Vladimir G. Ivanovic [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't emerge gnome-base/librsvg; missing /usr/lib/libglib-2.0.la

2011-08-23 Thread Philip Webb
110823 Walter Dnes wrote:
 Doing an update on my backup (i.e. 32-bit) intel desktop PC.
 Attempting to emerge gnome-base/librsvg-2.34.0 fails with...
 /bin/sh ./libtool --silent --tag=CC   --mode=compile i686-pc-linux-gnu-gcc 
 -DHAVE_CONFIG_H -I.  -I. -I. -DG_LOG_DOMAIN=\librsvg\ 
 -DLIBRSVG_DATADIR=\/usr/share\   -pthread -I/usr/include/gdk-pixbuf-2.0 
 -I/usr/include/libpng14 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm 
 -I/usr/include/libcroco-0.6 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -DHAVE_LIBCROCO=1 -O2 
 -march=native -mfpmath=sse -fomit-frame-pointer -pipe -c -o 
 librsvg_2_la-rsvg-xml.lo `test -f 'rsvg-xml.c' || echo './'`rsvg-xml.c
   CCLD   librsvg-2.la
 /bin/grep: /usr/lib/libglib-2.0.la: No such file or directory
 /bin/sed: can't read /usr/lib/libglib-2.0.la: No such file or directory
 libtool: link: `/usr/lib/libglib-2.0.la' is not a valid libtool archive
 make[2]: *** [librsvg-2.la] Error 1

It looks like the problem I reported recently,
which was solved by remerging  gcc libtool , esp the latter.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] Vim stops installing when it runs installman.sh

2011-11-21 Thread James Broadhead
On 21 November 2011 15:00, 1990 dqgcs dqgcs1...@gmail.com wrote:

 Hi Mick
 Here is my output ,Thanks for help!!!

 ***

 .-(~)-(ayu@Freedom
 )-
 `--   MAKEOPTS=-j1 emerge -uaDv app-editors/vim
 This action requires superuser access...
 Would you like to add --pretend to options? [Yes/No] yes

 These are the packages that would be merged, in order:

 Calculating dependencies... done!
 [ebuild U  ] app-arch/bzip2-1.0.6-r3 [1.0.6-r2] USE=static-libs%*
 -static 0 kB
 [ebuild U  ] dev-libs/icu-4.8.1-r2 [4.8] USE=static-libs -debug -doc
 -examples 18,241 kB
 [ebuild U  ] dev-libs/libffi-3.0.10 [3.0.9-r2] USE=static-libs -debug
 -test 736 kB
 [ebuild U  ] sys-libs/timezone-data-2011l [2011h] USE=nls 331 kB
 [ebuild U  ] sys-devel/automake-wrapper-5 [4] 0 kB
 [ebuild U  ] sys-apps/sandbox-2.5 [2.4] USE=(-multilib) 348 kB
 [ebuild U  ] sys-apps/less-444 [441] USE=unicode 301 kB
 [ebuild U  ] sys-kernel/linux-headers-2.6.39 [2.6.36.1] 4,583 kB
 [ebuild U  ] dev-perl/IO-Socket-SSL-1.440.0 [1.35] USE=-idn 68 kB
 [ebuild U  ] dev-util/gtk-doc-am-1.18 [1.17] 623 kB
 [ebuild U  ] media-libs/freetype-2.4.7 [2.4.6] USE=X bzip2
 static-libs -auto-hinter -bindist -debug -doc -fontforge -utils 1,456 kB
 [ebuild U  ] dev-lang/python-2.7.2-r3 [2.7.1-r1] USE=gdbm ipv6
 ncurses readline ssl threads (wide-unicode) xml -berkdb -build -doc
 -examples -sqlite* -tk -wininst 11,494 kB
 [ebuild U  ] dev-libs/libxml2-2.7.8-r3 [2.7.8-r1] USE=icu ipv6 python
 readline static-libs%* -debug -doc -examples -test 0 kB
 [ebuild U  ] dev-libs/libxslt-1.1.26-r2 [1.1.26-r1] USE=crypt python
 static-libs%* -debug 0 kB
 [ebuild U  ] dev-lang/python-3.1.4-r3 [3.1.3-r1] USE=gdbm ipv6
 ncurses readline ssl threads (wide-unicode) xml -build -doc -examples
 -sqlite -tk -wininst 8,005 kB
 [ebuild U  ] sys-apps/util-linux-2.19.1-r1 [2.19.1] USE=cramfs crypt
 ncurses nls unicode -loop-aes -old-linux -perl (-selinux) -slang (-uclibc)
 0 kB
 [ebuild U  ] sys-devel/binutils-2.21.1-r1 [2.20.1-r1] USE=nls
 static-libs -multislot -multitarget -test -vanilla 18,572 kB
 [ebuild U  ] sys-devel/llvm-2.9-r2 [2.8-r2] USE=libffi -debug
 -llvm-gcc -multitarget -ocaml -test -udis86 -vim-syntax% 9,351 kB
 [ebuild U  ] app-text/docbook-xsl-stylesheets-1.76.1 [1.75.2] 3,597 kB
 [ebuild U  ] sys-apps/dbus-1.4.16 [1.4.12] USE=X static-libs -debug
 -doc (-selinux) -test 1,846 kB
 [ebuild U  ] dev-util/ctags-5.8 [5.7] USE=-ada 469 kB
 [ebuild U  ] dev-libs/dbus-glib-0.98 [0.92] USE=static-libs -debug
 -doc -test (-bash-completion%) 707 kB
 [ebuild U  ] x11-misc/xdg-utils-1.1.0_rc1_p20111003
 [1.1.0_rc1_p20110519] USE=-doc 1,141 kB
 [ebuild U  ] sys-libs/pam-1.1.5 [1.1.4] USE=berkdb cracklib nls
 -audit -debug -nis (-selinux) -test -vim-syntax 1,584 kB
 [ebuild U  ] sys-auth/polkit-0.102 [0.101-r1] USE=gtk introspection
 nls pam -debug -doc -examples -kde 860 kB
 [ebuild  N ] app-editors/vim-core-7.3.266  USE=acl nls
 -bash-completion -livecd 0 kB
 [ebuild  N ] app-editors/vim-7.3.266  USE=X acl gpm nls python
 -bash-completion -cscope -debug -minimal -perl -ruby -vim-pager 0 kB
 [ebuild U  ] x11-libs/gtk+-2.24.5-r1 [2.24.4] USE=cups introspection
 (-aqua) -debug -doc -examples -test -vim-syntax -xinerama 12,942 kB
 [ebuild U  ] media-libs/libpng-1.5.5 [1.4.8-r1] USE=static-libs
 -apng 670 kB
 [ebuild U  ] x11-libs/gdk-pixbuf-2.24.0-r1 [2.22.1-r2] USE=X
 introspection jpeg -debug -doc -jpeg2k -test -tiff (-svg%*) 1,149 kB
 [ebuild U  ] app-text/ghostscript-gpl-9.04-r4 [9.04-r3] USE=X cups
 dbus gtk static-libs -bindist -djvu -idn -jpeg2k LINGUAS=zh_CN -ja -ko
 -zh_TW 0 kB
 [blocks B  ] x11-libs/libsexy-0.1.11-r3
 (x11-libs/libsexy-0.1.11-r3 is blocking media-libs/libpng-1.5.5)
 [blocks B  ] x11-libs/gdk-pixbuf-2.24.0-r1
 (x11-libs/gdk-pixbuf-2.24.0-r1 is blocking media-libs/libpng-1.5.5)

 Total: 31 packages (29 upgrades, 2 new), Size of downloads: 99,064 kB
 Conflict: 2 blocks (2 unsatisfied)

  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.

   (media-libs/libpng-1.5.5::gentoo, ebuild scheduled for merge) pulled in
 by
 media-libs/libpng:0 required by
 (app-text/ghostscript-gpl-9.04-r4::gentoo, ebuild scheduled for merge)
 =media-libs/libpng-1.4.3:0 required by
 (net-print/cups-1.4.8-r1::gentoo, installed)
 =media-libs/libpng-1.4:0 required by
 (app-text/poppler-0.16.7::gentoo, installed)
 =media-libs/libpng-1.4:0 required by
 (x11-libs/gdk-pixbuf-2.24.0-r1::gentoo, ebuild scheduled for merge)
 media-libs/libpng:0 required by (x11-libs/cairo-1.10.2-r1::gentoo,
 installed)


 For more information about Blocked Packages, please refer to the following
 section of the Gentoo Linux x86 Handbook

[gentoo-user] Re: [gentoo-dev] Dropping localepurge

2012-01-30 Thread Philip Webb
120130 Mart Raudsepp wrote:
 Do you even have LINGUAS set in /etc/make.conf or something?
 Because at least evince, gdk-pixbuf, xkeyboard-config and
 gnome-doc-utils DO honor LINGUAS.
 
 All GNOME packages that use intltool (that is pretty much everything
 except a few low-level libraries) honor LINGUAS much more than
 localepurge would ever be able clean afterwards. For example, .desktop
 files only have translation lines for languages listed in LINGUAS. Same
 for gconf and dconf schemas. Also all end-user documentation
 in /usr/share/gnome/help/appname/lang_code/
 
 Per above, we would close at least 4 of those bugs as INVALID or at
 least OBSOLETE (if some older version had it wrong).
 At least in GNOME we feel quite strong about things properly honoring
 LINGUAS per old standard GNU conventions. This means installing ALL
 translations if LINGUAS is unset, and none if LINGUAS is set to an empty
 string.
 
 Above said, I also do find a use on some systems for localepurge, to
 catch the packages that don't honor it.
 Though for embedded deployments I might as well not include the
 non-interesting language directories in the image.

Thanks for the useful  polite response.  I will look into LINGUAS.
How to set it is not mentioned in  make.conf.example  or in  man make.conf :
where is it documented ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




[gentoo-user] Re: Portage getting slicker?

2016-07-13 Thread James
Alan McKinnon  gmail.com> writes:




> > Ah excellent point, but the build did not move forward with::
> > ' emerge -uvDN world' either. With the --tree it did move forward with
> > the build update. In the first attempt usually the packages to be built
> > are listed, conflicts or blockers.

> But you didn't run
> emerge -uvDN world
> You ran
> emerge -uvDNp world
> why won't move forward, ever

Nope.

I ran 'emerge -uvDNp world'
and then 'emerge -uvDN world'
No point delineating that detail, or so I thought

> > None of these 3 packages where listed in the first attempt to see
> > what needs to be built::
> > Not 'sys-devel/llvm', nor 'sys-devel/clang', nor 'media-libs/mesa'.

> >>>>>> Emerging (1 of 3) sys-devel/llvm-3.7.1-r3::gentoo
> >>> I did nothing manual in between. Explanations?
> >> portage is doing what's expected. You don't have -a in the command line
> >> and there's nothing stopping portage from moving forward with the build.
> >> SO it moved forward with the build.
> >
> > Yes, nothing to do with 'media-libs/jasper' nor 'gdk-pixbuf'. So I guess the
> > --tree option got rid of the these (conflicts issues. My point is that this
> > is remarkably better than how things worked in the past (but not certain
> > when these enhancements were made).
> 
> But you introduced two significant changes in you command line
> removed -N
> added -t

> It's unsurprising you got different behaviour

true, but the -u was in both and a complete different set of 
packages was considered, by portage, and only one was able to 
move forward (note the -p was not in the second entry, despite
my not including that detail).







Re: [gentoo-user] Questions about Pale Moon

2018-01-26 Thread Peter Humphrey
On Thursday, 25 January 2018 16:23:56 GMT Mart Raudsepp wrote:
> On Wed, 2018-01-24 at 16:30 +, Peter Humphrey wrote:
> > On Tuesday, 23 January 2018 12:08:12 GMT Arve Barsnes wrote:
> > > Maybe check command line output?
> > 
> > I get eight of these: "undefined symbol: UCNV_TO_U_CALLBACK_STOP".
> > The full list is attached.
> > 
> > (pale moon:2395): Gtk-WARNING **: Error loading theme icon 'go-
> > previous' for stock: Unable to load image-loading module:
> > /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
> > /usr/lib64/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP
> 
> Your libxml2 appears broken after some ICU update and no automatic
> rebuild of libxml2 or something (maybe something failed in the rebuilds
> earlier in the queue from what portage figured has to get rebuilt after
> icu upgrade). Rebuild libxml2 and that issue probably goes away.

I don't think that's it:

$ genlop libxml2
 * dev-libs/libxml2
[...]
 Wed Dec 13 12:07:18 2017 >>> dev-libs/libxml2-2.9.4-r3
 Sun Dec 17 10:39:28 2017 >>> dev-libs/libxml2-2.9.6
 Thu Jan  4 11:21:42 2018 >>> dev-libs/libxml2-2.9.6
 Thu Jan 18 10:41:33 2018 >>> dev-libs/libxml2-2.9.7
 Tue Jan 23 15:11:28 2018 >>> dev-libs/libxml2-2.9.7

To confirm that, I've just repeated the exercise after remerging libxml2 
again, and I got the same result.

This is the official build, the one that Walter pointed me to.

-- 
Regards,
Peter.




Re: [gentoo-user] why resizing newsboat's terminal won't show more text?

2021-04-28 Thread caveman رَجُلُ الْكَهْفِ 穴居人
yes, both use urxvt.

gentoo's is x11-terms/rxvt-unicode-9.22-r8::gentoo

  enabled use flags:
  256-color blink font-styles gdk-pixbuf
  mousewheel perl startup-notification unicode3
  utmp wtmp xft

  not enabled use flags:
  -24-bit-color -fading-colors -iso14755
  -sgrmouse

ty,
cm.

‐‐‐ Original Message ‐‐‐
On Wednesday, 28 April 2021 09:33, Michael  wrote:

> On Wednesday, 28 April 2021 10:04:19 BST caveman رَجُلُ الْكَهْفِ 穴居人 wrote:
>
> > hi. when i open newsboat in a small window, it
> > fills it with text, and eats the remaining text
> > as expected (so that there is a single news item
> > per line. fine).
> > but:
> > 1. on arch linux's package, when i enlarge the
> > window, more text automatically shows. nice.
> >
> > 2. on gentoo linux's installation, when i do
> > the same as arch's, text is still eaten, so i
> > end up manually redrawing the terminal.
> >
> >
> > any idea how should i move from here to figure out
> > what's the cause?
> > (more info in appendix below)
> > ty,
> > cm.
>
> Are you using the same terminal in both OS? I have found terminals use
> different mechanisms to flow/redraw lines, as long as the application output
> allows it, with urxvt being better in this respect than xterm. However, I've
> not used newsboat to have observed how it behaves within urxvt.





Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Mick
On Saturday 28 Jan 2012 13:30:50 Philip Webb wrote:
 120128 Sergei Trofimovich wrote:
  Is there an alternative which doesn't require eg 'kdelibs' or similar ?
  In my netbook, Xpdf is the only method I have of reading PDFs,
  as I use Fluxbox  don't have KDE installed at all.
  
  It should not stop you from trying okular (kdelibs based)
 
 Well no ! -- I don't want to have any KDE in my netbook :
 I use a lot of KDE apps on my desktop, incl Okular, but not in the netbook.
 
  and evince (libgnome based). They are really neat.
  For lightweight variants you might like to look
  at app-text/epdfview and app-text/gsview.
 
 Thanks for this  other comments + advice.
 
 I've installed Evince Epdfview Zathura.  Evince looks as usable as Xpdf
  Epdfview is also simple  effective; Zathura works, but relies largely
 on keys (ok)  the index toggles, which is not quite as usable.
 Epdfview has the advantage over Evince that it needs no deps,
 so that's what I may use in my netbook.
 
 I also noticed a note in my homemade list of installed pkgs
 that I had to patch Xpdf to avoid the slow-start problem,
 so I'm satisfied that it cb consigned to history.

Hmm ... tried to emerge epdfview and it failed:   :-(

# emerge -uaDv epdfview

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N ] app-text/epdfview-0.1.6-r1  USE=cups nls -test 397 kB

[snip ...]

IJob.cxx: In static member function ‘static void* 
ePDFView::IJob::dispatcher(void*)’:
IJob.cxx:62:1: warning: no return statement in function returning non-void
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..-pthread -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -DQT_SHARED -
I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/glib-2.0 -
I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -
I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/qt4 -
I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -
I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -
I/usr/include/gdk-pixbuf-2.0-march=native -O2 -pipe -Wall -Wno-long-long -
DNDEBUG -DG_DISABLE_ASSERT -MT libepdfview_a-JobFind.o -MD -MP -MF 
.deps/libepdfview_a-JobFind.Tpo -c -o libepdfview_a-JobFind.o `test -f 
'JobFind.cxx' || echo './'`JobFind.cxx; \
then mv -f .deps/libepdfview_a-JobFind.Tpo .deps/libepdfview_a-JobFind.Po; 
else rm -f .deps/libepdfview_a-JobFind.Tpo; exit 1; fi
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..-pthread -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -DQT_SHARED -
I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/glib-2.0 -
I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -
I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/qt4 -
I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -
I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -
I/usr/include/gdk-pixbuf-2.0-march=native -O2 -pipe -Wall -Wno-long-long -
DNDEBUG -DG_DISABLE_ASSERT -MT libepdfview_a-JobLoad.o -MD -MP -MF 
.deps/libepdfview_a-JobLoad.Tpo -c -o libepdfview_a-JobLoad.o `test -f 
'JobLoad.cxx' || echo './'`JobLoad.cxx; \
then mv -f .deps/libepdfview_a-JobLoad.Tpo .deps/libepdfview_a-JobLoad.Po; 
else rm -f .deps/libepdfview_a-JobLoad.Tpo; exit 1; fi
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..-pthread -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -DQT_SHARED -
I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/glib-2.0 -
I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -
I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/qt4 -
I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -
I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -
I/usr/include/gdk-pixbuf-2.0-march=native -O2 -pipe -Wall -Wno-long-long -
DNDEBUG -DG_DISABLE_ASSERT -MT libepdfview_a-JobRender.o -MD -MP -MF 
.deps/libepdfview_a-JobRender.Tpo -c -o libepdfview_a-JobRender.o `test -f 
'JobRender.cxx' || echo './'`JobRender.cxx; \
then mv -f .deps/libepdfview_a-JobRender.Tpo .deps/libepdfview_a-
JobRender.Po; else rm -f .deps/libepdfview_a-JobRender.Tpo; exit 1; fi
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..-pthread -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -DQT_SHARED -
I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/glib-2.0 -
I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -
I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/qt4 -
I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -
I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -
I/usr/include/gdk-pixbuf-2.0-march=native -O2 -pipe -Wall -Wno-long-long -
DNDEBUG -DG_DISABLE_ASSERT -MT libepdfview_a-JobSave.o -MD -MP

Re: [gentoo-user] gnome-control center 3.23.98 fails to compile

2017-03-25 Thread John Covici
On Sat, 25 Mar 2017 20:40:25 -0400,
Alarig Le Lay wrote:
> 
> [1  ]
> On sam. 25 mars 20:25:15 2017, John Covici wrote:
> > Hi.  I am getting the following error when emerging
> > gnome-control-center on my most recent update -- I am using unstable
> > gentoo.
> > libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H
> > -I. -I../.. -pthread -I/usr/include/gtk-3.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/gio-unix-2.0/ -I/usr/include/glib-2.0
> > -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas
> > -I../../ -DG_LOG_DOMAIN=\"common-cc-panel\" -DPANEL_ID=\"common\"
> > -pthread -I/usr/include/gnome-desktop-3.0 -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/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/freetype2 -I/usr/include/gsettings-desktop-schemas
> > -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0
> > -I/usr/lib64/glib-2.0/include -O2 -mtune=core2 -pipe -ggdb -c
> > gsd-device-manager-udev.c  -fPIC -DPIC -o
> > .libs/gsd-device-manager-udev.o
> > gsd-device-manager-udev.c:27:28: fatal error: gdk/gdkwayland.h: No
> > such file or directory
> > 
> > I do have -wailan as a use flag (there by default), so this doesn't
> > make too much sense.
> > 
> > What can I do, or should I file a bug?
> > 
> > thanks in advance for any suggestions.
> 
> Hi,
> 
> What are your useflags for x11-libs/gtk+? I think that you must enable
> the wayland one.

Well, for one thing, I do not want to use wayland at all, it conflicts
with accessibility, and if I enable the wayland flag (and I had to
enable it on a few more packages and get dev-libs/wayland which I
never had) I get the following:

These are the packages that would be merged, in order:

Calculating dependencies  ... done!
[ebuild   R] x11-libs/libxkbcommon-0.7.1::gentoo  USE="X doc
-static-libs {-test}" ABI_X86="32* (64) (-x32)" 0 KiB
[ebuild  N ] dev-libs/wayland-1.12.0::gentoo  USE="doc
-static-libs" ABI_X86="32 (64) (-x32)" 371 KiB
[ebuild   R] media-libs/mesa-17.0.2::gentoo  USE="classic dri3 egl
gallium gbm gles2 llvm nptl wayland* -bindist -d3d9 -debug -gles1
-opencl -openmax -osmesa -pax_kernel -pic (-selinux) -vaapi -valgrind
-vdpau -vulkan -xa -xvmc" ABI_X86="32 (64) (-x32)"
VIDEO_CARDS="nouveau (-freedreno) -i915 -i965 -imx -intel -r100 -r200
-r300 -r600 -radeon -radeonsi (-vc4) (-vivante) -vmware" 0 KiB
[ebuild  N ] dev-libs/wayland-protocols-1.7::gentoo  111 KiB
[ebuild   R] x11-libs/gtk+-3.22.11:3::mv  USE="X colord cups
introspection wayland* -adwaita-icon-theme (-aqua) -atk-bridge
-broadway -cloudprint -debug -examples {-test} -vim-syntax -xinerama"
ABI_X86="32 (64) (-x32)" 0 KiB

Total: 5 packages (2 new, 3 reinstalls), Size of downloads: 482 KiB

!!! Multiple package instances within a single package slot have been
pulled
!!! into the dependency graph, resulting in a slot conflict:

x11-libs/gtk+:3

  (x11-libs/gtk+-3.22.11:3/3::mv, ebuild scheduled for merge) pulled
  in by
  =x11-libs/gtk+-3.22.11 (Argument)

  (x11-libs/gtk+-3.22.11:3/3::mv, installed) pulled in by
  >=x11-libs/gtk+-3.21.0:3[X=,introspection?,wayland=] required by
  (media-libs/clutter-gtk-1.8.2:1.0/1.0::gentoo, installed)
 


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



[gentoo-user] bombono-dvd fails to compile

2013-03-16 Thread Dale
Howdy,

bombono-dvd fails to compile. Anyone else having this issue?


x86_64-pc-linux-gnu-g++ -o build/src/mgui/win_utils.o -c -Wall -W
-Wno-reorder -march=native -O2 -pipe -ansi -march=native -O2 -pipe
-DBOOST_SP_USE_QUICK_ALLOCATOR -DBOOST_SYSTEM_NO_DEPRECATED -DNDEBUG
-DEXT_BOOST -Ibuild/src -Isrc -Ilibs/boost-logging
-I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include
-I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include
-I/usr/include/libxml2 -I/usr/include/gtkmm-2.4
-I/usr/lib64/gtkmm-2.4/include -I/usr/include/atkmm-1.6
-I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0
-I/usr/include/gdkmm-2.4 -I/usr/lib64/gdkmm-2.4/include
-I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include
-I/usr/include/pangomm-1.4 -I/usr/lib64/pangomm-1.4/include
-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/libpng15 -I/usr/include/freetype2 src/mgui/win_utils.cpp
x86_64-pc-linux-gnu-g++ -o build/src/mgui/author/burn.o -c -Wall -W
-Wno-reorder -march=native -O2 -pipe -ansi -march=native -O2 -pipe
-DBOOST_SP_USE_QUICK_ALLOCATOR -DBOOST_SYSTEM_NO_DEPRECATED -DNDEBUG
-DEXT_BOOST -Ibuild/src -Isrc -Ilibs/boost-logging
-I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include
-I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include
-I/usr/include/libxml2 -I/usr/include/gtkmm-2.4
-I/usr/lib64/gtkmm-2.4/include -I/usr/include/atkmm-1.6
-I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0
-I/usr/include/gdkmm-2.4 -I/usr/lib64/gdkmm-2.4/include
-I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include
-I/usr/include/pangomm-1.4 -I/usr/lib64/pangomm-1.4/include
-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/libpng15 -I/usr/include/freetype2 src/mgui/author/burn.cpp
src/mgui/ffviewer.cpp:41:58: fatal error: libavformat/url.h: No such
file or directory
compilation terminated.
scons: *** [build/src/mgui/ffviewer.o] Error 1
src/mgui/execution.cpp: In destructor ‘ExecOutput::~ExecOutput()’:
src/mgui/execution.cpp:143:13: warning: unused variable ‘fd’
[-Wunused-variable]
src/mgui/execution.cpp: At global scope:
src/mgui/execution.cpp:116:13: warning: ‘bool IsFDOpen(int)’ defined but
not used [-Wunused-function]
scons: building terminated because of errors.
* escons: WARNING: escons failed.
* ERROR: media-video/bombono-dvd-1.2.1-r1 failed (compile phase):
* Please add
/var/tmp/portage/media-video/bombono-dvd-1.2.1-r1/work/bombono-dvd-1.2.1/config.opts
when filing bugs reports!
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 2597: Called die
* The specific snippet of code:
* nonfatal escons || die Please add ${S}/config.opts when filing bugs
reports!
*
* If you need support, post the output of `emerge --info
'=media-video/bombono-dvd-1.2.1-r1'`,
* the complete build log and the output of `emerge -pqv
'=media-video/bombono-dvd-1.2.1-r1'`.
* The complete build log is located at
'/var/tmp/portage/media-video/bombono-dvd-1.2.1-r1/temp/build.log'.
* The ebuild environment file is located at
'/var/tmp/portage/media-video/bombono-dvd-1.2.1-r1/temp/environment'.
* Working directory:
'/var/tmp/portage/media-video/bombono-dvd-1.2.1-r1/work/bombono-dvd-1.2.1'
* S:
'/var/tmp/portage/media-video/bombono-dvd-1.2.1-r1/work/bombono-dvd-1.2.1'
*
* The following package has failed to build or install:

Just checking if it is just me or what. Nothing on the forums either,
that I could find anyway.

Thanks.

Dale

:-) :-)



Re: [gentoo-user] dev-libs/efl-1.18.4 fails to emerge with gcc-5.4.0-r3

2017-04-18 Thread Mick
On Tuesday 18 Apr 2017 16:47:25 Mick wrote:
> On Tuesday 18 Apr 2017 17:24:00 Raffaele Belardi wrote:
> > Mick wrote:
> > > On Tuesday 18 Apr 2017 16:58:02 Raffaele Belardi wrote:
> > >> Mick wrote:
> > >>> I started rebuilding the world and his wife following an update to
> > >>> gcc-5.4.0- r3 as per suggestion in e-log:
> > >>> 
> > >>> revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
> > >>> 
> > >>> However, dev-libs/efl failed to make as shown below.  Any idea how to
> > >>> overcome this breakage?
> > >>> 
> > >>> emerge -1aDv dev-libs/efl
> > >>> [snip ..]
> > >>> 
> > >>> This was the 110th package out of 413 being rebuild, so I assume
> > >>> poppler
> > >>> et al should have already been rebuilt in advance as dependencies. 
> > >>> What
> > >>> can I try?
> > >> 
> > >> Maybe https://bugs.gentoo.org/show_bug.cgi?id=615326 ?
> > >> Is poppler really installed?
> > >> 
> > >> raffaele
> > > 
> > > Yes, it seems to be:
> > > 
> > > $ eix -l poppler
> > > [I] app-text/poppler
> > > 
> > >  Available versions:
> > > 0.45.0(0/62)^t[cairo cairo-qt cjk curl cxx debug doc
> > > 
> > > +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff
> > > +utils]   ["cairo-qt? ( qt4 )"]
> > > 
> > >~0.51.0(0/66)^t[cairo cairo-qt cjk curl cxx debug doc
> > > 
> > > +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff
> > > +utils]   ["cairo-qt? ( qt4 )"]
> > > 
> > >~0.52.0(0/66)^t[cairo cjk curl cxx debug doc
> > >+introspection
> > > 
> > > +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils]
> > > 
> > >**     (0/)^t  [cairo cairo-qt cjk curl cxx debug doc
> > > 
> > > +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff
> > > +utils]   ["cairo-qt? ( qt4 )"]
> > > 
> > >  Installed versions:  0.45.0^t(10:10:43 30/07/16)(cairo cxx
> > >  introspection
> > > 
> > > jpeg jpeg2k lcms png qt4 qt5 tiff utils -cairo-qt -cjk -curl -debug -doc
> > > -nss)
> > 
> > Another guess: you are installing unstable (~) for efl but poppler is
> > still
> > at stable version: maybe you could try to manually update poppler before
> > efl.
> > 
> > raffaele
> 
> Hmm ... I don't think so, both because it worked before this gcc update and
> because when I fed poppler and elf to emerge, it wanted to emerge efl first.

OK, I tried updating poppler to 0.52.0 which then wanted to re-emerge 
inkscape, but inkscape failed too:

libdepixelize/libdepixelize.a(kopftracer2011.o): In function 
`Tracer::Kopf2011::to_grouped_voronoi(std::__cxx11::basic_string<char, 
std::char_traits, std::allocator > const&, 
Tracer::Kopf2011::Options const&)':
kopftracer2011.cpp:(.text+0x618): undefined reference to 
`Gdk::Pixbuf::create_from_file(std::__cxx11::basic_string<char, 
std::char_traits, std::allocator > const&)'
libdepixelize/libdepixelize.a(kopftracer2011.o): In function 
`Tracer::Kopf2011::to_splines(std::__cxx11::basic_string<char, 
std::char_traits, std::allocator > const&, 
Tracer::Kopf2011::Options const&)':
kopftracer2011.cpp:(.text+0x848): undefined reference to 
`Gdk::Pixbuf::create_from_file(std::__cxx11::basic_string<char, 
std::char_traits, std::allocator > const&)'
/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../lib64/libgtkmm-2.4.so: 
undefined reference to `Glib::ustring::ustring(std::string const&)'
/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../lib64/libgtkmm-2.4.so: 
undefined reference to `Glib::ustring::ustring(std::string&&)'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:6906: inkview] Error 1
make[3]: Leaving directory '/var/tmp/portage/media-gfx/inkscape-0.91-
r3/work/inkscape-0.91/src'
make[2]: *** [Makefile:5059: all] Error 2
make[2]: Leaving directory '/var/tmp/portage/media-gfx/inkscape-0.91-
r3/work/inkscape-0.91/src'
make[1]: *** [Makefile:1411: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-gfx/inkscape-0.91-
r3/work/inkscape-0.91'
make: *** [Makefile:1107: all] Error 2
 * ERROR: media-gfx/inkscape-0.91-r3::gentoo failed (compile phase):
 *   emake failed


Could it be that gcc-5.4 isn't yet ripe enough for mass consumption?
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: When a dependancy built by hand

2005-05-31 Thread Harry Putnam
Jason Stubbs [EMAIL PROTECTED] writes:


[...]


 /etc/portage/profile/package.provided

 Regards,
 Jason Stubbs

Paul Varner [EMAIL PROTECTED] writes:


[...]

 man portage

 Specifically for the package.provided file it wants the package and
 version that you have installed outside of portage.  For example: If you
 have downloaded and installed your own kernel from kernel.org, placing 

 sys-kernel/vanilla-sources-2.6.11.11

 into package.provided tells portage that you have provided that version
 of the package and to not manage that package.

Is something more than creating and editing the subject file required?
I don't see any difference in emerge -v -p output having created it.
Maybe its not correct:
  cat /etc/portage/profile/package.provided

---
   dev-utils/cvs-1.12.11
   app-editors/emacs-cvs-22.0.50.1
---

  emerge -v -p emacs-w3m
  These are the packages that I would merge, in order:

  Calculating dependencies ...done!
  [ebuild  N] app-editors/emacs-21.4  +X -Xaw3d -debug +gnome -leim 
-lesstif +motif +nls -nosendmail 0 kB 
  [ebuild  N] dev-libs/boehm-gc-6.3-r1  -c++ 754 kB 
  [ebuild  N] media-libs/gdk-pixbuf-0.22.0-r3  -doc -mmx 388 kB 
  [ebuild  N] www-client/w3m-0.5.1-r1  +X -async -cjk +gpm +gtk +imlib 
-imlib2 -lynxkeymap -migemo +nls +ssl -xface 1,852 kB 
  [ebuild  N] app-emacs/emacs-w3m-1.4.3  708 kB 

Note that emacs-21.4 is still slated for install.
---

 emerge -v -p emacs-cvs

  These are the packages that I would merge, in order:

  Calculating dependencies ...done!
  [ebuild  N] dev-util/cvs-1.11.18  -doc -emacs 0 kB 
  [ebuild  N] app-editors/emacs-cvs-22.0.50  +X -Xaw3d (-aqua) -debug +gif 
+gnome +gtk +jpeg +nls +png +spell +tiff 0 kB 

Note that cvs-1.11.18 is sill slated for install.
---

If the package.provided is correct, shouldn't I see some different
results from emerge?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Build error: Gnome update

2006-07-13 Thread Meino Christian Cramer

Hi,
 while trying to update my Gentoo I came across this

 emerge gnome-panel
.
.
.
.
.
.
checking for i386-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i386-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i386-pc-linux-gnu-g77 static flag -static works... yes
checking if i386-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i386-pc-linux-gnu-g77 linker 
(/usr/i386-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for glib-genmarshal... /usr/bin/glib-genmarshal
checking for gconftool-2... /usr/bin/gconftool-2
checking what warning flags to pass to the C compiler... -Wall 
-Wmissing-prototypes
checking what language compliance flags to pass to the C compiler...
checking for i386-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PANEL... configure: error: Package requirements (ORBit-2.0 = 
2.4.0 gdk-pixbuf-2.0 = 2.7.1 gtk+-2.0 = 2.7.1 libgnome-2.0 = 2.13.0 
libgnomeui-2.0 = 2.5.4 gnome-desktop-2.0 = 2.11.1 gnome-vfs-2.0 = 2.14.2 
libglade-2.0 = 2.5.0 gconf-2.0 = 2.6.1 libgnome-menu = 2.11.1) were not met:

Requested 'gnome-vfs-2.0 = 2.14.2' but version of gnome-vfs is 2.12.2

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PANEL_CFLAGS
and PANEL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/gnome-panel-2.14.2/work/gnome-panel-2.14.2/config.log

!!! ERROR: gnome-base/gnome-panel-2.14.2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 1248:   Called gnome2_src_compile
  gnome2.eclass, line 63:   Called gnome2_src_configure
  gnome2.eclass, line 59:   Called econf '--disable-scrollkeeper' 
'--enable-eds' '--disable-gtk-doc'
  ebuild.sh, line 541:   Called die

!!! econf failed

H

Any way out ?

Thank you very much for any help in advance !
mcc
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] We've already been run in this tree; error world.

2011-12-09 Thread Walter Dnes
On Fri, Nov 25, 2011 at 02:20:59AM -0500, waltd...@waltdnes.org wrote
 I just ran a sync and update on my laptop.  The builds for...
 
 gnome-extra/libgsf-1.14.21
 x11-libs/gdk-pixbuf-2.24.0-r1
 gnome-base/librsvg-2.34.1-r1
 www-client/firefox-7.0.1-r1
 app-text/ghostscript-gpl-9.04-r4
 app-office/abiword-2.8.6-r1
 
 ...all came up with the same warning in /var/log/portage/elog
 
 WARN: prepare
   We've already been run in this tree; you should
   avoid this if possible (perhaps by filing a bug)

  Somedays my Google-fu is better than others.  Today I ran into the
same error, and managed to find a discussion on the mailing list...
http://www.gossamer-threads.com/lists/gentoo/dev/242435?do=post_view_flat#

vapier says...

 it seems we have some cases where eclasses/ebuilds interact
 poorly. for example, if an eclass runs eautoreconf or elibtoolize, and
 then the ebuild does some stuff where it ends up running eautoreconf,
 subsequent elibtoolize calls are skipped.
 
 this means that the work done by the earlier elibtoolize call was all
 for naught, as eautoreconf blows all of its work away be regenerating
 the files elibtoolize patched. and when eautoreconf attempts to run
 elibtoolize itself, we don't get all the fun patches since elibtoolize
 detected it was run already.

 rather than have this continue to silently ignore the issue, i'm
 thinking of making these changes: 
  - elibtoolize now has a --force flag 
  - eautoreconf always calls elibtoolize with --force 
  - if elibtoolize detects a previous run with --force, it warns, but runs 
 this way we complain, but at least we continue to work

  In a later message in that same thread he says...
 yes, but the current state is that people don't notice and things
 silently break. i'm turning the situation into a QA warning so bug
 reports get filed/fixed, and things continue to work in the mean time.

  I appended my info to https://bugs.gentoo.org/show_bug.cgi?id=391749

-- 
Walter Dnes waltd...@waltdnes.org



[gentoo-user] Question about updating /etc/portage/package.use

2012-10-17 Thread Walter Dnes
  I ran emerge -p --deep --update world on a machine, and got...


 * IMPORTANT: config file '/etc/portage/package.use' needs updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U  ] sys-devel/gnuconfig-20120818 [20120116]
[ebuild U  ] dev-libs/expat-2.1.0-r2 [2.1.0]
[ebuild U  ] media-libs/libpng-1.5.13-r1 [1.5.10]
[ebuild U  ] virtual/libffi-3.0.11 [0]
[ebuild  N ] dev-libs/gobject-introspection-common-1.32.1 
[ebuild  N ] dev-libs/elfutils-0.149  USE=bzip2 zlib -lzma -nls 
[ebuild U  ] app-arch/zip-3.0-r1 [3.0] USE=-natspec% 
[ebuild U  ] sys-apps/man-pages-3.42 [3.41]
[ebuild U  ] dev-libs/libtasn1-2.13 [2.12]
[ebuild U  ] app-text/dos2unix-6.0.1 [6.0]
[ebuild U  ] dev-libs/glib-2.32.4-r1 [2.30.3]
[ebuild U  ] x11-libs/pango-1.30.1 [1.29.4]
[ebuild U  ] x11-libs/gdk-pixbuf-2.26.4 [2.24.1-r1]
[ebuild U  ] dev-libs/atk-2.4.0 [2.2.0]
[ebuild U  ] media-video/mplayer-1.1-r1 [1.0_rc4_p20110322-r1] USE=iconv* 
[ebuild U  ] gnome-extra/libgsf-1.14.23 [1.14.22] USE=-introspection% 
[ebuild U  ] net-libs/gnutls-2.12.20 [2.12.18]
[ebuild U  ] x11-themes/gnome-icon-theme-3.4.0 [3.2.1.2]
[ebuild U  ] gnome-base/librsvg-2.36.1 [2.34.2]
[ebuild U  ] x11-libs/gtk+-2.24.12 [2.24.10-r1]
[i3][root][~]


  I read that section of the emerge man page, and it talks about
CONFIG_PROTECT and CONFIG_PROTECT_MASK.  The tone of the message seems
to indicate there is something wrong with my /etc/portage/package.use
file.  But I can't figure out what the problem is.  Can somebody please
explain it in plain English?

-- 
Walter Dnes waltd...@waltdnes.org
I don't run desktop environments; I run useful applications



[gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Re: [gentoo-user] Fwd: gnome-applets-python 装不上

2011-10-21 Thread co
 -I/usr/lib64/glib-2.0/include
-I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15
-DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/panel-2.0
-I/usr/include/gconf/2 -I/usr/include/gtk-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng15 -I/usr/include/libxml2 -I/usr/include/libbonobo-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0
-I/usr/include/libart-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-python-2.0
-I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1   -march=core2
-O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT
gnomeapplet_la-appletmodule.lo -MD -MP -MF
.deps/gnomeapplet_la-appletmodule.Tpo -c -o gnomeapplet_la-appletmodule.lo
`test -f 'appletmodule.c' || echo './'`appletmodule.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..
-I/usr/include/python2.7 -I/usr/include/python2.7 -pthread
-I/usr/include/pygtk-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng15 -DORBIT2=1 -pthread -D_REENTRANT
-I/usr/include/panel-2.0 -I/usr/include/gconf/2 -I/usr/include/gtk-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15
-I/usr/include/libxml2 -I/usr/include/libbonobo-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0
-I/usr/include/libart-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-python-2.0
-I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1 -march=core2
-O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT
gnomeapplet_la-appletmodule.lo -MD -MP -MF
.deps/gnomeapplet_la-appletmodule.Tpo -c appletmodule.c  -fPIC -DPIC -o
.libs/gnomeapplet_la-appletmodule.o
mv -f .deps/gnomeapplet_la-appletmodule.Tpo
.deps/gnomeapplet_la-appletmodule.Plo
(cd . \
  /usr/bin/pygtk-codegen-2.0 \
--load-types /usr/share/pygtk/2.0/argtypes/bonobo-arg-types.py \
--py_ssize_t-clean \
--register /usr/share/pygtk/2.0/defs/pango-types.defs \
--register /usr/share/pygtk/2.0/defs/gdk-types.defs \
--register /usr/share/pygtk/2.0/defs/gtk-types.defs \
--register /usr/share/pygtk/2.0/defs/bonobo-types.defs \
--register /usr/share/pygtk/2.0/defs/bonoboui-types.defs \
--override applet.override \
--prefix pyapplet applet.defs)  gen-applet.c \
 cp gen-applet.c applet.c \
 rm -f gen-applet.c
note: pygtk-codegen-2.0 is deprecated, use pygobject-codegen-2.0 instead
note: I will now try to invoke pygobject-codegen-2.0 in the same directory
Could not write function factory_main: No ArgType for
PanelAppletFactoryCallback
Could not write function panel_applet_shlib_factory: No ArgType for gpointer
Could not write function panel_applet_shlib_factory_closure: No ArgType for
gpointer
Could not write function main: No ArgType for char*-argv
Warning: Constructor for PanelApplet needs to be updated to new API
 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** The coverage of global functions is 33.33% (2/6)
***INFO*** The coverage of methods is 100.00% (13/13)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7
-pthread -I/usr/include/pygtk-2.0 -I/usr/include/gtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15
-DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/panel-2.0
-I/usr/include/gconf/2 -I/usr/include/gtk-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include

[gentoo-user] x11-terms/enterminus-9999 won't compile

2011-04-03 Thread Mick
checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc 
object... ok
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if i686-pc-linux-gnu-gcc static flag -static works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-
gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for evas... yes
checking for ecore... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/bin/Makefile
config.status: creating data/Makefile
config.status: creating enterminus-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
make -j2 
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/x11-
terms/enterminus-/work/enterminus'
Making all in src
make[2]: Entering directory `/var/tmp/portage/x11-
terms/enterminus-/work/enterminus/src'
Making all in bin
make[3]: Entering directory `/var/tmp/portage/x11-
terms/enterminus-/work/enterminus/src/bin'
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_GNU_SOURCE=1 
-D_REENTRANT -pthread -DQT_SHARED -I/usr/include/evas-1 -
I/usr/include/librsvg-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -
I/usr/include/eet-1 -I/usr/include/SDL -I/usr/include/freetype2 -
I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -
I/usr/include/pixman-1 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -
I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/ecore-1   -
I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina  -
Wall -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx -pipe -MT main.o -MD 
-MP -MF .deps/main.Tpo -c -o main.o main.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_GNU_SOURCE=1 
-D_REENTRANT -pthread -DQT_SHARED -I/usr/include/evas-1 -
I/usr/include/librsvg-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -
I/usr/include/eet-1 -I/usr/include/SDL -I/usr/include/freetype2 -
I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -
I/usr/include/pixman-1 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -
I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/ecore-1   -
I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina  -
Wall -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx -pipe -MT misc.o -MD 
-MP -MF .deps/misc.Tpo -c -o misc.o misc.c
In file included from misc.c:1:
term.h:1:1: warning: _GNU_SOURCE redefined
command-line: warning: this is the location of the previous definition
mv -f .deps/misc.Tpo .deps/misc.Po
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_GNU_SOURCE=1 
-D_REENTRANT -pthread -DQT_SHARED -I/usr/include/evas-1 -
I/usr/include/librsvg-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -
I/usr/include/eet-1 -I/usr/include/SDL -I/usr/include/freetype2 -
I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -
I/usr/include/pixman-1 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -
I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/ecore-1   -
I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina  -
Wall -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx -pipe -MT pty.o -MD 
-MP -MF .deps/pty.Tpo -c -o pty.o pty.c
In file included from main.c:1:
term.h:1:1: warning: _GNU_SOURCE redefined
command-line: warning: this is the location of the previous definition
mv -f .deps/main.Tpo .deps/main.Po
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_GNU_SOURCE=1 
-D_REENTRANT -pthread -DQT_SHARED

[gentoo-user] battstat requires apmd?

2006-01-29 Thread Iain Buchanan
Hi,

I've just rebuilt my system, and emerged gnome-light this time instead
of gnome.

I noticed battstat isn't part of gnome-applets, but when I try and
emerge it, I get all these wierd deps.  For a start, why does it need
apmd? I thought I had it working with acpi only... (I certainly didn't
have apmd on my last install).  There are no useful use flags that I can
see...

Is there another battstat that uses acpi?

$ emerge -pvt battstat

These are the packages that I would merge, in reverse order:

Calculating dependencies ...done!
[blocks B ] x11-terms/gnome-terminal (is blocking 
gnome-base/gnome-core-1.4.2-r1)
[blocks B ] gnome-base/gnome-desktop (is blocking 
gnome-base/gnome-core-1.4.2-r1)
[blocks B ] gnome-base/gnome-session (is blocking 
gnome-base/gnome-core-1.4.2-r1)
[ebuild  N] gnome-extra/battstat-2.0.13  USE=nls 805 kB
[ebuild  N]  gnome-base/gnome-core-1.4.2-r1  USE=cups kde nls 6,129 kB
[ebuild  NS   ]   gnome-base/control-center-1.4.0.5-r3  USE=nls -debug 3,303 
kB
[ebuild  NS   ]gnome-base/gnome-vfs-1.0.5-r4  USE=nls ssl -doc 1,024 kB
[ebuild  N] gnome-base/gnome-common-2.12.0  USE=-debug 58 kB
[ebuild  NS   ] gnome-base/gconf-1.0.9  USE=nls 765 kB
[ebuild  N] gnome-base/oaf-0.6.10  USE=nls 0 kB
[ebuild  N]  dev-util/indent-2.2.9-r2  USE=nls 662 kB
[ebuild  N]   gnome-base/gnome-print-0.37  USE=nls 750 kB
[ebuild  NS   ]   gnome-base/libglade-0.17-r6  USE=X nls -bonobo 409 kB
[ebuild  N]dev-libs/libxml-1.8.17-r2  USE=-doc 0 kB
[ebuild  N]   media-libs/gdk-pixbuf-0.22.0-r5  USE=X -doc -mmx 0 kB
[ebuild  N]  gnome-base/gnome-libs-1.4.2  USE=kde nls -doc 0 kB
[ebuild  N]   media-libs/imlib-1.9.14-r3  0 kB
[ebuild  NS   ]   gnome-base/orbit-0.5.17-r1  0 kB
[ebuild  NS   ]   sys-libs/db-1.85-r3  14 kB
[ebuild  N]  sys-apps/apmd-3.2.1_p4  USE=X nls 92 kB

MTIA,
-- 
Iain Buchanan iain at netspace dot net dot au

He flung himself on his horse and rode madly off in all directions.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build librsvg-2.34.2 Error

2012-02-03 Thread Michael Mol
On Fri, Feb 3, 2012 at 9:51 AM, 高金培 gjp1...@gmail.com wrote:
   CC     librsvg_2_la-librsvg-enum-types.lo
 /bin/sh ./libtool --silent --tag=CC   --mode=compile i686-pc-linux-gnu-gcc
 -DHAVE_CONFIG_H -I.  -I. -I. -DG_LOG_DOMAIN=\librsvg\
 -DLIBRSVG_DATADIR=\/usr/share\   -pthread -I/usr/include/gdk-pixbuf-2.0
 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2
 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm
 -I/usr/include/libcroco-0.6 -I/usr/include/glib-2.0
 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -DHAVE_LIBCROCO=1   -O2
 -march=pentium-m -pipe -c -o librsvg_2_la-librsvg-enum-types.lo `test -f
 'librsvg-enum-types.c' || echo './'`librsvg-enum-types.c
   CCLD   librsvg-2.la
   CCLD   rsvg-convert
   GISCAN Rsvg-2.0.gir
   CCLD   rsvg-view


 In file included from stdin:19:0:
 /var/tmp/portage/gnome-base/librsvg-2.34.2/work/librsvg-2.34.2/rsvg-cairo-render.h:32:19:
 fatal error: cairo.h: No such file or directory
 compilation terminated.

I suspect you don't have cairo emerged.

  * If you need support, post the output of 'emerge --info
 =gnome-base/librsvg-2.34.2',
  * the complete build log and the output of 'emerge -pqv
 =gnome-base/librsvg-2.34.2'.
  * The complete build log is located at
 '/var/tmp/portage/gnome-base/librsvg-2.34.2/temp/build.log'.
  * The ebuild environment file is located at
 '/var/tmp/portage/gnome-base/librsvg-2.34.2/temp/environment'.
  * S: '/var/tmp/portage/gnome-base/librsvg-2.34.2/work/librsvg-2.34.2'

Before you go any farther, save the output of the commands it's asking about.

sudo emerge --info gnome-base/librsvg-2.34.2 
~/emerge.info.gnome-base.librsvg-2.34.2.txt
sudo emerge -pqv gnome-base/librsvg-2.34.2 
~/emerge.pqv.gnome-base.librsvg-2.34.2.txt
sudo cp /var/tmp/portage/gnome-base/librsvg-2.34.2/temp/build.log
~/build.log.gnome-base.librsvg-2.34.2.txt
sudo cp /var/tmp/portage/gnome-base/librsvg-2.34.2/temp/environment
~/environment.gnome-base.librsvg-2.34.2.txt

If you need to file a bug report, you'll need to attach those to it.

To install cairo, try

emerge x11-libs/cairo

Assuming that works, try

emerge --resume

If the build works, you should be good. If you get the same error,
then you should file a bug report at bugs.gentoo.org.

-- 
:wq



Re: [gentoo-user] Build librsvg-2.34.2 Error

2012-02-03 Thread Michael Mol
On Fri, Feb 3, 2012 at 10:19 AM, Michael Mol mike...@gmail.com wrote:
 On Fri, Feb 3, 2012 at 9:51 AM, 高金培 gjp1...@gmail.com wrote:
   CC     librsvg_2_la-librsvg-enum-types.lo
 /bin/sh ./libtool --silent --tag=CC   --mode=compile i686-pc-linux-gnu-gcc
 -DHAVE_CONFIG_H -I.  -I. -I. -DG_LOG_DOMAIN=\librsvg\
 -DLIBRSVG_DATADIR=\/usr/share\   -pthread -I/usr/include/gdk-pixbuf-2.0
 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2
 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm
 -I/usr/include/libcroco-0.6 -I/usr/include/glib-2.0
 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -DHAVE_LIBCROCO=1   -O2
 -march=pentium-m -pipe -c -o librsvg_2_la-librsvg-enum-types.lo `test -f
 'librsvg-enum-types.c' || echo './'`librsvg-enum-types.c
   CCLD   librsvg-2.la
   CCLD   rsvg-convert
   GISCAN Rsvg-2.0.gir
   CCLD   rsvg-view


 In file included from stdin:19:0:
 /var/tmp/portage/gnome-base/librsvg-2.34.2/work/librsvg-2.34.2/rsvg-cairo-render.h:32:19:
 fatal error: cairo.h: No such file or directory
 compilation terminated.

 I suspect you don't have cairo emerged.

  * If you need support, post the output of 'emerge --info
 =gnome-base/librsvg-2.34.2',
  * the complete build log and the output of 'emerge -pqv
 =gnome-base/librsvg-2.34.2'.
  * The complete build log is located at
 '/var/tmp/portage/gnome-base/librsvg-2.34.2/temp/build.log'.
  * The ebuild environment file is located at
 '/var/tmp/portage/gnome-base/librsvg-2.34.2/temp/environment'.
  * S: '/var/tmp/portage/gnome-base/librsvg-2.34.2/work/librsvg-2.34.2'

 Before you go any farther, save the output of the commands it's asking about.

 sudo emerge --info gnome-base/librsvg-2.34.2 
 ~/emerge.info.gnome-base.librsvg-2.34.2.txt
 sudo emerge -pqv gnome-base/librsvg-2.34.2 
 ~/emerge.pqv.gnome-base.librsvg-2.34.2.txt
 sudo cp /var/tmp/portage/gnome-base/librsvg-2.34.2/temp/build.log
 ~/build.log.gnome-base.librsvg-2.34.2.txt
 sudo cp /var/tmp/portage/gnome-base/librsvg-2.34.2/temp/environment
 ~/environment.gnome-base.librsvg-2.34.2.txt

 If you need to file a bug report, you'll need to attach those to it.

 To install cairo, try

 emerge x11-libs/cairo

 Assuming that works, try

 emerge --resume

 If the build works, you should be good. If you get the same error,
 then you should file a bug report at bugs.gentoo.org.

Actually, you should file a bug report either way, but the nature of
the bug is different. If emerging cairo fixes the build error, then
there's a dependency missing in the ebuild. If emerging cairo doesn't
fix the build error, something else is broken that I don't have a clue
about.


-- 
:wq



[gentoo-user] Strange reaction of gvim to : in a normal mode

2014-11-02 Thread Gevisz
I use gvim from xfce4 and sometimes get into a strange
situation when pressing : while being in a normal mode
leads not to the command line mode but instead highlights
the icon Copy to clipboad.

Just now I have noted that in this situation I also cannot
see the version of my gvim via the Help menu (but saving via
the the Save current file icon usually works). 

The output from the :version command (executed from a newly
started gvim) is as follows:

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep  7 2014 11:35:08)
Included patches: 1-273
Modified by Gentoo-7.4.273
Compiled by myself.
Huge version with GTK2 GUI.  Features included (+) or not (-):
+acl +cmdline_compl   +diff+find_in_path+keymap 
 +modify_fname+mouse_xterm +profile -sniff   
+termresponse+vreplace-xterm_save
+arabic  +cmdline_hist+digraphs+float   +langmap
 +mouse   +multi_byte  +python  +startuptime 
+textobjects +wildignore  +xpm
+autocmd +cmdline_info+dnd +folding +libcall
 +mouseshape  +multi_lang  -python3 +statusline  +title 
  +wildmenu
+balloon_eval+comments-ebcdic  -footer  +linebreak  
 +mouse_dec   -mzscheme+quickfix-sun_workshop
+toolbar +windows
+browse  +conceal +emacs_tags  +fork()  +lispindent 
 -mouse_gpm   -netbeans_intg   +reltime +syntax  
+user_commands   +writebackup
++builtin_terms  +cryptv  +eval+gettext +listcmds   
 -mouse_jsbterm   +path_extra  +rightleft   +tag_binary  
+vertsplit   +X11
+byte_offset -cscope  +ex_extra-hangul_input+localmap   
 +mouse_netterm   -perl-ruby+tag_old_static  
+virtualedit -xfontset
+cindent +cursorbind  +extra_search+iconv   -lua
 +mouse_sgr   +persistent_undo +scrollbind  -tag_any_white   
+visual  +xim
+clientserver+cursorshape +farsi   +insert_expand   +menu   
 -mouse_sysmouse  +postscript  +signs   -tcl 
+visualextra +xsmp_interact
+clipboard   +dialog_con_gui  +file_in_path+jumplist+mksession  
 +mouse_urxvt +printer +smartindent +terminfo
+viminfo +xterm_clipboard
   system vimrc file: /etc/vim/vimrc
 user vimrc file: $HOME/.vimrc
 2nd user vimrc file: ~/.vim/vimrc
  user exrc file: $HOME/.exrc
  system gvimrc file: /etc/vim/gvimrc
user gvimrc file: $HOME/.gvimrc
2nd user gvimrc file: ~/.vim/gvimrc
system menu file: $VIMRUNTIME/menu.vim
  fall-back for $VIM: /usr/share/vim
Compilation: x86_64-pc-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H 
-DFEAT_GUI_GTK  -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include 
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include
/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I
/usr/lib64/glib-2.0/include -I/usr/include/freetype2-march=native -O2 -pipe 
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: x86_64-pc-linux-gnu-gcc   -Wl,-O1 -L/usr/local/lib -Wl,--as-needed -o 
gvim   -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgo
bject-2.0 -lglib-2.0 -lfreetype -lfontconfig  -lSM -lICE -lXpm -lXt -lX11 
-lXdmcp -lSM -lICE  -lm -lncurses -lelf   -lacl -lattr -ldl
-L/usr/lib64/python2.7/config -lpython2.7 -lpthread -ldl -lutil -lm -X
linker -export-dynamic

Any ideas how to fix it?

And whom to blame? (Except for myself, of course. :) 
My first guess that something is wrong with xfce4 here.



[gentoo-user] having problems emerging x11-wm/clutter-3.14.2

2014-12-11 Thread covici
Hi.  In my usual world update portage asked me to emerge
x11-wm/clutter-3.14.2  as I am using the gnome overlay.  However it is
failing and I can't find either a gentoo bug or anything on google.
Here is the relevant output from the compile

Any assistance would be appreciated.
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
-DHAVE_CONFIG_H -I. -I..  -DCLUTTER_ENABLE_COMPOSITOR_API 
-DCLUTTER_ENABLE_EXPERIMENTAL_API -DCOGL_ENABLE_EXPERIMENTAL_API 
-DCOGL_ENABLE_EXPERIMENTAL_2_0_API -DCLUTTER_DISABLE_DEPRECATION_WARNINGS 
-DCOGL_DISABLE_DEPRECATION_WARNINGS -pthread -D_REENTRANT -pthread 
-I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 
-I/usr/include/cogl -I/usr/include/libupower-glib 
-I/usr/include/gnome-desktop-3.0 -I/usr/include/startup-notification-1.0 
-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/gobject-introspection-1.0 -I/usr/lib64/libffi-3.1/include 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/gsettings-desktop-schemas  -pthread -I/usr/include/clutter-1.0 
-I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/cogl 
-I/usr/include/json-glib-1.0 -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/gdk-pixbuf-2.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/libdrm  -I. -I. -I./backends -I./core -I./ui -I./compositor 
-DMUTTER_LIBEXECDIR=\/usr/libexec\ -DMUTTER_LOCALEDIR=\/usr/share/locale\ 
-DMUTTER_PKGDATADIR=\/usr/share/mutter\ -DMUTTER_DATADIR=\/usr/share\ 
-DG_LOG_DOMAIN=\mutter\ -DSN_API_NOT_YET_FROZEN=1 
-DMUTTER_PKGLIBDIR=\/usr/lib64/mutter\ 
-DMUTTER_PLUGIN_DIR=\/usr/lib64/mutter/plugins\ -DGETTEXT_PACKAGE=\mutter\ 
-DXWAYLAND_PATH=\/usr/bin/Xwayland\   -O2 -mtune=core2 -pipe -ggdb -Wall 
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wcast-align -Wsign-compare -c -o 
backends/native/meta-monitor-manager-kms.lo 
backends/native/meta-monitor-manager-kms.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. 
-DCLUTTER_ENABLE_COMPOSITOR_API -DCLUTTER_ENABLE_EXPERIMENTAL_API 
-DCOGL_ENABLE_EXPERIMENTAL_API -DCOGL_ENABLE_EXPERIMENTAL_2_0_API 
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS -DCOGL_DISABLE_DEPRECATION_WARNINGS 
-pthread -D_REENTRANT -pthread -I/usr/include/clutter-1.0 -I/usr/include/cogl 
-I/usr/include/json-glib-1.0 -I/usr/include/cogl -I/usr/include/libupower-glib 
-I/usr/include/gnome-desktop-3.0 -I/usr/include/startup-notification-1.0 
-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/gobject-introspection-1.0 -I/usr/lib64/libffi-3.1/include 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/clutter-1.0 
-I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/cogl 
-I/usr/include/json-glib-1.0 -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/gdk-pixbuf-2.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/libdrm -I. -I. -I./backends -I./core -I./ui -I./compositor 
-DMUTTER_LIBEXECDIR=\/usr/libexec\ -DMUTTER_LOCALEDIR=\/usr/share/locale\ 
-DMUTTER_PKGDATADIR=\/usr/share/mutter\ -DMUTTER_DATADIR=\/usr/share\ 
-DG_LOG_DOMAIN=\mutter\ -DSN_API_NOT_YET_FROZEN=1 
-DMUTTER_PKGLIBDIR=\/usr/lib64/mutter\ 
-DMUTTER_PLUGIN_DIR=\/usr/lib64/mutter/plugins\ -DGETTEXT_PACKAGE=\mutter\ 
-DXWAYLAND_PATH=\/usr/bin/Xwayland\ -O2 -mtune=core2 -pipe -ggdb -Wall 
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wcast-align -Wsign-compare -c 
backends/native/meta-monitor-manager-kms.c  -fPIC -DPIC -o 
backends/native/.libs/meta-monitor-manager-kms.o
backends/native/meta-monitor-manager-kms.c:679:12: error: unknown type name 
'CoglKmsCrtc'
 crtc_free (CoglKmsCrtc

[gentoo-user] Re: Can't install cairosvg

2016-06-01 Thread Grant Edwards
On 2016-06-01, Neil Bothwick <n...@digimed.co.uk> wrote:
> On Tue, 31 May 2016 22:05:24 + (UTC), Grant Edwards wrote:
>
>>  emerge: there are no ebuilds to satisfy
>> "dev-python/cairocffi[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]".
>> (dependency required by "media-gfx/cairosvg-1.0.7::gentoo" [ebuild])
>> (dependency required by "cairosvg" [argument])
>> 
>> I've tried dozens of settings for PYTHON_TARGETS and
>> PYTHON_SINGLE_TARGET and have gotten exactly nowhere.  Is there an
>> English translation of the emerge error message available?
>
> It appears to be complaining about the python settings for cairocffi,
> what does eix -v cairocffi show?

# eix -v cairocffi
* dev-python/cairocffi
 Available versions:  ~0.5.3-r1 ~0.5.4 ~0.6
 IUSE (all versions): doc test PYTHON_TARGETS="pypy python2_7 python3_3 
python3_4"
 Installed versions:  Version:   0.7.2
  Date:  05:30:14 PM 05/31/2016
  USE:   -doc -test PYTHON_TARGETS="python2_7 
python3_4 -pypy -python3_3 -python3_5"
  DEPEND:
dev-python/setuptools[python_targets_python2_7(-),python_targets_python3_4(-),-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
 >=dev-lang/python-2.7.5-r2:2.7 dev-lang/python:3.4 
>=dev-lang/python-exec-2:2/2=[python_targets_python2_7(-),python_targets_python3_4(-),-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
  RDEPEND:   
>=dev-python/cffi-1.1.0:0/1.5.2=[python_targets_python2_7(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_targets_python3_4(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
 
>=dev-python/cffi-1.1.0:0/1.5.2=[python_targets_python2_7(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_targets_python3_4(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
 
>=dev-python/xcffib-0.3.2[python_targets_python2_7(-),python_targets_python3_4(-),-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
 x11-libs/cairo:0/0= x11-libs/gdk-pixbuf[jpeg] >=dev-lang/python-2.7.5-r2:2.7 
dev-lang/python:3.4 
>=dev-lang/python-exec-2:2/2=[python_targets_python2_7(-),python_targets_python3_4(-),-python_single_target_pypy(-),-python_single_target_python2_7(-),
 
-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
  EAPI:  5
 Recommendation:  Downgrade
 Homepage:https://github.com/SimonSapin/cairocffi
 Find open bugs:  
https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-python%2Fcairocffi
 Description: CFFI-based drop-in replacement for Pycairo
 License: BSD

Yep.  The problem appears to be that cairocffi is not installed for
3.5.  so python target 3.5 has to be disable for things that depend on
cairocffi.

So this in packagtes.use allows cairosvg to install:

  media-gfx/cairosvg PYTHON_TARGETS: -python3_5

I'm still trying to figure out why cairocffi won't install for 3.5.
It's ebuild seems to think it should -- this is from
cairocffi-0.7.2.ebuild:

  PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )

And here's what's in make.conf:

  PYTHON_TARGETS="python2_7 python3_4 python3_5"

But when I install cairocffi:

 # emerge -av cairocffi

 These are the packages that would be merged, in order:

 Calculating dependencies... done!
 [ebuild   R] dev-python/cairocffi-0.7.2::gentoo  USE="-doc {-test}" 
PYTHON_TARGETS="python2_7 python3_4 (-pypy) -python3_3 (-python3_5)" 0 KiB

 Total: 1 package (1 reinstall), Size of downloads: 0 KiB

I don't actually _need_ cairocffi/cairosvg for any particular Python
version, since all I wanted them for was to install weasyprint (and I
don't care which version of Python it uses).

But I'd still like to understand what's going on.

-- 
Grant Edwards   grant.b.edwardsYow! This PIZZA symbolizes
  at   my COMPLETE EMOTIONAL
  gmail.comRECOVERY!!




[gentoo-user] ERROR: gnome-base/bonobo-1.0.22 failed.

2005-11-02 Thread Dale
Well, I hope this is the right list this time. 

Just to recap a bit.  I'm working through a revdep-rebuild and having
fun with it at that.  This is what I got while trying to emerge bonobo:

 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:23:23:
 gdk_imlib.h: No such file or directory
 In file included from /usr/include/gnome-1.0/libgnomeui/libgnomeui.h:107,
  from /usr/include/gnome-1.0/gnome.h:17,
  from ../bonobo/bonobo-generic-factory.h:17,
  from bonobo-generic-factory.c:22:
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:47:
 error: syntax error before GdkImlibImage
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:47:
 warning: no semicolon at end of struct or union
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:60:
 error: syntax error before '}' token
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:69:
 error: syntax error before GdkImlibImage
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:79:
 error: syntax error before GdkImlibImage
 In file included from /usr/include/gnome-1.0/libgnomeui/libgnomeui.h:108,
  from /usr/include/gnome-1.0/gnome.h:17,
  from ../bonobo/bonobo-generic-factory.h:17,
  from bonobo-generic-factory.c:22:
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:23:23:
 gdk_imlib.h: No such file or directory
 In file included from /usr/include/gnome-1.0/libgnomeui/libgnomeui.h:108,
  from /usr/include/gnome-1.0/gnome.h:17,
  from ../bonobo/bonobo-generic-factory.h:17,
  from bonobo-generic-factory.c:22:
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:51: error:
 syntax error before GdkImlibImage
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:51:
 warning: no semicolon at end of struct or union
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:52:
 warning: type defaults to `int' in declaration of `watermark_image'
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:52:
 warning: data definition has no type or storage class
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:63: error:
 syntax error before '}' token
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:74: error:
 syntax error before GdkImlibImage
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:91: error:
 syntax error before GdkImlibImage
 /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:93: error:
 syntax error before GdkImlibImage
 make[2]: *** [bonobo-generic-factory.lo] Error 1
 make[2]: Leaving directory
 `/var/tmp/portage/bonobo-1.0.22/work/bonobo-1.0.22/bonobo'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/bonobo-1.0.22/work/bonobo-1.0.22'
 make: *** [all-recursive-am] Error 2

 !!! ERROR: gnome-base/bonobo-1.0.22 failed.
 !!! Function src_compile, Line 42, Exitcode 2
 !!! (no error message)
 !!! If you need support, post the topmost build error, NOT this status
 message.

 [EMAIL PROTECTED] / #


The only thing with gdk in it that I have installed is
media-libs/gdk-pixbuf version 0.22.0-r3.  I'll re-emrge it right quick.

Rumen,

qpkg does not exist it says.  I found it though.  It gave me this:



x11-libs/gtk+-1.2.10-r11
x11-libs/gtk+-2.6.10


Looks like both are installed.  I hope you are here too.  I got lost
last time.

Dale
:-)

I double checked the list this time.  gentoo-user, check.  LOL

-- 
To err is human, I'm most certainly human.

 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ERROR: gnome-base/bonobo-1.0.22 failed.

2005-11-02 Thread Rumen Yotov
On Wed, 2005-11-02 at 13:08 -0600, Dale wrote:
 Well, I hope this is the right list this time. 
 
 Just to recap a bit.  I'm working through a revdep-rebuild and having
 fun with it at that.  This is what I got while trying to emerge bonobo:
 
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:23:23:
  gdk_imlib.h: No such file or directory
  In file included from /usr/include/gnome-1.0/libgnomeui/libgnomeui.h:107,
   from /usr/include/gnome-1.0/gnome.h:17,
   from ../bonobo/bonobo-generic-factory.h:17,
   from bonobo-generic-factory.c:22:
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:47:
  error: syntax error before GdkImlibImage
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:47:
  warning: no semicolon at end of struct or union
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:60:
  error: syntax error before '}' token
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:69:
  error: syntax error before GdkImlibImage
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h:79:
  error: syntax error before GdkImlibImage
  In file included from /usr/include/gnome-1.0/libgnomeui/libgnomeui.h:108,
   from /usr/include/gnome-1.0/gnome.h:17,
   from ../bonobo/bonobo-generic-factory.h:17,
   from bonobo-generic-factory.c:22:
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:23:23:
  gdk_imlib.h: No such file or directory
  In file included from /usr/include/gnome-1.0/libgnomeui/libgnomeui.h:108,
   from /usr/include/gnome-1.0/gnome.h:17,
   from ../bonobo/bonobo-generic-factory.h:17,
   from bonobo-generic-factory.c:22:
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:51: error:
  syntax error before GdkImlibImage
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:51:
  warning: no semicolon at end of struct or union
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:52:
  warning: type defaults to `int' in declaration of `watermark_image'
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:52:
  warning: data definition has no type or storage class
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:63: error:
  syntax error before '}' token
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:74: error:
  syntax error before GdkImlibImage
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:91: error:
  syntax error before GdkImlibImage
  /usr/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h:93: error:
  syntax error before GdkImlibImage
  make[2]: *** [bonobo-generic-factory.lo] Error 1
  make[2]: Leaving directory
  `/var/tmp/portage/bonobo-1.0.22/work/bonobo-1.0.22/bonobo'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory
  `/var/tmp/portage/bonobo-1.0.22/work/bonobo-1.0.22'
  make: *** [all-recursive-am] Error 2
 
  !!! ERROR: gnome-base/bonobo-1.0.22 failed.
  !!! Function src_compile, Line 42, Exitcode 2
  !!! (no error message)
  !!! If you need support, post the topmost build error, NOT this status
  message.
 
  [EMAIL PROTECTED] / #
 
 
 The only thing with gdk in it that I have installed is
 media-libs/gdk-pixbuf version 0.22.0-r3.  I'll re-emrge it right quick.
 
 Rumen,
 
 qpkg does not exist it says.  I found it though.  It gave me this:
 
 
 
 x11-libs/gtk+-1.2.10-r11
 x11-libs/gtk+-2.6.10
 
 
 Looks like both are installed.  I hope you are here too.  I got lost
 last time.
 
 Dale
 :-)
 
 I double checked the list this time.  gentoo-user, check.  LOL
 
 -- 
 To err is human, I'm most certainly human.
 
  
 
Hi,
Think that rebuilding gtk+-1.2.10-rX will fix things,next emerge bonobo.
It must find that gtk+-1.2.X is installed and build correctly.
If not then eventually there's a configuration error somewhere.
PS: watch for the order in which you rebuild the packages, it must be
bottom-up, so that second level uses the new ones from level one.
HTH.Rumen


signature.asc
Description: This is a digitally signed message part


[gentoo-user] Build error on poppler

2011-10-18 Thread meino . cramer
Hi,

this morning I got this (after update poppler and xorgserver had to be
updated):

/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/glib/poppler-private.h:125:
 syntax error, unexpected ')', expecting ',' or ';' in '  time_t 
*gdate);' at ')'
g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -march=native -O2 -pipe -msse3 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/fofi 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/goo 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/poppler 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/poppler 
-I/usr/include -I/usr/include/freetype2 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/glib 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 -I/usr/include/libpng15 
-I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng15 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/libdrm -c -o 
/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16.o
 
/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16.c
g-ir-scanner: link: gcc -o 
/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16
 -march=native -O2 -pipe -msse3 -L. -Wl,-rpath=. -lpoppler-glib -pthread 
-lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 
/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16.o
g-ir-scanner: Poppler: warning: 6 warnings suppressed (use --warn-all to see 
them)
[ 77%] Built target gir-girs
Scanning dependencies of target gir-typelibs
[ 77%] Generating Poppler-0.16.typelib
/usr/bin/g-ir-compiler: error while loading shared libraries: libffi.so.4: 
cannot open shared object file: No such file or directory
make[2]: *** [glib/Poppler-0.16.typelib] Error 127
make[1]: *** [glib/CMakeFiles/gir-typelibs.dir/all] Error 2
make: *** [all] Error 2
emake failed
 * ERROR: app-text/poppler-0.16.7 failed (compile phase):
 *   Make failed!
 * 
 * Call stack:
 * ebuild.sh, line   56:  Called src_compile
 *   environment, line 2967:  Called cmake-utils_src_compile
 *   environment, line  874:  Called _execute_optionaly 'src_compile'
 *   environment, line  316:  Called enable_cmake-utils_src_compile
 *   environment, line 1128:  Called cmake-utils_src_make
 *   environment, line  893:  Called die
 * The specific snippet of code:
 *   emake $@ || die Make failed!;
 * 
 * If you need support, post the output of 'emerge --info 
=app-text/poppler-0.16.7',
 * the complete build log and the output of 'emerge -pqv 
=app-text/poppler-0.16.7'.
 * The complete build log is located at 
'/var/tmp/portage/app-text/poppler-0.16.7/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/app-text/poppler-0.16.7/temp/environment'.
 * S: '/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7'

 Failed to emerge app-text/poppler-0.16.7, Log file:

  '/var/tmp/portage/app-text/poppler-0.16.7/temp/build.log'

 * Messages for package app-text/poppler-0.16.7:

 * ERROR: app-text/poppler-0.16.7 failed (compile phase):
 *   Make failed!
 * 
 * Call stack:
 * ebuild.sh, line   56:  Called src_compile
 *   environment, line 2967:  Called cmake-utils_src_compile
 *   environment, line  874:  Called _execute_optionaly 'src_compile'
 *   environment, line  316:  Called enable_cmake-utils_src_compile
 *   environment, line 1128:  Called cmake-utils_src_make
 *   environment, line  893:  Called die
 * The specific snippet of code:
 *   emake $@ || die Make failed!;
 * 
 * If you need support, post the output of 'emerge --info 
=app-text/poppler-0.16.7',
 * the complete build log and the output of 'emerge -pqv 
=app-text/poppler-0.16.7'.
 * The complete build log is located at 
'/var/tmp/portage/app-text/poppler-0.16.7/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/app-text/poppler-0.16.7/temp/environment'.
 * S: '/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7'

 * GNU info directory index is up-to-date.
solfire:/rooteix libffi
[I] dev-libs/libffi
 Available versions:  3.0.9-r2 3.0.10 **3.0.11_rc1 {debug static-libs test}
 Installed versions:  3.0.10(02:11:56 10/15/11)(-debug -static-libs -test)
 Homepage:http://sourceware.org/libffi

Re: [gentoo-user] Build error on poppler

2011-10-19 Thread Jonas de Buhr

Am 19.10.2011 04:28, schrieb meino.cra...@gmx.de:

Hi,

this morning I got this (after update poppler and xorgserver had to be
updated):

/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/glib/poppler-private.h:125:
 syntax error, unexpected ')', expecting ',' or ';' in '  time_t 
*gdate);' at ')'
g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -march=native -O2 -pipe -msse3 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/fofi 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/goo 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/poppler 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/poppler 
-I/usr/include -I/usr/include/freetype2 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/glib 
-I/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo 
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 -I/usr/include/libpng15 
-I/usr/include/libdrm -I/usr/incl

ude/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 
-I/usr/include/gio-unix-2.0/ -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng15 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/libdrm -c -o 
/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16.o
 
/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16.c

g-ir-scanner: link: gcc -o 
/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16
 -march=native -O2 -pipe -msse3 -L. -Wl,-rpath=. -lpoppler-glib -pthread 
-lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 
/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7_build/glib/tmp-introspectdLnPK7/Poppler-0.16.o
g-ir-scanner: Poppler: warning: 6 warnings suppressed (use --warn-all to see 
them)
[ 77%] Built target gir-girs
Scanning dependencies of target gir-typelibs
[ 77%] Generating Poppler-0.16.typelib
/usr/bin/g-ir-compiler: error while loading shared libraries: libffi.so.4: 
cannot open shared object file: No such file or directory


1. equery b /usr/bin/g-ir-scanner
2. emerge that package (should be something with gobject)
3. emerge poppler again.

or revdep-rebuild and emerge poppler again.


make[2]: *** [glib/Poppler-0.16.typelib] Error 127
make[1]: *** [glib/CMakeFiles/gir-typelibs.dir/all] Error 2
make: *** [all] Error 2
emake failed
  * ERROR: app-text/poppler-0.16.7 failed (compile phase):
  *   Make failed!
  *
  * Call stack:
  * ebuild.sh, line   56:  Called src_compile
  *   environment, line 2967:  Called cmake-utils_src_compile
  *   environment, line  874:  Called _execute_optionaly 'src_compile'
  *   environment, line  316:  Called enable_cmake-utils_src_compile
  *   environment, line 1128:  Called cmake-utils_src_make
  *   environment, line  893:  Called die
  * The specific snippet of code:
  *   emake $@ || die Make failed!;
  *
  * If you need support, post the output of 'emerge --info 
=app-text/poppler-0.16.7',
  * the complete build log and the output of 'emerge -pqv 
=app-text/poppler-0.16.7'.
  * The complete build log is located at 
'/var/tmp/portage/app-text/poppler-0.16.7/temp/build.log'.
  * The ebuild environment file is located at 
'/var/tmp/portage/app-text/poppler-0.16.7/temp/environment'.
  * S: '/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7'


Failed to emerge app-text/poppler-0.16.7, Log file:



  '/var/tmp/portage/app-text/poppler-0.16.7/temp/build.log'


  * Messages for package app-text/poppler-0.16.7:

  * ERROR: app-text/poppler-0.16.7 failed (compile phase):
  *   Make failed!
  *
  * Call stack:
  * ebuild.sh, line   56:  Called src_compile
  *   environment, line 2967:  Called cmake-utils_src_compile
  *   environment, line  874:  Called _execute_optionaly 'src_compile'
  *   environment, line  316:  Called enable_cmake-utils_src_compile
  *   environment, line 1128:  Called cmake-utils_src_make
  *   environment, line  893:  Called die
  * The specific snippet of code:
  *   emake $@ || die Make failed!;
  *
  * If you need support, post the output of 'emerge --info 
=app-text/poppler-0.16.7',
  * the complete build log and the output of 'emerge -pqv 
=app-text/poppler-0.16.7'.
  * The complete build log is located at 
'/var/tmp/portage/app-text/poppler-0.16.7/temp/build.log'.
  * The ebuild environment file is located at 
'/var/tmp/portage/app-text/poppler-0.16.7/temp/environment'.
  * S: '/var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7'

  * GNU info directory index is up-to-date.
solfire

Re: [gentoo-user] Re: go to a no-x console from failed X + lxde install

2016-12-09 Thread Dale
Harry Putnam wrote:
> Andrej Rode <m...@andrejro.de> writes:
>
>> Hi Harry,
>>
>> On 09/12/16 18:23, Harry Putnam wrote:
>>> # required by x11-libs/gtk+-2.24.31-r1::gentoo
>>> # required by x11-libs/gtksourceview-2.10.5-r3::gentoo
>>> # required by dev-python/pygtksourceview-2.10.1-r1::gentoo
>>> # required by dev-vcs/git-2.11.0::gentoo[python,gtk]
>> This tells me that you may have the gtk use flag for git set. Try to
>> unset it and rerun emerge.
> Yup, there was and must still be for some other things because the
> changes after both the moves you suggested, running
> emerge -vuDNp world was a few lines less output... but otherwise
> pretty much the same. (posted at the end) 
>
> cat /etc/portage/package.use/git
> dev-vcs/git -gtk -webdav
>
>> Also set your profile `eselect profile {set,list}` to a non-desktop
>> version. This should configure your base system not to use X.
>> Keep track if anything else in your package.use contains gtk.
> I did look at doing that very thing before posting OP but I had a hard
> time figuring out what to pick.
>
> I went ahead and set [...]/defauilt/linux/x86/13.0/developer
>
> Even though I am a very far cry from that lofty status.  Am I creating
> more problems with that?  Does that setting also hark of X
>
> There aren't that many that aren't desktop related or selenix or
> hardened or something else like uclibc or musl.. that I don't know
> anything about.
>
> Maybe the very first choice would be better:
>   [1]   default/linux/x86/13.0
>   

For a server setup with no GUI, that would be my pick.  I think that is
about as minimal as you can get.  The developer profile may not be what
you think. 


> Seems like that might expect X as well
> I expected to find a choice of `server' but don't see that.
>
>
> Even with the leg up you gave me, I'm still not real sure what the output
> is telling me:
>
> Like where it says something is required by an x11- pkg .. well those
> are all unmerged.
>
> Or the chunk at the bottom listing quite a few non-X pkgs but saying:
>
> (dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])
>
>What dependancy.. use use flag of X?
>
> Also, I thought it might help to stick a use flag of `-gtk' in
> make.conf. But when I did that just now as an experiment instead of
> the output below I got a huge list of x11- pkgs to be installed.
> Now changed back I get the output below.
>
> ---   ---   ---=---   ---   --- 
> emerge -vuNDp
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by x11-libs/gtk+-2.24.31-r1::gentoo
> # required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>> =x11-libs/cairo-1.14.6 X
> # required by x11-libs/gtk+-2.24.31-r1::gentoo
> # required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>> =x11-libs/gdk-pixbuf-2.36.0 X
> !!! The ebuild selected to satisfy "x11-libs/gtk+:3" has unmet requirements.
> - x11-libs/gtk+-3.22.4::gentoo USE="introspection -X (-aqua) -broadway 
> -cloudprint -colord -cups -examples -test -vim-syntax -wayland -xinerama"
>
>   The following REQUIRED_USE flag constraints are unsatisfied:
> any-of ( aqua wayland X )
>
>   The above constraints are a subset of the following complete expression:
> any-of ( aqua wayland X ) xinerama? ( X )
>
> (dependency required by "gnome-extra/polkit-gnome-0.105-r1::gentoo" 
> [installed])
> (dependency required by "sys-auth/polkit-0.113-r1::gentoo[gtk]" [installed])
> (dependency required by "sys-auth/consolekit-1.1.0-r1::gentoo[policykit]" 
> [installed])
> (dependency required by "sys-auth/pambase-20150213::gentoo[consolekit]" 
> [installed])
> (dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])
> (dependency required by "virtual/ssh-0::gentoo[-minimal]" [installed])
> (dependency required by "@system" [set])
> (dependency required by "@world" [argument])
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by x11-libs/gtk+-2.24.31-r1::gentoo
> # required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>> =x11-libs/cairo-1.14.6 X
> # required by x11-libs/gtk+-2.24.31-r1::gentoo
> # required by x11-themes/gtk-engines-

[gentoo-user] Re: go to a no-x console from failed X + lxde install

2016-12-09 Thread Harry Putnam
Andrej Rode <m...@andrejro.de> writes:

> Hi Harry,
>
> On 09/12/16 18:23, Harry Putnam wrote:
>> # required by x11-libs/gtk+-2.24.31-r1::gentoo
>> # required by x11-libs/gtksourceview-2.10.5-r3::gentoo
>> # required by dev-python/pygtksourceview-2.10.1-r1::gentoo
>> # required by dev-vcs/git-2.11.0::gentoo[python,gtk]
>
> This tells me that you may have the gtk use flag for git set. Try to
> unset it and rerun emerge.

Yup, there was and must still be for some other things because the
changes after both the moves you suggested, running
emerge -vuDNp world was a few lines less output... but otherwise
pretty much the same. (posted at the end) 

cat /etc/portage/package.use/git
dev-vcs/git -gtk -webdav

> Also set your profile `eselect profile {set,list}` to a non-desktop
> version. This should configure your base system not to use X.
> Keep track if anything else in your package.use contains gtk.

I did look at doing that very thing before posting OP but I had a hard
time figuring out what to pick.

I went ahead and set [...]/defauilt/linux/x86/13.0/developer

Even though I am a very far cry from that lofty status.  Am I creating
more problems with that?  Does that setting also hark of X

There aren't that many that aren't desktop related or selenix or
hardened or something else like uclibc or musl.. that I don't know
anything about.

Maybe the very first choice would be better:
  [1]   default/linux/x86/13.0
  
Seems like that might expect X as well
I expected to find a choice of `server' but don't see that.


Even with the leg up you gave me, I'm still not real sure what the output
is telling me:

Like where it says something is required by an x11- pkg .. well those
are all unmerged.

Or the chunk at the bottom listing quite a few non-X pkgs but saying:

(dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])

   What dependancy.. use use flag of X?

Also, I thought it might help to stick a use flag of `-gtk' in
make.conf. But when I did that just now as an experiment instead of
the output below I got a huge list of x11- pkgs to be installed.
Now changed back I get the output below.

---   ---   ---=---   ---   --- 
emerge -vuNDp

These are the packages that would be merged, in order:

Calculating dependencies... done!

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>=x11-libs/cairo-1.14.6 X
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>=x11-libs/gdk-pixbuf-2.36.0 X

!!! The ebuild selected to satisfy "x11-libs/gtk+:3" has unmet requirements.
- x11-libs/gtk+-3.22.4::gentoo USE="introspection -X (-aqua) -broadway 
-cloudprint -colord -cups -examples -test -vim-syntax -wayland -xinerama"

  The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( aqua wayland X )

  The above constraints are a subset of the following complete expression:
any-of ( aqua wayland X ) xinerama? ( X )

(dependency required by "gnome-extra/polkit-gnome-0.105-r1::gentoo" [installed])
(dependency required by "sys-auth/polkit-0.113-r1::gentoo[gtk]" [installed])
(dependency required by "sys-auth/consolekit-1.1.0-r1::gentoo[policykit]" 
[installed])
(dependency required by "sys-auth/pambase-20150213::gentoo[consolekit]" 
[installed])
(dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])
(dependency required by "virtual/ssh-0::gentoo[-minimal]" [installed])
(dependency required by "@system" [set])
(dependency required by "@world" [argument])
These are the packages that would be merged, in order:

Calculating dependencies... done!

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>=x11-libs/cairo-1.14.6 X
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>=x11-libs/gdk-pixbuf-2.36.0 X

!!! The ebuild selected to satisfy "x11-libs/gtk+:3" has unmet requirements.
- x11-libs/gtk+-3.22.4::gentoo USE="introspection -X (-aqua) -broadway 
-cloudprint -colord -cups -examples -test -vim-syntax -wayland -xinerama"

  The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( aqua wayland X )

  The above constraints are a subset of the following complete expression:
any-of ( aqua wayland X ) xinerama? ( X )

(dependency required by "gnome-extra/polkit-gnome-0.105-r1::gentoo" [installed])
(dependency required by "sys-auth/polkit-0.113-r1:

Re: [gentoo-user] Re: x11-terms/enterminus-9999 won't compile

2011-04-03 Thread Mick
On Sunday 03 April 2011 19:21:05 walt wrote:
 On 04/03/2011 09:45 AM, Mick wrote:
  enterminus fails to compile - any ideas why?
  
  term.c:338: warning: passing argument 2 of ‘ecore_timer_add’ from
  incompatible pointer type
  /usr/include/ecore-1/Ecore.h:534: note: expected ‘Ecore_Task_Cb’ but
  argument is of type ‘int (*)(struct Term *)’
  make[3]: *** [term.o] Error 1
  make[3]: *** Waiting for unfinished jobs
 
 Just a wild guess:  I see lots of warnings, but no real error message. (I'm
 not sure if that note: is an error or a warning.)
 
 Anyway, looks like you're compiling with -j  1, so I'd suggest trying
 again with -j1 just for fun.

Thanks Walt, just tried it, but it fails in the same way.  All I now see is 
this: 

[snip ...]
In file included from pty.c:1:
term.h:1:1: warning: _GNU_SOURCE redefined
command-line: warning: this is the location of the previous definition
pty.c: In function ‘execute_command’:
pty.c:121: warning: ignoring return value of ‘chdir’, declared with attribute 
warn_unused_result
mv -f .deps/pty.Tpo .deps/pty.Po
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_GNU_SOURCE=1 
-D_REENTRANT -pthread -DQT_SHARED -I/usr/include/evas-1 -
I/usr/include/librsvg-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -
I/usr/include/eet-1 -I/usr/include/SDL -I/usr/include/freetype2 -
I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -
I/usr/include/pixman-1 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -
I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/ecore-1   -
I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina  -
Wall -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx -pipe -MT term.o -MD 
-MP -MF .deps/term.Tpo -c -o term.o term.c
In file included from term.c:1:
term.h:1:1: warning: _GNU_SOURCE redefined
command-line: warning: this is the location of the previous definition
term.c:144: error: conflicting types for ‘term_tcanvas_data’
term.h:156: note: previous declaration of ‘term_tcanvas_data’ was here
term.c: In function ‘term_init’:
term.c:337: warning: passing argument 2 of ‘ecore_timer_add’ from incompatible 
pointer type
/usr/include/ecore-1/Ecore.h:534: note: expected ‘Ecore_Task_Cb’ but argument 
is of type ‘int (*)(void *)’
term.c:338: warning: passing argument 2 of ‘ecore_timer_add’ from incompatible 
pointer type
/usr/include/ecore-1/Ecore.h:534: note: expected ‘Ecore_Task_Cb’ but argument 
is of type ‘int (*)(struct Term *)’
make[3]: *** [term.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-
terms/enterminus-/work/enterminus/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-
terms/enterminus-/work/enterminus/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-
terms/enterminus-/work/enterminus'
make: *** [all] Error 2
emake failed
 * ERROR: x11-terms/enterminus- failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 * ebuild.sh, line   56:  Called src_compile
 *   environment, line 2791:  Called enlightenment_src_compile
 *   environment, line 1465:  Called die
 * The specific snippet of code:
 *   emake || die;

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] emerge --depclean - libcurl.la

2011-06-03 Thread dhk




On Thu, Jun 2, 2011 at 11:44 AM, dhk...@optonline.net wrote:



- Original Message -
From: Paul Hartman
Date: Thursday, June 2, 2011 11:24 am
Subject: Re: [gentoo-user] emerge --depclean - libcurl.la
To: gentoo-user@lists.gentoo.org


On Thu, Jun 2, 2011 at 9:54 AM, wrote:

emerge --depclean removed libcurl.la a few days ago.  I have a
program that's not in world that uses it when built:  libtool 
complains that it's

missing.  In /usr/lib64 there are libcurl .so files but no .la

files.
How can I get the libcurl.la library back and keep it so emerge 
--depclean doesn't remove it?


Have you run lafilefixer --justfixit? I wonder if you have old .la 
files from packages emerged before portage 2.1.9.
After running it once, you shouldn't need it anymore since portage 
will auto-fix them upon installation.
You should run the lafilefixer command before trying revdep-rebuild, 
or else you might have a lot of unnecessary emerges.
AFAIK the usage of .la files is basically deprecated and only a few 
packages still require them. Flameeyes posted a lot of details about 
it on his blog last year. (http://blog.flameeyes.eu)




I did the lafilefixer and revdep-rebuild and it still happens.  I think 
it may be in my project directory.  In there I have three files libtool, 
Makefile.in, and acinclude.m4 each make reference to libtool.  It's 
commented out in the configure.ac file.



Something is still looking for libcurl.la and libtool is trying to link 
to it.  I grep'ed for curl and nothing is returned.  I'm using the 
Berkeley C++ xml database, libxml2, and other things.  I cleaned up all 
the Makefiles and reran libtoolize.  The error is as follows.


gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g2 -O0 -DDEBUG 
-DG_LOG_DOMAIN=\domain\

-DPACKAGE_DATA_DIR=\/tmp/domain\
-DPACKAGE_LOCALE_DIR=\/tmp/domain/locale\
-DROOTLOGICDIR=\/tmp/domain\
-I/opt/BerkeleyDB/dbxml-2.5.16/install/include -pthread
-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/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
-I/usr/include/pixman-1

-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libxml2
-DMAKE_POS0 -DEXACTNESS   -g2 -ggdb -O0 -DDEBUG=1   -MT 
pso0-companySpecific.o
-MD -MP -MF .deps/pso0-companySpecific.Tpo -c -o pso0-companySpecific.o 
`test

-f 'companySpecific.c' || echo './'`companySpecific.c
mv -f .deps/pso0-companySpecific.Tpo .deps/pso0-companySpecific.Po
/bin/sh ../libtool --tag=CXX   --mode=link g++  -g -O2 -export-dynamic
-rdynamic -L/opt/BerkeleyDB/dbxml-2.5.16/install/lib  -o pso0 
pso0-main.o

pso0-xt.o pso0-bdb.o pso0-bdbInventory.o pso0-bdbXaction.o
pso0-interfaceBuilder.o pso0-epsonPrint.o pso0-number.o 
pso0-initialize.o
pso0-support.o pso0-callbacks.o pso0-psoGetOpts.o pso0-menus.o 
pso0-psosubs.o

pso0-putMsg.o pso0-pso.o pso0-psoGuiBuild.o pso0-ipms.o pso0-plu.o
pso0-companySpecific.o -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo 
-lpng14
-lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 
-lgthread-2.0

-lrt -lglib-2.0 -lxml2-ldb -ldb_cxx -ldbxml -lxqilla -lxerces-c
libtool: link: cannot find the library `/usr/lib64/libcurl.la' or 
unhandled

argument `/usr/lib64/libcurl.la'
make[3]: *** [pso0] Error 1
make[3]: Leaving directory `/home/shtarker/Dev/pso/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/shtarker/Dev/pso/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/shtarker/Dev/pso'
make: *** [all] Error 2

libtool: link: cannot find the library `/usr/lib64/libcurl.la' or 
unhandled


Thanks,

dhk


[gentoo-user] handbrake fails to compile

2020-05-24 Thread tuxic
bhb/ -Iinclude -I/usr/include/libxml2 -c ../libhb/work.c -o 
libhb/work.o
/usr/bin/ar rsu libhb/libhandbrake.a libhb/audio_remap.o libhb/audio_resample.o 
libhb/avfilter.o libhb/batch.o libhb/bd.o libhb/chroma_smooth.o 
libhb/colormap.o libhb/colorspace.o libhb/comb_detect.o libhb/common.o 
libhb/compat.o libhb/cropscale.o libhb/deblock.o libhb/decavcodec.o 
libhb/deccc608sub.o libhb/declpcm.o libhb/decomb.o libhb/decpgssub.o 
libhb/decsrtsub.o libhb/decssasub.o libhb/dectx3gsub.o libhb/decutf8sub.o 
libhb/decvobsub.o libhb/deinterlace.o libhb/demuxmpeg.o libhb/denoise.o 
libhb/detelecine.o libhb/dvd.o libhb/dvdnav.o libhb/eedi2.o libhb/enc_qsv.o 
libhb/encavcodec.o libhb/encavcodecaudio.o libhb/enctheora.o libhb/encvobsub.o 
libhb/encvorbis.o libhb/encx264.o libhb/encx265.o libhb/fifo.o 
libhb/grayscale.o libhb/hb.o libhb/hb_dict.o libhb/hb_json.o libhb/hbavfilter.o 
libhb/hbffmpeg.o libhb/lang.o libhb/lapsharp.o libhb/mt_frame_filter.o 
libhb/muxavformat.o libhb/muxcommon.o libhb/nal_units.o libhb/nlmeans.o 
libhb/nlmeans_x86.o libhb/nvenc_common.o libhb/pad.o libhb/param.o 
libhb/plist.o libhb/ports.o libhb/preset.o libhb/qsv_common.o 
libhb/qsv_filter.o libhb/qsv_filter_pp.o libhb/qsv_libav.o libhb/qsv_memory.o 
libhb/reader.o libhb/rendersub.o libhb/rotate.o libhb/scan.o libhb/ssautil.o 
libhb/stream.o libhb/sync.o libhb/taskset.o libhb/unsharp.o libhb/vce_common.o 
libhb/vfr.o libhb/work.o
/usr/bin/ar: creating libhb/libhandbrake.a
/usr/bin/gcc -std=gnu99 -pipe -fmessage-length=0 -Wall -Wno-format-truncation 
-g0 -O3 -O2 -pipe -march=native -mfpmath=sse -msse2 -I./libhb/ -Iinclude 
-I/usr/include/libxml2 -c ../test/parsecsv.c -o test/parsecsv.o
/usr/bin/gcc -std=gnu99 -pipe -fmessage-length=0 -Wall -Wno-format-truncation 
-g0 -O3 -O2 -pipe -march=native -mfpmath=sse -msse2 -I./libhb/ -Iinclude 
-I/usr/include/libxml2 -c ../test/test.c -o test/test.o
make -C ./gtk/
make[1]: Entering directory 
'/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build/gtk'
make  all-recursive
make[2]: Entering directory 
'/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build/gtk'
Making all in src
make[3]: Entering directory 
'/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build/gtk/src'
/usr/bin/gcc -DHAVE_CONFIG_H -I. 
-I/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build/../gtk/src
 -I..  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" 
-DPACKAGE_SRC_DIR=\""/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build/../gtk/src"\"
 -DPACKAGE_DATA_DIR=\""/usr/share"\" -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/fribidi 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/lib64/libffi/include -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 
-I/usr/lib64/libffi/include -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include 
-I/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build//libhb
 
-I/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build//contrib/include
   -Wall -g -g0 -O3 -Wall -Wno-format-truncation -O2 -pipe -march=native 
-mfpmath=sse -msse2 -D_HAVE_GUDEV -D_NO_UPDATE_CHECK -MT ghbcompat.o -MD -MP 
-MF .deps/ghbcompat.Tpo -c -o ghbcompat.o 
/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build/../gtk/src/ghbcompat.c
/usr/bin/gcc -DHAVE_CONFIG_H -I. 
-I/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build/../gtk/src
 -I..  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" 
-DPACKAGE_SRC_DIR=\""/var/tmp/portage/media-video/handbrake-1.3.2/work/HandBrake-1.3.2/build/../gtk/src"\"
 -DPACKAGE_DATA_DIR=\""/usr/share"\" -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/fribidi 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/lib64/libffi/include -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libmount 
-I/usr/include/blkid 

[gentoo-user] go to a no-x console from failed X + lxde install

2016-12-09 Thread Harry Putnam
Since I've found no way to make the machine run X and grown tired of
the chase... I'm going to keep this vm as console only and it has
functioning sendmail install working on it.

How to return to a console only setup?  Although, I may have already
screwed things up.

I took a bright notion to uninstall everything with x11- in its name.

Unmerged all lxde stuff too.

Following that move, I ran revdep-rebuild... it said I had a
consistent machine.

I changed my make.conf USE= flags from X to -X so they look like this:

USE="bindist gpm mbox -X -acl -alsa -cups -eds
 -fortran -ipv6 -kde -ldap"

Removed 3 lxce pkgs from world file and made sure no other X items
were in it.

ran emerge -vuDNp world... and it appears emerge is wanting to start
re-installing some X pkgs:

How can I clean this up?

(list of uninstalled pkgs posted at the end)

---   ---   ---=---   ---   ---
# emerge -vuDNp world

These are the packages that would be merged, in order:

Calculating dependencies... done!

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-libs/gtksourceview-2.10.5-r3::gentoo
# required by dev-python/pygtksourceview-2.10.1-r1::gentoo
# required by dev-vcs/git-2.11.0::gentoo[python,gtk]
# required by @selected
# required by @world (argument)
>=x11-libs/cairo-1.14.6 X
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-libs/gtksourceview-2.10.5-r3::gentoo
# required by dev-python/pygtksourceview-2.10.1-r1::gentoo
# required by dev-vcs/git-2.11.0::gentoo[python,gtk]
# required by @selected
# required by @world (argument)
>=x11-libs/gdk-pixbuf-2.36.0 X

!!! The ebuild selected to satisfy "x11-libs/gtk+:3" has unmet requirements.
- x11-libs/gtk+-3.22.4::gentoo USE="introspection -X (-aqua) -broadway 
-cloudprint -colord -cups -examples -test -vim-syntax -wayland -xinerama"

  The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( aqua wayland X )

  The above constraints are a subset of the following complete expression:
any-of ( aqua wayland X ) xinerama? ( X )

(dependency required by "gnome-extra/polkit-gnome-0.105-r1::gentoo" [installed])
(dependency required by "sys-auth/polkit-0.113-r1::gentoo[gtk]" [installed])
(dependency required by "sys-auth/consolekit-1.1.0-r1::gentoo[policykit]" 
[installed])
(dependency required by "sys-auth/pambase-20150213::gentoo[consolekit]" 
[installed])
(dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])
(dependency required by "virtual/ssh-0::gentoo[-minimal]" [installed])
(dependency required by "@system" [set])
(dependency required by "@world" [argument])

---   ---   ---=---   ---   ---
List of unmerged pkgs... (may have a few dups in there)
---   ---   ---=---   ---   ---

1481323166: === Unmerging... (x11-themes/adwaita-icon-theme-3.22.0)
1481323199: === Unmerging... (x11-themes/gnome-themes-standard-3.22.2)
1481323231: === Unmerging... (x11-themes/gtk-engines-adwaita-3.20.2)
1481323250: === Unmerging... (x11-themes/hicolor-icon-theme-0.15)
1481323270: === Unmerging... (x11-wm/openbox-3.6.1)
1481323562: === Unmerging... (x11-proto/bigreqsproto-1.1.2)
1481323583: === Unmerging... (x11-proto/compositeproto-0.4.2-r1)
1481323604: === Unmerging... (x11-proto/damageproto-1.2.1-r1)
1481323626: === Unmerging... (x11-proto/dri2proto-2.8-r1)
1481323647: === Unmerging... (x11-proto/dri3proto-1.0)
1481323669: === Unmerging... (x11-proto/fixesproto-5.0-r1)
1481323690: === Unmerging... (x11-proto/fontsproto-2.1.3)
1481323710: === Unmerging... (x11-proto/glproto-1.4.17-r1)
1481323732: === Unmerging... (x11-proto/inputproto-2.3.2)
1481323753: === Unmerging... (x11-proto/kbproto-1.0.7)
1481323775: === Unmerging... (x11-proto/presentproto-1.0)
1481323840: === Unmerging... (x11-proto/randrproto-1.5.0)
1481323861: === Unmerging... (x11-proto/recordproto-1.14.2-r1)
1481323883: === Unmerging... (x11-proto/renderproto-0.11.1-r1)
1481323904: === Unmerging... (x11-proto/resourceproto-1.2.0)
1481323924: === Unmerging... (x11-proto/scrnsaverproto-1.2.2-r1)
1481324028: === Unmerging... (x11-proto/trapproto-3.4.3)
1481324048: === Unmerging... (x11-proto/videoproto-2.3.3)
1481324069: === Unmerging... (x11-proto/xcb-proto-1.12-r2)
1481324093: === Unmerging... (x11-proto/xcmiscproto-1.2.2)
1481324114: === Unmerging... (x11-proto/xextproto-7.3.0)
1481324135: === Unmerging... (x11-proto/xf86bigfontproto-1.2.0-r1)
1481324157: === Unmerging... (x11-proto/xf86dgaproto-2.1-r2)
1481324178: === Unmerging... (x11-proto/xf86driproto-2.1.1-r1)
1481324199: === Unmerging... (x11-proto/xf86rushproto-1.1.2-r1)
1481324219: === Unmerging... (x11-proto/xf86vidmodeproto-2.3.1-r1)
1481324241: === Unmerging... (x

[gentoo-user] gpicview/eom/eog not displaying JPEGs

2019-09-15 Thread Dom Rodriguez
Hello,

I've installed media-gfx/gpicview and its unable to view JPEG files. It errors
with 'Couldn't recognise the image file format for file '. 

Oddly enough, `imlib2_view` and `feh` can open JPEGs fine. I think its related
to either (or a combination of both) GTK+ or gdk-pixbuf.

I've attached the output from `emerge --info`, and USE flags (from equery) of
the following packages that I feel are possibly related:

- x11-libs/gdk-pixbuf
- x11-libs/gtk+
- media-libs/imlib2
- media-gfx/eog
- media-gfx/eom

I'm using 'default/linux/amd64/17.1/desktop/gnome/systemd' as my profile, and
I've run a @world update, to no avail of fixing the JPEG issue.

I have to admit, I'm not really sure what's going on here. Its rather odd...

Has anyone else here experienced a similar issue? Did you manage to resolve it?

Thanks for any assistance with this problem.

-- 
Sincerely,
Dom Rodriguez (shymega).

Portage 2.3.76 (python 3.6.9-final-0, 
default/linux/amd64/17.1/desktop/gnome/systemd, gcc-9.2.0, glibc-2.29-r5, 
5.2.14-gentoo x86_64)
=
System uname: 
Linux-5.2.14-gentoo-x86_64-Intel-R-_Core-TM-_i5-7200U_CPU_@_2.50GHz-with-gentoo-2.6
KiB Mem: 7914528 total,   3215432 free
KiB Swap:   10465276 total,  10449148 free
Timestamp of repository gentoo: Sun, 15 Sep 2019 13:00:01 +
Head commit of repository gentoo: 454bb2552b9bec8cef803751bf831c27f8023a0a
Timestamp of repository JamesB192: Thu, 12 Sep 2019 22:42:52 +
sh bash 5.0_p11
ld GNU ld (Gentoo 2.32 p2) 2.32.0
distcc 3.3.3 x86_64-pc-linux-gnu [disabled]
ccache version 3.7.4 [disabled]
app-shells/bash:  5.0_p11::gentoo
dev-java/java-config: 2.2.0-r4::gentoo
dev-lang/perl:5.30.0::gentoo
dev-lang/python:  2.7.16::gentoo, 3.6.9::gentoo
dev-util/ccache:  3.7.4::gentoo
dev-util/cmake:   3.15.3::gentoo
sys-apps/baselayout:  2.6-r1::gentoo
sys-apps/sandbox: 2.18::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:   1.13.4-r2::gentoo, 1.16.1-r1::gentoo
sys-devel/binutils:   2.32-r1::gentoo
sys-devel/gcc:8.3.0-r1::gentoo, 9.2.0::gentoo
sys-devel/gcc-config: 2.1::gentoo
sys-devel/libtool:2.4.6-r5::gentoo
sys-devel/make:   4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.2::gentoo (virtual/os-headers)
sys-libs/glibc:   2.29-r5::gentoo
Repositories:

gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-metamanifest: yes
sync-rsync-extra-opts: 
sync-rsync-verify-max-age: 24
sync-rsync-verify-jobs: 1

localrepo
location: /var/db/repos/localrepo
masters: gentoo

AstroFloyd
location: /var/lib/layman/AstroFloyd
masters: gentoo
priority: 50

JamesB192
location: /var/lib/layman/JamesB192
masters: gentoo
priority: 50

SonicFrog
location: /var/lib/layman/SonicFrog
masters: gentoo
priority: 50

daktak
location: /var/lib/layman/daktak
masters: gentoo
priority: 50

earshark
location: /var/lib/layman/earshark
masters: gentoo
priority: 50

flatpak-overlay
location: /var/lib/layman/flatpak-overlay
masters: gentoo
priority: 50

gig
location: /var/lib/layman/gig
masters: gentoo
priority: 50

jorgicio
location: /var/lib/layman/jorgicio
masters: gentoo
priority: 50

pentoo
location: /var/lib/layman/pentoo
masters: gentoo
priority: 50

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

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc 
/usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.6/conf"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /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="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask-write --with-bdeps=y --jobs=3 --quiet-build=y 
--keep-going=y"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX 
PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME 
XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs 
clean-logs config-protect-if-modified distlocks downgrade-backup ebuild-locks 
fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news 
parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned sandbox 
sfperms split-elog splitdebug strict

[gentoo-user] revdep-rebuild is giving me fits

2005-11-02 Thread Dale
 of things to re-emerge when I first
ran revdep-rebuild earlier today:

 emerge --oneshot --nodeps =media-libs/faad2-2.0-r3
 =media-libs/flac-1.1.1 =media-libs/gdk-pixbuf-0.22.0-r3
 =media-libs/libdv-0.102 =media-libs/libmovtar-0.1.3-r1
 =media-libs/libquicktime-0.9.4 =media-libs/smpeg-0.4.4-r6
 =media-plugins/xmms-alsa-1.2.10-r2 =media-plugins/xmms-esd-1.2.10-r1
 =media-plugins/xmms-mad-0.8 =media-plugins/xmms-mikmod-1.2.10
 =media-plugins/xmms-mpg123-1.2.10-r1
 =media-plugins/xmms-vorbis-1.2.10-r1 =media-sound/lame-3.96.1
 =media-sound/normalize-0.7.6-r2 =media-sound/xmms-1.2.10-r15
 =media-video/mplayer-1.0_pre7-r1 =media-video/transcode-0.6.14-r2
 =net-im/ymessenger-1.0.4.1 =net-www/netscape-flash-7.0.25
 =x11-libs/gtk+-1.2.10-r11


I'm open to ideas.  Anything short of re-installing would be great. 
Keep in mind that I am sort of new at this and am trying to understand
this stuff as well.  I am learning though, slowly but surely.

Thanks much for the help.

Dale
:-)

Right list, gentoo-user, check.  LOL  Just making sure you know I
checked this time.

-- 
To err is human, I'm most certainly human.

 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] wireshark fails. undefined reference to ****

2011-07-27 Thread Dale

Is anyone else running into this:

libtool: link: x86_64-pc-linux-gnu-gcc -DINET6 
-D_U_=__attribute__((unused)) -march=native -O2 -pipe -Wall -W -Wextra 
-Wdeclaration-after-statement -Wendif-labels -Wpointer-arith 
-Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security 
-I/usr/include -I/usr/local/include -pthread -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/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include -Wl,-O1 -Wl,--as-needed 
-Wl,--as-needed -o .libs/rawshark rawshark-capture-pcap-util-unix.o 
rawshark-capture-pcap-util.o rawshark-cfile.o rawshark-clopts_common.o 
rawshark-disabled_protos.o rawshark-packet-range.o rawshark-print.o 
rawshark-ps.o rawshark-sync_pipe_write.o rawshark-timestats.o 
rawshark-util.o rawshark-tap-megaco-common.o rawshark-tap-rtp-common.o 
rawshark-version_info.o rawshark-rawshark.o .libs/rawsharkS.o 
-Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/lib64 
-Wl,--export-dynamic  -L/usr/lib -L/usr/local/lib 
wiretap/.libs/libwiretap.so epan/.libs/libwireshark.so 
wsutil/.libs/libwsutil.so /usr/lib64/libgmodule-2.0.so -lrt 
/usr/lib64/libglib-2.0.so -lm -L/usr/lib64 -lpcap 
/usr/lib64/libgnutls.so -lz -pthread

epan/.libs/libwireshark.so: undefined reference to `gcry_md_map_name'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_close'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_setiv'
epan/.libs/libwireshark.so: undefined reference to 
`gcry_cipher_get_algo_keylen'
epan/.libs/libwireshark.so: undefined reference to 
`gcry_cipher_get_algo_blklen'

epan/.libs/libwireshark.so: undefined reference to `gcry_md_read'
epan/.libs/libwireshark.so: undefined reference to `gcry_pk_decrypt'
epan/.libs/libwireshark.so: undefined reference to `gcry_strsource'
epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_sprint'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_setkey'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_map_name'
epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_scan'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_setkey'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo_dlen'
epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_release'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_write'
epan/.libs/libwireshark.so: undefined reference to `gcry_strerror'
epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_print'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_open'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_close'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_decrypt'
epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_build'
epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_nth_mpi'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_open'
epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_release'
collect2: ld returned 1 exit status
make[2]: *** [dftest] Error 1
epan/.libs/libwireshark.so: undefined reference to `gcry_md_map_name'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_close'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_setiv'
epan/.libs/libwireshark.so: undefined reference to 
`gcry_cipher_get_algo_keylen'
epan/.libs/libwireshark.so: undefined reference to 
`gcry_cipher_get_algo_blklen'

epan/.libs/libwireshark.so: undefined reference to `gcry_md_read'
epan/.libs/libwireshark.so: undefined reference to `gcry_pk_decrypt'
epan/.libs/libwireshark.so: undefined reference to `gcry_strsource'
epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_sprint'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_setkey'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_map_name'
epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_scan'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_setkey'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo_dlen'
epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_release'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_write'
epan/.libs/libwireshark.so: undefined reference to `gcry_strerror'
epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_print'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_open'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_close'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_decrypt'
epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_build'
epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_nth_mpi

Re: [gentoo-user] wireshark fails. undefined reference to ****

2011-07-27 Thread Todd Goodman
* Dale rdalek1...@gmail.com [110727 05:07]:
 Is anyone else running into this:
 
 libtool: link: x86_64-pc-linux-gnu-gcc -DINET6 
 -D_U_=__attribute__((unused)) -march=native -O2 -pipe -Wall -W -Wextra 
 -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith 
 -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security 
 -I/usr/include -I/usr/local/include -pthread -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/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
 -I/usr/include/libdrm -I/usr/include -Wl,-O1 -Wl,--as-needed 
 -Wl,--as-needed -o .libs/rawshark rawshark-capture-pcap-util-unix.o 
 rawshark-capture-pcap-util.o rawshark-cfile.o rawshark-clopts_common.o 
 rawshark-disabled_protos.o rawshark-packet-range.o rawshark-print.o 
 rawshark-ps.o rawshark-sync_pipe_write.o rawshark-timestats.o 
 rawshark-util.o rawshark-tap-megaco-common.o rawshark-tap-rtp-common.o 
 rawshark-version_info.o rawshark-rawshark.o .libs/rawsharkS.o 
 -Wl,--export-dynamic -pthread -Wl,-rpath -Wl,/usr/lib64 
 -Wl,--export-dynamic  -L/usr/lib -L/usr/local/lib 
 wiretap/.libs/libwiretap.so epan/.libs/libwireshark.so 
 wsutil/.libs/libwsutil.so /usr/lib64/libgmodule-2.0.so -lrt 
 /usr/lib64/libglib-2.0.so -lm -L/usr/lib64 -lpcap 
 /usr/lib64/libgnutls.so -lz -pthread
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_map_name'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_close'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_setiv'
 epan/.libs/libwireshark.so: undefined reference to 
 `gcry_cipher_get_algo_keylen'
 epan/.libs/libwireshark.so: undefined reference to 
 `gcry_cipher_get_algo_blklen'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_read'
 epan/.libs/libwireshark.so: undefined reference to `gcry_pk_decrypt'
 epan/.libs/libwireshark.so: undefined reference to `gcry_strsource'
 epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_sprint'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_setkey'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_map_name'
 epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_scan'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_setkey'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo_dlen'
 epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_release'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_write'
 epan/.libs/libwireshark.so: undefined reference to `gcry_strerror'
 epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_print'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_open'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_close'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_decrypt'
 epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_build'
 epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_nth_mpi'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_open'
 epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_release'
 collect2: ld returned 1 exit status
 make[2]: *** [dftest] Error 1
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_map_name'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_close'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_setiv'
 epan/.libs/libwireshark.so: undefined reference to 
 `gcry_cipher_get_algo_keylen'
 epan/.libs/libwireshark.so: undefined reference to 
 `gcry_cipher_get_algo_blklen'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_read'
 epan/.libs/libwireshark.so: undefined reference to `gcry_pk_decrypt'
 epan/.libs/libwireshark.so: undefined reference to `gcry_strsource'
 epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_sprint'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_setkey'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_map_name'
 epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_scan'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_setkey'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo_dlen'
 epan/.libs/libwireshark.so: undefined reference to `gcry_sexp_release'
 epan/.libs/libwireshark.so: undefined reference to `gcry_md_write'
 epan/.libs/libwireshark.so: undefined reference to `gcry_strerror'
 epan/.libs/libwireshark.so: undefined reference to `gcry_mpi_print'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_open'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_close'
 epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_decrypt'
 epan/.libs

[gentoo-user] Can't emerge gnash

2012-07-12 Thread Ezequiel Garcia
Hi,

I was trying to emerge gnash but failed. Here's the output

The problem seems to be boost_thread not present. I'll try to emerge
that, but in any case this
looks like a gentoo bug in gnash ebuild.

If anyone helps me filling a new bug, I'll appreciate it.

---

 CXXlibgnashdevice_la-DeviceGlue.lo
/bin/sh ../libtool --silent --tag=CXX   --mode=compile
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I.. -I. -I..
-I../libmedia -I../libbase -I../librender -I../libcore -I../libcore/vm
-I../libcore/parser -I../libcore/swf -I../gui -pthread
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include-pthread -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng15-pthread -I/usr/include/atk-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libpng15 -I/usr/include/boost-1_42
-I/usr/include/agg2-pthread -I/usr/include/cairo
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng15   -O2 -march=i686 -pipe  -W
 -Wall -Wcast-align -Wcast-qual -Wpointer-arith
-Wreturn-type -Wnon-virtual-dtor -Wunused
-fvisibility-inlines-hidden -c -o libgnashdevice_la-DeviceGlue.lo
`test -f 'DeviceGlue.cpp' || echo './'`DeviceGlue.cpp
In file included from
/usr/include/boost-1_42/boost/thread/detail/platform.hpp:17:0,
 from /usr/include/boost-1_42/boost/thread/mutex.hpp:12,
 from ../libbase/log.h:30,
 from x11/X11Device.cpp:28:
/usr/include/boost-1_42/boost/config/requires_threads.hpp:29:4: error:
#error Threading support unavaliable: it has been explicitly disabled
with BOOST_DISABLE_THREADSIn file included from
/usr/include/boost-1_42/boost/thread/detail/platform.hpp:17:0,
 from /usr/include/boost-1_42/boost/thread/mutex.hpp:12,
 from ../libbase/log.h:30,
 from GnashDevice.h:28,
 from DeviceGlue.h:30,
 from DeviceGlue.cpp:23:
/usr/include/boost-1_42/boost/config/requires_threads.hpp:29:4: error:
#error Threading support unavaliable: it has been explicitly disabled
with BOOST_DISABLE_THREADS

In file included from /usr/include/boost-1_42/boost/thread/mutex.hpp:12:0,
 from ../libbase/log.h:30,
 from x11/X11Device.cpp:28:
/usr/include/boost-1_42/boost/thread/detail/platform.hpp:67:9: error:
#error Sorry, no boost threads are available for this platform.In
file included from
/usr/include/boost-1_42/boost/thread/mutex.hpp:12:0,
 from ../libbase/log.h:30,
 from GnashDevice.h:28,
 from DeviceGlue.h:30,
 from DeviceGlue.cpp:23:
/usr/include/boost-1_42/boost/thread/detail/platform.hpp:67:9: error:
#error Sorry, no boost threads are available for this platform.

In file included from ../libbase/log.h:30:0,
 from x11/X11Device.cpp:28:
/usr/include/boost-1_42/boost/thread/mutex.hpp:18:2: error: #error
Boost threads unavailable on this platformIn file included from
../libbase/log.h:30:0,
 from GnashDevice.h:28,
 from DeviceGlue.h:30,
 from DeviceGlue.cpp:23:
/usr/include/boost-1_42/boost/thread/mutex.hpp:18:2: error: #error
Boost threads unavailable on this platform

In file included from GnashDevice.h:28:0,
 from DeviceGlue.h:30,
 from DeviceGlue.cpp:23:
../libbase/log.h:204:5: error: 'mutex' in namespace 'boost' does not name a type
make[2]: *** [libgnashdevice_la-DeviceGlue.lo] Error 1
make[2]: *** Waiting for unfinished jobs
In file included from x11/X11Device.cpp:28:0:
../libbase/log.h:204:5: error: 'mutex' in namespace 'boost' does not name a type
make[2]: *** [libgnashdevice_la-X11Device.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/www-plugins/gnash-0.8.10-r2/work/gnash-0.8.10/libdevice'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/www-plugins/gnash-0.8.10-r2/work/gnash-0.8.10'
make: *** [all] Error 2
 * ERROR: www-plugins/gnash-0.8.10-r2 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of 'emerge --info
=www-plugins/gnash-0.8.10-r2',
 * the complete build log and the output of 'emerge -pqv
=www-plugins/gnash-0.8.10-r2'.
 * The complete build log is located at
'/var/tmp/portage/www-plugins/gnash-0.8.10-r2/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/www-plugins/gnash-0.8.10-r2/temp/environment'.
 * S: '/var/tmp/portage/www-plugins/gnash-0.8.10-r2/work/gnash

Re: [gentoo-user] OpenSP build fails

2014-04-23 Thread Stroller

On Wed, 23 April 2014, at 7:20 pm, Nikita Tropin posixivis...@gmail.com wrote:
...
  Hi, I'm trying to update Gentoo with
  I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y 
 @world
  …
 
  … but po4a, man-db(nls), openjade, virtual/man and man-pages-3.63 depends 
 on OpenSP.
 
 I don't immediately see how.
 
 Sorry, that should say:
 
 Could you post the full output of `emerge --pretend --verbose --deep --update 
 --newuse --with-bdeps=y @world`, please?

Ok, I see it now, my apologies.

Can I ask what you're trying to do, exactly?

Why are you adding all these flags? --deep --newuse and so on?

If it's just a matter of wanting to get your system up-to-date, then get 
everything else out the way, first, before worrying about the deep and the 
newuse. 

You've got the pambase / shadow blocks showing in there which most of the rest 
of us dealt with a year ago - that's the very first thing you should be get out 
the way. Update those two packages, do the config files stuff, then reboot. 

Read a load of this first: http://www.google.com/search?q=pambase+shadow+gentoo

Next, the attached emerge_me.txt file contains a list of all the other packages 
which are new or in need of updating, a list obtained by catting and cutting 
and sorting and text-editing the lists in your last email, grepping them for 'R 
' and 'N ' in the process.

I don't think any of these are blocking or dependent upon opensp / jade / 
man-db, so get them out the way so you can later concentrate on those.

Take a look at the output of:  'for package in `cat emerge_me.txt` ; do emerge 
-p =$package ; done'

I would guess this output will look pretty clean, but if you find any ugliness, 
just remove that file from the list.

When you're confident it'll run through cleanly, then run:

sudo bash -c 'for package in `cat emerge_me.txt` ; do emerge -1 =$package ; 
done'

Go to bed, or go watch a movie or something. When all those packages have 
installed, then your `emerge --pretend --verbose --deep --update --newuse 
--with-bdeps=y @world` should be pretty short, and much easier to read and to 
deal with.  

This approach is ugly as heck, but getting all the irrelevant crap out the way 
is easy, and it reduces the cognitive load of dealing with the real problem.

Be careful about the pambase / shadow stuff, though, and definitely do that 
first. 

Stroller.


app-accessibility/at-spi2-atk-2.10.2:2
app-accessibility/at-spi2-core-2.10.2:2
app-admin/conky-1.9.0-r3
app-admin/eselect-1.4.1
app-admin/eselect-bashcomp-1.3.6
app-admin/eselect-ctags-1.15
app-admin/eselect-java-0.1.0
app-admin/syslog-ng-3.4.7
app-arch/sharutils-4.14-r1
app-cdr/cdrtools-3.01_alpha17
app-crypt/gnupg-2.0.22
app-crypt/mit-krb5-1.11.4
app-misc/mc-4.8.11
app-misc/pax-utils-0.7
app-text/gnome-doc-utils-0.20.10-r1
app-vim/eselect-syntax-20070506
app-vim/gentoo-syntax-20130619
app-vim/gtk-syntax-20130716
app-vim/pam-syntax-20060424
dev-cpp/atkmm-2.22.7
dev-cpp/clucene-2.3.3.4-r5:1
dev-cpp/gtkmm-2.24.4:2.4
dev-db/postgresql-base-9.3.3:9.3
dev-java/java-config-2.2.0:2
dev-libs/cyrus-sasl-2.1.26-r3:2
dev-libs/libcdio-0.90-r1
dev-libs/libcdio-paranoia-0.90_p1-r1
dev-python/cython-0.19.1
dev-python/numpy-1.8.0-r1
dev-python/pillow-2.4.0
dev-python/pyelftools-0.21-r4
dev-python/pygobject-2.28.6-r55:2
dev-python/pygtk-2.24.0-r4:2
dev-qt/qt-creator-2.8.1
dev-util/cmake-2.8.12.2
dev-util/scons-2.3.0
gnome-base/gconf-3.2.6-r1:2
gnome-base/gsettings-desktop-schemas-3.10.1
gnome-base/librsvg-2.40.1-r1:2
mail-mta/nullmailer-1.13-r4
media-gfx/gimp-2.8.10-r1:2
media-gfx/imagemagick-6.8.8.10:0/6.8.8.10
media-libs/alsa-lib-1.0.27.2
media-libs/clutter-1.16.4-r1:1.0
media-libs/cogl-1.16.2:1.0/15
media-libs/libsndfile-1.0.25-r1
media-libs/libvisio-0.0.30
media-libs/mutagen-1.22
media-libs/nas-1.9.4
media-libs/openal-1.15.1-r2
media-sound/alsa-utils-1.0.27.2:0.9
media-sound/mpg123-1.15.4
net-fs/cifs-utils-6.1-r1
net-fs/samba-3.6.23
net-irc/weechat-0.4.3-r1
net-libs/glib-networking-2.38.2
net-libs/libproxy-0.4.11-r1
net-libs/libsoup-2.44.2:2.4
net-libs/neon-0.30.0:0/27
net-libs/webkit-gtk-2.2.6-r200:2
net-libs/webkit-gtk-2.2.6:3/29
net-misc/curl-7.36.0
net-misc/openssh-6.6_p1-r1
net-print/cups-1.7.1-r1
sys-apps/busybox-1.21.0
sys-apps/dbus-1.6.18-r1
sys-apps/file-5.17
sys-libs/libcap-ng-0.7.3
sys-libs/libieee1284-0.2.11-r3
sys-libs/tevent-0.9.19
virtual/libusb-1-r1:1
www-client/firefox-bin-24.4.0
x11-apps/appres-1.0.4
x11-apps/bitmap-1.0.7
x11-apps/xauth-1.0.8
x11-apps/xhost-1.0.6
x11-apps/xinit-1.3.3
x11-apps/xkbutils-1.0.4
x11-apps/xkill-1.0.4
x11-apps/xrdb-1.1.0
x11-apps/xset-1.2.3
x11-apps/xsetroot-1.1.1
x11-apps/xwd-1.0.6
x11-base/xorg-server-1.15.0:0/1.15.0
x11-drivers/xf86-input-evdev-2.8.2
x11-libs/gdk-pixbuf-2.30.7:2
x11-libs/glamor-0.6.0
x11-libs/gtk+-2.24.23:2
x11-libs/gtk+-3.10.8:3
x11-libs/libSM-1.2.2
x11-libs/libXaw-1.0.12
x11-libs/libXmu-1.1.2
x11-libs/libXpm-3.5.11
x11-libs/libXt-1.1.4
x11-libs/pango-1.36.3
x11-misc/shared-mime-info-1.2-r1
x11-misc/xdg

[gentoo-user] problem with emerg sawfish

2005-06-05 Thread moonspollo
hi all:
who can help me? thank you

Calculating dependencies  Unpacking source... Unpacking rep-gtk-0.18.tar.gz to /var/tmp/portage/rep-gtk-0.18/work[32;01m* [0m Applying rep-gtk-0.18-gtk24.patch ...[A [121G [34;01m[ [32;01mok [34;01m ] [0m Source unpacked.creating cache ./config.cachechecking host system type... i686-pc-linux-gnuchecking for gcc... gccchecking whether the C compiler (gcc -O2 -march=pentium4 -fomit-frame-pointer ) works... yeschecking whether the C compiler (gcc -O2 -march=pentium4 -fomit-frame-pointer ) is a cross-compiler... nochecking whether we are using GNU C... yeschecking whether gcc accepts -g... yeschecking how to run the C preprocessor... gcc -Echecking for a BSD compatible install... /bin/install -cchecking whether ln -s works... yeschecking whether make sets ${MAKE}... yeschecking whether gcc needs -traditional... nochecking for rep - version = 0.13... version 0.17ch!
 ecking
 for GNU msgfmt... /usr/bin/msgfmtchecking for pkg-config... /usr/bin/pkg-configchecking for glib-2.0 = 1.3... yeschecking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking GLIB_LIBS... -lglib-2.0 checking for gtk+-2.0 = 1.3... yeschecking GTK_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking GTK_LIBS... -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 checking for gdk-pixbuf-2.0 = 1.3.11... yeschecking GDK_PIXBUF_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking GDK_PIXBUF_LIBS... -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.!
 0 -ldl
 -lglib-2.0 checking for GNOME libs... 2.8.0checking for libglade-2.0 = 1.99... yeschecking LIBGLADE_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking LIBGLADE_LIBS... -Wl,--export-dynamic -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lpthread -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 checking for working const... yeschecking for inline... inlinechecking for ANSI C header files... yeschecking for size_t... yeschecking for gdk_color_copy... yeschecking for gtk_widget_peek_colormap... nochecking for gtk_type_get_info... nochecking for gtk_signal_set_class_function_full... nochecki!
 ng for
 setlocale... yeschecking for locale.h... yesupdating cache ./config.cachecreating ./config.statuscreating Makefilecreating rep-gtk.speccreating config.hmkdir gtk-2/usr/lib/rep/i686-pc-linux-gnu/libtool --mode=compile gcc -c -DHAVE_CONFIG_H -I. -O2 -march=pentium4 -fomit-frame-pointer -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -I/usr/lib/rep/i686-pc-linux-gnu -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread
 -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/freetype2/config -I/usr/include/libxml2 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/freetype2/config -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I

[gentoo-user] Re: new install using lxdeL no `run' cmd

2014-12-17 Thread Harry Putnam
 up, it shows the nice lxde desktop.  However, one of the things I use
 often is the `run' item in the main lxde menu. (The one on the left
 with the nice aero-dynamic looking Icon)

 So, clicking the `run' item normally produces a small dialog where one
 can run command line type commands.

 In the current case, all that happens is the bottom panel (taskbar)
 flashes but nothing else happens.  No dialog appears.

 Any clues?



 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 Lxde-list mailing list
 lxde-l...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/lxde-list


--070107080209010203000207
Content-Type: text/plain; charset=UTF-8;
 name=lxpanel-0.8.0.ebuild
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename=lxpanel-0.8.0.ebuild

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild,v 
1.1 2014/09/10 01:54:45 nullishzero Exp $

EAPI=4

inherit autotools eutils readme.gentoo versionator

MAJOR_VER=$(get_version_component_range 1-2)

DESCRIPTION=Lightweight X11 desktop panel for LXDE
HOMEPAGE=http://lxde.org/;
SRC_URI=mirror://sourceforge/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${MAJOR_VER}.x/${P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux
SLOT=0
IUSE=+alsa wifi
RESTRICT=test  # bug 249598

RDEPEND=x11-libs/gtk+:2
=x11-libs/libfm-1.2.0
x11-libs/libwnck:1
x11-libs/libXmu
x11-libs/libXpm
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/libX11
dev-libs/keybinder
lxde-base/lxmenu-data
lxde-base/menu-cache
alsa? ( media-libs/alsa-lib )
wifi? ( net-wireless/wireless-tools )
DEPEND=${RDEPEND}
virtual/pkgconfig
sys-devel/gettext

DOC_CONTENTS=If you have problems with broken icons shown in the main panel,
you will have to configure panel settings via its menu.
This will not be an issue with first time installations.

src_prepare() {
#bug #522404
#epatch ${FILESDIR}/${PN}-0.7.0-right-click-fix.patch
#epatch ${FILESDIR}/${PN}-0.5.9-sandbox.patch
#bug #415595
sed -i s:-Werror:: configure.ac || die
eautoreconf
}

src_configure() {
local plugins=netstatus,volume,cpu,deskno,batt, \
kbled,xkb,thermal,cpufreq,monitors

use wifi  plugins+=,netstat
use alsa  plugins+=,volumealsa
[[ ${CHOST} == *-interix* ]]  plugins=deskno,kbled,xkb

econf $(use_enable alsa) --with-x --with-plugins=${plugins}
# the gtk+ dep already pulls in libX11, so we might as well hardcode 
with-x
}

src_install () {
emake DESTDIR=${D} install
dodoc AUTHORS ChangeLog README

# Get rid of the .la files.
find ${D} -name '*.la' -delete

readme.gentoo_create_doc
}

pkg_postinst() {
readme.gentoo_print_elog
}

--070107080209010203000207
Content-Type: text/plain; charset=UTF-8;
 name=lxterminal-0.2.0.ebuild
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename=lxterminal-0.2.0.ebuild

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.11.ebuild,v 1.7 
2013/02/22 20:59:46 zmedico Exp $

EAPI=4

DESCRIPTION=Lightweight vte-based tabbed terminal emulator for LXDE
HOMEPAGE=http://lxde.sf.net/;
SRC_URI=mirror://sourceforge/lxde/${P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha amd64 arm ~mips ppc x86 ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux
SLOT=0
IUSE=

RDEPEND=x11-libs/gtk+:2
dev-libs/glib:2
x11-libs/vte:0
DEPEND=${RDEPEND}
virtual/pkgconfig
sys-devel/gettext
=dev-util/intltool-0.40.0

src_install () {
emake DESTDIR=${D} install
dodoc AUTHORS README
}

--070107080209010203000207
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http

Re: [gentoo-user] audacity-2.0.5 failed to compile

2015-09-03 Thread thelma
isc/nx
net-misc/nxclient
net-misc/nxserver-freenx
net-misc/openvpn
net-misc/rdate
net-misc/socat
net-misc/telnet-bsd
net-misc/urlview
net-misc/whois
net-print/cups
net-print/cups-pdf
net-print/fax4cups
net-print/foomatic-db
net-print/foomatic-db-engine
net-print/foomatic-db-ppds
net-wireless/bluez
sci-calculators/qalculate-gtk
sys-apps/ack
sys-apps/acl
sys-apps/dmidecode
sys-apps/ethtool
sys-apps/hdparm
sys-apps/hwinfo
sys-apps/lshw
sys-apps/mlocate
sys-apps/portage
sys-apps/setserial
sys-apps/xinetd
sys-boot/grub
sys-boot/grub:0
sys-devel/crossdev
sys-devel/gcc
sys-devel/gcc:4.5
sys-devel/icecream
sys-fs/eudev
sys-fs/fuse
sys-fs/lvm2
sys-fs/sshfs-fuse
sys-kernel/genkernel
sys-kernel/gentoo-sources
sys-kernel/gentoo-sources:3.10.17
sys-kernel/gentoo-sources:3.5.7
sys-kernel/module-rebuild
sys-libs/db
sys-libs/pam
sys-libs/timezone-data
sys-power/apcupsd
sys-process/at
sys-process/htop
sys-process/vixie-cron
virtual/ghostscript
virtual/jdk
www-client/firefox-bin
www-client/links
www-client/seamonkey-bin
www-servers/apache
x11-apps/xdm
x11-base/xorg-server
x11-base/xorg-x11
x11-drivers/nvidia-drivers
x11-drivers/xf86-input-evdev
x11-drivers/xf86-input-keyboard
x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-fbdev
x11-drivers/xf86-video-nv
x11-drivers/xf86-video-tdfx
x11-drivers/xf86-video-vesa
x11-libs/cairo
x11-libs/fltk
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libXvMC
x11-libs/motif
x11-misc/gxmessage
x11-misc/shared-mime-info
x11-misc/slim
x11-terms/rxvt-unicode
x11-terms/xfce4-terminal
x11-themes/gtk-chtheme
x11-themes/tango-icon-theme
x11-themes/xfwm4-themes
xfce-base/thunar
xfce-base/xfce4-meta
xfce-base/xfce4-session
xfce-extra/thunar-archive-plugin
xfce-extra/tumbler
xfce-extra/xfce4-mixer
xfce-extra/xfce4-mount-plugin
xfce-extra/xfce4-screenshooter
xfce-extra/xfce4-sensors-plugin
xfce-extra/xfce4-taskmanager
xfce-extra/xfce4-verve-plugin

Thelma






[gentoo-user] Why does Java-Runtime want to print and X and all that?

2017-07-17 Thread Matthias Hanft
Hi,

I'm thinking of installing a software (not in tree) which needs
a Java Runtime Environment. I guess I need "virtual/jre" for this,
but it wants to install 57 packages, including cups and many x11-
proto packages, including "cups" and "X" USE flags, and "cairo"
keyword failure:

--- cut here ---

home01 ~ # emerge -pv jre

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N ] dev-libs/vala-common-0.34.8::gentoo  2714 KiB
[ebuild  N ] media-libs/giflib-5.1.4:0/7::gentoo  USE="-doc -static-libs" 
ABI_X86="(64) -32 (-x32)" 625 KiB
[ebuild  N ] x11-themes/hicolor-icon-theme-0.15::gentoo  50 KiB
[ebuild  N ] sys-apps/baselayout-java-0.1.0::gentoo  71 KiB
[ebuild  N ] app-text/qpdf-5.1.1-r1:0/13::gentoo  USE="-doc -examples -perl 
-static-libs {-test}" 7484 KiB
[ebuild  N ] dev-java/java-config-2.2.0-r3:2::gentoo  USE="{-test}" 
PYTHON_TARGETS="python2_7 python3_4 (-python3_5) (-python3_6)" 51 KiB
[ebuild  N ] app-eselect/eselect-java-0.3.0::gentoo  14 KiB
[ebuild  N ] media-libs/alsa-lib-1.1.2::gentoo  USE="python -alisp -debug 
-doc" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7" 926 KiB
[ebuild  N ] dev-util/gdbus-codegen-2.50.3::gentoo  
PYTHON_TARGETS="python2_7 python3_4 (-python3_5)" 0 KiB
[ebuild  N ] x11-proto/xproto-7.0.31::gentoo  USE="-doc" ABI_X86="(64) -32 
(-x32)" 294 KiB
[ebuild  N ] x11-proto/xextproto-7.3.0::gentoo  USE="-doc" ABI_X86="(64) 
-32 (-x32)" 0 KiB
[ebuild  N ] x11-proto/inputproto-2.3.2::gentoo  ABI_X86="(64) -32 (-x32)" 
197 KiB
[ebuild  N ] x11-proto/renderproto-0.11.1-r1::gentoo  ABI_X86="(64) -32 
(-x32)" 104 KiB
[ebuild  N ] media-fonts/font-util-1.3.1::gentoo  0 KiB
[ebuild  N ] x11-misc/util-macros-1.19.1::gentoo  82 KiB
[ebuild  N ] x11-proto/damageproto-1.2.1-r1::gentoo  ABI_X86="(64) -32 
(-x32)" 97 KiB
[ebuild  N ] x11-proto/compositeproto-0.4.2-r1::gentoo  ABI_X86="(64) -32 
(-x32)" 99 KiB
[ebuild  N ] x11-proto/kbproto-1.0.7::gentoo  ABI_X86="(64) -32 (-x32)" 0 
KiB
[ebuild  N ] x11-proto/xf86bigfontproto-1.2.0-r1::gentoo  ABI_X86="(64) -32 
(-x32)" 0 KiB
[ebuild  N ] x11-libs/xtrans-1.3.5::gentoo  USE="-doc" 0 KiB
[ebuild  N ] dev-libs/libpthread-stubs-0.4::gentoo  USE="-static-libs" 
ABI_X86="(64) -32 (-x32)" 57 KiB
[ebuild  N ] x11-proto/recordproto-1.14.2-r1::gentoo  USE="-doc" 
ABI_X86="(64) -32 (-x32)" 121 KiB
[ebuild  N ] x11-proto/randrproto-1.5.0::gentoo  ABI_X86="(64) -32 (-x32)" 
139 KiB
[ebuild  N ] x11-proto/xcb-proto-1.12-r2::gentoo  ABI_X86="(64) -32 (-x32)" 
PYTHON_TARGETS="python2_7 python3_4 (-python3_5) (-python3_6)" 151 KiB
[ebuild  N ] x11-proto/fixesproto-5.0-r1::gentoo  ABI_X86="(64) -32 (-x32)" 
99 KiB
[ebuild  N ] x11-libs/libXau-1.0.8::gentoo  USE="-static-libs" 
ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  N ] x11-libs/libXdmcp-1.1.2-r1::gentoo  USE="-doc -static-libs" 
ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  N ] dev-libs/libcroco-0.6.12-r1:0.6::gentoo  USE="{-test}" 
ABI_X86="(64) -32 (-x32)" 471 KiB
[ebuild  N ] x11-libs/gdk-pixbuf-2.36.6:2::gentoo  USE="introspection -X 
-debug -jpeg -jpeg2k {-test} -tiff" ABI_X86="(64) -32 (-x32)" 5046 KiB
[ebuild  N ] dev-libs/atk-2.22.0::gentoo  USE="introspection nls {-test}" 
ABI_X86="(64) -32 (-x32)" 729 KiB
[ebuild  N ] x11-libs/libxcb-1.12-r2:0/1.12::gentoo  USE="-doc (-selinux) 
-static-libs {-test} -xkb" ABI_X86="(64) -32 (-x32)" 600 KiB
[ebuild  N ] gnome-base/gsettings-desktop-schemas-3.22.0::gentoo  
USE="introspection" 585 KiB
[ebuild  N ] x11-libs/libX11-1.6.5::gentoo  USE="ipv6 -doc -static-libs 
{-test}" ABI_X86="(64) -32 (-x32)" 2307 KiB
[ebuild  N ] x11-themes/gnome-themes-standard-3.22.3::gentoo  2837 KiB
[ebuild  N ] dev-util/gtk-update-icon-cache-3.22.2::gentoo  358 KiB
[ebuild  N ] x11-libs/libXext-1.3.3::gentoo  USE="-doc -static-libs" 
ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  N ] x11-libs/libXrender-0.9.10::gentoo  USE="-static-libs" 
ABI_X86="(64) -32 (-x32)" 302 KiB
[ebuild  N ] x11-libs/libXfixes-5.0.3::gentoo  USE="-static-libs" 
ABI_X86="(64) -32 (-x32)" 288 KiB
[ebuild  N ] x11-libs/libXi-1.7.9::gentoo  USE="-doc -static-libs" 
ABI_X86="(64) -32 (-x32)" 475 KiB
[ebuild  N ] x11-libs/libXcomposite-0.4.4-r1::gentoo  USE="-doc 
-static-libs" ABI_X86="(64) -32 (-x32)" 278 KiB
[ebuild  N ] x11-libs/li

  1   2   >