* [gentoo-dev] Bug in e2fsprogs
@ 2001-11-28 19:34 Joerg Krause
2001-11-28 22:44 ` Daniel Robbins
0 siblings, 1 reply; 5+ messages in thread
From: Joerg Krause @ 2001-11-28 19:34 UTC (permalink / raw
To: gentoo-dev
Hi,
in the e2fsprog-1.25.ebuild is a small bug. The package will be
configured with --prefix=/usr but if someone has an extra /usr
partition (like me), efsck won't work at boot time.
On every system boot I'll receive a message for an unresolved
libext2fs.so (which resides in /usr/lib).
--
Joerg 'quacks' Krause
JKrause@epost.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Bug in e2fsprogs
2001-11-28 19:34 [gentoo-dev] Bug in e2fsprogs Joerg Krause
@ 2001-11-28 22:44 ` Daniel Robbins
2001-11-29 3:54 ` [gentoo-dev] Evolution Pilot Conduit Nicholas Burlett
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Robbins @ 2001-11-28 22:44 UTC (permalink / raw
To: gentoo-dev
On Wed, Nov 28, 2001 at 08:34:09PM +0100, Joerg Krause wrote:
> Hi,
>
> in the e2fsprog-1.25.ebuild is a small bug. The package will be
> configured with --prefix=/usr but if someone has an extra /usr
> partition (like me), efsck won't work at boot time.
>
> On every system boot I'll receive a message for an unresolved
> libext2fs.so (which resides in /usr/lib).
Thanks for the bug report. I'll get this fixed asap; it turns out that
/sbin/fsck is getting dynamically linked, while /sbin/fsck.ext[23] are
statically linked. I'll get /sbin/fsck statically linked asap.
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-dev] Evolution Pilot Conduit
2001-11-28 22:44 ` Daniel Robbins
@ 2001-11-29 3:54 ` Nicholas Burlett
2001-12-03 22:13 ` Mikael Hallendal
0 siblings, 1 reply; 5+ messages in thread
From: Nicholas Burlett @ 2001-11-29 3:54 UTC (permalink / raw
To: gentoo-dev
I'm using Gentoo R6, and I have USE set to use pda, but evolution won't
compile with the gnome-pilot conduit. Here is the error in the
configure:
[snip]
checking for gnome-config... (cached) /usr/bin/gnome-config
checking for gnome-pilot environment... yes
checking for existance of /usr/lib/libpisock.so... yes
checking for pilot-link version >= 0.9.5... yes (found 0.9.6-cvs)
checking if pilot-link handles UTF-8 conversions... no
configure: error: evolution requires pilot-link to have working UTF-8
conversion routines
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 36, Exitcode 1
!!! (no error message)
This is only after copying a bunch of headers from
/usr/include/libpisock to /usr/include so that the line "checking for
pilot-link version >= 0.9.5... yes (found 0.9.6-cvs)" would work. I'm
not sure how to fix this next one. Could someone point me in the right
direction?
Thanks,
Nick
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Evolution Pilot Conduit
2001-11-29 3:54 ` [gentoo-dev] Evolution Pilot Conduit Nicholas Burlett
@ 2001-12-03 22:13 ` Mikael Hallendal
2001-12-06 12:51 ` Mikael Hallendal
0 siblings, 1 reply; 5+ messages in thread
From: Mikael Hallendal @ 2001-12-03 22:13 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 883 bytes --]
tor 2001-11-29 klockan 04.54 skrev Nicholas Burlett:
> I'm using Gentoo R6, and I have USE set to use pda, but evolution won't
> compile with the gnome-pilot conduit. Here is the error in the
> configure:
>
>
> [snip]
> checking for gnome-config... (cached) /usr/bin/gnome-config
> checking for gnome-pilot environment... yes
> checking for existance of /usr/lib/libpisock.so... yes
> checking for pilot-link version >= 0.9.5... yes (found 0.9.6-cvs)
> checking if pilot-link handles UTF-8 conversions... no
> configure: error: evolution requires pilot-link to have working UTF-8
> conversion routines
Hi!
I've noticed this too, not sure what's causing it though, will look into
it (it's still there in Evolution 1.0).
Regards,
Mikael Hallendal
--
Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Evolution Pilot Conduit
2001-12-03 22:13 ` Mikael Hallendal
@ 2001-12-06 12:51 ` Mikael Hallendal
0 siblings, 0 replies; 5+ messages in thread
From: Mikael Hallendal @ 2001-12-06 12:51 UTC (permalink / raw
To: gentoo-dev; +Cc: nrb23
[-- Attachment #1: Type: text/plain, Size: 1480 bytes --]
mån 2001-12-03 klockan 23.13 skrev Mikael Hallendal:
> tor 2001-11-29 klockan 04.54 skrev Nicholas Burlett:
> > I'm using Gentoo R6, and I have USE set to use pda, but evolution won't
> > compile with the gnome-pilot conduit. Here is the error in the
> > configure:
Hi!
I couldn't sleep tonight due to having a cold so I decided to fix this.
Evolution 1.0-r1 is available and works very fine (now it can handle non
ascii-7 signs such as åäö, yay!)
If anyone is interested it was pilot-link that had a broken
configure-script causing it not to build with iconv support. :)
Regards and sorry for the inconvenience.
Mikael Hallendal
> >
> > [snip]
> > checking for gnome-config... (cached) /usr/bin/gnome-config
> > checking for gnome-pilot environment... yes
> > checking for existance of /usr/lib/libpisock.so... yes
> > checking for pilot-link version >= 0.9.5... yes (found 0.9.6-cvs)
> > checking if pilot-link handles UTF-8 conversions... no
> > configure: error: evolution requires pilot-link to have working UTF-8
> > conversion routines
>
> Hi!
>
> I've noticed this too, not sure what's causing it though, will look into
> it (it's still there in Evolution 1.0).
>
> Regards,
> Mikael Hallendal
>
> --
>
> Mikael Hallendal
> Gentoo Linux Developer, Desktop Team Leader
> CodeFactory AB, Stockholm, Sweden
>
--
Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-12-06 12:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-28 19:34 [gentoo-dev] Bug in e2fsprogs Joerg Krause
2001-11-28 22:44 ` Daniel Robbins
2001-11-29 3:54 ` [gentoo-dev] Evolution Pilot Conduit Nicholas Burlett
2001-12-03 22:13 ` Mikael Hallendal
2001-12-06 12:51 ` Mikael Hallendal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox