Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
evolution 1.4.3 and printing
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
phunni
Apprentice
Apprentice


Joined: 05 May 2003
Posts: 217
Location: Bristol, UK

PostPosted: Fri Feb 06, 2004 11:48 am    Post subject: Reply with quote

Remote printer that sits at 192.168.0.1

NO idea where it got that ip from /etc/cups/client.conf specifies the correct ip...

Does anyone know how to tell evolution which ip the cup server is running on?
_________________
Old School is the way forward!
Back to top
View user's profile Send private message
qarce
n00b
n00b


Joined: 28 Mar 2003
Posts: 18
Location: us - california

PostPosted: Tue Feb 10, 2004 6:58 pm    Post subject: ebuild problems.... shoot so close Reply with quote

Hi,

So, I just tried to follow the instructions using the ebuild...

I get the following error....

# ebuild /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0.ebuild merge
>>> md5 src_uri ;-) libgnomeprint-2.4.0.tar.bz2
/usr/sbin/ebuild.sh: line 1238: /var/db/pkg/gnome-base/libgnomeprint-2.4.0/libgnomeprint-2.4.0.ebuild: No such file or directory

!!! ERROR: gnome-base/libgnomeprint-2.4.0 failed.
!!! Function , Line 1238, Exitcode 1
!!! error sourcing ebuild


I don't seem to have the ebuild....
# ls /var/db/pkg/gnome-base/
ORBit-0.5.17 gnome-print-0.35-r3
ORBit2-2.8.3 gnome-vfs-1.0.5-r3
bonobo-1.0.22 gnome-vfs-2.4.1
control-center-1.4.0.5-r1 libbonobo-2.4.2
gail-1.4.1 libbonoboui-2.4.1
gconf-1.0.8-r5 libghttp-1.0.9-r3
gconf-2.4.0.1 libglade-0.17-r6
gnome-common-1.2.4-r3 libglade-2.0.1
gnome-desktop-2.4.1.1 libgnome-2.4.0
gnome-libs-1.4.2 libgnomecanvas-2.4.0
gnome-mime-data-2.4.1 libgnomeui-2.4.0.1
gnome-panel-1.4.2-r2 oaf-0.6.10
gnome-panel-2.4.1


Ideas? Thank you alll.


Q
Back to top
View user's profile Send private message
phunni
Apprentice
Apprentice


Joined: 05 May 2003
Posts: 217
Location: Bristol, UK

PostPosted: Tue Feb 10, 2004 8:13 pm    Post subject: Reply with quote

I had the same problem - try doing:

Code:
emerge /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0

_________________
Old School is the way forward!
Back to top
View user's profile Send private message
qarce
n00b
n00b


Joined: 28 Mar 2003
Posts: 18
Location: us - california

PostPosted: Tue Feb 10, 2004 8:37 pm    Post subject: nope, still nothing Reply with quote

# emerge /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0
Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy "/usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0".

!!! Error calculating dependencies. Please correct.
Back to top
View user's profile Send private message
graadz
n00b
n00b


Joined: 12 Aug 2002
Posts: 55
Location: Enschede, Netherlands

PostPosted: Wed Feb 25, 2004 5:02 pm    Post subject: Re: ebuild problems.... shoot so close Reply with quote

Had the same thing. To solve:

Code:

# mkdir -p /var/db/pkg/gnome-base/libgnomeprint-2.4.0/
# cp /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0.ebuild /var/db/pkg/gnome-base/libgnomeprint-2.4.0
# ebuild /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0.ebuild merge



... and the same stuff for libgnomeprintui-2.4.0

Code:

# mkdir -p /var/db/pkg/gnome-base/libgnomeprintui-2.4.0/
# cp /usr/portage/gnome-base/libgnomeprintui/libgnomeprintui-2.4.0.ebuild /var/db/pkg/gnome-base/libgnomeprintui-2.4.0
# ebuild /usr/portage/gnome-base/libgnomeprintui/libgnomeprintui-2.4.0.ebuild merge


