[gentoo-user] sandbox and $HOME

2008-11-06 Thread Helmut Jarausch
Hi,

I am trying to write an ebuild for media-libs/babl-
Unfortunately, probably when making docs, it invokes
inkscape which wants to access and write to
/root/.config/Inkscape

which probably comes from
$(HOME)/.config/Inkscape

This violates the sandbox - see below -

What can I do about it?

Many thanks for a hint,
Helmut.


--- ACCESS VIOLATION SUMMARY ---
LOG FILE = "/var/log/sandbox/sandbox-2363.log"

VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: mkdir
S: deny
P: /root/.config/Inkscape
A: /root/.config/Inkscape
R: /root/.config/Inkscape
C: /usr/bin/inkscape -e babl-a4poster.png babl-a4poster.svg -w 256 -y 0 2 

F: open_wr
S: deny
P: /root/.config/Inkscape/extension-errors.log
A: /root/.config/Inkscape/extension-errors.log
R: /root/.config/Inkscape/extension-errors.log
C: /usr/bin/inkscape -e babl-a4poster.png babl-a4poster.svg -w 256 -y 0 2 



-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany




Re: [gentoo-user] Conflicting version...but the version scheme is confusing...

2019-11-30 Thread Mick
On Saturday, 30 November 2019 07:17:01 GMT Franz Fellner wrote:
> inkscape-0.92.4 has the same issue.
> The problem is that the API (Programming interface, not Binary interface)
> between imagemagick-6 and imagemagick-7 isn't compatible.
> And inkscape never was updated to use the API from imagemagick-7.

Yes, that's exactly the problem.  

media-gfx/inkscape-0.92.4 which is presently the stable version is quite happy 
with media-gfx/imagemagick-7.0.9.5.

However, the unstable version of inkscape-1.0_beta1 requires imagemagick 
versions prior to 7.0.9.5, with the currently available version of 
imagemagick-6.9.10.74 fulfilling the requirement.

The inkscape package is the dog and imagemagick (a dependency) is the tail.  
Usually the dog wags the tail and not the other way around.  However, portage 
is asking for inkscape to be keyworded to a testing beta version for what 
appears to me to be no good reason.  Portage should keep inkscape at the 
stable 0.92.4 version, with imagemagick at 6.9.10.74, on a system which is 
running stable packages.


> That's why you are forced to downgrade imagemagick to a version lower than
> 7 when you want to use imagemagick in inkscape.
> If you want to stay with imagemagick >=7 you have two options:
> 1) entirely disable imagemagick for inkscape, e.g. with "media-gfx/inkscape
> -imagemagick" in package.use

If you do this, you'll find that conversions and imports/exports from one 
graphics file format to another would be somewhat limited.  Imagemagick relies 
on inkscape for this functionality.


> 2) Use inkscape-1.0.0_beta1 and enable both USE-Flags "imagemagick
> graphicsmagick".
> That way you will get the imagemagick features through graphicsmagick,
> which means imagemagick is not a dependency of inkscape anymore.

Right, but graphicsmagick is more limited in its functionality than 
imagemagick.  For a poweruser of imagemagick this may present a problem - but 
I don't know how big a problem it might be.

While I was chasing my tail around this clash hoping portage would eventually 
get it right, I seem to recall a more recent combo.  When inkscape-1.0_beta1 
is keyworded, portage is asking to also keyword imagemagick-*.  I assume 
the trunk has a version which works with inkscape-1.0_beta1, but I'm not sure.

For now I just exclude inkscape from upgrades until the dust on this settles.

-- 
Regards,

Mick

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


Re: [gentoo-user] Conflicting version...but the version scheme is confusing...

2019-11-29 Thread Franz Fellner
inkscape-0.92.4 has the same issue.
The problem is that the API (Programming interface, not Binary interface)
between imagemagick-6 and imagemagick-7 isn't compatible.
And inkscape never was updated to use the API from imagemagick-7.
That's why you are forced to downgrade imagemagick to a version lower than
7 when you want to use imagemagick in inkscape.
If you want to stay with imagemagick >=7 you have two options:
1) entirely disable imagemagick for inkscape, e.g. with "media-gfx/inkscape
-imagemagick" in package.use
2) Use inkscape-1.0.0_beta1 and enable both USE-Flags "imagemagick
graphicsmagick".
That way you will get the imagemagick features through graphicsmagick,
which means imagemagick is not a dependency of inkscape anymore.

Regards
Franz


Re: [gentoo-user] Conflicting version...but the version scheme is confusing...

2019-11-30 Thread Franz Fellner
Am Sa., 30. Nov. 2019 um 11:34 Uhr schrieb Mick :

> On Saturday, 30 November 2019 07:17:01 GMT Franz Fellner wrote:
> > inkscape-0.92.4 has the same issue.
> > The problem is that the API (Programming interface, not Binary interface)
> > between imagemagick-6 and imagemagick-7 isn't compatible.
> > And inkscape never was updated to use the API from imagemagick-7.
>
> Yes, that's exactly the problem.
>
> media-gfx/inkscape-0.92.4 which is presently the stable version is quite
> happy
> with media-gfx/imagemagick-7.0.9.5.
>

Ah. It's 7.0.8.5, not 7.0.9.5:
https://bugs.gentoo.org/663468#c5
Some deprecated features of the API were removed. Unfortunately also the
pkgconfig file was renamed to Magick++ which made inkscape silently disable
imagemagick support and the compilation failure/incompatibility wasn't
noticed for a long time.


> However, the unstable version of inkscape-1.0_beta1 requires imagemagick
> versions prior to 7.0.9.5, with the currently available version of
> imagemagick-6.9.10.74 fulfilling the requirement.
>

imakemagick-7.0.8.5, again. Not that nobody will stay confused.


> > 1) entirely disable imagemagick for inkscape, e.g. with
> "media-gfx/inkscape
> > -imagemagick" in package.use
>
> If you do this, you'll find that conversions and imports/exports from one
> graphics file format to another would be somewhat limited.  Imagemagick
> relies
> on inkscape for this functionality.
>

The other way around, inkscape needs imagemagick for such conversions.

I don't know how limiting it will be. If all you want to do is create pure
vector graphics you are good to go.

> 2) Use inkscape-1.0.0_beta1 and enable both USE-Flags "imagemagick
> > graphicsmagick".
> > That way you will get the imagemagick features through
> graphicsmagick,
> > which means imagemagick is not a dependency of inkscape anymore.
>
> Right, but graphicsmagick is more limited in its functionality than
> imagemagick.  For a poweruser of imagemagick this may present a problem -
> but
> I don't know how big a problem it might be.


You aren't forced to build graphicsmagick as a complete replacement for
imagemagick.
You only need the C++-API for inkscape and not the commandline tools.
Put "media-gfx/graphicsmagick cxx -imagemagick" in your package.use and
imagemagick and graphicsmagick can be installed at the same time.


[gentoo-user] inkscape emerge

2011-10-07 Thread James
Hello,

I read somewhere that inkscape (in portage)
can open and allow some manipulation of
Visio files. Anyone got any experience
with inkscape and visio files?


Emerging inkscape, it required 12 new packages
to be install too. What must I do to ensure that
when I unemerge  inkscape, the other 12 packages
are also removed?


curiously,
James






Re: [gentoo-user] InkScape trouble

2006-04-01 Thread CapSel
On 3/26/06, Christoph Eckert <[EMAIL PROTECTED]> wrote:
>
> > solfire:/home/mccramer>inkscape
> >
> > Emergency save activated!
> > Emergency save completed. Inkscape will close now.
> > If you can reproduce this crash, please file a bug at
> > www.inkscape.org with a detailed description of the steps leading to
> > the crash, so we can fix it. zsh: abort
> > solfire:/home/mccramer>
> >
> > Script done on Sun Mar 26 15:11:14 2006
> >
> >
> > But I fear this say as much as my emotional post previously
>
> unfortunately you're right :( .
>
>
> Best regards
>
>
> ce
> --
> gentoo-user@gentoo.org mailing list
>
>

I've got almost same problem. After removing ~/.inkscape/ error says:

[EMAIL PROTECTED] ~ $ inkscape

Emergency save activated!
*** glibc detected *** free(): invalid pointer: 0x08958250 ***
Przerwane

(afaik "przerwane" = "segmentation fault")

After this I have ~/.inkscape/ with file preferences.xml, and the next error is:

[EMAIL PROTECTED] ~ $ inkscape
/home/capsel/.inkscape/preferences.xml:2: parser error : Start tag
expected, '<' not found

^

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.
Przerwane

(...)

I tried to recompile librsvg (mozilla-firefox-bin does not show svg
files), glib, gtk+... as I noticed strange display behaviour (cuting
or adding pixel lines when scrolling pages).
Yesterday I upgraded portage (glibc) but all those errors wasn't fixed.

I don't think it is my fault (use flags/cflags) as it all happend
after emerge -uDN world, but I can't say exactly when and what was
upgraded... Some time ago, 3 months maybe, I had same problem with GTK
(don't know about inkscape) on my second machine but 2 weeks I sold
it. I had same use flags and cflags as on this machine.

Can any one help?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] inkscape won't start

2009-06-14 Thread Michael P. Soulier
On 14/06/09 Ward Poelmans said:

> Try unmerging app-text/poppler*. It's being replaced by dev-libs/poppler*

Ok, after completely rebuilding inkscape, it works now. With warnings mind you

(inkscape:25661): Gtk-WARNING **: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated

(inkscape:25661): Gtk-WARNING **: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated

(inkscape:25661): Gtk-WARNING **: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated

(inkscape:25661): Gtk-WARNING **: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated

Mike
-- 
Michael P. Soulier 
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein


pgp83NJFgJuQY.pgp
Description: PGP signature


[gentoo-user] InkScape trouble

2006-03-26 Thread Meino Christian Cramer

Hi,

 I did:
 emerge -p -v inkscape

 which gaves me a couple of lines of output but nothing flagged as
 source of trouble, nothing, blocked, masked or such...

 "Ok", I thought, "let's go!"

 emerge inkscape

 ...the CPU was glowing hot for a while

 then...it was ready.

 As normal user I did:

 #> inkscape

 "Ok", InkScape thought, "let's crash!"

 BADABOOM!

 That's it.

 Please tell me, what I did so badly wrong here, since anything else I
 emerge exactly in the same way in the last days, either works well out
 of the box or failed to compile right in the beginning.

 (PS: I checked for any config-files of InkScape at home and removed
 them several times -- no chance)

 Slightly astonished,
 mcc
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] InkScape trouble

2006-03-26 Thread b.n.

Meino Christian Cramer wrote:

 As normal user I did:

 #> inkscape

 "Ok", InkScape thought, "let's crash!"

 BADABOOM!

 That's it.


Funny :) , but I think this is not the error message you're displayed 
when inkscape crashes...
Can you post the true error message and not your,ehm,emotional 
interpretation?


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



[gentoo-user] Re: Inkscape-0.48.1-r1 really sloooooow

2011-05-22 Thread Nikos Chantziaras

On 05/22/2011 10:56 AM, Mick wrote:

[...]
I have now looked a bit more into this problem and it seems that inkscape is
slower in MSWindows (dual boot machine).  So I concluded that this is an
inkscape issue, rather than Gentoo specific.


FWIW, Inkscape is quite slow here too.  Core 2 Duo 3.4GHz with 6GB RAM.




[gentoo-user] inkscape crashed when open/save file

2008-01-23 Thread zou

Hello, everyone!

I emerged inkscape recently. The emerging process finished without 
error-liked output, but, when I try to open or save a SVG file, inkscape 
crashes with an "Internal Error".


In the file saving case, the file was saved into disk although a crash 
had happened.


There are some information as following:

-

MAKEOPTS="-j3"
CFLAGS="-O2 -march=prescott -pipe"

# emerge -pv inkscape

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

Calculating dependencies... done!
[ebuild   R   ] media-gfx/inkscape-0.45.1-r1  USE="doc gnome mmx perl 
-debug -dia -inkjar -jabber -lcms -postscript -spell -wmf" 0 kB


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

-

Any hint?

Thanks.
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Troubles setting USE flag for inkscape

2020-04-25 Thread tuxic
Hi,

while updateing/emergeing I got this message:

##  !!! Problem resolving dependencies for media-gfx/inkscape from @selected 
##  
##  !!! The ebuild selected to satisfy "media-gfx/inkscape" has unmet 
requirements.
##  - media-gfx/inkscape-1.0_rc1::gentoo USE="jpeg nls openmp -cdr -dbus -dia 
-exif -graphicsmagick -imagemagick -inkjar -jemalloc -lcms -postscript -spell 
-static-libs -svg2 -visio -wpg" PYTHON_SINGLE_TARGET="python3_6 python3_8 
-python3_7"
##  
##The following REQUIRED_USE flag constraints are unsatisfied:
##  exactly-one-of ( python_single_target_python3_6 
python_single_target_python3_7 python_single_target_python3_8 )


Beside other permutations I add this to package.use

media-gfx/inkscape python_single_target_python3_8

but the message remains.
As far as I know the above is compatible what is written here:
https://wiki.gentoo.org/wiki//etc/portage/package.use


How do I have to specify the python target correctly?

Cheers!
Meino








Re: [gentoo-user] InkScape trouble

2006-03-26 Thread Meino Christian Cramer
From: Christoph Eckert <[EMAIL PROTECTED]>
Subject: Re: [gentoo-user] InkScape trouble
Date: Sun, 26 Mar 2006 14:06:27 +0200

