Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13018 - guile-1.6.1.ebuild (Update)
Summary: guile-1.6.1.ebuild (Update)
Status: RESOLVED DUPLICATE of bug 15189
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-01 09:12 UTC by Väinö Järvelä
Modified: 2005-07-17 13:06 UTC (History)
3 users (show)

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


Attachments
guile-1.6.1.ebuild (The new/updated ebuild) (guile-1.6.1.ebuild,766 bytes, text/plain)
2003-01-01 09:13 UTC, Väinö Järvelä
Details
another 1.6.1 ebuild (guile-1.6.1.ebuild,720 bytes, text/plain)
2003-01-22 16:57 UTC, Martin Holzer (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Väinö Järvelä 2003-01-01 09:12:07 UTC
Hiya,

I made an updated ebuild for Guile. I copied the ebuild of guile-1.4.1 and made
some small modifications. I left the dependencies alone, as i couldn't find what
versions it needs, or does it? This is mainly for another ebuild that i'm going
to post soon (Trackballs).

- V
Comment 1 Väinö Järvelä 2003-01-01 09:12:07 UTC
Hiya,

I made an updated ebuild for Guile. I copied the ebuild of guile-1.4.1 and made
some small modifications. I left the dependencies alone, as i couldn't find what
versions it needs, or does it? This is mainly for another ebuild that i'm going
to post soon (Trackballs).

- Väinö
Comment 2 Väinö Järvelä 2003-01-01 09:13:20 UTC
Created attachment 6878 [details]
guile-1.6.1.ebuild (The new/updated ebuild)

Remember to check the depends and slotting.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-01-22 16:57:54 UTC
Created attachment 7540 [details]
another 1.6.1 ebuild
Comment 4 alex f 2003-02-16 14:48:12 UTC
Are you guys building with gcc3? Because i cant get this to compile. I was interested in trackballs too...

I use gcc-2.95.3 and the error goes like this:

gcc -shared  alist.lo arbiters.lo async.lo backtrace.lo boolean.lo chars.lo continuations.lo debug.lo deprecation.lo dynl.lo dynwind.lo environments.lo eq.lo error.lo eval.lo evalext.lo extensions.lo feature.lo fluids.lo fports.lo gc.lo gc_os_dep.lo gdbint.lo gh_data.lo gh_eval.lo gh_funcs.lo gh_init.lo gh_io.lo gh_list.lo gh_predicates.lo goops.lo gsubr.lo guardians.lo hash.lo hashtab.lo hooks.lo init.lo ioext.lo iselect.lo keywords.lo lang.lo list.lo load.lo macros.lo mallocs.lo modules.lo numbers.lo objects.lo objprop.lo options.lo pairs.lo ports.lo print.lo procprop.lo procs.lo properties.lo random.lo rdelim.lo read.lo root.lo rw.lo scmsigs.lo script.lo simpos.lo smob.lo sort.lo srcprop.lo stackchk.lo stacks.lo stime.lo strings.lo strop.lo strorder.lo strports.lo struct.lo symbols.lo throw.lo values.lo variable.lo vectors.lo version.lo vports.lo weaks.lo symbols-deprecated.lo ramap.lo unif.lo filesys.lo posix.lo net_db.lo socket.lo regex-posix.lo threads.lo  -Wl,--rpath -Wl,/var/tmp/portage/guile-1.6.1/work/guile-1.6.1/libguile-ltdl/.libs -Wl,--rpath -Wl,/var/tmp/portage/guile-1.6.1/work/guile-1.6.1/qt/.libs  ../libguile-ltdl/.libs/libguile-ltdl.so ../qt/.libs/libqthreads.so -lpthread -lcrypt -lm    -Wl,-soname -Wl,libguile.so.12 -o .libs/libguile.so.12.3.0
socket.lo: In function `scm_inet_aton':
socket.lo(.text+0x4): multiple definition of `scm_inet_aton'
net_db.lo(.text+0x4): first defined here
/usr/i686-pc-linux-gnu/bin/ld: Warning: size of symbol `scm_inet_aton' changed from 307 to 225 in socket.lo
socket.lo: In function `scm_inet_ntoa':
socket.lo(.text+0xec): multiple definition of `scm_inet_ntoa'
net_db.lo(.text+0x13c): first defined here
/usr/i686-pc-linux-gnu/bin/ld: Warning: size of symbol `scm_inet_ntoa' changed from 139 to 137 in socket.lo
socket.lo: In function `scm_inet_netof':
socket.lo(.text+0x17c): multiple definition of `scm_inet_netof'
net_db.lo(.text+0x1cc): first defined here
socket.lo: In function `scm_lnaof':
socket.lo(.text+0x1c8): multiple definition of `scm_lnaof'
net_db.lo(.text+0x218): first defined here
socket.lo: In function `scm_inet_makeaddr':
socket.lo(.text+0x237c): multiple definition of `scm_inet_makeaddr'
net_db.lo(.text+0x11dc): first defined here
collect2: ld returned 1 exit status
make[2]: *** [libguile.la] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis 
Comment 5 alex f 2003-02-16 14:48:12 UTC
Are you guys building with gcc3? Because i cant get this to compile. I was interested in trackballs too...

I use gcc-2.95.3 and the error goes like this:

gcc -shared  alist.lo arbiters.lo async.lo backtrace.lo boolean.lo chars.lo continuations.lo debug.lo deprecation.lo dynl.lo dynwind.lo environments.lo eq.lo error.lo eval.lo evalext.lo extensions.lo feature.lo fluids.lo fports.lo gc.lo gc_os_dep.lo gdbint.lo gh_data.lo gh_eval.lo gh_funcs.lo gh_init.lo gh_io.lo gh_list.lo gh_predicates.lo goops.lo gsubr.lo guardians.lo hash.lo hashtab.lo hooks.lo init.lo ioext.lo iselect.lo keywords.lo lang.lo list.lo load.lo macros.lo mallocs.lo modules.lo numbers.lo objects.lo objprop.lo options.lo pairs.lo ports.lo print.lo procprop.lo procs.lo properties.lo random.lo rdelim.lo read.lo root.lo rw.lo scmsigs.lo script.lo simpos.lo smob.lo sort.lo srcprop.lo stackchk.lo stacks.lo stime.lo strings.lo strop.lo strorder.lo strports.lo struct.lo symbols.lo throw.lo values.lo variable.lo vectors.lo version.lo vports.lo weaks.lo symbols-deprecated.lo ramap.lo unif.lo filesys.lo posix.lo net_db.lo socket.lo regex-posix.lo threads.lo  -Wl,--rpath -Wl,/var/tmp/portage/guile-1.6.1/work/guile-1.6.1/libguile-ltdl/.libs -Wl,--rpath -Wl,/var/tmp/portage/guile-1.6.1/work/guile-1.6.1/qt/.libs  ../libguile-ltdl/.libs/libguile-ltdl.so ../qt/.libs/libqthreads.so -lpthread -lcrypt -lm    -Wl,-soname -Wl,libguile.so.12 -o .libs/libguile.so.12.3.0
socket.lo: In function `scm_inet_aton':
socket.lo(.text+0x4): multiple definition of `scm_inet_aton'
net_db.lo(.text+0x4): first defined here
/usr/i686-pc-linux-gnu/bin/ld: Warning: size of symbol `scm_inet_aton' changed from 307 to 225 in socket.lo
socket.lo: In function `scm_inet_ntoa':
socket.lo(.text+0xec): multiple definition of `scm_inet_ntoa'
net_db.lo(.text+0x13c): first defined here
/usr/i686-pc-linux-gnu/bin/ld: Warning: size of symbol `scm_inet_ntoa' changed from 139 to 137 in socket.lo
socket.lo: In function `scm_inet_netof':
socket.lo(.text+0x17c): multiple definition of `scm_inet_netof'
net_db.lo(.text+0x1cc): first defined here
socket.lo: In function `scm_lnaof':
socket.lo(.text+0x1c8): multiple definition of `scm_lnaof'
net_db.lo(.text+0x218): first defined here
socket.lo: In function `scm_inet_makeaddr':
socket.lo(.text+0x237c): multiple definition of `scm_inet_makeaddr'
net_db.lo(.text+0x11dc): first defined here
collect2: ld returned 1 exit status
make[2]: *** [libguile.la] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/var/tmp/portage/guile-1.6.1/work/guile-1.6.1/libguile«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/var/tmp/portage/guile-1.6.1/work/guile-1.6.1«
make: *** [all] Fehler 2

!!! ERROR: dev-util/guile-1.6.1 failed.
!!! Function src_compile, Line -283, Exitcode 2
!!! Compilation failed

---------
I also tried 1.6.3 which gives me the same error.. help.
Comment 6 SpanKY gentoo-dev 2003-03-03 02:53:50 UTC

*** This bug has been marked as a duplicate of 15189 ***