GraadZ


qarce wrote:
Hi,

So, I just tried to follow the instructions using the ebuild...

I get the following error....

# ebuild /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0.ebuild merge
>>> md5 src_uri ;-) libgnomeprint-2.4.0.tar.bz2
/usr/sbin/ebuild.sh: line 1238: /var/db/pkg/gnome-base/libgnomeprint-2.4.0/libgnomeprint-2.4.0.ebuild: No such file or directory

!!! ERROR: gnome-base/libgnomeprint-2.4.0 failed.
!!! Function , Line 1238, Exitcode 1
!!! error sourcing ebuild


I don't seem to have the ebuild....
# ls /var/db/pkg/gnome-base/
ORBit-0.5.17 gnome-print-0.35-r3
ORBit2-2.8.3 gnome-vfs-1.0.5-r3
bonobo-1.0.22 gnome-vfs-2.4.1
control-center-1.4.0.5-r1 libbonobo-2.4.2
gail-1.4.1 libbonoboui-2.4.1
gconf-1.0.8-r5 libghttp-1.0.9-r3
gconf-2.4.0.1 libglade-0.17-r6
gnome-common-1.2.4-r3 libglade-2.0.1
gnome-desktop-2.4.1.1 libgnome-2.4.0
gnome-libs-1.4.2 libgnomecanvas-2.4.0
gnome-mime-data-2.4.1 libgnomeui-2.4.0.1
gnome-panel-1.4.2-r2 oaf-0.6.10
gnome-panel-2.4.1


Ideas? Thank you alll.


Q
Back to top
View user's profile Send private message
graadz
n00b
n00b


Joined: 12 Aug 2002
Posts: 55
Location: Enschede, Netherlands

PostPosted: Sun Mar 28, 2004 1:14 pm    Post subject: Re: ebuild problems.... shoot so close Reply with quote

In addition to the procedure below. With gtk+2.4 now in the portage tree, libgnomeprintui-2.4.0 breaks among other things. Also, if you use gnome-spell this breaks as well (due to the gtk+2.4 patch).


What you need to do now is as follows:

Unmerge gtk+2.4.0:

Code:

# emerge -C =x11-libs/gtk+-2.4.0



Re-merge gtk-2.2.4:

Code:

# ebuild  /usr/portage/x11-libs/gtk+/gtk+-2.2.4-r1.ebuild merge
# emerge -i =x11-libs/gtk+-2.4.0




The 'emerge -i' is to fool portage that 2.4.0 is installed. This to prevent remerging of gtk+-2.4.0 and breaking evolution again.

Now rebuild gal and libgtkhtml:

Code:

# emerge gal libgtkhtml


Remerge libgnomeprint-2.4.0 and libgnomeprintui-2.4.0 as described below. Additionally you may want to put place holders (= emerge -í ) for libgnomeprint-2.4.2 and libgnomeprintui-2.4.2 as well to prevent updating

libgnomeprint:

Code:

# mkdir -p /var/db/pkg/gnome-base/libgnomeprint-2.4.0/
# cp /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0.ebuild /var/db/pkg/gnome-base/libgnomeprint-2.4.0
# ebuild /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0.ebuild merge
# emerge -i =gnome-base/libgnomeprint-2.4.2



... and libgnomeprintui:

Code:

# mkdir -p /var/db/pkg/gnome-base/libgnomeprintui-2.4.0/
# cp /usr/portage/gnome-base/libgnomeprintui/libgnomeprintui-2.4.0.ebuild /var/db/pkg/gnome-base/libgnomeprintui-2.4.0
# ebuild /usr/portage/gnome-base/libgnomeprintui/libgnomeprintui-2.4.0.ebuild merge
# emerge -i =gnome-base/libgnomeprintui-2.4.2