Hi,

 ok, my last post was in fact based on emotions -- being sure that I
 myself has something done wrong (that's why I onyl post the emerge
 command I did...).

 Now, here is the output of inkscape right before it crashes:

Script started on Sun Mar 26 15:11:00 2006
solfire:/home/mccramer>inkscape

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.
zsh: abort  
solfire:/home/mccramer>

Script done on Sun Mar 26 15:11:14 2006


But I fear this say as much as my emotional post previously


Keep hacking!
mcc


> 
> >  BADABOOM!
> >
> >  That's it.
> 
> not really. PLease start Inkscape from a terminal emulation and post the 
> output.
> 
> 
> Best regards
> 
> 
> ce
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sandbox and $HOME

2008-11-06 Thread Helmut Jarausch
On  6 Nov, Alan McKinnon wrote:
> On Thursday 06 November 2008 13:53:47 Helmut Jarausch wrote:
>> Hi,
>>
>> I am trying to write an ebuild for media-libs/babl-
>> Unfortunately, probably when making docs, it invokes
>> inkscape which wants to access and write to
>> /root/.config/Inkscape
>>
>> which probably comes from
>> $(HOME)/.config/Inkscape
>>
>> This violates the sandbox - see below -
>>
>> What can I do about it?
> 
> Posting the ebuild you are using would be a good start..
> 

Here it is : (it's simple modification of babl-0.0.22)

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils subversion

DESCRIPTION="Dynamic, any to any, pixel format conversion library"
HOMEPAGE="http://www.gegl.org/babl/";
#SRC_URI="ftp://ftp.gtk.org/pub/${PN}/0.0/${P}.tar.bz2";

ESVN_REPO_URI="http://svn.gnome.org/svn/babl/trunk/";
ESVN_PROJECT="${PN}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="sse mmx"

DEPEND="virtual/libc"

S=${WORKDIR}/${PN}

src_compile() {
./autogen.sh || die "autogen failed" 
econf $(use_enable mmx) \
$(use_enable sse) \
|| die "econf failed"
emake || die "emake failed"
}

src_install() {
emake install DESTDIR=${D} || die "emake install failed"
find "${D}" -name '*.la' -delete
dodoc AUTHORS COPYING ChangeLog INSTALL README
}

=

The last messages are: ( I have USE=doc )

make[3]: Entering directory `/var/tmp/portage/media-libs/babl-/work/babl/doc
s/graphics'
 SVG: babl-a4poster.png [OK]
 SVG: babl-16x16.png [OK]
HTML: BablFishPath.html [OK]
 SVG: babl-48x48.png [OK]
make[3]: Leaving directory `/var/tmp/portage/media-libs/babl-/work/babl/docs
/graphics'
 RSS: changelog.rss [OK]
HTML: index.html. [OK]
 [OK]
make[2]: Leaving directory `/var/tmp/portage/media-libs/babl-/work/babl/docs
'
make[2]: Entering directory `/var/tmp/portage/media-libs/babl-/work/babl'
make[2]: Leaving directory `/var/tmp/portage/media-libs/babl-9999/work/babl'
make[1]: Leaving directory `/var/tmp/portage/media-libs/babl-9999/work/babl'
>>> Source compiled.
--- ACCESS VIOLATION SUMMARY ---
LOG FILE = "/var/log/sandbox/sandbox-29334.log"

mkdir: /root/.config/Inkscape
open_wr:   /root/.config/Inkscape/extension-errors.log
mkdir: /root/.config/Inkscape
open_wr:   /root/.config/Inkscape/extension-errors.log
mkdir: /root/.config/Inkscape
open_wr:   /root/.config/Inkscape/extension-errors.log


Many thanks for any hints,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



Re: [gentoo-user] InkScape trouble

2006-03-26 Thread Matthias Langer
On Sun, 2006-03-26 at 12:46 +, b.n. wrote:
> Meino Christian Cramer wrote:
> >  As normal user I did:
> > 
> >  #> inkscape
> > 
> >  "Ok", InkScape thought, "let's crash!"
> > 
> >  BADABOOM!
> > 
> >  That's it.
> 
> Funny :) , but I think this is not the error message you're displayed 
> when inkscape crashes...
> Can you post the true error message and not your,ehm,emotional 
> interpretation?
> 
> m.

Maybe dynamic linking is not consistent on your system:
Try

# emerge gentoolkit
# revdep-rebuild -p
# revdep-rebuild

Matthias


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Conflicting version...but the version scheme is confusing...

2019-11-29 Thread David Haller
Hello,

On Sat, 30 Nov 2019, tu...@posteo.de wrote:
>I got this printed onto my console after updateing:
>
>  (media-gfx/imagemagick-7.0.9.5:0/7.0.9::gentoo, ebuild scheduled for merge) 
> conflicts with
> (media-gfx/inkscape-1.0_beta1:0/0::gentoo, ebuild scheduled for merge)
>
>What does "media-gfx/imagemagick-7:=[cxx]" indicate for a version ?

With an '<' in front of it (and it has), it means that
inkscape-1.0_beta1 needs imagemagick <= 7 i.e. some 6.x version ... 

Basically it means you should mask that inkscape beta. Add e.g.

=media-gfx/inkscape-1.0_beta1

