Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92932 - x11-plugins/gaim-otr-2.0.1 install failed (dodoc: ChangeLog does not exist.)
Summary: x11-plugins/gaim-otr-2.0.1 install failed (dodoc: ChangeLog does not exist.)
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Don Seiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-17 08:28 UTC by Octavio Ruiz (Ta^3)
Modified: 2005-07-21 07:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gaim-otr-2.0.1.patch (gaim-otr-2.0.1.patch,624 bytes, patch)
2005-05-17 09:51 UTC, Octavio Ruiz (Ta^3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Octavio Ruiz (Ta^3) 2005-05-17 08:28:16 UTC
>>> Unpacking source...
>>> Unpacking gaim-otr-2.0.1.tar.gz to /var/tmp/portage/gaim-otr-2.0.1/work
>>> Source unpacked.
cc -O2 -march=athlon64 -pipe -g -Wall -I/usr/include/gaim `pkg-config --cflags glib-2.0 gtk+-2.0` -I/usr/include -fPIC -DUSING_GTK -DGAIM_PLUGINS -DGAIM_OTR_VERSION=\"2.0.1\"   -c -o o tr-plugin.o otr-plugin.c
cc -O2 -march=athlon64 -pipe -g -Wall -I/usr/include/gaim `pkg-config --cflags glib-2.0 gtk+-2.0` -I/usr/include -fPIC -DUSING_GTK -DGAIM_PLUGINS -DGAIM_OTR_VERSION=\"2.0.1\"   -c -o u i.o ui.c
cc -O2 -march=athlon64 -pipe -g -Wall -I/usr/include/gaim `pkg-config --cflags glib-2.0 gtk+-2.0` -I/usr/include -fPIC -DUSING_GTK -DGAIM_PLUGINS -DGAIM_OTR_VERSION=\"2.0.1\"   -c -o d ialogs.o dialogs.c
cc -O2 -march=athlon64 -pipe -g -Wall -I/usr/include/gaim `pkg-config --cflags glib-2.0 gtk+-2.0` -I/usr/include -fPIC -DUSING_GTK -DGAIM_PLUGINS -DGAIM_OTR_VERSION=\"2.0.1\"   -c -o g tk-ui.o gtk-ui.c
cc -O2 -march=athlon64 -pipe -g -Wall -I/usr/include/gaim `pkg-config --cflags glib-2.0 gtk+-2.0` -I/usr/include -fPIC -DUSING_GTK -DGAIM_PLUGINS -DGAIM_OTR_VERSION=\"2.0.1\"   -c -o g tk-dialog.o gtk-dialog.c
otr-plugin.c: In function `notify_cb':
otr-plugin.c:181: warning: 'gaimlevel' might be used uninitialized in this function
cc -g -shared -module -avoid-version otr-plugin.o ui.o dialogs.o gtk-ui.o gtk-dialog.o -o gaim-otr.so -lotr -lgcrypt
>>> Test phase [not enabled]: x11-plugins/gaim-otr-2.0.1

>>> Install gaim-otr-2.0.1 into /var/tmp/portage/gaim-otr-2.0.1/image/ category x11-plugins
install -d /var/tmp/portage/gaim-otr-2.0.1/image//usr/lib/gaim
install -m 0755 gaim-otr.so /var/tmp/portage/gaim-otr-2.0.1/image//usr/lib/gaim
/usr/lib/portage/bin/dodoc: ChangeLog does not exist.
man:
prepallstrip:
strip: x86_64-pc-linux-gnu-strip --strip-unneeded
strip: x86_64-pc-linux-gnu-strip --strip-unneeded
   usr/lib/gaim/gaim-otr.so

!!! ERROR: x11-plugins/gaim-otr-2.0.1 failed.
!!! Function dyn_install, Line 1114, Exitcode 0
!!! File /var/tmp/portage/gaim-otr-2.0.1/image///usr/lib/gaim/gaim-otr.so matches a file type that is not allowed in /usr/lib
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Octavio Ruiz (Ta^3) 2005-05-17 09:08:52 UTC
--- /usr/portage/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild     2005-03-30
16:06:14.000000000 -0600
+++ /usr/local/portage/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild      
2005-05-17 10:56:06.000000000 -0500
@@ -25,5 +25,5 @@

 src_install() {
        make install DESTDIR=${D} || die "Install failed"
-       dodoc COPYING ChangeLog README
+       dodoc COPYING Changelog README
 }
Comment 2 Octavio Ruiz (Ta^3) 2005-05-17 09:51:04 UTC
Created attachment 59137 [details, diff]
gaim-otr-2.0.1.patch

Solves Bug #92939 and Bug #92932
Comment 3 Don Seiler (RETIRED) gentoo-dev 2005-07-20 21:58:12 UTC
Does this problem exist in gaim-otr-2.0.2?
Comment 4 Don Seiler (RETIRED) gentoo-dev 2005-07-20 21:58:36 UTC
BTW I fixed the ChangeLog/Changelog issue in 2.0.1.
Comment 5 Octavio Ruiz (Ta^3) 2005-07-20 22:13:13 UTC
(In reply to comment #3)
> Does this problem exist in gaim-otr-2.0.2?

Nop, it doesn't. :-)
Comment 6 Don Seiler (RETIRED) gentoo-dev 2005-07-21 07:38:57 UTC
Very well.