Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43289 - NEW ebuild ponyprog-2.06c
Summary: NEW ebuild ponyprog-2.06c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-29 07:31 UTC by Marco Testarmata
Modified: 2004-03-16 03:39 UTC (History)
1 user (show)

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


Attachments
new ebuild (ponyprog-2.06c-r1.ebuild,1.14 KB, application/octet-stream)
2004-02-29 07:32 UTC, Marco Testarmata
Details
ponyprog ebuild (ponyprog-2.06c-r1.ebuild,1.14 KB, text/plain)
2004-03-08 06:19 UTC, Marco Testarmata
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Testarmata 2004-02-29 07:31:55 UTC
i updated the src_install section to use portage's utilities for the installation


Reproducible: Always
Steps to Reproduce:
Comment 1 Marco Testarmata 2004-02-29 07:32:47 UTC
Created attachment 26590 [details]
new ebuild
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-03-07 20:11:43 UTC
Marco, please reattach the ebuild as a plaintext attachment
Comment 3 Marco Testarmata 2004-03-08 06:17:28 UTC
sorry
Comment 4 Marco Testarmata 2004-03-08 06:19:07 UTC
Created attachment 27024 [details]
ponyprog ebuild
Comment 5 Daniel Black (RETIRED) gentoo-dev 2004-03-16 00:58:42 UTC
Can I get a list of RDEPENDS please.

Looking at the shared libraries of ponyprog you have:
ldd ./opt/ponyprog/bin/ponyprog2000
        linux-gate.so.1 =>  (0xffffe000)
        libVx.so.1.25 => not found
        libXaw.so.7 => /usr/X11R6/lib/libXaw.so.7 (0x40032000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x4008d000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x400a4000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400f6000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40104000)
        libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x401e2000)
        libm.so.6 => /lib/libm.so.6 (0x40236000)
        libc.so.6 => /lib/libc.so.6 (0x40258000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4038b000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40394000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x403ab000)
        libdl.so.2 => /lib/libdl.so.2 (0x403ba000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

What packages provide these? (Tip use "qpkg -f {filename} -v")
Comment 6 Marco Testarmata 2004-03-16 01:54:36 UTC
Sorry, i hope that this is sufficent.

x11-base/xfree
sys-libs/lib-compat
sys-libs/glibc

in detail
x11-base/xfree-4.3.0-r5
/usr/X11R6/lib/libXaw.so.7
/usr/X11R6/lib/libXmu.so.6
/usr/X11R6/lib/libXt.so.6
/usr/X11R6/lib/libXext.so.6
/usr/X11R6/lib/libX11.so.6
/usr/X11R6/lib/libSM.so.6
/usr/X11R6/lib/libICE.so.6
/usr/X11R6/lib/libXpm.so.4

sys-libs/lib-compat-1.3
/usr/lib/libstdc++-libc6.2-2.so.3

sys-libs/glibc-2.3.2-r9
/lib/libm.so.6
/lib/libc.so.6
/lib/libdl.so.2
/lib/ld-linux.so.2
Comment 7 Daniel Black (RETIRED) gentoo-dev 2004-03-16 02:51:50 UTC
one more - what does libVx.so.1.25 map to when you do ldd /opt/ponyprog/bin/ponyprog2000 on your box?

The rest of the list is good.
Comment 8 Marco Testarmata 2004-03-16 03:03:57 UTC
PonyProg is statically linked with the V library.
/opt/ponyprog/lib/libVx.so.1.25

 ~$ cat /etc/env.d/40ponyprog
LDPATH='/opt/ponyprog/lib'
Comment 9 Daniel Black (RETIRED) gentoo-dev 2004-03-16 03:39:50 UTC
Silly me. Thanks for the ebuild - commited to cvs. Any probs let us know. Thanks again.