* [Buildroot] [Bug 907] New: mkisofs: No such file or directory
@ 2010-01-15 16:43 bugzilla at busybox.net
2010-01-15 16:44 ` [Buildroot] [Bug 907] " bugzilla at busybox.net
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-01-15 16:43 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=907
Summary: mkisofs: No such file or directory
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: max at olo.com.pl
CC: buildroot at uclibc.org
Estimated Hours: 0.0
I selected:
Target filesystem options ---> iso image
after run make i have error:
---------------------------------------------------------
# Use fakeroot so mkisofs believes the previous fakery
echo
"/root/buildroot/output/build/cdrtools-2.01/mkisofs/OBJ/i386-linux-cc/mkisofs
-R -b boot/grub/stage2_eltorito -no-emul-boot " \
"-boot-load-size 4 -boot-info-table -o
/root/buildroot/output/images/rootfs.i686.iso
/root/buildroot/output/build/iso9660" \
>> /root/buildroot/output/build/_fakeroot.rootfs.i686.iso
chmod a+x /root/buildroot/output/build/_fakeroot.rootfs.i686.iso
/root/buildroot/output/host/usr/bin/fakeroot --
/root/buildroot/output/build/_fakeroot.rootfs.i686.iso
/root/buildroot/output/build/_fakeroot.rootfs.i686.iso: line 2:
/root/buildroot/output/build/cdrtools-2.01/mkisofs/OBJ/i386-linux-cc/mkisofs:
No such file or directory
make: *** [/root/buildroot/output/images/rootfs.i686.iso] Error 127
--------------------------------------------------------------------------
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 907] mkisofs: No such file or directory
2010-01-15 16:43 [Buildroot] [Bug 907] New: mkisofs: No such file or directory bugzilla at busybox.net
@ 2010-01-15 16:44 ` bugzilla at busybox.net
2010-01-15 17:19 ` bugzilla at busybox.net
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-01-15 16:44 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=907
maximus <max@olo.com.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Host| |opensuse 11.1
Target| |i686
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 907] mkisofs: No such file or directory
2010-01-15 16:43 [Buildroot] [Bug 907] New: mkisofs: No such file or directory bugzilla at busybox.net
2010-01-15 16:44 ` [Buildroot] [Bug 907] " bugzilla at busybox.net
@ 2010-01-15 17:19 ` bugzilla at busybox.net
2010-01-15 18:14 ` bugzilla at busybox.net
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-01-15 17:19 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=907
--- Comment #1 from maximus <max@olo.com.pl> 2010-01-15 17:19:28 UTC ---
I found bug in:
target/iso9660/iso9660.mk
MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/$(HOST_ARCH)-linux-cc/mkisofs
I change it to
MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/$(ARCH)-linux-cc/mkisofs
and i have
MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/i686-linux-cc/mkisofs
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 907] mkisofs: No such file or directory
2010-01-15 16:43 [Buildroot] [Bug 907] New: mkisofs: No such file or directory bugzilla at busybox.net
2010-01-15 16:44 ` [Buildroot] [Bug 907] " bugzilla at busybox.net
2010-01-15 17:19 ` bugzilla at busybox.net
@ 2010-01-15 18:14 ` bugzilla at busybox.net
2010-01-15 18:15 ` bugzilla at busybox.net
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-01-15 18:14 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=907
--- Comment #2 from Chris Packham <judge.packham@gmail.com> 2010-01-15 18:14:01 UTC ---
Created an attachment (id=931)
--> (https://bugs.busybox.net/attachment.cgi?id=931)
Fix
Here is the fix I submitted to the list. I haven't checked but the new version
of cdrtools maybe available also.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 907] mkisofs: No such file or directory
2010-01-15 16:43 [Buildroot] [Bug 907] New: mkisofs: No such file or directory bugzilla at busybox.net
` (2 preceding siblings ...)
2010-01-15 18:14 ` bugzilla at busybox.net
@ 2010-01-15 18:15 ` bugzilla at busybox.net
2010-02-21 18:51 ` bugzilla at busybox.net
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-01-15 18:15 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=907
--- Comment #3 from Chris Packham <judge.packham@gmail.com> 2010-01-15 18:15:41 UTC ---
Opps, forgot the URL to my related posting -
http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/18700
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 907] mkisofs: No such file or directory
2010-01-15 16:43 [Buildroot] [Bug 907] New: mkisofs: No such file or directory bugzilla at busybox.net
` (3 preceding siblings ...)
2010-01-15 18:15 ` bugzilla at busybox.net
@ 2010-02-21 18:51 ` bugzilla at busybox.net
2010-03-02 13:12 ` bugzilla at busybox.net
2010-04-09 14:49 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-02-21 18:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=907
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2010.02
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 907] mkisofs: No such file or directory
2010-01-15 16:43 [Buildroot] [Bug 907] New: mkisofs: No such file or directory bugzilla at busybox.net
` (4 preceding siblings ...)
2010-02-21 18:51 ` bugzilla at busybox.net
@ 2010-03-02 13:12 ` bugzilla at busybox.net
2010-04-09 14:49 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-03-02 13:12 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=907
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at buildroot.uclibc.|thomas.petazzoni at free-
|org |electrons.com
Target Milestone|2010.02 |2010.05
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2010-03-02 13:12:42 UTC ---
I'm taking this bug, since I'm currently re-working completely the root
filesystem generation code of Buildroot.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 907] mkisofs: No such file or directory
2010-01-15 16:43 [Buildroot] [Bug 907] New: mkisofs: No such file or directory bugzilla at busybox.net
` (5 preceding siblings ...)
2010-03-02 13:12 ` bugzilla at busybox.net
@ 2010-04-09 14:49 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-04-09 14:49 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=907
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2010-04-09 14:49:53 UTC ---
Should have been fixed by the filesystem generation code cleanup merged today.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-04-09 14:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-15 16:43 [Buildroot] [Bug 907] New: mkisofs: No such file or directory bugzilla at busybox.net
2010-01-15 16:44 ` [Buildroot] [Bug 907] " bugzilla at busybox.net
2010-01-15 17:19 ` bugzilla at busybox.net
2010-01-15 18:14 ` bugzilla at busybox.net
2010-01-15 18:15 ` bugzilla at busybox.net
2010-02-21 18:51 ` bugzilla at busybox.net
2010-03-02 13:12 ` bugzilla at busybox.net
2010-04-09 14:49 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox