Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494818 - =app-cdr/cdrtools-3.01_alpha19 on Gentoo/FreeBSD - ld: cannot find -lschily
Summary: =app-cdr/cdrtools-3.01_alpha19 on Gentoo/FreeBSD - ld: cannot find -lschily
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All FreeBSD
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-12-20 12:06 UTC by Yuta SATOH
Modified: 2014-01-06 15:50 UTC (History)
1 user (show)

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


Attachments
sample patch for cdrtools-3.01_alpha19.ebuild (494818.patch,353 bytes, patch)
2013-12-20 12:08 UTC, Yuta SATOH
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta SATOH 2013-12-20 12:06:51 UTC
The following message is displayed and fails to compile.

 ==> COMPILING "OBJ/amd64-fbsd-freebsd-cc/cd_misc.o"
 ==> COMPILING "OBJ/amd64-fbsd-freebsd-cc/scsi_cdr.o"
 ==> COMPILING "OBJ/amd64-fbsd-freebsd-cc/scsi_scan.o"
 ==> COMPILING "OBJ/amd64-fbsd-freebsd-cc/misc.o"
        ==> LINKING "OBJ/amd64-fbsd-freebsd-cc/btcflash"
/usr/lib/gcc/x86_64-gentoo-freebsd10.0/4.8.2/../../../../x86_64-gentoo-freebsd10.0/bin/ld: cannot find -lscgcmd
/usr/lib/gcc/x86_64-gentoo-freebsd10.0/4.8.2/../../../../x86_64-gentoo-freebsd10.0/bin/ld: cannot find -lrscg
/usr/lib/gcc/x86_64-gentoo-freebsd10.0/4.8.2/../../../../x86_64-gentoo-freebsd10.0/bin/ld: cannot find -lscg
/usr/lib/gcc/x86_64-gentoo-freebsd10.0/4.8.2/../../../../x86_64-gentoo-freebsd10.0/bin/ld: cannot find -lcdrdeflt
/usr/lib/gcc/x86_64-gentoo-freebsd10.0/4.8.2/../../../../x86_64-gentoo-freebsd10.0/bin/ld: cannot find -ldeflt
/usr/lib/gcc/x86_64-gentoo-freebsd10.0/4.8.2/../../../../x86_64-gentoo-freebsd10.0/bin/ld: cannot find -lschily
collect2: error: ld returned 1 exit status
../RULES/rules.cmd:45: recipe for target 'OBJ/amd64-fbsd-freebsd-cc/btcflash' failed
gmake[1]: *** [OBJ/amd64-fbsd-freebsd-cc/btcflash] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/app-cdr/cdrtools-3.01_alpha19/work/cdrtools-3.01/btcflash'
RULES/rules1.dir:25: recipe for target 'all' failed
gmake: *** [all] Error 2
 * ERROR: app-cdr/cdrtools-3.01_alpha19::gentoo failed (compile phase):
 *   emake failed
Comment 1 Yuta SATOH 2013-12-20 12:08:49 UTC
Created attachment 365746 [details, diff]
sample patch for cdrtools-3.01_alpha19.ebuild
Comment 2 Daniel Pielmeier gentoo-dev 2014-01-06 15:50:33 UTC
+  06 Jan 2014; Daniel Pielmeier <billie@gentoo.org>
+  cdrtools-3.01_alpha19.ebuild:
+  Fix bug #494818. Thanks to Yuta Satoh for the report.