Next up is to rebuild gnome-spell. First edit the /usr/portage/app-text/gnome-spell/gnome-spell-1.0.5-r2.ebuild file with your favourite editor. Since we remerged gtk-2.2.4 we don't need the gtk24 patch. So put a hash before epatch ${FILESDIR}/${P}-gtk24.patch (line number 34).

Code:

# epatch ${FILESDIR}/${P}-gtk24.patch


Save the e-build file and re-merge it:

Code:

# qpkg -I -nc gnome-spell | xargs emerge


If you have build evolution against libgnomeprint-2.4.0 and libgnomeprintui-2.4.0 already the you should be fine now. If you are unsure then check with:

Code:

#  ldd `which evolution` | grep libgnomeprint


The output should be:

libgnomeprintui-2-2.so.0 => /usr/lib/libgnomeprintui-2-2.so.0 (0x40304000)
libgnomeprint-2-2.so.0 => /usr/lib/libgnomeprint-2-2.so.0 (0x40937000)

Otherwise rebuild evolution:

Code:

# qpkg -I -nc evolution | xargs emerge


BTW, you should not have to rebuild your gtk-engines or gnome-themes again if you have rebuild those with the new gtk-2.4. Incase you do experience instabilities with your WM / gtk-engines then you probably want to remerge your gtk-engines / gnome-themes again.

If, however, you did rebuild your gtk-engines / gnome-themes and you miss some icons. Then check whether or not you have specified svglib support ('svg' on your USE= line) . You then need to re-merge librsvg:

Code:

# qpkg -I -nc librsvg | xargs emerge


Also note that with gkt-2.4 you probably also merged glib-2.4 (NOTE: glib and NOT glibc). The new glib breaks (some functionalities in) programs like gnome-file-types-properties which is used to manager your mime types in Gnome.

Yes yes... I know... with all this summed up you wish we were already on Gnome-2.6 with Evolution 2.0 ;-)

GraadZ




graadz wrote:
Had the same thing. To solve:

Code:

# mkdir -p /var/db/pkg/gnome-base/libgnomeprint-2.4.0/
# cp /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0.ebuild /var/db/pkg/gnome-base/libgnomeprint-2.4.0
# ebuild /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0.ebuild merge



... and the same stuff for libgnomeprintui-2.4.0

Code:

# mkdir -p /var/db/pkg/gnome-base/libgnomeprintui-2.4.0/
# cp /usr/portage/gnome-base/libgnomeprintui/libgnomeprintui-2.4.0.ebuild /var/db/pkg/gnome-base/libgnomeprintui-2.4.0
# ebuild /usr/portage/gnome-base/libgnomeprintui/libgnomeprintui-2.4.0.ebuild merge


GraadZ


qarce wrote:
Hi,

So, I just tried to follow the instructions using the ebuild...

I get the following error....

# ebuild /usr/portage/gnome-base/libgnomeprint/libgnomeprint-2.4.0.ebuild merge
>>> md5 src_uri ;-) libgnomeprint-2.4.0.tar.bz2
/usr/sbin/ebuild.sh: line 1238: /var/db/pkg/gnome-base/libgnomeprint-2.4.0/libgnomeprint-2.4.0.ebuild: No such file or directory

!!! ERROR: gnome-base/libgnomeprint-2.4.0 failed.
!!! Function , Line 1238, Exitcode 1
!!! error sourcing ebuild


I don't seem to have the ebuild....
# ls /var/db/pkg/gnome-base/
ORBit-0.5.17 gnome-print-0.35-r3
ORBit2-2.8.3 gnome-vfs-1.0.5-r3
bonobo-1.0.22 gnome-vfs-2.4.1
control-center-1.4.0.5-r1 libbonobo-2.4.2
gail-1.4.1 libbonoboui-2.4.1
gconf-1.0.8-r5 libghttp-1.0.9-r3
gconf-2.4.0.1 libglade-0.17-r6
gnome-common-1.2.4-r3 libglade-2.0.1
gnome-desktop-2.4.1.1 libgnome-2.4.0
gnome-libs-1.4.2 libgnomecanvas-2.4.0
gnome-mime-data-2.4.1 libgnomeui-2.4.0.1
gnome-panel-1.4.2-r2 oaf-0.6.10
gnome-panel-2.4.1