to /etc/portage/package.mask[/*].

Or (better) un-keyword ~amd64 inkscape, then you should stay at the
(now) stable 0.92.4.

HTH,
-dnh

-- 
We can use symlinks of course... syslogd would be a symlink to syslogp and 
ftpd and ircd would be linked to ftpp and ircp... and of course the 
point-to-point protocal paenguin.
-- Kevin M. Bealer, commenting on the penguin Linux logo



[gentoo-user] Re: Troubles setting USE flag for inkscape

2020-04-25 Thread Remy Blank
tu...@posteo.de wrote on 25/04/2020 17:55:
> Beside other permutations I add this to package.use
> 
> media-gfx/inkscape python_single_target_python3_8

Try this instead:

media-gfx/inkscape PYTHON_SINGLE_TARGET: -* python3_8

-- Remy




Re: [gentoo-user] Troubles setting USE flag for inkscape

2020-04-25 Thread Andreas K . Hüttel
> ##  !!! Problem resolving dependencies for media-gfx/inkscape from @selected
> ##
> ##  !!! The ebuild selected to satisfy "media-gfx/inkscape" has unmet
> requirements. ##  - media-gfx/inkscape-1.0_rc1::gentoo USE="jpeg nls openmp
> -cdr -dbus -dia -exif -graphicsmagick -imagemagick -inkjar -jemalloc -lcms
> -postscript -spell -static-libs -svg2 -visio -wpg"
> PYTHON_SINGLE_TARGET="python3_6 python3_8 -python3_7" ##
> ##The following REQUIRED_USE flag constraints are unsatisfied:
> ##  exactly-one-of ( python_single_target_python3_6
> python_single_target_python3_7 python_single_target_python3_8 )

is fixed now and should work out of the box again

-- 
Andreas K. Hüttel
dilfri...@gentoo.org
Gentoo Linux developer 
(council, qa, toolchain, base-system, perl, libreoffice)

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


Re: [gentoo-user] inkscape emerge

2011-10-07 Thread Michael Mol
On Fri, Oct 7, 2011 at 3:32 PM, James  wrote:
> Hello,
>
> I read somewhere that inkscape (in portage)
> can open and allow some manipulation of
> Visio files. Anyone got any experience
> with inkscape and visio files?

Haven't messed with visio files in years, and then only with Visio.


> Emerging inkscape, it required 12 new packages
> to be install too. What must I do to ensure that
> when I unemerge  inkscape, the other 12 packages
> are also removed?

Roughly speaking,

emerge -p --depclean

will show you what packages are installed which you didn't explicitly
ask for, and which are no longer depended upon by any
explicitly-selected packages.

So, say you install package A, and it depends on new packages B and C.
When you uninstall package A, packages B and C remain. When you use
--depclean, portage will see that B and C are installed, but aren't
required by anything.

Remove the -p to have portage go ahead and try to remove them. (But
you might see something you want to have remain, which is why you
should use -p first)

-- 
:wq



Re: [gentoo-user] Inkscape-0.48.1-r1 really sloooooow

2011-05-22 Thread Mick
Thanks Michael,

On Sunday 22 May 2011 00:51:45 Michael Orlitzky wrote:
> On 05/20/2011 08:49 AM, Mick wrote:
> > Hi All,
> > 
> > I installed inkscape-0.48.1-r1 on a x86 machine.  For a few
> > seconds/minutes after opening an svg image rendering is fast as
> > expected, but soon it gets bogged down to the point of seeing the
> > image being rendered in slow motion, a row at a time if e.g. I scroll
> > up or down the page.  Only 20% of RAM (of 3G total) is being used at
> > the time, so I'm guessing this could be something to do with the ATI
> > video card?
> > 
> > Other graphics apps open at the same time (e.g. Gimp) do not have such
> > problems rendering graphics (albeit not svg).

> I don't suppose you have a ton of fonts installed? I've had Inkscape
> lock up for like 5 minutes at a time when it was loading the font list
> (either at startup or when opening the text dialog).

No, although I do have a few fonts and a couple extra in ~/.fonts, but the 
application opens straight away.  The image does not have fonts in it and it 
opens reasonably fast.  As soon the user zooms in or pan around the image then 
the slow rendering starts.

I have now looked a bit more into this problem and it seems that inkscape is 
slower in MSWindows (dual boot machine).  So I concluded that this is an 
inkscape issue, rather than Gentoo specific.

Also, googling around it seems that zooming in a lot (more than 1000%) or 
using many filters (as this user is on the particular image) slows down 
inkscape:

http://www.inkscapeforum.com/viewtopic.php?f=5&t=8721

As suggested in the thread above, a work around until the inkscape code is 
improved is to change the View mode to 'No Filters'.  This trick restores 
rendering speed to reasonable levels.
-- 
Regards,
Mick


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


Re: [gentoo-user] Troubles setting USE flag for inkscape

2020-04-26 Thread tuxic
On 04/25 10:05, Andreas K. Hüttel wrote:
> > ##  !!! Problem resolving dependencies for media-gfx/inkscape from @selected
> > ##
> > ##  !!! The ebuild selected to satisfy "media-gfx/inkscape" has unmet
> > requirements. ##  - media-gfx/inkscape-1.0_rc1::gentoo USE="jpeg nls openmp
> > -cdr -dbus -dia -exif -graphicsmagick -imagemagick -inkjar -jemalloc -lcms
> > -postscript -spell -static-libs -svg2 -visio -wpg"
> > PYTHON_SINGLE_TARGET="python3_6 python3_8 -python3_7" ##
> > ##The following REQUIRED_USE flag constraints are unsatisfied:
> > ##  exactly-one-of ( python_single_target_python3_6
> > python_single_target_python3_7 python_single_target_python3_8 )
> 
> is fixed now and should work out of the box again
> 
> -- 
> Andreas K. Hüttel
> dilfri...@gentoo.org
> Gentoo Linux developer 
> (council, qa, toolchain, base-system, perl, libreoffice)


I had similiar problems afterwards with

dev-python/pyopengl
dev-python/certifi
dev-python/setuptools






Re: [gentoo-user] Re: Imagemagick downgrade?

2019-11-10 Thread Mick
On Sunday, 10 November 2019 13:49:32 GMT Nikos Chantziaras wrote:
> On 10/11/2019 14:51, Mick wrote:
> > Having re-synced portage it now asks me to keyword media-gfx/
> > inkscape-1.0_beta1 and once I do, portage wants to downgrade media-gfx/
> > imagemagick from the installed 7.0.8.67 to 6.9.10.67.
> > 
> > I'm not sure why imagemagick is asking to be downgraded, or for that
> > matter
> 
> > why inkscape should be keyworded:
> inkscape-1.0_beta is in testing (~arch) so if your gentoo install is not
> ~arch, then you need to keyword it.
> 
> Also, it depends on:
> 
> 
> that is, a version lower then 7. That's why you need to downgrade to
> imagemagick 6.

Thanks Nikos, I am still confused if the tail is wagging the dog with this 
one.  It is a stable arch, so inkscape should stay stable and not asking me to 
keyword it, especially as its reverse dependency is stable at a higher 
version.  Consequently, imagemagick would stay at the latest stable version 
too.

Anyway, I removed imagemagick from the world file and now portage is no longer 
asking for either inkscape or imagemagick to be emerged.

-- 
Regards,

Mick

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


[gentoo-user] Re: inkscape emerge

2011-10-07 Thread Grant Edwards
On 2011-10-07, Michael Mol  wrote:
> On Fri, Oct 7, 2011 at 3:32 PM, James  wrote:
>> Hello,
>>
>> I read somewhere that inkscape (in portage)
>> can open and allow some manipulation of
>> Visio files. Anyone got any experience
>> with inkscape and visio files?
>
> Haven't messed with visio files in years, and then only with Visio.
>
>
>> Emerging inkscape, it required 12 new packages
>> to be install too. What must I do to ensure that
>> when I unemerge ??inkscape, the other 12 packages
>> are also removed?
>
> Roughly speaking,
>
> emerge -p --depclean
>
> will show you what packages are installed which you didn't explicitly
> ask for, and which are no longer depended upon by any
> explicitly-selected packages.

[...]

> Remove the -p to have portage go ahead and try to remove them. (But
> you might see something you want to have remain, which is why you
> should use -p first)

If you do see packages that you want to keep, but aren't required by
anything else, you can manually add them to your "world" file (usually
/var/lib/portage/world) to protect them from removal by "emerge
--depclean" in the future. IIRC, I had to do that to keep portage from
removing Python 2 a while back.

-- 
Grant Edwards   grant.b.edwardsYow! PUNK ROCK!!  DISCO
  at   DUCK!!  BIRTH CONTROL!!
  gmail.com




[gentoo-user] Inkscape failed to compile...(update from this morning)

2018-10-27 Thread tuxic


Hi,

while syncing/updateing my system, inkscape failed to compile:


/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_create'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_get_mode'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_surface_create'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_write_comment'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_create_for_stream'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_set_mode'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_from_recording_surface'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_surface_create_for_target'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:7921: inkview] Error 1
make[3]: *** Waiting for unfinished jobs
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_create'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_get_mode'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_surface_create'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_write_comment'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_create_for_stream'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_set_mode'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_from_recording_surface'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
undefined reference to `cairo_script_surface_create_for_target'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:7917: inkscape] Error 1
make[3]: Leaving directory 
'/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3/src'
make[2]: *** [Makefile:5976: all] Error 2
make[2]: Leaving directory 
'/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3/src'
make[1]: *** [Makefile:1472: all-recursive] Error 1
make[1]: Leaving directory 
'/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3'
make: *** [Makefile:1128: all] Error 2
 * ERROR: media-gfx/inkscape-0.92.3-r1::gentoo failed (compile phase):
*   emake failed


If wanted I will all the logs in all their glory...

Cheers!
Meino





Re: [gentoo-user] sandbox and $HOME

2008-11-06 Thread Alan McKinnon
On Thursday 06 November 2008 13:53:47 Helmut Jarausch wrote:
> Hi,
>
> I am trying to write an ebuild for media-libs/babl-
> Unfortunately, probably when making docs, it invokes
> inkscape which wants to access and write to
> /root/.config/Inkscape
>
> which probably comes from
> $(HOME)/.config/Inkscape
>
> This violates the sandbox - see below -
>
> What can I do about it?

Posting the ebuild you are using would be a good start..

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] InkScape trouble

2006-03-26 Thread Christoph Eckert

> solfire:/home/mccramer>inkscape
>
> Emergency save activated!
> Emergency save completed. Inkscape will close now.
> If you can reproduce this crash, please file a bug at
> www.inkscape.org with a detailed description of the steps leading to
> the crash, so we can fix it. zsh: abort
> solfire:/home/mccramer>
>
> Script done on Sun Mar 26 15:11:14 2006
>
>
> But I fear this say as much as my emotional post previously

unfortunately you're right :( .


Best regards


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



[gentoo-user] Re: inkscape emerge

2011-10-10 Thread James
Dale  gmail.com> writes:

> 

Well, first of all I can report that no version of inkscape
in portage works with visio (6.2) files. I've read several
places that it should work, but it croaks upon loading the
visio (version 6.2) file


> Grant Edwards wrote:
> > On 2011-10-07, Michael Mol gmail.com>  wrote:
> >
> >> Remove the -p to have portage go ahead and try to remove them. (But
> >> you might see something you want to have remain, which is why you
> >> should use -p first)

Yes, I got this but in the past depclean has failed or come up
miserably short. BUT now, it works very well, not only removing
the 12 packages that where in stalled with the stabler version
of inkscape but the latest (`) version, I had to install
with this syntax:

emerge -u inkscape --autounmask-write

I'm thinking that ZAK(a_roo_ski) deserves a 
bunch of BREW_skis ?


If the past depclean has disappointed me, particularly
when packages were installed with automask...
or other sorts of gymnastical syntax..


> or just use emerge -n .  Same thing plus portage puts it 
> in alphabetical order too.  
> Dale

It's always good to hear from my favorite track_TOR driving
admin. I'm looking to get a small bucket/hoe combo (3-foot/6-inch) 
for under 10K. Got any suggestions? You mounted an embedded
gentoo system on that tractor yet? (for real, not just
pulling you leg) ? We gotta get you linked in on that
tracter.. with some pics or a video feed
;-) 

So, I was really trolling for expertise in manipulating visio
files via some native linux package. Inkscape was all
that google searches returned, and Inkscape could not
even load up the visio (.vsd) files... I guess I was
not too clear on that point. Oh well, I just
had the doz dude send me pdfs.


Thanks to all for the help!
James




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, std::allocator > const&, 
Tracer::Kopf2011::Options const&)':
kopftracer2011.cpp:(.text+0x618): undefined reference to 
`Gdk::Pixbuf::create_from_file(std::__cxx11::basic_string, std::allocator > const&)'
libdepixelize/libdepixelize.a(kopftracer2011.o): In function 
`Tracer::Kopf2011::to_splines(std::__cxx11::basic_string, std::allocator > const&, 
Tracer::Kopf2011::Options const&)':
kopftracer2011.cpp:(.text+0x848): undefined reference to 
`Gdk::Pixbuf::create_from_file(std::__cxx11::basic_string, 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.


Re: [gentoo-user] inkscape crash

2006-04-07 Thread Teresa and Dale
Chris Bare wrote:

>Inkscape crashes on me whenever I select Text->Text and Font...
>
>Anyone know what to do to fix this?
>As far as I can tell all my libraries are up to date. I've tried 0.43 and
>0.43-r1
>  
>

OK, I'm not sure why but I have it installed and thought I would see if
this helps.  It works on mine, the window pops up anyway.  The apply
button is greyed out on mine though but it was blank.  I don't know how
to use the thing.  This is the info for mine:

> [EMAIL PROTECTED] / # emerge -pv inkscape
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies ...done!
> [ebuild   R   ] media-gfx/inkscape-0.43  +bonobo -debug +doc -effects
> -gnome -inkjar +mmx +perl -plugin +python +spell 0 kB
>
> Total size of downloads: 0 kB
> [EMAIL PROTECTED] / #


Maybe check to see if your flags are the same as mine.  It may be a
missing flag or something.  If I can check something else, let me know,
let me know how to if you would. 

Dale
:-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Inkscape failed to compile...(update from this morning)

2018-10-27 Thread Dale
tu...@posteo.de wrote:
> Hi,
>
> while syncing/updateing my system, inkscape failed to compile:
>
>
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_create'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_get_mode'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_surface_create'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_write_comment'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_create_for_stream'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_set_mode'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_from_recording_surface'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_surface_create_for_target'
> collect2: error: ld returned 1 exit status
> make[3]: *** [Makefile:7921: inkview] Error 1
> make[3]: *** Waiting for unfinished jobs
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_create'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_get_mode'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_surface_create'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_write_comment'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_create_for_stream'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_set_mode'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_from_recording_surface'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
>  /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> undefined reference to `cairo_script_surface_create_for_target'
> collect2: error: ld returned 1 exit status
> make[3]: *** [Makefile:7917: inkscape] Error 1
> make[3]: Leaving directory 
> '/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3/src'
> make[2]: *** [Makefile:5976: all] Error 2
> make[2]: Leaving directory 
> '/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3/src'
> make[1]: *** [Makefile:1472: all-recursive] Error 1
> make[1]: Leaving directory 
> '/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3'
> make: *** [Makefile:1128: all] Error 2
>  * ERROR: media-gfx/inkscape-0.92.3-r1::gentoo failed (compile phase):
> *   emake failed
>
>
> If wanted I will all the logs in all their glory...
>
> Cheers!
> Meino
>

Check and see if running emerge @preserved-rebuild rebuilds anything. 
If it does, try again after it finishes.  If not, no idea.  Maybe
someone else will come along with a idea. 

Dale

:-)  :-) 



Re: [gentoo-user] Inkscape failed to compile...(update from this morning)

2018-10-27 Thread tuxic
On 10/27 10:54, Dale wrote:
> tu...@posteo.de wrote:
> > Hi,
> >
> > while syncing/updateing my system, inkscape failed to compile:
> >
> >
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_create'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_get_mode'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_surface_create'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_write_comment'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_create_for_stream'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_set_mode'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_from_recording_surface'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_surface_create_for_target'
> > collect2: error: ld returned 1 exit status
> > make[3]: *** [Makefile:7921: inkview] Error 1
> > make[3]: *** Waiting for unfinished jobs
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_create'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_get_mode'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_surface_create'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_write_comment'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_create_for_stream'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_set_mode'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_from_recording_surface'
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
> >  
> > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: 
> > undefined reference to `cairo_script_surface_create_for_target'
> > collect2: error: ld returned 1 exit status
> > make[3]: *** [Makefile:7917: inkscape] Error 1
> > make[3]: Leaving directory 
> > '/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3/src'
> > make[2]: *** [Makefile:5976: all] Error 2
> > make[2]: Leaving directory 
> > '/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3/src'
> > make[1]: *** [Makefile:1472: all-recursive] Error 1
> > make[1]: Leaving directory 
> > '/var/tmp/portage/me

Re: [gentoo-user] Fetch List

2012-06-05 Thread Raffaele BELARDI
On 06/05/2012 01:37 PM, Silvio Siefke wrote:
> is there a option that i can build a list of Requirements to download of 
> a ebuild? 
> 
> I want build inkscape, but i has only mobile connection at moment. Can i
> build a list which i can then later load in a cybercafe?
> 
> In the Handbook i found only a list for world. Thank u. 

I'm sure there will be a better method, anyway:

# emerge -p --fetchonly inkscape | grep http | cut -d ' ' -f 1

(doesn't work for inkscape on my system because emerge spits an USE
changes error, but it works for other packages).

raffaele


[gentoo-user] Re: Imagemagick downgrade?

2019-11-10 Thread Nikos Chantziaras

On 10/11/2019 14:51, Mick wrote:

Having re-synced portage it now asks me to keyword media-gfx/
inkscape-1.0_beta1 and once I do, portage wants to downgrade media-gfx/
imagemagick from the installed 7.0.8.67 to 6.9.10.67.

I'm not sure why imagemagick is asking to be downgraded, or for that matter
why inkscape should be keyworded:


inkscape-1.0_beta is in testing (~arch) so if your gentoo install is not 
~arch, then you need to keyword it.


Also, it depends on:

  that is, a version lower then 7. That's why you need to downgrade to 
imagemagick 6.





[gentoo-user] Imagemagick downgrade?

2019-11-10 Thread Mick
Having re-synced portage it now asks me to keyword media-gfx/
inkscape-1.0_beta1 and once I do, portage wants to downgrade media-gfx/
imagemagick from the installed 7.0.8.67 to 6.9.10.67.

I'm not sure why imagemagick is asking to be downgraded, or for that matter 
why inkscape should be keyworded:

snip...

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

Calculating dependencies... done!

The following keyword changes are necessary to proceed:
 (see "package.accept_keywords" in the portage(5) man page for more details)
# required by @selected
# required by @world (argument)
=media-gfx/inkscape-1.0_beta1 ~amd64

Would you like to add these changes to your config files? [Yes/No] no

 * In order to avoid wasting time, backtracking has terminated early
 * due to the above autounmask change(s). The --autounmask-backtrack=y
 * option can be used to force further backtracking, but there is no
 * guarantee that it will produce a solution.

!!! All ebuilds that could satisfy "https://www.imagemagick.org/
 Description: A collection of tools and libraries for many image 
formats

$ eix -l inkscape
[U] media-gfx/inkscape
 Available versions:  
0.92.4^t[cdr dbus dia exif gnome imagemagick inkjar 
jpeg latex lcms nls openmp postscript spell static-libs visio wpg 
PYTHON_TARGETS="python2_7"] ["python_targets_python2_7"]
   (~)  1.0_beta1 ^t[cdr dbus dia exif gnome graphicsmagick 
imagemagick inkjar jemalloc jpeg lcms nls openmp postscript spell static-libs 
svg2 visio wpg PYTHON_SINGLE_TARGET="python3_5 python3_6 python3_7" 
PYTHON_TARGETS="python3_5 python3_6 python3_7"] ["^^ ( 
python_single_target_python3_5 python_single_target_python3_6 
python_single_target_python3_7 ) python_single_target_python3_5? ( 
python_targets_python3_5 ) python_single_target_python3_6? ( 
python_targets_python3_6 ) python_single_target_python3_7? ( 
python_targets_python3_7 )"]
 Installed versions:  0.92.4^t(10:16:19 14/10/19)(cdr dbus exif 
imagemagick jpeg lcms nls openmp postscript spell -dia -gnome -inkjar -latex -
static-libs -visio -wpg PYTHON_TARGETS="python2_7")
 Homepage:https://inkscape.org/
 Description: SVG based generic vector-drawing program


Am I misreading portage's output above?
-- 
Regards,

Mick

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


Re: [gentoo-user] Re: Troubles setting USE flag for inkscape

2020-04-25 Thread tuxic
On 04/25 07:28, Remy Blank wrote:
> tu...@posteo.de wrote on 25/04/2020 17:55:
> > Beside other permutations I add this to package.use
> > 
> >     media-gfx/inkscape python_single_target_python3_8
> 
> Try this instead:
> 
> media-gfx/inkscape PYTHON_SINGLE_TARGET: -* python3_8
> 
> -- Remy
> 
> 

Hi Remy,

that helped !

To be honest ... I never had deduced this from the error message.
Is this pure experience...somehing one had to learn after uears
of trying to cope with The Portage Oracle...or is it one has
and the other one has not...? ;)

...or what manual do I need to read to up with this line?

(NO critism towards you implied!!!)

Cheers!
Meino







Re: [gentoo-user] InkScape trouble

2006-03-26 Thread Christoph Eckert

>  BADABOOM!
>
>  That's it.

not really. PLease start Inkscape from a terminal emulation and post the 
output.


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Does skencil work for anybody else?

2010-03-13 Thread Willie Wong
On Sat, Mar 13, 2010 at 02:59:34PM +, Grant Edwards wrote:
> > Now this is interesting, inkscape apparently depends on skencil for
> > postscript support?
> 
> Looks that way, though I'm not sure exactly what it uses skencil for.
> I would have sworn I had inkscape installed without skencil and could
> still export to EPS.

I looked into it. It is for importing PS and EPS files. And according
to the documentation on their website, inkscape 0.47 changed to using
Ghostscript for the importing. A bug has already been filed against
the ebuild. 

Cheers, 

W
-- 
Willie W. Wong ww...@math.princeton.edu
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
 et vice versa   ~~~  I. Newton



[gentoo-user] inkscape fails, cannot find boost

2010-08-28 Thread Willie Wong
Dear list, 

Just want a sanity check. I try to emerge the most recent version of
inkscape (media-gfx/inkscape-0.48.0), and the build fails in the
configuration stage


-snip build.log
checking for IMAGEMAGICK... yes
checking for CAIRO_USER_FONTS... yes
checking for INKSCAPE... yes
checking for Mac OS X Carbon support... no
checking boost/concept_check.hpp usability... no
checking boost/concept_check.hpp presence... no
checking for boost/concept_check.hpp... no
configure: error: You need the boost package (e.g. libboost-dev)
---

-snip config.log
configure:7205: checking for unistd.h
configure:7205: i686-pc-linux-gnu-g++ -c -O2 -march=native -pipe
-fno-strict-ali
asing -Werror=format-security -Wall -Wformat -Wformat-security -W
-D_FORTIFY_SOU
RCE=2  conftest.cpp >&5
configure:7205: $? = 0
configure:7205: result: yes
configure:7218: checking boost/unordered_set.hpp usability
configure:7218: i686-pc-linux-gnu-g++ -c -O2 -march=native -pipe
-fno-strict-aliasing -Werror=format-security -Wall -Wformat
-Wformat-security -W -D_FORTIFY_SOURCE=2  conftest.cpp >&5
conftest.cpp:55:35: error: boost/unordered_set.hpp: No such file or
directory
configure:7218: $? = 1
-

`qcheck boost' returns that all 7000+ files are good, and 
/usr/include/boost-1_42boost/unordered_set.hpp exists. 

Any thoughts what can be given me problems?

Cheers, 

W

-- 
Willie W. Wong ww...@math.princeton.edu
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
 et vice versa   ~~~  I. Newton



Re: [gentoo-user] merging pdf file into one page

2015-01-24 Thread Canek Peláez Valdés
On Sat, Jan 24, 2015 at 1:26 PM, Joseph  wrote:
>
> I've pdf form that I print. Once the form is printed I put it back in the
printer tray and print information over top of it.
>
> It worked in the past but after I print it second time (over the printed
form) the pages look as if they came out of the washing machine.  They are
crumpled.
> I think it as to do something with the static.
> How to I combine (overlap) two pdf files into one page.

Load both PDF files in Inkscape, adjust slightly if necessary so everything
aligns, and export the resulting file to PDF.

You can convert the PDF files to SVG before loading to Inkscape, if the
Inkscape converter is not up to your standards. You can
use media-gfx/pdf2svg for that.

What I do nowadays (if I have a PDF to fill that has no forms), is to load
the PDF in Inkscape, and fill it with the text tool. Then print it or
export it to SVG or PDF if I want to keep it.

Regards.
--
Canek Peláez Valdés
Profesor de asignatura, Facultad de Ciencias
Universidad Nacional Autónoma de México


Re: [gentoo-user] merging pdf file into one page

2015-01-24 Thread Joseph


On 01/24/15 13:34, Canek Peláez Valdés wrote:

  On Sat, Jan 24, 2015 at 1:26 PM, Joseph <[1]syscon...@gmail.com> wrote:
  >
  > I've pdf form that I print. Once the form is printed I put it back in
  the printer tray and print information over top of it.
  >
  > It worked in the past but after I print it second time (over the
  printed form) the pages look as if they came out of the washing
  machine.  They are crumpled.
  > I think it as to do something with the static.
  > How to I combine (overlap) two pdf files into one page.
  Load both PDF files in Inkscape, adjust slightly if necessary so
  everything aligns, and export the resulting file to PDF.
  You can convert the PDF files to SVG before loading to Inkscape, if the
  Inkscape converter is not up to your standards. You can
  use media-gfx/pdf2svg for that.
  What I do nowadays (if I have a PDF to fill that has no forms), is to
  load the PDF in Inkscape, and fill it with the text tool. Then print it
  or export it to SVG or PDF if I want to keep it.
  Regards.


What I'm looking for I think it is called "stitching" two pdf files.

--
Joseph



Re: [gentoo-user] InkScape trouble

2006-03-26 Thread Francesco Riosa



#> strace inkscape &> /temp/ink.trace

Post the file /temp/ink.trace
  
Please, please do _not_ post the file on the mail list unless it's very 
small, use bugzilla for that.


Rationale: 100Kb attacment multiplied 20 Kusers = 2000 Mb = 2 Gb traffic
--
gentoo-user@gentoo.org mailing list



[gentoo-user] inkscape crash

2006-04-07 Thread Chris Bare
Inkscape crashes on me whenever I select Text->Text and Font...

Anyone know what to do to fix this?
As far as I can tell all my libraries are up to date. I've tried 0.43 and
0.43-r1
-- 
Chris Bare
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage logs

2005-09-12 Thread Willie Wong
On Mon, Sep 12, 2005 at 10:26:15AM +0200, Frank Schafer wrote:
> On Mon, 2005-09-12 at 16:18 +0800, Ow Mun Heng wrote:
> > 
> > > -Original Message-
> > > From: Frank Schafer [mailto:[EMAIL PROTECTED]
> > > I'm wondering why there are these 4 digit numbers in front of the name
> > > of each log file. This makes it hard to find the log for a single
> > > package by name.
> > 
> > I could be wrong but it could be the PID of the emerge process.
> > 
> 
> Maybe ;) but I didn't want to ask where these numbers come from but to
> suggest to not have them in the name of the logfile.
> 
It is not the PID. The numbers are consecutive on my machine, which
runs hardened... so PID would not be in order. 

The four digit number is, I think, is just a simple counter to allow
you to keep track of what happened first. For example, when updating
inkscape, I get three files, 

5840-inkscape-0.42.2.log
5841-inkscape-0.41-r1.log
5841-inkscape-0.42.2.log

The first is the unpacking, patching, and outputs from make. The
second is from the unmerging of the old version, and the third is from
the post-install information. 

I rather prefer it like this, then having to sort through the log
files by date everytime I want to look at them. 

W
-- 
This is not an optical illusion.
It just looks like one.
Sortir en Pantoufles: up 31 days, 17:39
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Conflicting version...but the version scheme is confusing...

2019-11-29 Thread Róbert Čerňanský
On Sat, 30 Nov 2019 05:45:48 +0100
tu...@posteo.de wrote:

> On 11/29 10:28, Dale wrote:
> > tu...@posteo.de wrote:  
> > > On 11/29 10:12, Dale wrote:  
> > >> tu...@posteo.de wrote:  
> > >>>   (media-gfx/imagemagick-7.0.9.5:0/7.0.9::gentoo, ebuild
> > >>> scheduled for merge) conflicts with
> > >>>  > >>> (media-gfx/inkscape-1.0_beta1:0/0::gentoo, ebuild scheduled for
> > >>> merge)
> > >>>
> > >>> What does "media-gfx/imagemagick-7:=[cxx]" indicate for a
> > >>> version ?

Hi, man 5 ebuild tells us that:

 = Indicates that any slot value is acceptable. In addition, for runtime
   dependencies, indicates that the package will break unless a matching
   package with slot and sub-slot equal to the slot and sub-slot of the best
   installed version at the time the package was installed is available.

In this it case means that inkscape wants the same slot version of
imagemagick as it was present in the system at the time inkscape got
emerged.  So if you update imagemagick to a higher slot, inkscape will
break and needs to be rebuilt.  The rebuild should have been
automatically scheduled by emerge.  I am not sure why it did not but
you have probably too many other conflicts and emerge got lost in that
mess. ;-)  It usually helps if you make all the USE flag and keyword
changes that emerge wants you to do first.  If it does not help then
unmerge inkscape and emerge it again after update.

> after switching this cxx-thingy off and on again, I get additional
> errors:
> 
> dev-python/numpy:0
> 
>   (dev-python/numpy-1.17.4:0/0::gentoo, ebuild scheduled for merge)
> conflicts with
> dev-python/numpy[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
> required by (media-libs/opencv-4.1.2:0/4.1.2::gentoo, installed)

This looks like python is going to be updated.  Again, try to make all
the USE flags and keyword changes (they are usually printed at the
end of emerge's error output).  Then try to increase backtrack value
with --backtrack parameter.

Robert


-- 
Róbert Čerňanský
E-mail: ope...@tightmail.com
Jabber: h...@jabber.sk



[gentoo-user] inkscape won't start

2009-06-13 Thread Michael P. Soulier
So, it used to work, but now I get this:

(inkscape:456): gtkmm-CRITICAL **:
void::container_foreach_callback(GtkWidget*, void*): assertion
`widget != 0' failed

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix
it

So I figure something needed is missing.

msoul...@anton:~$ revdep-rebuild --pretend
 * Configuring search environment for revdep-rebuild

 * Checking reverse dependencies
 * Packages containing binaries and libraries broken by a package update
 * will be emerged.

 * Collecting system binaries and libraries
 * Generated new 1_files.rr
 * Collecting complete LD_LIBRARY_PATH
 * Generated new 2_ldpath.rr
 * Checking dynamic linking consistency
[ 100% ] 

 * Dynamic linking on your system is consistent... All done. 

Hmm. Not according to revdep-rebuild.

So, lets try to rebuild it.

msoul...@anton:~$ sudo emerge media-gfx/inkscape
Password: 
Calculating dependencies... done!
[ebuild  N] dev-libs/poppler-0.10.7  USE="abiword poppler-data" 
[ebuild  N] dev-libs/poppler-glib-0.10.7  USE="cairo" 
[uninstall] app-text/poppler-bindings-0.10.5-r1 
[blocks b ] dev-libs/poppler ("dev-libs/poppler" is blocking
app-text/popple
r-bindings-0.10.5-r1, app-text/poppler-0.10.5-r1)
[blocks b ] app-text/poppler-bindings ("app-text/poppler-bindings" is
blocki
ng dev-libs/poppler-glib-0.10.7, dev-libs/poppler-0.10.7)
[blocks b ] dev-libs/poppler-glib ("dev-libs/poppler-glib" is blocking
app-t
ext/poppler-bindings-0.10.5-r1, app-text/poppler-0.10.5-r1)
[ebuild U ] virtual/poppler-glib-0.10.7 [0.10.5]
[ebuild   R   ] media-gfx/inkscape-0.46-r5 
[blocks B ] app-text/poppler ("app-text/poppler" is blocking
dev-libs/popple
r-glib-0.10.7, dev-libs/poppler-0.10.7)
[blocks B ] dev-libs/poppler ("dev-libs/poppler" is blocking
app-text/popple
r-bindings-0.10.5-r1, app-text/poppler-0.10.5-r1)
[blocks B ] dev-libs/poppler-glib ("dev-libs/poppler-glib" is blocking
app-t
ext/poppler-bindings-0.10.5-r1, app-text/poppler-0.10.5-r1)

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

  ('ebuild', '/', 'dev-libs/poppler-glib-0.10.7', 'merge') pulled in by
~dev-libs/poppler-glib-0.10.7[cairo] required by ('installed', '/',
'media-g
fx/gimp-2.6.4', 'nomerge')
~dev-libs/poppler-glib-0.10.7[cairo] required by ('ebuild', '/',
'virtual/po
ppler-glib-0.10.7', 'merge')
~dev-libs/poppler-glib-0.10.7[cairo] required by ('ebuild', '/',
'media-gfx/
inkscape-0.46-r5', 'merge')

  ('installed', '/', 'app-text/poppler-0.10.5-r1', 'nomerge') pulled in by
~app-text/poppler-0.10.5 required by ('installed', '/',
'app-text/xpdf-3.02-
r2', 'nomerge')
~app-text/poppler-0.10.5 required by ('installed', '/',
'app-office/openoffi
ce-3.0.0', 'nomerge')
~app-text/poppler-0.10.5 required by ('installed', '/',
'dev-tex/luatex-0.30
.3', 'nomerge')
(and 1 more)

Wow. How'd I get in this state?

I'm not completely up-to-date, so I'm going to update world first, but there's
no update to inkscape or poppler mentioned in that.

This seems like a full-time job.

Mike
-- 
Michael P. Soulier 
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein


pgpI5isNYqaqE.pgp
Description: PGP signature


Re: [gentoo-user] merging pdf file into one page

2015-01-24 Thread Bill Kenworthy
On 25/01/15 03:47, Joseph wrote:
> 
> On 01/24/15 13:34, Canek Peláez Valdés wrote:
>>   On Sat, Jan 24, 2015 at 1:26 PM, Joseph <[1]syscon...@gmail.com> wrote:
>>   >
>>   > I've pdf form that I print. Once the form is printed I put it back in
>>   the printer tray and print information over top of it.
>>   >
>>   > It worked in the past but after I print it second time (over the
>>   printed form) the pages look as if they came out of the washing
>>   machine.  They are crumpled.
>>   > I think it as to do something with the static.
>>   > How to I combine (overlap) two pdf files into one page.
>>   Load both PDF files in Inkscape, adjust slightly if necessary so
>>   everything aligns, and export the resulting file to PDF.
>>   You can convert the PDF files to SVG before loading to Inkscape, if the
>>   Inkscape converter is not up to your standards. You can
>>   use media-gfx/pdf2svg for that.
>>   What I do nowadays (if I have a PDF to fill that has no forms), is to
>>   load the PDF in Inkscape, and fill it with the text tool. Then print it
>>   or export it to SVG or PDF if I want to keep it.
>>   Regards.
> 
> What I'm looking for I think it is called "stitching" two pdf files.
> 

I use something like:

use pdf2ps to covert the files to postscript
use psjoin to stich them together
use ps2pdf to get back to pdf

psjoin is a script at http://homepage3.nifty.com/tsato/tools/psjoin.html

BillK






Re: [gentoo-user] Installed over and over again: Imagemagick

2019-12-11 Thread Dale
tu...@posteo.de wrote:
> On 12/11 05:55, Neil Bothwick wrote:
>> On Wed, 11 Dec 2019 12:49:01 -0500, Jack wrote:
>>
>>>> package.use/inkscape:media-gfx/inkscape jpeg nls openmp cdr dbus dia  
>>>> exif -gnome imagemagick inkjar latex lcms postscript visio wpg  
>>>> PYTHON_TARGETS="python2_7")
>>>>
>>>>
>>>> Cheers!
>>>> mcc  
>>> I'm curious why you have the PYTHON_TARGET set for imagemagick.  I  
>>> don't see any mention of python anywhere in any of the imagemagick  
>>> ebuilds, and "emerge -p imagemagick" doesn't say anything about python.
>> He doesn't, it is set for inkscape. However, that trailing ) shouldn't be
>> there. I doubt it is the cause of the problem, but it's worth cleaning up
>> anyway.
>>
>>
>> -- 
>> Neil Bothwick
>>
>> WinErr 683: Time out error - Operator fell asleep while waiting for the
>> system to complete boot procedure.
> I removed the ')' and updated again (did this aboyt 2h before).
>
> The onlu one, which ich being emerged is imagemagick...
>
> But I saw this again:
>
> WARNING: One or more updates/rebuilds have been skipped due to a dependency 
> conflict:
>
> media-gfx/imagemagick:0
>
>   (media-gfx/imagemagick-7.0.9.7:0/7.0.9::gentoo, ebuild scheduled for merge) 
> conflicts with
>  (media-gfx/inkscape-1.0_beta2:0/0::gentoo, installed)
> ^   ^ 
>  (media-gfx/inkscape-1.0_beta2:0/0::gentoo, installed)
> ^  ^   
>
> Cheers!
> mcc
>

I vaguely remember seeing this.  I couldn't recall the fix so I went
digging.  I found this:

/etc/portage/package.use/package.use:media-gfx/imagemagick cxx

It seems I added the cxx USE flag for that package to correct the
problem.  Might be worth a try. 

Hope that helps.

Dale

:-)  :-) 



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

2017-04-18 Thread Raffaele Belardi

Mick wrote:

On Tuesday 18 Apr 2017 16:47:25 Mick wrote:

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


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



I don't think so, I haven't had any of your problems (but I don't have neither efl nor 
inkscape installed):


$ qlop -l gcc | grep 5.4.0
Tue Jun 14 15:11:34 2016 >>> sys-devel/gcc-5.4.0
Tue Jun 14 18:36:37 2016 >>> sys-devel/gcc-5.4.0
Wed Jun 15 02:08:41 2016 >>> sys-devel/gcc-5.4.0
Tue Jun 28 13:47:11 2016 >>> sys-devel/gcc-5.4.0
Mon Jan  9 11:09:27 2017 >>> sys-devel/gcc-5.4.0-r2
Mon Feb  6 11:13:35 2017 >>> sys-devel/gcc-5.4.0-r3
Wed Feb 22 00:11:41 2017 >>> sys-devel/gcc-5.4.0-r3

I don't have other suggestions, sorry.

raffaele



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

2017-04-19 Thread Mick
On Wednesday 19 Apr 2017 00:39:50 damill...@openmailbox.org wrote:
> On 2017-04-18 23:59, Mick wrote:
> > OK, I tried updating poppler to 0.52.0 which then wanted to re-emerge
> > inkscape, but inkscape failed too:
> > 
> > 
> > 
> > Could it be that gcc-5.4 isn't yet ripe enough for mass consumption?
> 
> The undefined references are because the program's dependencies aren't
> rebuilt yet to use the new C++ ABI from gcc-5.4, I think.
> Try re-emerging the dependencies first.
>  From the error, I suggest re-emerging Gtkmm and its dependencies first.
> 
> ryo/damillora.

Thank you, the efl and inkscape emerge problems were resolved.  As you 
suggested it was a matter of emerging packages in the correct order, which is 
something I thought revdep-rebuild was doing.  I resumed emerge with --skip-
first and at the end I emerged these packages manually, without further 
problems.

-- 
Regards,
Mick

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


Re: [gentoo-user] Re: Troubles setting USE flag for inkscape

2020-04-25 Thread Ashley Dixon
On Sat, Apr 25, 2020 at 08:33:36PM +0200, tu...@posteo.de wrote:
> On 04/25 07:28, Remy Blank wrote:
> > tu...@posteo.de wrote on 25/04/2020 17:55:
> > > Beside other permutations I add this to package.use
> > > 
> > > media-gfx/inkscape python_single_target_python3_8
> > 
> > Try this instead:
> > 
> > media-gfx/inkscape PYTHON_SINGLE_TARGET: -* python3_8
> > 
> > -- Remy
> > 
> > 
> 
> Hi Remy,
> 
> that helped !
> 
> To be honest ... I never had deduced this from the error message.
> Is this pure experience...somehing one had to learn after uears
> of trying to cope with The Portage Oracle...or is it one has
> and the other one has not...? ;)
> 
> ...or what manual do I need to read to up with this line?

He's just masking all Python single targets (-* = disable all)  except  for  one
(python3_8), thus satisfying the requirement that only one is set.

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA



signature.asc
Description: PGP signature


Re: [gentoo-user] Inkscape-0.48.1-r1 really sloooooow

2011-05-21 Thread Michael Orlitzky
On 05/20/2011 08:49 AM, Mick wrote:
> Hi All,
> 
> I installed inkscape-0.48.1-r1 on a x86 machine.  For a few
> seconds/minutes after opening an svg image rendering is fast as
> expected, but soon it gets bogged down to the point of seeing the
> image being rendered in slow motion, a row at a time if e.g. I scroll
> up or down the page.  Only 20% of RAM (of 3G total) is being used at
> the time, so I'm guessing this could be something to do with the ATI
> video card?
> 
> Other graphics apps open at the same time (e.g. Gimp) do not have such
> problems rendering graphics (albeit not svg).
> 
> Before I post loads of info which may be unnecessary, have you come
> across anything similar and how can I troubleshoot it?
> 
> PS.  I unmasked 0.48.1-r1 because 0.48.0 was even worse.

I don't suppose you have a ton of fonts installed? I've had Inkscape
lock up for like 5 minutes at a time when it was loading the font list
(either at startup or when opening the text dialog).



Re: [gentoo-user] Inkscape failed to compile...(update from this morning)

2018-10-27 Thread Adam Carter
On Sun, Oct 28, 2018 at 3:41 PM  wrote:

>
> Hi,
>
> while syncing/updateing my system, inkscape failed to compile:
>

Nikos posted about cairo issue recently that revdep-rebuild didnt fix. I
had a similar issue with different software. In my case;

emerge -1 x11-libs/cairo dev-cpp/cairomm dev-python/pycairo

Fixed it. Not sure which package was the problem.


Re: [gentoo-user] problem with gimp, firefox and inkscape

2009-10-09 Thread Paul Hartman
On Fri, Oct 9, 2009 at 12:41 PM, Platoali  wrote:
> Hi,
>
> I've a strange problem with some of my applications. the problem is when I
> want open a file in inkscape  or gimp, or  when I want to select a file  in
> firefox to attach the select file appears and then the whole application
> crashes with this error:

Well like you said it seems to be a gtk+ problem. Try changing to a
different GTK theme, perhaps.



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

2017-04-18 Thread damillora

On 2017-04-18 23:59, Mick wrote:

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



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


The undefined references are because the program's dependencies aren't 
rebuilt yet to use the new C++ ABI from gcc-5.4, I think.

Try re-emerging the dependencies first.
From the error, I suggest re-emerging Gtkmm and its dependencies first.

ryo/damillora.



Re: [gentoo-user] Good diagram app

2005-05-31 Thread Bruno Lustosa
> Take a look at Inkscape. Many very nice features, some overlap with dia,
> some quite different.

I emerged inkscape, but it's not quite what I need.
Need something to draw flowcharts and diagrams.

> KOffice has just expanded with a new diagram tool called kivio .
> It looked pretty good, almost made me wish I had some use for a diagram
> tool.

Will emerge koffice to have a look at it.

Thank you two.

-- 
Bruno Lustosa, aka Lofofora  | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ: 1406477
Rio de Janeiro - Brazil  |

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] problem with gimp, firefox and inkscape

2009-10-09 Thread Platoali
Hi,

I've a strange problem with some of my applications. the problem is when I 
want open a file in inkscape  or gimp, or  when I want to select a file  in 
firefox to attach the select file appears and then the whole application 
crashes with this error:

Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix 
it.
Segmentation fault


or gimp: 

(script-fu:24851): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
Segmentation fault

I've also done two sync and also  deep-new_use update and  tried revdev-
rebuild which they did nothing. I  also ran a memtest to check if faulty 
memory is the reason. But all the test passed without any problem.

I don't have any problem with kde applications and also OpenOffice or Vlc. It 
seems that it is a gtk problem. I can open files when I pass them as a command 
line argument. 

 I've opened a bug few days ago. But it seem that I'm the only one that have 
this problem. No one made any comment or voted for my bug. this is getting a 
little bit annoying. Specially in Firefox. 

https://bugs.gentoo.org/show_bug.cgi?id=287709

Would anyone give me a clue what the problem is?

Best Regards
Platoali



Re: [gentoo-user] Installed over and over again: Imagemagick

2019-12-11 Thread Neil Bothwick
On Wed, 11 Dec 2019 14:49:15 -0500, Jack wrote:

> > WARNING: One or more updates/rebuilds have been skipped due to a  
> > dependency conflict:
> > 
> > media-gfx/imagemagick:0
> > 
> >   (media-gfx/imagemagick-7.0.9.7:0/7.0.9::gentoo, ebuild scheduled  
> > for merge) conflicts with
> >  > (media-gfx/inkscape-1.0_beta2:0/0::gentoo, installed)
> > ^   ^
> >  > (media-gfx/inkscape-1.0_beta2:0/0::gentoo, installed)
> > ^  ^
> > 
> > Cheers!  
> Well, that does seem relevant.  Since you accept testing versions, it  
> wants to upgrade to 7.0.9.0, but inkskape prevents that, as it requires
> a version less than 7.  As Dale pointed out, you do need to have the  
> cxx use flag set for imagemagick, but I suspect you do, or portage  
> would complain even more.  What is not clear to me is why it insists on
> reinstalling 6.10.9.77 just because it can't upgrade.  Does anyone  
> think it might be a (subtle or not so) bug in portage?

That's the odd part. The warning is just that, it is portage telling you
why it is not upgrading imagemagick to the latest version. I can't see
anything in the output you have posted that explains portage's desire to
continually reinstall the same version of imagemagick.

I think it was suggested earlier, but have you tried setting the
graphicsmagick flag for inkscape?


-- 
Neil Bothwick

"There's more to life than sex, beer and computers.
Not a lot more admittedly..."


pgpB6bmkcu5ip.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Fetch List

2012-06-05 Thread v_2e
  Hello!

On Tue, 5 Jun 2012 13:37:11 +0200
Silvio Siefke  wrote:

> Hello,
> 
> is there a option that i can build a list of Requirements to download
> of a ebuild? 
> 
  I usually use

emerge --pretend --fetchonly media-gfx/inkscape > files_to_fetch.txt

or in a short form

emerge -fp media-gfx/inkscape > files_to_fetch.txt

And after that I download the files with wget as follows:

cat files_to_fetch.txt | cut -d " "-f 1| wget -c -i -

Note: if there are some errors during download, you may try to use
different fields in 'cut' -- like "-f 2" or "-f 3" and so on.

  Hope, this helps. :)

Regards,
Vladimir

- 
 



Re: [gentoo-user] Inkscape failed to compile...(update from this morning)

2018-10-27 Thread Adam Carter
On Sun, Oct 28, 2018 at 4:08 PM Adam Carter  wrote:

> On Sun, Oct 28, 2018 at 3:41 PM  wrote:
>
>>
>> Hi,
>>
>> while syncing/updateing my system, inkscape failed to compile:
>>
>
> Nikos posted about cairo issue recently that revdep-rebuild didnt fix. I
> had a similar issue with different software. In my case;
>
> emerge -1 x11-libs/cairo dev-cpp/cairomm dev-python/pycairo
>
> Fixed it. Not sure which package was the problem.
>

dev-cpp/cairomm seems like the most likely candidate as its files are
mentioned in Nikos' and your build errors, so try rebuilding that one first.


Re: [gentoo-user] Good diagram app

2005-05-31 Thread Luca Penasa

Bruno Lustosa wrote:


Take a look at Inkscape. Many very nice features, some overlap with dia,
some quite different.
   



I emerged inkscape, but it's not quite what I need.
Need something to draw flowcharts and diagrams.

 


KOffice has just expanded with a new diagram tool called kivio .
It looked pretty good, almost made me wish I had some use for a diagram
tool.
   



Will emerge koffice to have a look at it.

Thank you two.

 




Try with DIA ;-)




--

Email.it, the professional e-mail, gratis per te: http://www.email.it/f



Sponsor:

Scarica Sweety e la Rana Pazza sul tuo cellulare.

* La prima suoneria è GRATIS!

Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=3537&d=31-5
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Installed over and over again: Imagemagick

2019-12-11 Thread Neil Bothwick
On Wed, 11 Dec 2019 12:49:01 -0500, Jack wrote:

> > package.use/inkscape:media-gfx/inkscape jpeg nls openmp cdr dbus dia  
> > exif -gnome imagemagick inkjar latex lcms postscript visio wpg  
> > PYTHON_TARGETS="python2_7")
> > 
> > 
> > Cheers!
> > mcc  
> I'm curious why you have the PYTHON_TARGET set for imagemagick.  I  
> don't see any mention of python anywhere in any of the imagemagick  
> ebuilds, and "emerge -p imagemagick" doesn't say anything about python.

He doesn't, it is set for inkscape. However, that trailing ) shouldn't be
there. I doubt it is the cause of the problem, but it's worth cleaning up
anyway.


-- 
Neil Bothwick

WinErr 683: Time out error - Operator fell asleep while waiting for the
system to complete boot procedure.


pgp2FEyIme2hu.pgp
Description: OpenPGP digital signature


[gentoo-user] Re: Does skencil work for anybody else?

2010-03-12 Thread Grant Edwards
On 2010-03-12, Keith Dart  wrote:
>=== On Fri, 03/12, Grant Edwards wrote: ===
>> Does skencil work for anybody else?

> You should probably be using inkscape instead.

I was afraid of that.  Inkscape is a bloated monster that's going to
pull in another dozen or two packages.  I guess if that's the only
choice...

> I'm not sure skencil is maintained.

Apparently not.  There's a fork named "sk1" that's still somewhat
active, but it's got its own problem.  Most notably, there's no
batch-mode export.  There's a program called "uniconvertor" that
supposedly uses the sk1 engine to convert between various vector
graphics files, but it can't even read an sk1 file.

> BTW, I have the exact same problem with skencil.

Apparently skencil is not compatible with tk 8.5.

-- 
Grant Edwards   grant.b.edwardsYow! ... I want to perform
  at   cranial activities with
  gmail.comTuesday Weld!!




[gentoo-user] Re: Does skencil work for anybody else?

2010-03-13 Thread Grant Edwards
On 2010-03-13, Willie Wong  wrote:
> On Fri, Mar 12, 2010 at 07:54:35PM +, Grant Edwards wrote:
>> After attempting to use sk1 for a few minutes, I've given up on it. 
>> It crashes regularly. Exporting to a .eps file just plain doesn't work
>> (it writes 'sk1' format data to the file). 
>> 
>> The user interface is full of breakage: if you export a drawing and
>> then do a 'save', it overwrites the _exported_ file rather than saving
>> in the original drawing file.
>> 
>> It also spews a constant stream of errors and tracebacks when doing
>> anything at all.
>
> Now this is interesting, inkscape apparently depends on skencil for
> postscript support?

Looks that way, though I'm not sure exactly what it uses skencil for.
I would have sworn I had inkscape installed without skencil and could
still export to EPS.

> Somehow this doesn't bode well to me...

Nope.

-- 
Grant





[gentoo-user] Inkscape-0.48.1-r1 really sloooooow

2011-05-20 Thread Mick
Hi All,

I installed inkscape-0.48.1-r1 on a x86 machine.  For a few
seconds/minutes after opening an svg image rendering is fast as
expected, but soon it gets bogged down to the point of seeing the
image being rendered in slow motion, a row at a time if e.g. I scroll
up or down the page.  Only 20% of RAM (of 3G total) is being used at
the time, so I'm guessing this could be something to do with the ATI
video card?

Other graphics apps open at the same time (e.g. Gimp) do not have such
problems rendering graphics (albeit not svg).

Before I post loads of info which may be unnecessary, have you come
across anything similar and how can I troubleshoot it?

PS.  I unmasked 0.48.1-r1 because 0.48.0 was even worse.
-- 
Regards,
Mick



Re: [gentoo-user] Inkscape failed to compile...(update from this morning)

2018-10-27 Thread tuxic
On 10/28 04:13, Adam Carter wrote:
> On Sun, Oct 28, 2018 at 4:08 PM Adam Carter  wrote:
> 
> > On Sun, Oct 28, 2018 at 3:41 PM  wrote:
> >
> >>
> >> Hi,
> >>
> >> while syncing/updateing my system, inkscape failed to compile:
> >>
> >
> > Nikos posted about cairo issue recently that revdep-rebuild didnt fix. I
> > had a similar issue with different software. In my case;
> >
> > emerge -1 x11-libs/cairo dev-cpp/cairomm dev-python/pycairo
> >
> > Fixed it. Not sure which package was the problem.
> >
> 
> dev-cpp/cairomm seems like the most likely candidate as its files are
> mentioned in Nikos' and your build errors, so try rebuilding that one first.

Hi,

reemergeing cairomm fixes the problem!
Many thanks for that solution! :)

Unfortunately I emerged and forget the '-1'...is there a 
way to fix that?

Cheers!
Meino





Re: [gentoo-user] Inkscape failed to compile...(update from this morning)

2018-10-28 Thread Peter Humphrey
On Sunday, 28 October 2018 06:46:37 GMT tu...@posteo.de wrote:
> On 10/28 04:13, Adam Carter wrote:
> > On Sun, Oct 28, 2018 at 4:08 PM Adam Carter  wrote:
> > > On Sun, Oct 28, 2018 at 3:41 PM  wrote:
> > >> Hi,
> > > 
> > >> while syncing/updateing my system, inkscape failed to compile:
> > > Nikos posted about cairo issue recently that revdep-rebuild didnt fix. I
> > > had a similar issue with different software. In my case;
> > > 
> > > emerge -1 x11-libs/cairo dev-cpp/cairomm dev-python/pycairo
> > > 
> > > Fixed it. Not sure which package was the problem.
> > 
> > dev-cpp/cairomm seems like the most likely candidate as its files are
> > mentioned in Nikos' and your build errors, so try rebuilding that one
> > first.
> Hi,
> 
> reemergeing cairomm fixes the problem!
> Many thanks for that solution! :)
> 
> Unfortunately I emerged and forget the '-1'...is there a
> way to fix that?

emerge --deselect cairomm.

-- 
Regards,
Peter.






Re: [gentoo-user] Re: Experiences with Flatpak?

2019-01-25 Thread Canek Peláez Valdés
On Fri, Jan 25, 2019 at 1:17 PM Nikos Chantziaras  wrote:

> On 25/01/2019 20:48, Grant Edwards wrote:
> > But, flatpak isn't in the standard portage tree, so you have to use an
> > overlay or local repo.
> >
> > This is beginning to look like a lot of work.
> >
> > Is it practical to use flatpak apps on Gentoo?
>
> I was using it for a while. Not anymore.
>
> It does exactly what it says on the box. However, GUI applications
> installed in flatpak will completely ignore your desktop settings.
> flatpak comes with its own gtk/qt/gnome/kde libraries and its own
> completely separate settings for the desktop environment.
>
> This is why I'm not using it anymore. GUI apps look like ass.
>

That's weird; they look fine for me [1,2]. As yo say, they have different
configurations (every application runs in an individual container), but the
both look normal.

Regards.

[1] https://aztlan.fciencias.unam.mx/~canek/inkscape-gentoo.jpg
[2] https://aztlan.fciencias.unam.mx/~canek/inkscape-flatpak.jpg
-- 
Dr. Canek Peláez Valdés
Profesor de Carrera Asociado C
Departamento de Matemáticas
Facultad de Ciencias
Universidad Nacional Autónoma de México


Re: [gentoo-user] Installed over and over again: Imagemagick

2019-12-11 Thread tuxic
On 12/11 05:55, Neil Bothwick wrote:
> On Wed, 11 Dec 2019 12:49:01 -0500, Jack wrote:
> 
> > > package.use/inkscape:media-gfx/inkscape jpeg nls openmp cdr dbus dia  
> > > exif -gnome imagemagick inkjar latex lcms postscript visio wpg  
> > > PYTHON_TARGETS="python2_7")
> > > 
> > > 
> > > Cheers!
> > > mcc  
> > I'm curious why you have the PYTHON_TARGET set for imagemagick.  I  
> > don't see any mention of python anywhere in any of the imagemagick  
> > ebuilds, and "emerge -p imagemagick" doesn't say anything about python.
> 
> He doesn't, it is set for inkscape. However, that trailing ) shouldn't be
> there. I doubt it is the cause of the problem, but it's worth cleaning up
> anyway.
> 
> 
> -- 
> Neil Bothwick
> 
> WinErr 683: Time out error - Operator fell asleep while waiting for the
> system to complete boot procedure.

I removed the ')' and updated again (did this aboyt 2h before).

The onlu one, which ich being emerged is imagemagick...

But I saw this again:

WARNING: One or more updates/rebuilds have been skipped due to a dependency 
conflict:

media-gfx/imagemagick:0

  (media-gfx/imagemagick-7.0.9.7:0/7.0.9::gentoo, ebuild scheduled for merge) 
conflicts with


Re: [gentoo-user] Installed over and over again: Imagemagick

2019-12-11 Thread Jack

On 2019.12.11 13:12, tu...@posteo.de wrote:

On 12/11 05:55, Neil Bothwick wrote:
> On Wed, 11 Dec 2019 12:49:01 -0500, Jack wrote:

[snip...]

The onlu one, which ich being emerged is imagemagick...

But I saw this again:

WARNING: One or more updates/rebuilds have been skipped due to a  
dependency conflict:


media-gfx/imagemagick:0

  (media-gfx/imagemagick-7.0.9.7:0/7.0.9::gentoo, ebuild scheduled  
for merge) conflicts with
(media-gfx/inkscape-1.0_beta2:0/0::gentoo, installed)

^   ^
(media-gfx/inkscape-1.0_beta2:0/0::gentoo, installed)

^  ^

Cheers!
Well, that does seem relevant.  Since you accept testing versions, it  
wants to upgrade to 7.0.9.0, but inkskape prevents that, as it requires  
a version less than 7.  As Dale pointed out, you do need to have the  
cxx use flag set for imagemagick, but I suspect you do, or portage  
would complain even more.  What is not clear to me is why it insists on  
reinstalling 6.10.9.77 just because it can't upgrade.  Does anyone  
think it might be a (subtle or not so) bug in portage?


Jack


[gentoo-user] Re: Does skencil work for anybody else?

2010-03-12 Thread Grant Edwards
On 2010-03-12, Grant Edwards  wrote:
> On 2010-03-12, Keith Dart  wrote:
>>=== On Fri, 03/12, Grant Edwards wrote: ===
>>> Does skencil work for anybody else?
>
>> You should probably be using inkscape instead.
>
> I was afraid of that.  Inkscape is a bloated monster that's going to
> pull in another dozen or two packages.  I guess if that's the only
> choice...
>
>> I'm not sure skencil is maintained.
>
> Apparently not.  There's a fork named "sk1" that's still somewhat
> active, but it's got its own problem.

After attempting to use sk1 for a few minutes, I've given up on it. 
It crashes regularly. Exporting to a .eps file just plain doesn't work
(it writes 'sk1' format data to the file). 

The user interface is full of breakage: if you export a drawing and
then do a 'save', it overwrites the _exported_ file rather than saving
in the original drawing file.

It also spews a constant stream of errors and tracebacks when doing
anything at all.

-- 
Grant Edwards   grant.b.edwardsYow! Look into my eyes and
  at   try to forget that you have
  gmail.coma Macy's charge card!




Re: [gentoo-user] "Icon" Editor???

2009-06-01 Thread meino . cramer
Masood Ahmed  [09-06-01 17:12]:
> meino.cra...@gmx.de writes:
> 
> > Hi,
> >
> >  I am trying to create "button screens" and such stuff for a touch
> >  enabbles LCD of 160x80 pixels (pure black and white).
> >
> >  Unfortunately I couldn't convince gimp to set black pixels
> >  when using Indexed mode...
> >
> >  And converting an rgb/grayscaled picture to b/w is no option,
> >  since on a 160x80 "screen" this would result in broken lines
> >  and such...
> >
> >  I there any Icon-Editor which is able to handle text (kiconeditor
> >  can't do that) and the other more general graphical drawing
> >  operations?
> >
> >  Or any other application with which I could acchieve what I want?
> >
> >  Thank you very much for any help in advance!
> 
> Try Inkscape
> 
> Regards,
> Masood Ahmed
> 

Hi Masood,

thanks for your reply...I tried InkScape but it is not able to reduce
drawing to pure b/w.

Regards,
Meino Cramer

> -- 
> Microsoft does have a Y2K problem... it's called Linux!

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




Re: [gentoo-user] Inkscape failed to compile...(update from this morning)

2018-10-28 Thread tuxic
On 10/28 08:49, Peter Humphrey wrote:
> On Sunday, 28 October 2018 06:46:37 GMT tu...@posteo.de wrote:
> > On 10/28 04:13, Adam Carter wrote:
> > > On Sun, Oct 28, 2018 at 4:08 PM Adam Carter  wrote:
> > > > On Sun, Oct 28, 2018 at 3:41 PM  wrote:
> > > >> Hi,
> > > > 
> > > >> while syncing/updateing my system, inkscape failed to compile:
> > > > Nikos posted about cairo issue recently that revdep-rebuild didnt fix. I
> > > > had a similar issue with different software. In my case;
> > > > 
> > > > emerge -1 x11-libs/cairo dev-cpp/cairomm dev-python/pycairo
> > > > 
> > > > Fixed it. Not sure which package was the problem.
> > > 
> > > dev-cpp/cairomm seems like the most likely candidate as its files are
> > > mentioned in Nikos' and your build errors, so try rebuilding that one
> > > first.
> > Hi,
> > 
> > reemergeing cairomm fixes the problem!
> > Many thanks for that solution! :)
> > 
> > Unfortunately I emerged and forget the '-1'...is there a
> > way to fix that?
> 
> emerge --deselect cairomm.
> 
> -- 
> Regards,
> Peter.

Hi Peter,

oh YEAH...sometimes the """problem""" seems to imply
a vast complicate solutionand one do not even
assume that there is something that straight forward
as

emerge --deselect cairomm

. 
GREAT! :)

Cheers!
Meino





[gentoo-user] Re: X application instability

2007-03-04 Thread Benjamin Graf

Hi,
I got the same problem (mostly with audacious, scite and inkscape).
Did you find a solution ?

Thanks

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



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

2015-07-16 Thread Volker Armin Hemmann
Am 17.07.2015 um 00:31 schrieb Canek Peláez Valdés:
> On Thu, Jul 16, 2015 at 3:53 PM, walt  <mailto:w41...@gmail.com>> wrote:
> >
> > I don't understand 'introspection' enough to know why we need it, but
> > apparently we do, so don't use the -introspection useflag like I did.
> >
> > The trouble I introduced a few weeks ago when I disabled introspection
> > was subtle enough that I didn't realize until yesterday that I even had
> > a problem.
> >
> > Portage had been doing mildly insane things that other people were not
> > seeing, so as a test I removed the -introspection useflag and spent the
> > entire day rebuilding packages.  My portage problem appears to be
> > fixed.  I hope.
> >
> > If anyone can splain what introspection does I'd be grateful.
>
> Alan did a fine job explaining what introspection is in general. In
> Gentoo, the introspection flag is only used by GObject based
> libraries; all the languages that natively supports introspection does
> it inconditionally, and (as far as I am aware) GObject is the only C
> object oriented library that provides introspection.
>
> Some years ago, you could get away without activating it, but nowadays
> is for all practical purposes mandatory. At least this is the case for
> GNOME 3; but I would not be surprised if it's also the case for
> basically any GObject based software; that covers all GTK+ 2 and 3
> applications. The instrospection infrastructure is not only used (as
> Alan mentioned) to "look inside" a compiled class; it's also part of
> the automatic binding generation for other programming languages used
> by all GObject libraries (or at lest that's what I understand, please
> correct me if I'm wrong). Therefore, if you use Inkscape, for example,
> you'll need introspection since Inkscape is wrote in C++ using the
> gtk-- bindings.
>
> In general, I would recommend not to set USE="-*" (an opinion shared
> by basically all Gentoo devs and most rational people), and let the
> default use flags to do their magic. But everyone is free to break
> their systems as they please.
>
> Regards.
> --
> Canek Peláez Valdés
> Profesor de asignatura, Facultad de Ciencias
> Universidad Nacional Autónoma de México

I have had -introspection set for ages in make.conf.

It is turned on for some selected packages in package.use

I use inkscape

I don't use gnome

I don't use systemd

My system is fine.


Re: [gentoo-user] X application instability

2007-03-04 Thread Benjamin Graf

Hi,
I got the same problem (mostly with audacious, scite and inkscape).
Did someone find a solution ?

Thanks

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



Re: [gentoo-user] Recommend a program for line art and text

2008-04-15 Thread Kevin O'Gorman
On 1/30/07, Hans-Werner Hilse <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>
> On Mon, 29 Jan 2007 15:26:37 -0800 "Kevin O'Gorman"
> <[EMAIL PROTECTED]> wrote:
>
> > I've tried creating diagrams in xfig.  It works fine for my LaTeX
> > documents, but does not export well to PNG for use in web pages.
>
>
> Hm, what do you mean by saying "not so well"? If it's just that it
> isn't antialiased as good as you'd like it to be, then just export it
> at higher resolution and scale it down with some pix-image tool
> afterwards.
>
> Aside from that, it really depends on what diagrams you're creating.
> Personally, I turned away from xfig a bit, but that's mostly due to its
> interface. I like dia for flow-charts and similar stuff and inkscape
> for more graphic intensive stuff.
>
> -hwh


Fooling with bitmap resolutions gives me a headache, and I havent' figured
out
how to make it look good on screen and also good when printed.  My students
print my pages a lot.

Thanks for Inkscape, tho -- it is perfect for me.  I like the interface, and
since it saves
in SVG format, I get web pages without the intermediate bitmap bother. The
results are much better

++ kevin

-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] Editing PDF and/or postscript

2006-06-13 Thread JimD
Justin R Findlay wrote:
> On Tue, Jun 13, 2006 at 05:54:00PM -0400, JimD wrote:
>> Are there any tools/editors to edit a pdf or ps file?  I am digitizing
>> some books.  I have the books as pdf and can convert that to postscript,
>> text, html.
>>
>> I would like to be able to insert a few graphics into the PDF files.  I
>> could convert to plain text, edit in OOo and export to PDF.  However, I
>> lose all formatting doing that.
>>
>> I was hoping there were tools/editors for PDF/PS.  What the heck do book
>> writers use?  I hope not a word processor.  I am only working with small
>> books and it is a pain to have to deal with layout.
> 
> You could open it up in vi and guess about what's going on, or you could
> learn the postscript language. (:  Otherwise, there's inkscape and
> scribus that will write to PDF.  I don't know what's so hard about
> reading in PDF files if you can write out to them.  Good luck.
> 
> 
> Justin

Thanks Justin.  I am going to give scribus/inkscape a shot.

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You roll an 18 in Dex and see if you
don't end up with a girlfriend
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] inkscape won't start

2009-06-14 Thread Ward Poelmans
On Sun, Jun 14, 2009 at 01:17, Michael P.
Soulier wrote:
> Wow. How'd I get in this state?

Try unmerging app-text/poppler*. It's being replaced by dev-libs/poppler*

Ward



Re: [gentoo-user] Conflicting version...but the version scheme is confusing...

2019-11-29 Thread tuxic
On 11/30 05:19, tu...@posteo.de wrote:
> On 11/29 10:12, Dale wrote:
> > tu...@posteo.de wrote:
> > > Hi,
> > >
> > > I got this printed onto my console after updateing:
> > >
> > >   (media-gfx/imagemagick-7.0.9.5:0/7.0.9::gentoo, ebuild scheduled for 
> > > merge) conflicts with
> > >  > > (media-gfx/inkscape-1.0_beta1:0/0::gentoo, ebuild scheduled for merge)
> > >
> > > What does "media-gfx/imagemagick-7:=[cxx]" indicate for a version ?
> > >
> > > Cheers!
> > > Meino
> > >
> > 
> > I get this here:
> > 
> > 
> > [ebuild   R    ] media-gfx/imagemagick-7.0.9.5:0/7.0.9::gentoo  USE="X
> > bzip2 corefonts cxx fontconfig jbig jpeg jpeg2k lcms lzma openmp pango
> > png svg tiff truetype wmf xml zlib -djvu -fftw -fpx -graphviz -hdri
> > -heif -lqr -opencl -openexr -perl -postscript -q32 -q8 -raw -static-libs
> > -test -webp" 0 KiB
> > 
> > 
> > Notice the USE flag cxx is enabled.  I think it is trying to say you
> > need to enable that USE flag for that package.  Portage's output can be
> > confusing at times without a crystal ball or some other magic way to
> > decipher what it says.  lol
> > 
> > Of course, I could be wrong on that too.  :/
> > 
> > Dale
> > 
> > :-)  :-) 
> > 
> 
> Hi Dale,
> 
> thank you for your posting! :)
> 
> mine says:
> 
> [U] media-gfx/imagemagick
>  Available versions:  6.9.10.74(0/6.9.10.74)^tu 7.0.9.5(0/7.0.9)^t 
> **(0/7.0.9)*l^t {X bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz 
> hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png 
> postscript q32 q8 raw static-libs svg test tiff truetype webp wmf xml zlib}
>  Installed versions:  6.9.10.73(0/6.9.10.73)^t(04:05:19 AM 11/23/2019)(X 
> bzip2 cxx jpeg jpeg2k openmp png zlib -corefonts -djvu -fftw -fontconfig -fpx 
> -graphviz -hdri -heif -jbig -lcms -lqr -lzma -opencl -openexr -pango -perl 
> -postscript -q32 -q8 -raw -static-libs -svg -test -tiff -truetype -webp -wmf 
> -xml)
> 
> 
> So "cxx" is already set. I will try to disable it, but it was not set
> by me...so it may break other things.
> 
> Could this not make a little bit clearer?
> 
> Cheers!
> Meino
> 
> 

No, that's not correct that way. Now it states:

The following packages are causing rebuilds:

  (media-gfx/imagemagick-6.9.10.74:0/6.9.10.74::gentoo, ebuild scheduled for 
merge) causes rebuilds for:
(media-gfx/inkscape-1.0_beta1:0/0::gentoo, ebuild scheduled for merge)

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by media-gfx/inkscape-1.0_beta1::gentoo[imagemagick,-graphicsmagick]
# required by @__auto_slot_operator_replace_installed__ (argument)
=media-gfx/imagemagick-6.9.10.74 cxx

Hrrmmmp...

Cheers!
Meino




Re: [gentoo-user] Editing PDF and/or postscript

2006-06-13 Thread Teresa and Dale
JimD wrote:

>Justin R Findlay wrote:
>  
>
>>On Tue, Jun 13, 2006 at 05:54:00PM -0400, JimD wrote:
>>
>>
>>>Are there any tools/editors to edit a pdf or ps file?  I am digitizing
>>>some books.  I have the books as pdf and can convert that to postscript,
>>>text, html.
>>>
>>>I would like to be able to insert a few graphics into the PDF files.  I
>>>could convert to plain text, edit in OOo and export to PDF.  However, I
>>>lose all formatting doing that.
>>>
>>>I was hoping there were tools/editors for PDF/PS.  What the heck do book
>>>writers use?  I hope not a word processor.  I am only working with small
>>>books and it is a pain to have to deal with layout.
>>>  
>>>
>>You could open it up in vi and guess about what's going on, or you could
>>learn the postscript language. (:  Otherwise, there's inkscape and
>>scribus that will write to PDF.  I don't know what's so hard about
>>reading in PDF files if you can write out to them.  Good luck.
>>
>>
>>Justin
>>
>>
>
>Thanks Justin.  I am going to give scribus/inkscape a shot.
>
>Jim
>  
>


If it helps any, Scribus is a lot like Quark, that real expensive
program that newspapers and magizines use.  It takes a bitof getting
used to but it does a really good job.

Dale
:-) :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Experiences with Flatpak?

2019-01-27 Thread J. Roeleveld
On Friday, January 25, 2019 8:40:32 PM CET Canek Peláez Valdés wrote:
> On Fri, Jan 25, 2019 at 1:17 PM Nikos Chantziaras  wrote:
> > On 25/01/2019 20:48, Grant Edwards wrote:
> > > But, flatpak isn't in the standard portage tree, so you have to use an
> > > overlay or local repo.
> > > 
> > > This is beginning to look like a lot of work.
> > > 
> > > Is it practical to use flatpak apps on Gentoo?
> > 
> > I was using it for a while. Not anymore.
> > 
> > It does exactly what it says on the box. However, GUI applications
> > installed in flatpak will completely ignore your desktop settings.
> > flatpak comes with its own gtk/qt/gnome/kde libraries and its own
> > completely separate settings for the desktop environment.
> > 
> > This is why I'm not using it anymore. GUI apps look like ass.
> 
> That's weird; they look fine for me [1,2]. As yo say, they have different
> configurations (every application runs in an individual container), but the
> both look normal.
> 
> Regards.
> 
> [1] https://aztlan.fciencias.unam.mx/~canek/inkscape-gentoo.jpg
> [2] https://aztlan.fciencias.unam.mx/~canek/inkscape-flatpak.jpg

Disclaimer: Not using Flatpak, so below is only a guess.

I don't think Flatpak copies/uses any theme-settings of the underlying 
desktop, but applies the default. If the user has the default settings, it 
looks fine. If the user doesn't, than it can look like the 90s. (Depending on 
the amount of 'customization')

--
Joost





Re: [gentoo-user] sodipodi

2006-10-18 Thread Ilya Hegai

use inkscape, it's sodipodi fork

http://wiki.inkscape.org/wiki/index.php/SodiPodi

2006/10/18, Stéphane ANCELOT <[EMAIL PROTECTED]>:

Hi,

I can not find sodipodi in emerge 
where is it ?
Bye
--
gentoo-user@gentoo.org mailing list





--
regards, Hegai Ilya

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] program to create buttons and graphic text

2006-03-01 Thread Christoph Eckert

> i would like to know which program can be suited to create buttons
> and graphic text to be used, for example, in web pages.

Go vector and therefore Inkscape.


Best regards


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



Re: [gentoo-user] Troubles setting USE flag for inkscape

2020-04-25 Thread Michael Orlitzky
On 4/25/20 11:55 AM, tu...@posteo.de wrote:
> ##  ... PYTHON_SINGLE_TARGET="python3_6 python3_8 -python3_7"
> ##  
> ##The following REQUIRED_USE flag constraints are unsatisfied:
> ##  exactly-one-of ( python_single_target_python3_6 
> python_single_target_python3_7 python_single_target_python3_8 )
> 

"Single target" means you've gotta pick just one.




Re: [gentoo-user] Remove rust completely

2022-05-14 Thread Michael Orlitzky
On Wed, 2022-05-11 at 20:22 -0400, Mansour Al Akeel wrote:
> I am trying to avoid installing rust and prevent emerge --update
> --deep world from installing it again.
> How to do this ?
> 

1. Switch away from Mozilla products. Evolution is a great Thunderbird
alternative, and Epiphany is a passable Firefox substitute.

2a. Give up on SVG support in anything other than inkscape. The only
two standalone (i.e. outside of inkscape) SVG libraries involve rust.

2b. Add gnome-base/librsvg to package.provided, and use pre-built
binary packages[0] for any GTK icon themes you need. This isn't perfect
(a few application icons won't render), but it's livable.

3. If you use app-antivirus/clamav, the stable 0.103.x series will
remain rust-free and supported (in Gentoo) until it no longer works, or
has a security issue that isn't easy to backport. Unless you need this
for compliance reasons or for a mail server with third-party
signatures, the "good" news is that its detection rate has never been
great. You're not much worse off without it.

4a. Help the Gentoo developers by pointing out any packages that
currently depend on dev-python/cryptography (which now needs rust)
where that dependency can be made optional by a USE flag.

4b. If upstream is interested, you can try to port python packages away
from the cryptography package to something like pyNaCl.


[0]https://dilfridge.blogspot.com/2021/09/experimental-binary-gentoo-package.html



Re: [gentoo-user] Does skencil work for anybody else?

2010-03-12 Thread Keith Dart
=== On Fri, 03/12, Grant Edwards wrote: ===
> Does skencil work for anybody else?

===

You should probably be using inkscape instead. I'm not sure skencil is
maintained. 

BTW, I have the exact same problem with skencil.

-- Keith Dart

-- 

-- ~
   Keith Dart 
   public key: ID: 19017044
   <http://www.dartworks.biz/>
   =



Re: [gentoo-user] Re: X application instability

2007-03-04 Thread Benjamin Graf

Hi,
I got the same problem (mostly with audacious, scite and inkscape).
Did you find a solution ?

Thanks

Ben

PS : sorry if this message appeared more than one time, I'm new to
mailing lists and I didn't really know how to write the subject.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Inkscape failed to compile...(update from this morning)

2018-10-28 Thread Peter Humphrey
On Sunday, 28 October 2018 09:05:59 GMT tu...@posteo.de wrote:

> oh YEAH...sometimes the """problem""" seems to imply
> a vast complicate solutionand one do not even
> assume that there is something that straight forward
> as
> 
> emerge --deselect cairomm
> 
> .
> GREAT! :)
> 
> Cheers!
> Meino

Glad to be of service.  :)

-- 
Regards,
Peter.






[gentoo-user] Fetch List

2012-06-05 Thread Silvio Siefke
Hello,

is there a option that i can build a list of Requirements to download of 
a ebuild? 

I want build inkscape, but i has only mobile connection at moment. Can i
build a list which i can then later load in a cybercafe?

In the Handbook i found only a list for world. Thank u. 


Regards
Silvio



Re: [gentoo-user] conflict in update

2009-04-25 Thread Justin

Michael P. Soulier wrote:

I'm trying to understand the explanation of this but I don't quite see it. It
looks like conflicting libraries used by gimp, inkscape and openoffice. 

I don't quite understand the explanation, and what my options are. 


Translation appreciated.

Thanks,
Mike

msoul...@anton:~$ emerge --pretend --update --deep world

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

Calculating dependencies... done!
[ebuild U ] dev-libs/libassuan-1.0.5 [1.0.4]
[ebuild U ] dev-lang/python-2.5.4-r2 [2.5.2-r7] USE="xml%*" 
[ebuild U ] dev-python/setuptools-0.6_rc9 [0.6_rc8-r1]

[ebuild U ] app-text/poppler-0.10.5-r1 [0.10.4]
[ebuild U ] app-text/poppler-bindings-0.10.5-r1 [0.10.4]
[ebuild U ] app-crypt/gnupg-2.0.11 [2.0.10]
[ebuild U ] dev-python/pygtk-2.14.1 [2.14.0]

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

app-text/poppler-bindings:0

  ('installed', '/', 'app-text/poppler-bindings-0.10.4', 'nomerge') pulled in
by
~app-text/poppler-bindings-0.10.4[gtk,cairo] required by ('installed',
'/', 'media-gfx/gimp-2.6.4', 'nomerge')
~app-text/poppler-bindings-0.10.4[gtk,cairo] required by ('installed',
'/', 'virtual/poppler-glib-0.10.4', 'nomerge')
~app-text/poppler-bindings-0.10.4[gtk,cairo] required by ('installed',
'/', 'media-gfx/inkscape-0.46-r5', 'nomerge')
(and 1 more)

  ('ebuild', '/', 'app-text/poppler-bindings-0.10.5-r1', 'merge') pulled in by
app-text/poppler-bindings required by world

  Explanation:

New USE for 'app-text/poppler-bindings:0' are incorrectly set. In
order to solve this, adjust USE to satisfy '~app-text/poppler-
bindings-0.10.4[gtk,cairo]'.



It tells you what todo:

emerge app-text/poppler-bindings-0.10.4

with USE="gtk cairo"

check that if it solves the problem



Re: [gentoo-user] Good diagram app

2005-05-31 Thread michael



On Tue, 31 May 2005, Bruno Lustosa wrote:


Hello.

I am in need of an application like Visio. I tried messing with dia,
but it's still far from what I need, for it lacks lots of useful
features.
What program do the list recommend?


Take a look at Inkscape. Many very nice features, some overlap with dia,
some quite different.

www.inkscape.org
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF: convert to grayscale

2011-02-27 Thread Valmor de Almeida
On 02/08/2011 08:50 AM, Nuno J. Silva wrote:
> Does anyone know a tool (other than ghostscript) that is able to convert
> a PDF (or postscript) to grayscale?
> 
> Ghostscript does this, but is unable to convert gradients and fills
> (they're replaced by bitmaps) which results in a too big file unless I
> drastically reduce quality.
> 

Have you tried inkscape? it is in portage.

--
Valmor



Re: [gentoo-user] Imagemagick and Graphicsmagick blocking each other

2011-12-10 Thread Alex Schuster
Frank Steinmetzger writes:

 a number of packages depend on imagemagick, such as Inkscape,
> Frescobaldi and some LaTeX related stuff. I wanted to take a look at
> Octave, but this positively wants graphicsmagick, which is a fork of
> imagemagick as far as I can tell and which conflicts with imagemagick.

It seems you can install graphicsmagick along with imagemagick, if the
imagemagick USE flag ist not set.

Wonko



Re: [gentoo-user] Drafting or simple blue print creation

2008-01-18 Thread b.n.
[EMAIL PROTECTED] ha scritto:
> Searching with `eix -S draw'
> Dredges up a lot of hits I'm looking for something to help me draw
> a simple mechanical drawing.  Just a wooden rack for a 5th wheel flat
> top trailer.
> 
> The only linux type tool I've ever used for something like that was
> xfig and that was several yrs ago.  Is xfig still the best thing for
> something like that?
> 

Try qcad or inkscape.

m.
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] OT: Choosing a graphics tablet

2009-06-12 Thread Florian Philipp
Hi list!

I'm thinking about buying a graphics tablet to facilitate my work with
Dia and Inkscape. The price tag should be below EUR 100.

At the moment, I'm wondering if I should go with a Wacom or an Aiptek.
Are they similarly good (bad?) supported on Linux?

Any gotchas with xorg-server-1.5.3's new "don't configure me, I
configure you" mentality?

Thanks in advance!

Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] F4L

2005-08-17 Thread Tero Grundström

On Tue, 16 Aug 2005, Ian K wrote:


It looks like a very promising project.
Ian


Ahh... Linux on desktop... What a mess!

We have Gimp and Inkscape which are gtk2 apps. Then we have Nvu, which 
is xul/gtk2 app. And now we have F4L which uses qt...


It would make more sense if this admittely promising (web)graphics project 
would have chosen to use gtk2 as well.


Just my very humble opinion :)

--
T.G.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] inkscape emerge

2011-10-07 Thread Paul Hartman
On Fri, Oct 7, 2011 at 2:38 PM, Michael Mol  wrote:
> Remove the -p to have portage go ahead and try to remove them. (But
> you might see something you want to have remain, which is why you
> should use -p first)

Or use -a instead of -p. That way it asks you if you want to proceed
after showing what it would do, and if you say yes you don't have to
wait for it to recalculate everything again. :)



Re: [gentoo-user] Troubles setting USE flag for inkscape

2020-04-25 Thread Michael
On Saturday, 25 April 2020 17:02:05 BST Michael Orlitzky wrote:
> On 4/25/20 11:55 AM, tu...@posteo.de wrote:
> > ##  ... PYTHON_SINGLE_TARGET="python3_6 python3_8 -python3_7"
> > ##
> > ##The following REQUIRED_USE flag constraints are unsatisfied:
> > ##  exactly-one-of ( python_single_target_python3_6
> > python_single_target_python3_7 python_single_target_python3_8 )
> "Single target" means you've gotta pick just one.

eselect python update/cleanup options should help you move along with this 
package without having to set up a specific single python target for it.  Let 
it inherit the system version.

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


[gentoo-user] gentoo extras cd

2005-09-01 Thread Justin Kelly
Hi All,

Ive been using Gentoo PPC for a while, and as a dial-up user find to
difficult to download all the packages i want(just takes to long), is
there anything like the Packages CD but more :)

Does anyone know if a 3rd party/or gentoo provides such a thing? I
don't mind paying for such a CD/DVD.

ie. So i can just emerge -K inkscape etc..., all the useful desktop
type packages that aren't included in the packages CD.

Thanks, any help would be greatly appreciated.

Justin Kelly

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cairo USE flags

2013-01-19 Thread Daniel Troeder
Am 19.01.2013 11:49, schrieb Florian Philipp:
> Hi list!
> 
> I've noticed that there is probably a lot of performance to be gained
> from activating backend acceleration in cairo. It's just that I have no
> clue about the details:
> 
> drm, gallium and opengl are all described as accelerating backends. Does
> that mean they are mutually exclusive or can I activate them all and
> cairo will sort it out?
> 
> What does the qt4 use flag do? Is it just a language binding?
> 
> Does anyone know a simple benchmark for cairo?
> 
> Thanks in advance!
> Florian Philipp
> 
I found your question very interesting, and so I used... google :D

-> Cairo seems to bring a benchmark with the source in cairo\perf.
-> http://cworth.org/intel/performance_measurement/

-> The Phoronix test suit ofc has a performance test for cairo :)
-> I looked into some examples, and there are BIG differences between
   gfx cards:
http://openbenchmarking.org/prospect/1204129-SU-NVIDIAGEF19/3653c29c52e5da38d1879d193dc660515f97d242

-> This posting is most interesting:
http://lists.cairographics.org/archives/cairo/2012-October/023609.html

As a nvidia blob user it seems I should be using the XRender backend.
But how? I can USE=-opengl to have that out of the way, but what's with
the other USE flags?  looking at the ebuild I see, that I only need
"X" :)

$(use_with X x) \
$(use_enable X xlib) \
$(use_enable X xlib-xrender) \
$(use_enable aqua quartz) \
$(use_enable aqua quartz-image) \
$(use_enable debug test-surfaces) \
$(use_enable directfb) \
$(use_enable glib gobject) \
$(use_enable doc gtk-doc) \
$(use_enable openvg vg) \
$(use_enable opengl gl) \
$(use_enable qt4 qt) \
$(use_enable static-libs static) \
$(use_enable svg) \
$(use_enable xcb) \
$(use_enable xcb xcb-shm) \
$(use_enable drm) \
$(use_enable gallium) \

Now I wonder if cairo doesn't simply choose the best one automatically?
Or should I "X -xcb -opengl -openvg"?
(Keeping "glib qt4 svg" for apps on.)

[..]

I used cairo-trace to start some programs and it seems like programs can
set their desired backend. There is a "/type" setting:

  /type 42 set   (firefox, soffice, clementine, evince, opera,
crack-attack, digikam, inkscape)
  /type /xlib set(firefox, soffice, clementine, evince,
crack-attack, digikam, inkscape)
  /type /xrender set (firefox, soffice, clementine)


I wonder what "42" is...


Greetings,
Daniel




  1   2   >