Ideas? Thank you alll.


Q
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Oct 11, 2004 1:21 pm    Post subject: Reply with quote

I just updated my system to Gnome 2.8.0 and it seems like it is still broken.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Oct 11, 2004 4:32 pm    Post subject: Reply with quote

I've reopened the bug

https://bugs.gentoo.org/show_bug.cgi?id=40475
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
graadz
n00b
n00b


Joined: 12 Aug 2002
Posts: 55
Location: Enschede, Netherlands

PostPosted: Mon Oct 18, 2004 1:11 pm    Post subject: Reply with quote

Hi,

Not sure if you are talking about evolution 2.0.x or 1.4.x.
Printing works with Evolution 2.0.1 and gnome 2.8.0 pre1. Please check your /etc/portage/package.unmask

>=mail-client/evolution-2.0.0
>=gnome-extra/evolution-webcal-2.0.0
>=gnome-extra/gal-2.2.1
>=gnome-extra/evolution-data-server-1
>=net-libs/libsoup-2.2
>=gnome-extra/libgtkhtml-3.2.1
>=gnome-base/eel-2.8.0
>=gnome-base/gnome-vfs-2.7.91
>=gnome-base/libgnomeui-2.7.92
>=gnome-base/nautilus-2.8.0
>=gnome-base/gnome-session-2.8.0
>=gnome-base/gconf-2.8.0
>=gnome-base/gnome-2.8.0_pre1
>=gnome-base/libgtop-2.8.0
>=gnome-base/librsvg-2.8.1
>=gnome-base/libgnomeui-2.8.0
>=gnome-base/libgnomeprintui-2.8.0
>=gnome-base/libbonoboui-2.8.0
>=gnome-base/gnome-applets-2.8.0
>=gnome-base/control-center-2.8.0
>=gnome-base/libgnomecanvas-2.8.0
>=gnome-base/libgnomeprint-2.8.0
>=gnome-base/gnome-panel-2.8.0
>=gnome-base/libgnome-2.8.0
>=gnome-base/gnome-desktop-2.8.0
>=gnome-base/libbonobo-2.8.0
>=x11-libs/pango-1.6
>=x11-libs/libwnck-2.7.91
>=gnome-extra/gconf-editor-2.8.0
>=gnome-extra/gnome2-user-docs-2.8.0.1
>=gnome-extra/bug-buddy-2.8.0
>=gnome-extra/gnome-media-2.8.0
>=gnome-extra/gnome-utils-2.8.0
>=gnome-extra/nautilus-cd-burner-2.8.2
>=net-analyzer/gnome-netstatus-2.8
>=gnome-extra/zenity-2.8
>=x11-terms/gnome-terminal-2.7.3
>=net-misc/vino-2.8
>=app-arch/file-roller-2.8
>=gnome-extra/gnome-system-monitor-2.7
>=media-gfx/eog-2.8
>=x11-themes/gnome-themes-2.8
>=app-editors/gedit-2.8
>=x11-themes/gnome-icon-theme-2.8
>=gnome-base/orbit-2.12
>=dev-libs/atk-1.8
>=gnome-base/gnome-keyring-0.4
>=app-text/ggv-2.8
>=app-text/gpdf-2.8
>=net-www/epiphany-1.4
>=x11-wm/metacity-2.8.5



pilla wrote:
I've reopened the bug

https://bugs.gentoo.org/show_bug.cgi?id=40475
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Oct 18, 2004 2:00 pm    Post subject: Reply with quote

I am talking about Evolution 2.0.1, I have gnome 2.8.0 installed and it still does not work for me.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
graadz
n00b
n00b


Joined: 12 Aug 2002
Posts: 55
Location: Enschede, Netherlands

PostPosted: Mon Oct 18, 2004 10:01 pm    Post subject: Reply with quote

Then it does not make sense to re-open a bug which was based on Gnome 2.4 and Evolution 1.4.3. You probably want to close this one again and submit another one with correct information.

BTW, What are the sympthoms and have you "strace"-ed your evolution process? What version of gnomelibprint and gnomelibprintui are you using?

GraadZ

pilla wrote:
I am talking about Evolution 2.0.1, I have gnome 2.8.0 installed and it still does not work for me.
Back to top
View user's profile Send private message
afftas
n00b
n00b


Joined: 14 Apr 2003
Posts: 16

PostPosted: Sat Oct 30, 2004 9:50 pm    Post subject: Reply with quote

pilla wrote:

The funny thing is that it used to work before I updated some gnome packages.


That's exactly what happened to me.
I was doing a fresh install. I emerged evolution right after gnome. then I installed and configured cups. I was able to print correctly a test page and that greeting-email that came with evolution. After a bunch of packages installed, printing emails stoped working...

here a list of packages I installed before evolution:

openoffice-ximian (dunno, but I have a feeling that it's this package's fault :wink: )
lyx
amsn
xmms
mplayer
gtkam
gphoto2
gimp
xcdroast
eboard
xmule
wine

I hope this helps....
Back to top
View user's profile Send private message
snowpatch
n00b
n00b


Joined: 09 Mar 2003
Posts: 38
Location: Philadelphia

PostPosted: Wed Nov 03, 2004 12:10 am    Post subject: evolution 2.0.2 not printing correctly Reply with quote

I had upgraded to evolution-2.0..2 when gnome-2.8 became available as ~x86. I don't usually print emails but I noticed the other day that printing from evolution is messed up. I have googled and searched the archives here. I have recompiled every library I can think of that evolution depends on, and then recompiled evolution-* too.

All gnome programs print fine, except for evolution. I tried changing character sets, and fonts. If I use the system font (bitstream vera sans), I get the body of the message only, with very tiny fonts within the border of the printout. If I tell evolution to use a particular font, I only get the headers without the body. And if I choose a font under 10pt I get no text at all.

Oh, and I have no openoffice installed.
Back to top
View user's profile Send private message
afftas
n00b
n00b


Joined: 14 Apr 2003
Posts: 16

PostPosted: Fri Nov 12, 2004 3:07 pm    Post subject: Reply with quote

Hey! good news! (at least for me :wink: )

I just followed the directions in http://www.gentoo.org/doc/en/printing-howto.xml and now I can print on every gnome application (including evo :D )

No need for exoterical emerging and configuration. Just follow the directions.
good luck
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Fri Nov 12, 2004 3:42 pm    Post subject: Reply with quote

afftas wrote:
Hey! good news! (at least for me :wink: )

I just followed the directions in http://www.gentoo.org/doc/en/printing-howto.xml and now I can print on every gnome application (including evo :D )

No need for exoterical emerging and configuration. Just follow the directions.
good luck


That does not have much to do with the current problem, as I can print with any application but evolution. It is a bug somewhere, it used to work and now it does not.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
afftas
n00b
n00b


Joined: 14 Apr 2003
Posts: 16

PostPosted: Wed Nov 17, 2004 12:14 pm    Post subject: Reply with quote

Quote:
it used to work and now it does not.


Same as me :wink:
At some point of my 2nd fresh install of gentoo I tried to print from evolution because, in my 1st instalation, printing didnt work. I succeeded, but after a bunch of emerges printing stopped working again. Weird...

This may be a little out of topic, but it would be nice if gentoo provide us a way to configure all packages that was installed. Not etc-update, but something more interactive like debian's debconf (dpkg-reconfigure ...)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum